Change in osmo-bsc[master]: abis_rs: Fix log message about unimplemented common channel msg

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
Tue May 21 21:31:56 UTC 2019


Harald Welte has uploaded this change for review. ( https://gerrit.osmocom.org/14127


Change subject: abis_rs: Fix log message about unimplemented common channel msg
......................................................................

abis_rs: Fix log message about unimplemented common channel msg

The log is about an unimplementedCChan message, not a TRX message.

Change-Id: I52bcf1fd79417ee5bfb054456a0b427e174114dd
---
M src/osmo-bsc/abis_rsl.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/27/14127/1

diff --git a/src/osmo-bsc/abis_rsl.c b/src/osmo-bsc/abis_rsl.c
index 51dc001..39fae50 100644
--- a/src/osmo-bsc/abis_rsl.c
+++ b/src/osmo-bsc/abis_rsl.c
@@ -1532,7 +1532,7 @@
 		break;
 	case RSL_MT_DELETE_IND:
 		/* CCCH overloaded, IMM_ASSIGN was dropped */
-		LOGP(DRSL, LOGL_NOTICE, "Unimplemented Abis RSL TRX message "
+		LOGP(DRSL, LOGL_NOTICE, "Unimplemented Abis RSL CChan message "
 			"type %s\n", rsl_msg_name(rslh->c.msg_type));
 		break;
 	case RSL_MT_CBCH_LOAD_IND:

-- 
To view, visit https://gerrit.osmocom.org/14127
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I52bcf1fd79417ee5bfb054456a0b427e174114dd
Gerrit-Change-Number: 14127
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190521/c4bd554a/attachment.htm>


More information about the gerrit-log mailing list