Change in osmo-bts[master]: rsl: fix wrong value printed in rsl_handle_chan_mod_ie()

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

fixeria gerrit-no-reply at lists.osmocom.org
Wed May 5 17:46:36 UTC 2021


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


Change subject: rsl: fix wrong value printed in rsl_handle_chan_mod_ie()
......................................................................

rsl: fix wrong value printed in rsl_handle_chan_mod_ie()

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



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

diff --git a/src/common/rsl.c b/src/common/rsl.c
index cd3fda5..1cc7abb 100644
--- a/src/common/rsl.c
+++ b/src/common/rsl.c
@@ -137,7 +137,7 @@
 	default:
 		LOGPLCHAN(lchan, DRSL, LOGL_ERROR, "Channel Mode IE contains "
 			  "unknown 'Channel rate and type' value 0x%02x\n",
-			  cm->chan_rate);
+			  cm->chan_rt);
 		*cause = RSL_ERR_IE_CONTENT;
 		return -ENOTSUP;
 	}

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/24149
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I724504a39702393402fae20b0e9775c3486da966
Gerrit-Change-Number: 24149
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210505/8055e39f/attachment.htm>


More information about the gerrit-log mailing list