osmo-bts-trx: amr_loop: log if AMR mode remains unchanged

Change-Id: I0272d11cfaad0e1c13d2858b3bc61d6527898018
Related: SYS#5917, OS#4984
This commit is contained in:
Vadim Yanitskiy 2022-04-13 19:06:23 +03:00
parent 64192c26e6
commit b1d5b8639c
1 changed files with 3 additions and 0 deletions

View File

@ -105,6 +105,9 @@ void trx_loop_amr_input(struct l1sched_chan_state *chan_state,
return;
}
}
LOGPLCHAN(lchan, DLOOP, LOGL_DEBUG, "Keeping the current AMR codec "
"mode[%u]=%u\n", mi, cfg->mode[mi].mode);
}
void trx_loop_amr_set(struct l1sched_chan_state *chan_state, int loop)