pespin submitted this 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(-)
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.