From b1d5b8639c8a7894e265a08ec614cf65ee35a956 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Wed, 13 Apr 2022 19:06:23 +0300 Subject: [PATCH] osmo-bts-trx: amr_loop: log if AMR mode remains unchanged Change-Id: I0272d11cfaad0e1c13d2858b3bc61d6527898018 Related: SYS#5917, OS#4984 --- src/osmo-bts-trx/amr_loop.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/osmo-bts-trx/amr_loop.c b/src/osmo-bts-trx/amr_loop.c index 6afb5f3e7..1771d7a37 100644 --- a/src/osmo-bts-trx/amr_loop.c +++ b/src/osmo-bts-trx/amr_loop.c @@ -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)