mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-02 04:53:37 +00:00
SCP is added in Debian package
This commit is contained in:
12
debian/control
vendored
12
debian/control
vendored
@@ -165,6 +165,18 @@ Description: NRF (Network Repository Function)
|
||||
.
|
||||
This package provides the NRF (Network Repository Function)
|
||||
|
||||
Package: open5gs-scp
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
open5gs-common (= ${binary:Version})
|
||||
Description: SCP (Network Repository Function)
|
||||
Open5GS is a C-language implementation of 5G Core and EPC
|
||||
Packet Core, i.e. the core network of an NR/LTE network (Release-16)
|
||||
.
|
||||
This package provides the SCP (Service Communication Proxy)
|
||||
|
||||
Package: open5gs-ausf
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
|
||||
1
debian/open5gs-common.install
vendored
1
debian/open5gs-common.install
vendored
@@ -3,4 +3,3 @@ usr/lib/*/libfd*.so*
|
||||
usr/lib/*/freeDiameter/*.fdx
|
||||
configs/freeDiameter/cacert.pem /etc/freeDiameter
|
||||
configs/logrotate/open5gs /etc/logrotate.d
|
||||
misc/db/open5gs-dbctl /usr/bin
|
||||
|
||||
3
debian/open5gs-scp.install
vendored
Normal file
3
debian/open5gs-scp.install
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
usr/bin/open5gs-scpd
|
||||
configs/open5gs/scp.yaml etc/open5gs
|
||||
configs/systemd/open5gs-scpd.service lib/systemd/system
|
||||
Reference in New Issue
Block a user