VTY: make configurable: T23002, T23005, T23006

Default value is the current default of 5s for all timers that are not
specified. It should be changed to what the spec says instead.

Related: SYS#4897
Change-Id: I637fcdde93c11158de46157d494c060bb36bdcfb
This commit is contained in:
Oliver Smith 2020-04-09 11:22:24 +02:00
parent b6238b9375
commit 85332c91e2
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@ static struct osmo_tdef gsm_network_T_defs[] = {
{ .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)" },