From 440930be441bfaf154ffa0cf868fa843194f9f62 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 27 May 2017 11:11:19 +0200 Subject: l1sap.c: Add spec reference to link timeout implementation Change-Id: Ia95635a4350624b30f2b352e30ee39f856945670 --- src/common/l1sap.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/common/l1sap.c b/src/common/l1sap.c index d79069d6..fd8c54eb 100644 --- a/src/common/l1sap.c +++ b/src/common/l1sap.c @@ -802,7 +802,9 @@ static int l1sap_tch_rts_ind(struct gsm_bts_trx *trx, return 0; } -/* process radio link timeout counter S */ +/* process radio link timeout counter S. Follows TS 05.08 Section 5.2 + * "MS Procedure" as the "BSS Procedure [...] shall be determined by the + * network operator." */ static void radio_link_timeout(struct gsm_lchan *lchan, int bad_frame) { struct gsm_bts_role_bts *btsb = lchan->ts->trx->bts->role; -- cgit v1.2.3