laforge has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38021?usp=email )
Change subject: update osmo-stp.cfg to make STP_Tests work at all again
......................................................................
update osmo-stp.cfg to make STP_Tests work at all again
This syncs osmo-stp.cfg with changes introduced to docker-playground
in Change-Id I210b7d62845075dcfe147f2f77603625cc1e64f9 on March 4th.
I'm really getting tired at fixing up those kind of issues. It's
well-known that config changes must be made first here and then in
docker-playground.
Change-Id: I7f0cef55a9a54f1cc4b23df781dab2afd52aae78
---
M stp/osmo-stp.cfg
1 file changed, 22 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/21/38021/1
diff --git a/stp/osmo-stp.cfg b/stp/osmo-stp.cfg
index 13b1b71..9a6540a 100644
--- a/stp/osmo-stp.cfg
+++ b/stp/osmo-stp.cfg
@@ -37,6 +37,28 @@
!
cs7 instance 0
point-code format 24
+ asp asp-sender-tcp 9999 2905 m3ua tcp
+ local-ip 127.0.0.1
+ remote-ip 127.0.0.1
+ role sg
+ transport-role server
+ asp asp-client0-tcp 10002 2906 m3ua tcp
+ local-ip 127.0.0.1
+ remote-ip 127.0.0.1
+ role asp
+ transport-role client
+ as as-sender-tcp m3ua
+ asp asp-sender-tcp
+ routing-key 1123 123
+ as as-client-tcp m3ua
+ routing-key 1155 155
+ asp asp-client0-tcp
+ route-table system
+ update route 123 16777215 linkset as-sender-tcp
+ update route 155 16777215 linkset as-client-tcp
+ listen m3ua 2905 tcp
+ local-ip 127.0.0.1
+ accept-asp-connections dynamic-permitted
!
!M3UA AS/ASP:
!
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38021?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I7f0cef55a9a54f1cc4b23df781dab2afd52aae78
Gerrit-Change-Number: 38021
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>