Change in ...osmo-bts[master]: l1sap: Log conn dropped due to radio link counter timeout

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/.

pespin gerrit-no-reply at lists.osmocom.org
Wed Oct 2 15:20:51 UTC 2019


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/15654


Change subject: l1sap: Log conn dropped due to radio link counter timeout
......................................................................

l1sap: Log conn dropped due to radio link counter timeout

Change-Id: I78c5ff00be8d2c870ed0277294a8e499ba8a8d95
---
M src/common/l1sap.c
1 file changed, 4 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/54/15654/1

diff --git a/src/common/l1sap.c b/src/common/l1sap.c
index f07e79c..40db16f 100644
--- a/src/common/l1sap.c
+++ b/src/common/l1sap.c
@@ -1026,8 +1026,11 @@
 		lchan->s--;
 		DEBUGP(DMEAS, "%s counting down radio link counter S=%d\n",
 			gsm_lchan_name(lchan), lchan->s);
-		if (lchan->s == 0)
+		if (lchan->s == 0) {
+			LOGP(DMEAS, LOGL_NOTICE, "%s radio link counter timeout S=%d, dropping conn\n",
+			       gsm_lchan_name(lchan), lchan->s);
 			rsl_tx_conn_fail(lchan, RSL_ERR_RADIO_LINK_FAIL);
+		}
 		return;
 	}
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/15654
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I78c5ff00be8d2c870ed0277294a8e499ba8a8d95
Gerrit-Change-Number: 15654
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191002/71b7d5f2/attachment.htm>


More information about the gerrit-log mailing list