Migrated to open5gs v2.7.0
(#276)
This commit is contained in:
22
nrf/nrf.yaml
22
nrf/nrf.yaml
@@ -7,16 +7,18 @@ sbi:
|
||||
client:
|
||||
no_tls: true
|
||||
|
||||
parameter:
|
||||
global:
|
||||
max:
|
||||
ue: MAX_NUM_UE
|
||||
|
||||
# parameter:
|
||||
|
||||
nrf:
|
||||
serving: # 5G roaming requires PLMN in NRF
|
||||
- plmn_id:
|
||||
mcc: MCC
|
||||
mnc: MNC
|
||||
sbi:
|
||||
addr:
|
||||
- NRF_IP
|
||||
port: 7777
|
||||
|
||||
scp:
|
||||
sbi:
|
||||
addr:
|
||||
- SCP_IP
|
||||
port: 7777
|
||||
server:
|
||||
- address: NRF_IP
|
||||
port: 7777
|
||||
|
@@ -29,6 +29,9 @@
|
||||
cp /mnt/nrf/nrf.yaml install/etc/open5gs
|
||||
sed -i 's|NRF_IP|'$NRF_IP'|g' install/etc/open5gs/nrf.yaml
|
||||
sed -i 's|SCP_IP|'$SCP_IP'|g' install/etc/open5gs/nrf.yaml
|
||||
sed -i 's|MCC|'$MCC'|g' install/etc/open5gs/nrf.yaml
|
||||
sed -i 's|MNC|'$MNC'|g' install/etc/open5gs/nrf.yaml
|
||||
sed -i 's|MAX_NUM_UE|'$MAX_NUM_UE'|g' install/etc/open5gs/nrf.yaml
|
||||
|
||||
# Sync docker time
|
||||
#ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
|
Reference in New Issue
Block a user