diff --git a/mme/MME_Tests.ttcn b/mme/MME_Tests.ttcn index d4122736a..3ea17ddbf 100644 --- a/mme/MME_Tests.ttcn +++ b/mme/MME_Tests.ttcn @@ -368,6 +368,8 @@ friend function f_init_gtpv2_s11(charstring id) runs on MTC_CT { gtpc_bind_port := mp_s11_local_port, gtpc_remote_ip := mp_s11_remote_ip, gtpc_remote_port := mp_s11_remote_port, + gtpu_bind_ip := omit, /* using gtpu daemon */ + gtpu_bind_port := omit, /* using gtpu daemon */ sgw_role := true, use_gtpu_daemon := false }; diff --git a/pgw/PGW_Tests.ttcn b/pgw/PGW_Tests.ttcn index ea9f056c0..281f81677 100644 --- a/pgw/PGW_Tests.ttcn +++ b/pgw/PGW_Tests.ttcn @@ -279,6 +279,8 @@ private function f_init(float guard_timeout := 60.0) runs on PGW_Test_CT { gtpc_bind_port := GTP2C_PORT, gtpc_remote_ip := mp_pgw_hostname, gtpc_remote_port := GTP2C_PORT, + gtpu_bind_ip := omit, /* using gtpu daemon */ + gtpu_bind_port := omit, /* using gtpu daemon */ sgw_role := true, use_gtpu_daemon := true };