Change in osmo-bts[master]: Log lchan kind on PCU-related error

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

Max gerrit-no-reply at lists.osmocom.org
Thu Feb 14 15:03:50 UTC 2019


Max has uploaded this change for review. ( https://gerrit.osmocom.org/12906


Change subject: Log lchan kind on PCU-related error
......................................................................

Log lchan kind on PCU-related error

Change-Id: Iadb464e7040dd11e4a8cabfc96d6d90f32594109
---
M src/common/rsl.c
1 file changed, 2 insertions(+), 2 deletions(-)



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

diff --git a/src/common/rsl.c b/src/common/rsl.c
index 61bf6a1..fce3495 100644
--- a/src/common/rsl.c
+++ b/src/common/rsl.c
@@ -694,8 +694,8 @@
 			send_rel_ack = false;
 			break;
 		default:
-			LOGP(DRSL, LOGL_ERROR, "%s PCU rel ack for unexpected lchan kind\n",
-			     gsm_lchan_name(lchan));
+			LOGP(DRSL, LOGL_ERROR, "%s PCU rel ack for unexpected lchan kind %s\n",
+			     gsm_lchan_name(lchan), gsm_pchan_name(lchan->rel_act_kind));
 			/* Release certainly was not requested by the BSC via RSL, so don't ack. */
 			send_rel_ack = false;
 			break;

-- 
To view, visit https://gerrit.osmocom.org/12906
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iadb464e7040dd11e4a8cabfc96d6d90f32594109
Gerrit-Change-Number: 12906
Gerrit-PatchSet: 1
Gerrit-Owner: Max <msuraev at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190214/d586ea67/attachment.htm>


More information about the gerrit-log mailing list