Change in ...osmo-mgw[master]: vty: update desc of "conn-timeout"

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/.

osmith gerrit-no-reply at lists.osmocom.org
Wed Jun 26 12:14:53 UTC 2019


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-mgw/+/14602


Change subject: vty: update desc of "conn-timeout"
......................................................................

vty: update desc of "conn-timeout"

It can be used together with LCLS, just make sure to also enable keep
alive packets.

Related: OS#3783
Change-Id: Ib4d19104d558a26a444a80fb36f4b7b33bc5cc59
---
M src/libosmo-mgcp/mgcp_vty.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/02/14602/1

diff --git a/src/libosmo-mgcp/mgcp_vty.c b/src/libosmo-mgcp/mgcp_vty.c
index 944d936..87bb1b9 100644
--- a/src/libosmo-mgcp/mgcp_vty.c
+++ b/src/libosmo-mgcp/mgcp_vty.c
@@ -1381,8 +1381,8 @@
       cfg_mgcp_conn_timeout_cmd,
       "conn-timeout <1-65534>",
       "Set a time after which inactive connections (CIs) are closed. This can be used to work around interoperability"
-      " problems causing connections to stay open forever, and slowly exhausting all available ports. Do not enable"
-      " when LCLS is used (connections in LCLS state appear to be inactive)!\n"
+      " problems causing connections to stay open forever, and slowly exhausting all available ports. Enable keep"
+      " alive packages in MGW clients when using this option together with LCLS (OsmoBSC, OsmoMSC: 'rtp keep-alive')!\n"
       "Timeout value (sec.)\n")
 {
 	g_cfg->conn_timeout = strtoul(argv[0], NULL, 10);

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-mgw/+/14602
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: Ib4d19104d558a26a444a80fb36f4b7b33bc5cc59
Gerrit-Change-Number: 14602
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190626/115651be/attachment.htm>


More information about the gerrit-log mailing list