From e3f0482d09458605c81039bca4a2e6169a50eaf5 Mon Sep 17 00:00:00 2001 From: luis_pereira87 <lpereira@allbesmart.pt> Date: Fri, 17 Mar 2023 17:05:42 +0000 Subject: [PATCH] Change IMS network to 12.1.9.0/24 to have all the UE DNNs under the same network 12.1.0.0/16 --- doc/tutorial_resources/oai-cn5g/docker-compose.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/tutorial_resources/oai-cn5g/docker-compose.yml b/doc/tutorial_resources/oai-cn5g/docker-compose.yml index feb95b7bb1b..b57942fea06 100644 --- a/doc/tutorial_resources/oai-cn5g/docker-compose.yml +++ b/doc/tutorial_resources/oai-cn5g/docker-compose.yml @@ -188,7 +188,7 @@ services: # Slice 2 for ims - DNN_NI2=ims - TYPE2=IPv4v6 - - DNN_RANGE2=12.2.1.1 - 12.2.1.254 + - DNN_RANGE2=12.1.9.2 - 12.1.9.254 - NSSAI_SST2=1 - SESSION_AMBR_UL2=10Gbps - SESSION_AMBR_DL2=10Gbps @@ -203,8 +203,6 @@ services: oai-spgwu-tiny: container_name: "oai-spgwu-tiny" image: oaisoftwarealliance/oai-spgwu-tiny:develop - #for ims we need to execute below command once the container is running - # iptables -t nat -A POSTROUTING -o eth0 -s 12.2.1.0/24 -j SNAT --to 192.168.70.134 environment: - TZ=Europe/Paris - SGW_INTERFACE_NAME_FOR_S1U_S12_S4_UP=eth0 -- GitLab