pespin has submitted this change and it was merged. ( 
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, 5 insertions(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved



diff --git a/src/common/l1sap.c b/src/common/l1sap.c
index f07e79c..a77b53a 100644
--- a/src/common/l1sap.c
+++ b/src/common/l1sap.c
@@ -1026,8 +1026,12 @@
                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) {
+                       LOGPLCHAN(lchan, DMEAS, LOGL_NOTICE,
+                                 "radio link counter timeout S=%d, dropping 
conn\n",
+                                 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: 3
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to