Change in osmo-bsc[master]: abis_rsl: 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
Fri May 24 09:12:42 UTC 2019


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/14127 )

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

abis_rsl: Fix log message about unimplemented common channel msg

The log is about an unimplemented CChan message, not a TRX message.

Change-Id: I52bcf1fd79417ee5bfb054456a0b427e174114dd
---
M src/osmo-bsc/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/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: merged
Gerrit-Change-Id: I52bcf1fd79417ee5bfb054456a0b427e174114dd
Gerrit-Change-Number: 14127
Gerrit-PatchSet: 4
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190524/757ce528/attachment.htm>


More information about the gerrit-log mailing list