diff --git a/ttcn3-epdg-test/EPDG_Tests.cfg b/ttcn3-epdg-test/EPDG_Tests.cfg index 5dbcb4c1..d61939a1 100644 --- a/ttcn3-epdg-test/EPDG_Tests.cfg +++ b/ttcn3-epdg-test/EPDG_Tests.cfg @@ -11,6 +11,7 @@ EPDG_Tests.mp_gsup_local_ip := "172.18.10.103" EPDG_Tests.mp_swx_local_ip := "172.18.10.103" EPDG_Tests.mp_s6b_local_ip := "172.18.10.103" EPDG_Tests.mp_s2b_local_ip := "172.18.10.103" +EPDG_Tests.mp_upf_gtpu_local_ip := "172.18.10.103" EPDG_Tests.mp_gsup_remote_ip := "172.18.10.20" EPDG_Tests.mp_s6b_remote_ip := "172.18.10.20" diff --git a/ttcn3-epdg-test/jenkins.sh b/ttcn3-epdg-test/jenkins.sh index 096b2af2..a4d029bb 100755 --- a/ttcn3-epdg-test/jenkins.sh +++ b/ttcn3-epdg-test/jenkins.sh @@ -18,6 +18,9 @@ cp osmo-epdg.config $VOL_BASE_DIR/epdg/ network_create network_replace_subnet_in_configs +# gtp_u_kmod has the IP addresses as usual erlang-tuple format. Patch them too: +sed -i -E -e "s/172\,18\,[0-9]{1,3}\,/172,18,$SUBNET,/g" $VOL_BASE_DIR/epdg/osmo-epdg.config +#TODO: Patch IPv6 address once it's supported. echo Starting container with osmo-epdg docker run --rm \