Change in osmo-bts[master]: rsl: Fix wrong param passed to gsm_pchan_name() in log line

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
Thu Jul 23 10:53:10 UTC 2020


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


Change subject: rsl: Fix wrong param passed to gsm_pchan_name() in log line
......................................................................

rsl: Fix wrong param passed to gsm_pchan_name() in log line

Change-Id: I42b7a79b85e8750a12166dbfc66ad06f7cb713a6
---
M src/common/rsl.c
1 file changed, 1 insertion(+), 1 deletion(-)



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

diff --git a/src/common/rsl.c b/src/common/rsl.c
index b518245..4a91e3e 100644
--- a/src/common/rsl.c
+++ b/src/common/rsl.c
@@ -771,7 +771,7 @@
 			break;
 		default:
 			LOGPLCHAN(lchan, DRSL, LOGL_ERROR, "PCU rel ack for unexpected lchan kind %s\n",
-				  gsm_pchan_name(lchan->rel_act_kind));
+				  gsm_pchan_name(lchan->ts->pchan));
 			/* 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/c/osmo-bts/+/19373
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I42b7a79b85e8750a12166dbfc66ad06f7cb713a6
Gerrit-Change-Number: 19373
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/20200723/66529b3d/attachment.htm>


More information about the gerrit-log mailing list