Add SCP to deployment

This commit is contained in:
herlesupreeth
2022-10-28 14:46:42 +02:00
parent cd5bf678b6
commit 99a92f13fe
26 changed files with 166 additions and 24 deletions

View File

@@ -34,8 +34,8 @@ amf:
full: Open5GS
amf_name: open5gs-amf0
nrf:
scp:
sbi:
- addr:
- NRF_IP
- SCP_IP
port: 7777

View File

@@ -28,7 +28,7 @@
cp /mnt/amf/amf.yaml install/etc/open5gs
sed -i 's|AMF_IP|'$AMF_IP'|g' install/etc/open5gs/amf.yaml
sed -i 's|NRF_IP|'$NRF_IP'|g' install/etc/open5gs/amf.yaml
sed -i 's|SCP_IP|'$SCP_IP'|g' install/etc/open5gs/amf.yaml
sed -i 's|MNC|'$MNC'|g' install/etc/open5gs/amf.yaml
sed -i 's|MCC|'$MCC'|g' install/etc/open5gs/amf.yaml