pespin has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/51/40751/1
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]
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40751?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I936240af988d4727516b5722dd360a907d70eee7
Gerrit-Change-Number: 40751
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>