pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40751?usp=email )
Change subject: 5gc: C5G_Tests.cfg: Set module name of multiple module params ......................................................................
5gc: C5G_Tests.cfg: Set module name of multiple module params
Change-Id: I936240af988d4727516b5722dd360a907d70eee7 --- M 5gc/C5G_Tests.cfg 1 file changed, 7 insertions(+), 7 deletions(-)
Approvals: laforge: Looks good to me, but someone else must approve Jenkins Builder: Verified osmith: Looks good to me, but someone else must approve pespin: Looks good to me, approved
diff --git a/5gc/C5G_Tests.cfg b/5gc/C5G_Tests.cfg index d45b963..ec6f129 100644 --- a/5gc/C5G_Tests.cfg +++ b/5gc/C5G_Tests.cfg @@ -12,13 +12,13 @@
[MODULE_PARAMETERS] # S1 interface -mp_5gc_ngap_ip := "127.0.0.5"; -mp_5gc_ngap_port := 38412; -mp_local_ngap_ip := "127.0.0.202"; -mp_local_ngap_port := 50000; -mp_imsi := '999700000000000'H; -mp_usim_key := '762a2206fe0b4151ace403c86a11e479'O; -mp_usim_opc := '3c6e0b8a9c15224a8228b9a98ca1531d'O; +C5G_Tests.mp_5gc_ngap_ip := "127.0.0.5"; +C5G_Tests.mp_5gc_ngap_port := 38412; +C5G_Tests.mp_local_ngap_ip := "127.0.0.202"; +C5G_Tests.mp_local_ngap_port := 50000; +C5G_Tests.mp_imsi := '999700000000000'H; +C5G_Tests.mp_usim_key := '762a2206fe0b4151ace403c86a11e479'O; +C5G_Tests.mp_usim_opc := '3c6e0b8a9c15224a8228b9a98ca1531d'O;
[MAIN_CONTROLLER]