pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40218?usp=email )
Change subject: hnbgw: Configure local ASP/AS in osmo-hnbgw.cfg
......................................................................
hnbgw: Configure local ASP/AS in osmo-hnbgw.cfg
This allows us using known port for the SCTP assoc, which can then be
used to look up ASP in osmo-stp VTY.
Change-Id: Ic04702b597f7217890ee58734c11b866fb14af8b
---
M hnbgw/osmo-hnbgw.cfg
1 file changed, 9 insertions(+), 0 deletions(-)
Approvals:
pespin: Looks good to me, approved
Jenkins Builder: Verified
laforge: Looks good to me, but someone else must approve
osmith: Looks good to me, but someone else must approve
diff --git a/hnbgw/osmo-hnbgw.cfg b/hnbgw/osmo-hnbgw.cfg
index 677be22..423cec5 100644
--- a/hnbgw/osmo-hnbgw.cfg
+++ b/hnbgw/osmo-hnbgw.cfg
@@ -37,6 +37,15 @@
cs7 instance 0
point-code 0.23.5
+ asp asp-clnt-msc-0 2905 2906 m3ua
+ local-ip 127.0.0.1
+ remote-ip 127.0.0.1
+ role asp
+ sctp-role client
+ as as-clnt-msc-0 m3ua
+ asp asp-clnt-msc-0
+ routing-key 0 0.23.5
+
sccp-address msc-naught
point-code 0.23.4
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40218?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ic04702b597f7217890ee58734c11b866fb14af8b
Gerrit-Change-Number: 40218
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>