osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41223?usp=email )
Change subject: sgsn/SGSN_Tests_SNS.cfg: adjust to recent changes
......................................................................
sgsn/SGSN_Tests_SNS.cfg: adjust to recent changes
Fix this error:
Error: Error message was received from HC at 10.0.2.100 [10.0.2.100]: Error
while setting parameter field 'SGSN_Tests.mp_ranap_cfg[0].sctp_addr' to '{
23908, "127.0.0.103", 2905, "127.0.0.200" }': Non existent field name in type
@RAN_Adapter.RAN_Configuration: sctp_addr
Fixes: 0cdd73a8 ("Split SCCP_Adapter out of RAN_Adapter")
Change-Id: I62a1188aa3346fda3f0674296629ade51a02088f
---
M sgsn/SGSN_Tests_SNS.cfg
1 file changed, 7 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks
refs/changes/23/41223/1
diff --git a/sgsn/SGSN_Tests_SNS.cfg b/sgsn/SGSN_Tests_SNS.cfg
index 404a624..928266f 100644
--- a/sgsn/SGSN_Tests_SNS.cfg
+++ b/sgsn/SGSN_Tests_SNS.cfg
@@ -58,7 +58,13 @@
}
SGSN_Tests.mp_ranap_cfg := {
{
- sctp_addr := { 23908, "127.0.0.103", 2905, "127.0.0.200" }
+ sccp := {
+ tpars := {
+ sigtran := {
+ sctp_addr := { 23908, "127.0.0.103",
2905, "127.0.0.200" }
+ }
+ }
+ }
}
}
SGSN_Tests.mp_hlr_ip := "127.0.0.103"
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41223?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: I62a1188aa3346fda3f0674296629ade51a02088f
Gerrit-Change-Number: 41223
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>