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

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

View File

@@ -31,6 +31,7 @@ export DB_URI="mongodb://${MONGO_IP}/open5gs"
cp /mnt/udr/udr.yaml install/etc/open5gs
sed -i 's|UDR_IP|'$UDR_IP'|g' install/etc/open5gs/udr.yaml
sed -i 's|SCP_IP|'$SCP_IP'|g' install/etc/open5gs/udr.yaml
sed -i 's|NRF_IP|'$NRF_IP'|g' install/etc/open5gs/udr.yaml
sed -i 's|MONGO_IP|'$MONGO_IP'|g' install/etc/open5gs/udr.yaml
# Sync docker time