aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/net_init.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2022-09-20 14:10:37 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2022-09-20 14:15:07 +0200
commite808724a4fc7bf02532caa24a7ea17d54e6bbd9d (patch)
tree0bb570dcd355737925abba35989807da00f5ea92 /src/osmo-bsc/net_init.c
parentfe5fefa4ac5bda9ee926d59644d0548252166513 (diff)
add X27 timeout: release lchan that lacks L1 Infoneels/chan_timeout
To lchan_fsm ESTABLISHED, add a timeout: if MEAS REP lack L1 Info for a time defined by timer net X27, release the lchan. Related: OS#5530 Related: If7c76445373d5d0e915a3e8910d3eb991216f768 (osmo-ttcn3-hacks) Change-Id: I6fb29315568554c8490ee999fcfd1b77d8245389
Diffstat (limited to 'src/osmo-bsc/net_init.c')
-rw-r--r--src/osmo-bsc/net_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bsc/net_init.c b/src/osmo-bsc/net_init.c
index 8a8c0a674..23a93cc4b 100644
--- a/src/osmo-bsc/net_init.c
+++ b/src/osmo-bsc/net_init.c
@@ -72,6 +72,7 @@ static struct osmo_tdef gsm_network_T_defs[] = {
" after this amount of idle time, forget internally cumulated time remainders. Zero to always"
" keep remainders. See also X16, X17." },
{ .T=-25, .default_val=5, .desc="Timeout for initial user data after an MSC initiated an SCCP connection to the BSS" },
+ { .T=-27, .default_val = 30, .desc = "Time after which to release an lchan when not receiving L1 Info in MEAS RES" },
{ .T=-3111, .default_val=4, .desc="Wait time after lchan was released in error (should be T3111 + 2s)" },
{ .T=-3210, .default_val=20, .desc="After L3 Complete, wait for MSC to confirm" },
{}