[SEPP] Initial Update for 5G Roaming (#2739)

[SEPP] Initial Update for 5G Roaming
This commit is contained in:
Sukchan Lee 2023-11-19 19:34:51 +09:00 committed by GitHub
parent e12b1be313
commit e92293e0af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
324 changed files with 26622 additions and 14319 deletions

View file

@ -26,6 +26,7 @@ systemd_conf_in = '''
open5gs-pcrfd.service
open5gs-nrfd.service
open5gs-scpd.service
open5gs-seppd.service
open5gs-ausfd.service
open5gs-udmd.service
open5gs-pcfd.service

View file

@ -0,0 +1,18 @@
[Unit]
Description=Open5GS SEPP Daemon
Wants=mongodb.service mongod.service
[Service]
Type=simple
User=open5gs
Group=open5gs
Restart=always
ExecStart=@bindir@/open5gs-seppd -c @sysconfdir@/open5gs/sepp1.yaml
RestartSec=2
RestartPreventExitStatus=1
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target