fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/27776 )
Change subject: osmo-bts-trx: amr_loop: log if AMR mode remains unchanged ......................................................................
osmo-bts-trx: amr_loop: log if AMR mode remains unchanged
Change-Id: I0272d11cfaad0e1c13d2858b3bc61d6527898018 Related: SYS#5917, OS#4984 --- M src/osmo-bts-trx/amr_loop.c 1 file changed, 3 insertions(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved pespin: Looks good to me, but someone else must approve
diff --git a/src/osmo-bts-trx/amr_loop.c b/src/osmo-bts-trx/amr_loop.c index 6afb5f3..1771d7a 100644 --- a/src/osmo-bts-trx/amr_loop.c +++ b/src/osmo-bts-trx/amr_loop.c @@ -105,6 +105,9 @@ 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)
2 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.