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/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald Welte has submitted this change and it was merged.
Change subject: l1sap.c: Add spec reference to link timeout implementation
......................................................................
l1sap.c: Add spec reference to link timeout implementation
Change-Id: Ia95635a4350624b30f2b352e30ee39f856945670
---
M src/common/l1sap.c
1 file changed, 3 insertions(+), 1 deletion(-)
Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified
diff --git a/src/common/l1sap.c b/src/common/l1sap.c
index d79069d..fd8c54e 100644
--- a/src/common/l1sap.c
+++ b/src/common/l1sap.c
@@ -802,7 +802,9 @@
 	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;
-- 
To view, visit https://gerrit.osmocom.org/2753
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia95635a4350624b30f2b352e30ee39f856945670
Gerrit-PatchSet: 2
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder