Migrated to open5gs v2.7.0 (#276)

This commit is contained in:
Hossein Katebi
2024-01-24 23:44:53 +03:30
committed by GitHub
parent df1aa8c340
commit 6c61015fd5
35 changed files with 283 additions and 237 deletions

View File

@@ -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

View File

@@ -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