pespin submitted this change.
ttcn3-cbc: Adapt osmo-cbc 'peer' node to new format
Requires: osmo-cbc.git Change-Id I47756dddd8f9b8450ba14c914614fd2391d5486e
Change-Id: I3654acdf4b68886133af7f418726903f3fee57eb
---
M ttcn3-cbc-test/osmo-cbc.cfg
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/ttcn3-cbc-test/osmo-cbc.cfg b/ttcn3-cbc-test/osmo-cbc.cfg
index 4332812..0e131c0 100644
--- a/ttcn3-cbc-test/osmo-cbc.cfg
+++ b/ttcn3-cbc-test/osmo-cbc.cfg
@@ -31,11 +31,9 @@
sbcap
local-ip 172.18.27.20
local-port 29168
- peer ttcn3-bsc
- protocol cbsp
+ peer cbsp ttcn3-bsc
remote-port 9999
remote-ip 172.18.27.100
- peer ttcn3-mme
- protocol sbcap
+ peer sbcap ttcn3-mme
remote-port 9998
remote-ip 172.18.27.100
To view, visit change 28733. To unsubscribe, or for help writing mail filters, visit settings.