[PATCH] libosmo-sccp[master]: contrib/test: Fix config of local/remote ports

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Fri Nov 17 13:48:02 UTC 2017


Review at  https://gerrit.osmocom.org/4898

contrib/test: Fix config of local/remote ports

The first port is the remote one, and the second port is the local one,
according to cs7_asp_cmd doc and code. In the same config, the ports for
the servers are used and for the local port in the client we don't care,
that's why we use 0 there.

Change-Id: I0fafd07614068a27c19bc2dfa6491b4b0c6737fb
---
M contrib/test/osmo-stp.cfg
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/98/4898/1

diff --git a/contrib/test/osmo-stp.cfg b/contrib/test/osmo-stp.cfg
index bf059a9..9003131 100644
--- a/contrib/test/osmo-stp.cfg
+++ b/contrib/test/osmo-stp.cfg
@@ -29,9 +29,9 @@
  no login
 !
 cs7 instance 0
- asp asp0 0 2905 m3ua
+ asp asp0 2905 0 m3ua
   remote-ip 172.18.0.2
- asp asp-s-0 0 14001 sua
+ asp asp-s-0 14001 0 sua
   remote-ip 172.18.0.3
  as as0 m3ua
   asp asp0

-- 
To view, visit https://gerrit.osmocom.org/4898
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0fafd07614068a27c19bc2dfa6491b4b0c6737fb
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list