pespin submitted this change.
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(-)
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 change 40751. To unsubscribe, or for help writing mail filters, visit settings.