rsl: fix wrong value printed in rsl_handle_chan_mod_ie()

Change-Id: I724504a39702393402fae20b0e9775c3486da966
This commit is contained in:
Vadim Yanitskiy 2021-05-05 02:09:10 +02:00
parent c9635b0ad1
commit 9e09441814
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ static int rsl_handle_chan_mod_ie(struct gsm_lchan *lchan,
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;
}