neels has submitted this change. (
https://gerrit.osmocom.org/c/docker-playground/+/34090
)
Change subject: hnbgw: fixup for cnpool: bind CTRL to 0.0.0.0
......................................................................
hnbgw: fixup for cnpool: bind CTRL to 0.0.0.0
Change-Id: Ia71688f5468b3eabdead2996cc1470e467b9c10b
---
M ttcn3-hnbgw-test/osmo-hnbgw-legacy.cfg
M ttcn3-hnbgw-test/osmo-hnbgw.cfg
2 files changed, 13 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
neels: Looks good to me, approved; Verified
diff --git a/ttcn3-hnbgw-test/osmo-hnbgw-legacy.cfg
b/ttcn3-hnbgw-test/osmo-hnbgw-legacy.cfg
index 61d6236..07413a4 100644
--- a/ttcn3-hnbgw-test/osmo-hnbgw-legacy.cfg
+++ b/ttcn3-hnbgw-test/osmo-hnbgw-legacy.cfg
@@ -19,6 +19,8 @@
line vty
no login
bind 0.0.0.0
+ctrl
+ bind 0.0.0.0
!
cs7 instance 0
asp asp-clnt-msc-0 2905 2905 m3ua
diff --git a/ttcn3-hnbgw-test/osmo-hnbgw.cfg b/ttcn3-hnbgw-test/osmo-hnbgw.cfg
index 9f75d46..ff6172b 100644
--- a/ttcn3-hnbgw-test/osmo-hnbgw.cfg
+++ b/ttcn3-hnbgw-test/osmo-hnbgw.cfg
@@ -19,6 +19,8 @@
line vty
no login
bind 0.0.0.0
+ctrl
+ bind 0.0.0.0
!
cs7 instance 0
asp asp-clnt-msc-0 2905 2905 m3ua
--
To view, visit
https://gerrit.osmocom.org/c/docker-playground/+/34090
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ia71688f5468b3eabdead2996cc1470e467b9c10b
Gerrit-Change-Number: 34090
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: neels <nhofmeyr(a)sysmocom.de>
Gerrit-MessageType: merged