File: control

package info (click to toggle)
nextepc 0.3.10%2Bnods-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 23,304 kB
  • sloc: ansic: 164,982; yacc: 2,767; python: 2,567; makefile: 2,408; lex: 1,732; xml: 795; php: 486; sh: 349; sql: 337; perl: 75; awk: 35; cpp: 6
file content (125 lines) | stat: -rw-r--r-- 5,166 bytes parent folder | download
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
Source: nextepc
Maintainer: Debian Mobcom Maintainers <Debian-mobcom-maintainers@lists.alioth.debian.org>
Uploaders: Ruben Undheim <ruben.undheim@gmail.com>
Section: net
Priority: optional
Build-Depends: debhelper (>= 11),
               pkg-config,
               libsctp-dev,
               libyaml-dev,
               libmongoc-dev,
               libgcrypt-dev,
               flex,
               bison,
               libgnutls28-dev,
               libssl-dev,
               libidn11-dev,
               libbson-dev,
               txt2man
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/debian-mobcom-team/nextepc
Vcs-Git: https://salsa.debian.org/debian-mobcom-team/nextepc.git
Homepage: http://nextepc.org/

Package: nextepc-core
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Evolved Packet Core for LTE (Shared Files)
 NextEPC is a C-language Open Source implementation of the 3GPP Evolved
 Packet Core, i.e. the core network of an LTE network.
 .
 This package contains some core libraries/plugins required by the other
 binary packages such as nextepc-{mme,sgw,pgw,pcrf,hss}.

Package: nextepc-mme
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         nextepc-core (= ${binary:Version})
Description: Evolved Packet Core - Mobility Management Entity (MME)
 NextEPC is a C-language Open Source implementation of the 3GPP Evolved
 Packet Core, i.e. the core network of an LTE network.
 .
 This package provides the MME (Mobility Management Engine), which
 terminates the S1 interfaces from the eNodeBs cells in the cellular
 network, and interfaces via S11 to the SGW as well as via S6a to the
 HSS.

Package: nextepc-sgw
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         nextepc-core (= ${binary:Version})
Description: Evolved Packet Core - Serving Gateway (SGW)
 NextEPC is a C-language Open Source implementation of the 3GPP Evolved
 Packet Core, i.e. the core network of an LTE network.
 .
 This package provides the SGW (Serving Gateway) which is situated
 between the MME and PGW.  It implements the S11 interface to the MME,
 and the S5 interface to the PGW.

Package: nextepc-pgw
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         udev,
         nextepc-core (= ${binary:Version})
Description: Evolved Packet Core - Packet Data Network Gateway (PDN-GW)
 NextEPC is a C-language Open Source implementation of the 3GPP Evolved
 Packet Core, i.e. the core network of an LTE network.
 .
 This package provides the PGW or PDN-GW (Packet Data Network Gateway)
 element of the EPC, i.e. the gateway between the EPC and the external
 packet data network, such as the public Internet.  It implements the S5
 interface towards the S-GW, the SGi interface towards the Internet,
 and the S7 interface towards the PCRF.

Package: nextepc-pcrf
Architecture: amd64 arm64 ppc64el s390x
Depends: ${shlibs:Depends},
         ${misc:Depends},
         nextepc-core (= ${binary:Version})
Recommends: mongodb
Description: Evolved Packet Core - Policy and Charging Rules Function (PCRF)
 NextEPC is a C-language Open Source implementation of the 3GPP Evolved
 Packet Core, i.e. the core network of an LTE network.
 .
 This package contains the PCRF (Policy and Charging Rules Function),
 which controls the service quality (QoS) of individual connections and
 how to account/charge related traffic.  It implements the Gx interface
 towards the PGW using the DIAMETER protocol.

Package: nextepc-hss
Architecture: amd64 arm64 ppc64el s390x
Depends: ${shlibs:Depends},
         ${misc:Depends},
         nextepc-core (= ${binary:Version})
Recommends: mongodb
Description: Evolved Packet Core - Home Subscriber Server (HSS)
 NextEPC is a C-language Open Source implementation of the 3GPP Evolved
 Packet Core, i.e. the core network of an LTE network.
 .
 This package provides the HSS (Home Subscriber Server) element of the
 EPC, i.e. the central database of mobile network subscribers, with
 their IMSI, MSISDN, cryptographic key materials, service subscription
 information, etc.  It implements the S6a interface towards the MME
 using the DIAMETER protocol.

Package: nextepc
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         nextepc-core (>= ${source:Version}), nextepc-core (<< ${source:Upstream-Version}.0~),
         nextepc-mme  (>= ${source:Version}), nextepc-mme  (<< ${source:Upstream-Version}.0~),
         nextepc-pgw  (>= ${source:Version}), nextepc-pgw  (<< ${source:Upstream-Version}.0~),
         nextepc-sgw  (>= ${source:Version}), nextepc-sgw  (<< ${source:Upstream-Version}.0~),
         nextepc-pcrf (>= ${source:Version}), nextepc-pcrf (<< ${source:Upstream-Version}.0~),
         nextepc-hss  (>= ${source:Version}), nextepc-hss  (<< ${source:Upstream-Version}.0~)
Recommends: mongodb
Description: Evolved Packet Core implementation for LTE (metapackage)
 NextEPC is a C-language Open Source implementation of the 3GPP Evolved
 Packet Core, i.e. the core network of an LTE network.
 .
 This is a metapackage that depends on all the nextepc parts.
 (MME, SGW, PGW, HSS, PCRF)