[PATCH] 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/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Mon Apr 23 09:59:37 UTC 2018


Hello Harald Welte, Jenkins Builder,

I'd like you to reexamine a change.  Please visit

    https://gerrit.osmocom.org/7887

to look at the new patch set (#2).

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(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/87/7887/2

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: newpatchset
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