pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/docker-playground/+/28714 )
Change subject: ttcn3-cbc: Reorder osmo-cbc.cfg nodes
......................................................................
ttcn3-cbc: Reorder osmo-cbc.cfg nodes
This is the new expected working order.
Related: osmo-cbc.git I7623ea5874552e57764327e94a9c3a4de7b71d67
Change-Id: Ia6f9cb6ac5935b8253521a6bfe11e6905e77523d
---
M ttcn3-cbc-test/osmo-cbc.cfg
1 file changed, 9 insertions(+), 12 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/14/28714/1
diff --git a/ttcn3-cbc-test/osmo-cbc.cfg b/ttcn3-cbc-test/osmo-cbc.cfg
index 2c4721b..4332812 100644
--- a/ttcn3-cbc-test/osmo-cbc.cfg
+++ b/ttcn3-cbc-test/osmo-cbc.cfg
@@ -1,7 +1,4 @@
!
-! OsmoCBC (0.1.0.5-e88e) configuration saved from vty
-!!
-!
log gsmtap 172.18.27.100
logging level set-all debug
logging filter all 1
@@ -25,6 +22,15 @@
!
cbc
unknown-peers reject
+ ecbe
+ local-ip 172.18.27.20
+ local-port 12345
+ cbsp
+ local-ip 172.18.27.20
+ local-port 48049
+ sbcap
+ local-ip 172.18.27.20
+ local-port 29168
peer ttcn3-bsc
protocol cbsp
remote-port 9999
@@ -33,12 +39,3 @@
protocol sbcap
remote-port 9998
remote-ip 172.18.27.100
- cbsp
- local-ip 172.18.27.20
- local-port 48049
- sbcap
- local-ip 172.18.27.20
- local-port 29168
- ecbe
- local-ip 172.18.27.20
- local-port 12345
--
To view, visit
https://gerrit.osmocom.org/c/docker-playground/+/28714
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ia6f9cb6ac5935b8253521a6bfe11e6905e77523d
Gerrit-Change-Number: 28714
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange