ttcn3-pgw: Configure Gy interface

Depends: osmo-ttcn3-hacks.git Ie4e567f62bbbdba276e6b3221111c8d9f82cde14
Change-Id: Iaeed2086aa058e1079295cb1911ad80e9613f8fa
This commit is contained in:
Pau Espin 2022-04-21 17:29:15 +02:00
parent 94b49e136d
commit af1397c5ea
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ PGW_Tests.mp_run_prog_log_path := "/data"
PGW_Tests.mp_run_prog_as_user := "osmocom"
PGW_Tests.mp_ping_hostname := "10.45.0.1"
PGW_Tests.mp_pcrf_local_ip:= "172.18.18.202"
PGW_Tests.mp_ocs_local_ip:= "172.18.18.202"
GTPv2_Emulation.mp_uecups_host := "172.18.18.20"
[MAIN_CONTROLLER]

View File

@ -262,6 +262,6 @@ LoadExtension = "/usr/lib/x86_64-linux-gnu/freeDiameter/dict_dcca_3gpp.fdx";
#ConnectPeer = "aaa.wide.ad.jp";
#ConnectPeer = "old.diameter.serv" { TcTimer = 60; TLS_old_method; No_SCTP; Port=3868; } ;
ConnectPeer = "pcrf.localdomain" { ConnectTo = "172.18.18.202"; No_TLS; TcTimer = 2; };
ConnectPeer = "ocs.localdomain" { ConnectTo = "172.18.18.202"; Port = 3869; No_TLS; TcTimer = 2; };
##############################################################