fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmo-sccp/+/35998?usp=email )
Change subject: examples/sccp_demo_user: fix default ASP protocol in help
......................................................................
examples/sccp_demo_user: fix default ASP protocol in help
We actually use OSMO_SS7_ASP_PROT_M3UA by default.
Change-Id: I8481fd8707ed7985071c5c64ee621d210fb4d493
---
M examples/sccp_demo_user.c
1 file changed, 12 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/98/35998/1
diff --git a/examples/sccp_demo_user.c b/examples/sccp_demo_user.c
index d67bd27..9308083 100644
--- a/examples/sccp_demo_user.c
+++ b/examples/sccp_demo_user.c
@@ -113,7 +113,7 @@
" [-r REMOTE_ADDRESS[:REMOTE_PORT]]\n"
" [-L LOCAL_POINT_CODE] [-R REMOTE_POINT_CODE]\n"
"Options:\n"
- " -p: protocol to use (m3ua, sua, ipa; default is ipa)\n"
+ " -p: protocol to use (m3ua, sua, ipa; default is m3ua)\n"
" -c: Run in client mode (default is server mode)\n"
" -C filename The config file to use\n"
" -l: local IP address and SCTP port (default is %s:%d in server mode,\n"
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-sccp/+/35998?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: I8481fd8707ed7985071c5c64ee621d210fb4d493
Gerrit-Change-Number: 35998
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange