laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37939?usp=email )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: s1gw: S1GW_Tests.cfg: add PFCP related module params ......................................................................
s1gw: S1GW_Tests.cfg: add PFCP related module params
Change-Id: Id134f2fd0e2e138ee6cb7a8f8a3e2af7f027bda4 --- M s1gw/S1GW_Tests.cfg 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified
diff --git a/s1gw/S1GW_Tests.cfg b/s1gw/S1GW_Tests.cfg index 9ae6d12..dfcdbb9 100644 --- a/s1gw/S1GW_Tests.cfg +++ b/s1gw/S1GW_Tests.cfg @@ -15,6 +15,8 @@ S1GW_Tests.mp_enb_bind_ip := "127.0.1.10"; S1GW_Tests.mp_s1gw_mme_ip := "127.0.2.1"; S1GW_Tests.mp_mme_bind_ip := "127.0.2.10"; +S1GW_Tests.mp_s1gw_upf_ip := "127.0.3.1"; +S1GW_Tests.mp_upf_bind_ip := "127.0.3.10";
[MAIN_CONTROLLER]