fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/30331 )
Change subject: mobile: gsm48_rr_set_mode(): fix copy-paste in comment ......................................................................
mobile: gsm48_rr_set_mode(): fix copy-paste in comment
Change-Id: I45212cd02ac50d0d363918709720e997500e45a9 Related: OS#5599 --- M src/host/layer23/src/mobile/gsm48_rr.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved pespin: Looks good to me, but someone else must approve
diff --git a/src/host/layer23/src/mobile/gsm48_rr.c b/src/host/layer23/src/mobile/gsm48_rr.c index 0eade5f..236dbbe 100644 --- a/src/host/layer23/src/mobile/gsm48_rr.c +++ b/src/host/layer23/src/mobile/gsm48_rr.c @@ -3469,7 +3469,7 @@ && ch_type != RSL_CHAN_Lm_ACCHs) 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, rr->tch_loop_mode);
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.