laforge submitted this change.

View Change


Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
Write explicit role & sctp-role fields in ASP configurations

Change-Id: Ib186b59ce33b202a7adb6159c93f7db7b677d8ef
---
M doc/examples/osmo-bsc-nat/osmo-bsc-nat.cfg
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/doc/examples/osmo-bsc-nat/osmo-bsc-nat.cfg b/doc/examples/osmo-bsc-nat/osmo-bsc-nat.cfg
index a82b451..ef6b1ae 100644
--- a/doc/examples/osmo-bsc-nat/osmo-bsc-nat.cfg
+++ b/doc/examples/osmo-bsc-nat/osmo-bsc-nat.cfg
@@ -3,6 +3,8 @@
asp asp-clnt-OsmoBSCNAT-CN 2905 0 m3ua
remote-ip 127.0.0.1
local-ip 127.0.0.3
+ role asp
+ sctp-role client
sccp-address msc
routing-indicator PC
point-code 0.23.1
@@ -13,6 +15,8 @@
asp asp-clnt-OsmoBSCNAT-RAN 2905 0 m3ua
remote-ip 127.0.0.2
local-ip 127.0.0.4
+ role asp
+ sctp-role client

bsc-nat
cs7-instance-cn 0

To view, visit change 33246. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-bsc-nat
Gerrit-Branch: master
Gerrit-Change-Id: Ib186b59ce33b202a7adb6159c93f7db7b677d8ef
Gerrit-Change-Number: 33246
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-CC: osmith <osmith@sysmocom.de>
Gerrit-MessageType: merged