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.orgpespin 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 <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191002/1e401a3d/attachment.htm>