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

Change-Id: I42b7a79b85e8750a12166dbfc66ad06f7cb713a6
This commit is contained in:
Pau Espin 2020-07-23 12:52:54 +02:00
parent 2ee6de20e2
commit 4479c94fd1
1 changed files with 1 additions and 1 deletions

View File

@ -771,7 +771,7 @@ int rsl_tx_rf_rel_ack(struct gsm_lchan *lchan)
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;