mobile/gsm48_rr.c: fix copy-paste error in comment

Change-Id: I45212cd02ac50d0d363918709720e997500e45a9
This commit is contained in:
Vadim Yanitskiy 2018-05-11 04:18:58 +07:00
parent 85086ed29c
commit ff38b29d2e
1 changed files with 1 additions and 1 deletions

View File

@ -3439,7 +3439,7 @@ static int gsm48_rr_set_mode(struct osmocom_ms *ms, uint8_t chan_nr,
return -ENOTSUP;
}
/* setting (new) timing advance */
/* Apply indicated channel mode */
LOGP(DRR, LOGL_INFO, "setting TCH mode to %s, audio mode to %d\n",
get_value_string(gsm48_chan_mode_names, mode), rr->audio_mode);
l1ctl_tx_tch_mode_req(ms, mode, rr->audio_mode);