Allow direct communication with NRF when SCP is absent
This commit is contained in:
@@ -24,3 +24,9 @@ scp:
|
||||
- addr:
|
||||
- SCP_IP
|
||||
port: 7777
|
||||
|
||||
nrf:
|
||||
sbi:
|
||||
- addr:
|
||||
- NRF_IP
|
||||
port: 7777
|
||||
|
||||
@@ -31,6 +31,7 @@ export DB_URI="mongodb://${MONGO_IP}/open5gs"
|
||||
cp /mnt/pcf/pcf.yaml install/etc/open5gs
|
||||
sed -i 's|PCF_IP|'$PCF_IP'|g' install/etc/open5gs/pcf.yaml
|
||||
sed -i 's|SCP_IP|'$SCP_IP'|g' install/etc/open5gs/pcf.yaml
|
||||
sed -i 's|NRF_IP|'$NRF_IP'|g' install/etc/open5gs/pcf.yaml
|
||||
sed -i 's|MONGO_IP|'$MONGO_IP'|g' install/etc/open5gs/pcf.yaml
|
||||
|
||||
# Sync docker time
|
||||
|
||||
Reference in New Issue
Block a user