aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-05-27 11:11:19 +0200
committerHarald Welte <laforge@gnumonks.org>2017-05-29 19:55:30 +0000
commit440930be441bfaf154ffa0cf868fa843194f9f62 (patch)
tree6a73e9eda8b2cc1bbe96adf406a9b43ed16f59bd
parent05ba5c2a1039172b47860db85427cca6e78646bb (diff)
l1sap.c: Add spec reference to link timeout implementation
-rw-r--r--src/common/l1sap.c4
1 files changed, 3 insertions, 1 deletions
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;