summaryrefslogtreecommitdiff
path: root/debian/control
blob: 1b6f273bda21b0f568d2dfc5f4723b8c4c0eae4f (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
124
125
126
127
128
129
130
131
Source: libosmo-sccp
Maintainer: Debian Mobcom Maintainers <Debian-mobcom-maintainers@lists.alioth.debian.org>
Uploaders: Ruben Undheim <ruben.undheim@gmail.com>
	, Thorsten Alteholz <debian@alteholz.de>
	, Kira Obrezkova <kiraobrezkova@gmail.com>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 11),
               pkg-config,
               libosmocore-dev (>= 0.10.0),
               autoconf,
               automake,
               libtool,
               git,
               doxygen,
               libdpkg-perl,
               libosmo-netif-dev (>= 0.1.0),
               libsctp-dev
Standards-Version: 4.2.0
Vcs-Browser: https://salsa.debian.org/debian-mobcom-team/libosmo-sccp
Vcs-Git: https://salsa.debian.org/debian-mobcom-team/libosmo-sccp.git
Homepage: http://cgit.osmocom.org/libosmo-sccp/

Package: libosmo-sccp-dev
Architecture: any
Depends: ${misc:Depends},
	       libosmosccp0 (= ${binary:Version}),
	       libosmoxua0 (= ${binary:Version}),
	       libosmomtp0 (= ${binary:Version})
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
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-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. This
 package provides documentation for the Osmocom SIGTRAN Library.

Package: libosmo-sigtran-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Breaks: libosmo-sccp-dev (<< 0.8.0)
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: libosmosccp0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Library for Signalling Connection Control Part (SCCP)
 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.

Package: libosmomtp0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Message Transfer Part for Signaling System 7
 MTP is part of the Signaling System 7 used for communication in Public
 Switched Telephone Networks. MTP is responsible for reliable, unduplicated and
 in-sequence transport of SS7 messages between communication partners.
 This library is closely related to the libosmosccp library.

Package: libosmoxua0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Osmocom SCCP support library for generating and parsing messages
 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 library is used to provide generating and parsing message facilities.

Package: osmo-stp
Architecture: any
Multi-Arch: allowed
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.