pespin has uploaded this change for review.

View Change

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(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/18/40218/1
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 change 40218. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ic04702b597f7217890ee58734c11b866fb14af8b
Gerrit-Change-Number: 40218
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>