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
|
Source: libosmo-sigtran
Maintainer: Debian Mobcom Maintainers <Debian-mobcom-maintainers@lists.alioth.debian.org>
Uploaders: Ruben Undheim <ruben.undheim@gmail.com>
, Thorsten Alteholz <debian@alteholz.de>
Section: libs
Priority: optional
Build-Depends: debhelper-compat (= 13),
pkgconf,
libosmocore-dev (>= 1.10.0),
autoconf,
automake,
libtool,
doxygen,
libdpkg-perl,
libosmo-netif-dev (>= 1.5.0),
libsctp-dev
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian-mobcom-team/libosmo-sigtran
Vcs-Git: https://salsa.debian.org/debian-mobcom-team/libosmo-sigtran.git
Homepage: http://cgit.osmocom.org/libosmo-sigtran/
Rules-Requires-Root: no
Package: libosmo-sigtran11
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},
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 contains documentation.
Package: libosmo-sigtran-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
libosmo-sigtran11 (= ${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.
.
This package contains development files.
Package: osmo-stp
Architecture: any
Multi-Arch: allowed
Section: net
Depends: libosmo-sigtran11,
${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.
|