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

@@ -37,10 +37,10 @@ smf:
- PCSCF_IP
mtu: 1400
nrf:
scp:
sbi:
- addr:
- NRF_IP
- SCP_IP
port: 7777
upf:

View File

@@ -38,7 +38,7 @@ cp /mnt/smf/smf.conf install/etc/freeDiameter
cp /mnt/smf/make_certs.sh install/etc/freeDiameter
sed -i 's|SMF_IP|'$SMF_IP'|g' install/etc/open5gs/smf.yaml
sed -i 's|NRF_IP|'$NRF_IP'|g' install/etc/open5gs/smf.yaml
sed -i 's|SCP_IP|'$SCP_IP'|g' install/etc/open5gs/smf.yaml
sed -i 's|UPF_IP|'$UPF_IP'|g' install/etc/open5gs/smf.yaml
sed -i 's|PCSCF_IP|'$PCSCF_IP'|g' install/etc/open5gs/smf.yaml
sed -i 's|SMF_IP|'$SMF_IP'|g' install/etc/freeDiameter/smf.conf