lynxis lazus has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20635 )
Change subject: pcu/PCU_Tests_SNS.cfg: fix configuration to match new NS
provider
......................................................................
pcu/PCU_Tests_SNS.cfg: fix configuration to match new NS provider
The NS uses now a provider to support FR and IP at the same time.
Change-Id: I6b0fa97a1098070a4f63228568092084503d6164
---
M pcu/PCU_Tests_SNS.cfg
1 file changed, 9 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks
refs/changes/35/20635/1
diff --git a/pcu/PCU_Tests_SNS.cfg b/pcu/PCU_Tests_SNS.cfg
index 022f91c..50f6129 100644
--- a/pcu/PCU_Tests_SNS.cfg
+++ b/pcu/PCU_Tests_SNS.cfg
@@ -8,10 +8,15 @@
[MODULE_PARAMETERS]
SGSN_Components.mp_nsconfig := {
- local_ip := "127.0.0.1",
- local_udp_port := 23000,
- remote_ip := "127.0.0.1",
- remote_udp_port := 22000,
+ provider := {
+ ip := {
+ address_family := AF_INET,
+ local_ip := "127.0.0.1",
+ local_udp_port := 23000,
+ remote_ip := "127.0.0.1",
+ remote_udp_port := 22000
+ }
+ },
nsvci := 1234,
nsei := 1234
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20635
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: I6b0fa97a1098070a4f63228568092084503d6164
Gerrit-Change-Number: 20635
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <[email protected]>
Gerrit-MessageType: newchange