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 <[email protected]>
Gerrit-MessageType: newchange

Reply via email to