Introducing UE_IPV4_INTERNET/IMS variable (#181)
* Introducing UE_IPV4_INTERNET/IMS variable
{Added} Introducing UE_IPV4_INTERNET/IMS variable and some minor changes to readme and DOCKER_HOST_IP
* Introducing UE_IPV4_INTERNET/IMS variable
Fixing Requested changes
This commit is contained in:
@@ -22,13 +22,13 @@ smf:
|
||||
pfcp:
|
||||
- addr: SMF_IP
|
||||
subnet:
|
||||
- addr: 192.168.100.1/24
|
||||
- addr: UE_IPV4_INTERNET
|
||||
dnn: internet
|
||||
dev: ogstun
|
||||
- addr: 2001:230:cafe::1/48
|
||||
dev: ogstun
|
||||
dnn: internet
|
||||
- addr: 192.168.101.1/24
|
||||
- addr: UE_IPV4_IMS
|
||||
dnn: ims
|
||||
dev: ogstun2
|
||||
- addr: 2001:230:babe::1/48
|
||||
|
||||
@@ -41,6 +41,8 @@ sed -i 's|SMF_IP|'$SMF_IP'|g' install/etc/open5gs/smf.yaml
|
||||
sed -i 's|SCP_IP|'$SCP_IP'|g' install/etc/open5gs/smf.yaml
|
||||
sed -i 's|NRF_IP|'$NRF_IP'|g' install/etc/open5gs/smf.yaml
|
||||
sed -i 's|UPF_IP|'$UPF_IP'|g' install/etc/open5gs/smf.yaml
|
||||
sed -i 's|UE_IPV4_INTERNET|'$UE_IPV4_INTERNET'|g' install/etc/open5gs/smf.yaml
|
||||
sed -i 's|UE_IPV4_IMS|'$UE_IPV4_IMS'|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
|
||||
sed -i 's|PCRF_IP|'$PCRF_IP'|g' install/etc/freeDiameter/smf.conf
|
||||
|
||||
Reference in New Issue
Block a user