fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26954 )


Change subject: PGW_Tests: update default values for 
mp_pgw_hostname/mp_pcrf_local_ip
......................................................................

PGW_Tests: update default values for mp_pgw_hostname/mp_pcrf_local_ip

The old values are not valid anymore when running against open5gs
version 2.4.2.  Most likely, the default addresses got changed
during the PGW split-up (now it's open5gs-smfd and open5gs-upfd).

Change-Id: I3dd7d1f0d4aebb94b8859e8d12e952917de35071
Related: SYS#5602
---
M pgw/PGW_Tests.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/54/26954/1

diff --git a/pgw/PGW_Tests.ttcn b/pgw/PGW_Tests.ttcn
index f026e58..c526fa2 100644
--- a/pgw/PGW_Tests.ttcn
+++ b/pgw/PGW_Tests.ttcn
@@ -19,14 +19,14 @@


 modulepar {
-       charstring mp_pgw_hostname := "127.0.0.3";
+       charstring mp_pgw_hostname := "127.0.0.4";
        charstring mp_local_hostname_c := "127.0.0.1";
        charstring mp_local_hostname_u := "127.0.0.1";

        charstring mp_run_prog_as_user := "laforge";
        charstring mp_ping_hostname := "10.45.0.1";

-       charstring mp_pcrf_local_ip := "127.0.0.5";
+       charstring mp_pcrf_local_ip := "127.0.0.9";
        integer mp_pcrf_local_port := 3868;
 }


--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26954
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I3dd7d1f0d4aebb94b8859e8d12e952917de35071
Gerrit-Change-Number: 26954
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-MessageType: newchange

Reply via email to