[MERGED] osmo-bsc[master]: abis_rsl.c: abis_rsl_rx_cchan: Print msg type name for unimp...

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Mon Apr 23 19:08:09 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: abis_rsl.c: abis_rsl_rx_cchan: Print msg type name for unimplemented messages received
......................................................................


abis_rsl.c: abis_rsl_rx_cchan: Print msg type name for unimplemented messages received

Change-Id: I2e2e40bcb9365420f7e79d8d954505b0d2376bed
---
M src/libbsc/abis_rsl.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/libbsc/abis_rsl.c b/src/libbsc/abis_rsl.c
index 2017d2c..9c30c0f 100644
--- a/src/libbsc/abis_rsl.c
+++ b/src/libbsc/abis_rsl.c
@@ -2072,7 +2072,7 @@
 	case RSL_MT_CBCH_LOAD_IND:
 		/* current load on the CBCH */
 		LOGP(DRSL, LOGL_NOTICE, "Unimplemented Abis RSL TRX message "
-			"type 0x%02x\n", rslh->c.msg_type);
+			"type %s\n", rsl_msg_name(rslh->c.msg_type));
 		break;
 	case 0x10: /* Ericsson specific: Immediate Assign Sent */
 		/* FIXME: Replace the messy message parsing below

-- 
To view, visit https://gerrit.osmocom.org/7887
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I2e2e40bcb9365420f7e79d8d954505b0d2376bed
Gerrit-PatchSet: 2
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list