pespin submitted this change.
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
---
D stp/osmo-stp-tcp.confmerge
M stp/osmo-stp.cfg
2 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/stp/osmo-stp-tcp.confmerge b/stp/osmo-stp-tcp.confmerge
deleted file mode 100644
index b40867a..0000000
--- a/stp/osmo-stp-tcp.confmerge
+++ /dev/null
@@ -1,22 +0,0 @@
-cs7 instance 0
- 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
- accept-asp-connections dynamic-permitted
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 change 38021. To unsubscribe, or for help writing mail filters, visit settings.