Change in osmo-bsc[master]: VTY: make configurable: T23002, T23005, T23006

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 Apr 29 07:26:06 UTC 2020


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/17973 )


Change subject: VTY: make configurable: T23002, T23005, T23006
......................................................................

VTY: make configurable: T23002, T23005, T23006

Default value is the current default of 5s for all timers that are not
specified.

Related: SYS#4897
Change-Id: I637fcdde93c11158de46157d494c060bb36bdcfb
---
M src/osmo-bsc/net_init.c
1 file changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/73/17973/1

diff --git a/src/osmo-bsc/net_init.c b/src/osmo-bsc/net_init.c
index 34403fa..5cdf467 100644
--- a/src/osmo-bsc/net_init.c
+++ b/src/osmo-bsc/net_init.c
@@ -45,6 +45,9 @@
 	{ .T=3141, .default_val=10, .desc="(unused)" },
 	{ .T=3212, .default_val=5, .unit=OSMO_TDEF_CUSTOM,
 		.desc="Periodic Location Update timer, sent to MS (1 = 6 minutes)" },
+	{ .T=23002, .default_val=5, .desc="LCHAN_ST_WAIT_ACTIV_ACK" },
+	{ .T=23005, .default_val=5, .desc="LCHAN_RTP_ST_WAIT_IPACC_CRCX_ACK" },
+	{ .T=23006, .default_val=5, .desc="LCHAN_RTP_ST_WAIT_IPACC_MDCX_ACK" },
 	{ .T=993210, .default_val=20, .desc="After L3 Complete, wait for MSC to confirm" },
 	{ .T=999, .default_val=60, .desc="After Clear Request, wait for MSC to Clear Command (sanity)" },
 	{ .T=992427, .default_val=4, .desc="MGCP timeout (2427 is the default MGCP port number)" },

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I637fcdde93c11158de46157d494c060bb36bdcfb
Gerrit-Change-Number: 17973
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/20200429/f6a096fb/attachment.htm>


More information about the gerrit-log mailing list