libosmo-sigtran
2.1.0.159-de72
Osmocom SIGTRAN library
Toggle main menu visibility
Main Page
Data Structures
Data Structures
Data Fields
All
a
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
x
Variables
a
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
x
Files
File List
Globals
All
_
a
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Variables
_
a
c
d
e
g
i
l
m
n
o
p
r
s
t
v
x
Typedefs
Enumerations
c
i
l
m
o
s
x
Enumerator
_
c
i
l
m
o
s
t
x
Macros
_
a
c
e
g
i
l
m
n
o
p
q
r
s
t
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
version.h
Go to the documentation of this file.
1
#pragma once
2
3
#define LIBOSMO_SIGTRAN_VERSION 2.1.0
4
#define LIBOSMO_SIGTRAN_VERSION_STR "2.1.0"
5
6
#define LIBOSMO_SIGTRAN_VERSION_MAJOR 2
7
#define LIBOSMO_SIGTRAN_VERSION_MINOR 1
8
#define LIBOSMO_SIGTRAN_VERSION_PATCH 0
9
10
#define LIBOSMO_SIGTRAN_VERSION_GREATER_EQUAL(major, minor, patch) \
11
(LIBOSMO_SIGTRAN_VERSION_MAJOR > (major) || \
12
(LIBOSMO_SIGTRAN_VERSION_MAJOR == (major) && \
13
LIBOSMO_SIGTRAN_VERSION_MINOR > (minor)) || \
14
(LIBOSMO_SIGTRAN_VERSION_MAJOR == (major) && \
15
LIBOSMO_SIGTRAN_VERSION_MINOR == (minor) && \
16
LIBOSMO_SIGTRAN_VERSION_PATCH >= (patch)))
include
osmocom
sigtran
version.h
Generated on Mon Jul 21 2025 00:55:39 for libosmo-sigtran by
1.9.4