aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 8680bba4698854d3479aa21dedb8e17aa3899fbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
Source: libosmo-sccp
Maintainer: Harald Welte <laforge@gnumonks.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 9),
               autotools-dev,
               pkg-config,
               libosmocore-dev (>= 0.12.0),
               autoconf,
               automake,
               libtool,
               dh-autoreconf,
               git,
               doxygen,
               libdpkg-perl,
               libosmo-netif-dev (>= 0.3.0),
               libsctp-dev
Standards-Version: 3.9.7
Vcs-Git: git://git.osmocom.org/libosmo-sccp.git
Vcs-Browser: http://git.osmocom.org/libosmo-sccp/
Homepage: https://projects.osmocom.org/projects/libosmo-sccp

Package: libosmo-sccp-dev
Architecture: any
Depends: ${misc:Depends}
Multi-Arch: same
Section: libdevel
Description: Development files for libsccp, libmtp and libxua
 SCCP is a network layer protocol that provides extended routing, flow control,
 segmentation, connection-orientation, and error correction facilities in
 Signaling System 7 telecommunications networks.
 It is heavily used in cellular networks such as GSM.
 .
 This package contains the development files for the library.

Package: libosmo-sigtran0
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Osmocom SIGTRAN library (SCCP, SUA, M3UA and more)
  This is a shared library containing SS7/SIGTRAN related functionality,
  including connection-less and connection-oriented SCCP as per ITU-T Q.71x,
  M3UA (MTP3 User Adaptation) according to IETF RFC4666,
  SUA (SCCP User Adpatation) according to IETF RFC3868
  as well as MTP-level routing function and handling of signaling links,
  linksets, ASPs, SGs, etc.

Package: libosmo-sigtran-dbg
Architecture: any
Section: debug
Multi-Arch: same
Depends: libosmo-sigtran0 (= ${binary:Version}),
         ${misc:Depends}
Description: Documentation for the Osmocom SIGTRAN library
  libosmo-sigtran is a shared library containing SS7/SIGTRAN related functionality,
  including connection-less and connection-oriented SCCP as per ITU-T Q.71x,
  M3UA (MTP3 User Adaptation) according to IETF RFC4666,
  SUA (SCCP User Adpatation) according to IETF RFC3868
  as well as MTP-level routing function and handling of signaling links,
  linksets, ASPs, SGs, etc.


Package: libosmo-sigtran-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         libosmo-sigtran0 (= ${binary:Version}),
         libjs-jquery
Description: Documentation for the Osmocom SIGTRAN library
  libosmo-sigtran is a shared library containing SS7/SIGTRAN related functionality,
  including connection-less and connection-oriented SCCP as per ITU-T Q.71x,
  M3UA (MTP3 User Adaptation) according to IETF RFC4666,
  SUA (SCCP User Adpatation) according to IETF RFC3868
  as well as MTP-level routing function and handling of signaling links,
  linksets, ASPs, SGs, etc.

Package: libosmo-sigtran-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
         libosmo-sigtran0 (= ${binary:Version}),
         libosmocore-dev,
         libosmo-netif-dev
Description: Development headers for the Osmocom SIGTRAN library
  libosmo-sigtran is a shared library containing SS7/SIGTRAN related functionality,
  including connection-less and connection-oriented SCCP as per ITU-T Q.71x,
  M3UA (MTP3 User Adaptation) according to IETF RFC4666,
  SUA (SCCP User Adpatation) according to IETF RFC3868
  as well as MTP-level routing function and handling of signaling links,
  linksets, ASPs, SGs, etc.

Package: osmo-stp
Architecture: any
Multi-Arch: same
Section: net
Depends: libosmo-sigtran0,
         ${shlibs:Depends},
         ${misc:Depends}
Description: Osmocom SIGTRAN STP (Signaling Transfer Point)
  This is the Osmocom (Open Source Mobile Communications) implementation
  of a Signaling Transfer Point (STP) for SS7/SIGTRAN telecommunication
  networks.  At this point it is a very minimal implementation, missing
  lots of the functionality usually present in a STP, such as Global Title
  Routing, Global Title Translation.

Package: osmo-stp-dbg
Architecture: any
Multi-Arch: same
Section: debug
Depends: ${misc:Depends},
         osmo-stp (= ${binary:Version})
Description: Debug symbols for Osmocom SIGTRAN STP (Signaling Transfer Point)
  This package contains debug symbols for the Osmocom SIGTRAN STP (OsmoSTP).
  .
  OsmoSTP is the Osmocom (Open Source Mobile Communications) implementation
  of a Signaling Transfer Point (STP) for SS7/SIGTRAN telecommunication
  networks.  At this point it is a very minimal implementation, missing
  lots of the functionality usually present in a STP, such as Global Title
  Routing, Global Title Translation.