Allow direct communication with NRF when SCP is absent

This commit is contained in:
herlesupreeth
2023-03-01 08:35:41 +01:00
parent abf96ea26d
commit 428af8efc3
16 changed files with 56 additions and 0 deletions

View File

@@ -24,3 +24,9 @@ scp:
- addr:
- SCP_IP
port: 7777
nrf:
sbi:
- addr:
- NRF_IP
port: 7777

View File

@@ -30,6 +30,7 @@ cp /mnt/nssf/nssf.yaml install/etc/open5gs
sed -i 's|NSSF_IP|'$NSSF_IP'|g' install/etc/open5gs/nssf.yaml
sed -i 's|NRF_IP|'$NRF_IP'|g' install/etc/open5gs/nssf.yaml
sed -i 's|SCP_IP|'$SCP_IP'|g' install/etc/open5gs/nssf.yaml
sed -i 's|NRF_IP|'$NRF_IP'|g' install/etc/open5gs/nssf.yaml
# Sync docker time
#ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone