fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmocom-bb/+/30453 )
Change subject: trxcon: print TCH mode using gsm48_chan_mode_name()
......................................................................
trxcon: print TCH mode using gsm48_chan_mode_name()
Change-Id: I6c54ad857b91ef1a32501912ba4c393e1c04eff0
---
M src/host/trxcon/src/l1ctl.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/53/30453/1
diff --git a/src/host/trxcon/src/l1ctl.c b/src/host/trxcon/src/l1ctl.c
index 2f4881b..70e8f12 100644
--- a/src/host/trxcon/src/l1ctl.c
+++ b/src/host/trxcon/src/l1ctl.c
@@ -730,7 +730,7 @@
LOGPFSMSL(fi, g_logc_l1c, LOGL_NOTICE,
"Received L1CTL_TCH_MODE_REQ (tch_mode=%u, audio_mode=%u)\n",
- mode_req->tch_mode, mode_req->audio_mode);
+ gsm48_chan_mode_name(mode_req->tch_mode), mode_req->audio_mode);
/* TODO: do we need to care about audio_mode? */
--
To view, visit
https://gerrit.osmocom.org/c/osmocom-bb/+/30453
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I6c54ad857b91ef1a32501912ba4c393e1c04eff0
Gerrit-Change-Number: 30453
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange