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
|
Source: srslte
Section: universe/misc
Priority: optional
Maintainer: srsRAN Packagers <packagers@softwareradiosystems.com>
Build-Depends:
debhelper (>= 9.2),
debhelper-compat (=12),
dh-exec,
cmake,
build-essential,
libfftw3-dev,
libmbedtls-dev,
libboost-program-options-dev,
libboost-system1.74-dev,
libconfig++-dev,
libsctp-dev,
libuhd-dev,
uhd-host,
txt2man
Standards-Version: 4.2.1
Homepage: http://www.softwareradiosystems.com
Vcs-Git: https://github.com/srsRAN/srsRAN.git
Vcs-Browser: https://github.com/srsRAN/srsRAN/
Package: srsran-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: srsran-core (= ${binary:Version}), ${misc:Depends}
Description: Static libraries and headers for srsran
This software allows you to run a full end-to-end, open-source 4G/5G system.
It contains a UE, eNB and EPC implementation.
.
This package contains the development files - static libraries and headers
#Package: srsran
#Architecture: all
#Depends: ${shlibs:Depends},
# ${misc:Depends},
# srsenb (>= ${source:Version}), srsenb (<< ${source:Upstream-Version}.0~),
# srsue (>= ${source:Version}), srsue (<< ${source:Upstream-Version}.0~),
# srsepc (>= ${source:Version}), srsepc (<< ${source:Upstream-Version}.0~)
#Description: LTE software suite for software defined radios (metapackage)
# This software allows you to run a full end-to-end, open-source LTE system.
# It contains a UE, eNB and EPC implementation.
# .
# This package installs all srsRAN components.
#
Package: srsenb
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
srsran-core (= ${binary:Version})
Description: Complete SDR LTE eNodeB application
This software allows you to run a full end-to-end, open-source LTE system.
It contains a UE, eNB and EPC implementation.
.
This package contains srsENB only. For running a full network, a core network
component, such as srsEPC, is needed.
Package: srsepc
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
srsran-core (= ${binary:Version})
Recommends: srsenb
Description: Light-weight LTE core network implementation
This software allows you to run a full end-to-end, open-source LTE system.
It contains a UE, eNB and EPC implementation.
.
This package contains a light-weight LTE core network implementation with MME, HSS and S/P-GW.
Package: srsran-core
Architecture: any
Multi-Arch: allowed
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Common files for srsRAN
This software allows you to run a full end-to-end, open-source 4G/5G system.
It contains a UE, eNB and EPC implementation.
.
This package contains the common files for srsenb, srsue and srsepc.
Package: srsue
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
srsran-core (= ${binary:Version})
Description: User Equipment implementation for LTE
This software enables using a software defined radio as the user equipment
connecting to an LTE network.
.
srsUE provides a complete SDR LTE UE application featuring all layers from PHY to IP.
|