Change in osmo-bsc[master]: abis_rsl: Avoid "nimplemented" log message for every CBCH LOAD IND

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/14126


Change subject: abis_rsl: Avoid "nimplemented" log message for every CBCH LOAD IND
......................................................................

abis_rsl: Avoid "nimplemented" log message for every CBCH LOAD IND

Now that OsmoBTS is generating CBCH LOAD IND messages, let's avoid
spamming the BSC log with notices abou receiving this unimplemented
message.

Change-Id: Ida5045ec7a18c1062a3b80a381db52d5c98e9966
---
M src/osmo-bsc/abis_rsl.c
1 file changed, 4 insertions(+), 2 deletions(-)



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

diff --git a/src/osmo-bsc/abis_rsl.c b/src/osmo-bsc/abis_rsl.c
index 5a1c8ff..51dc001 100644
--- a/src/osmo-bsc/abis_rsl.c
+++ b/src/osmo-bsc/abis_rsl.c
@@ -1532,11 +1532,13 @@
 		break;
 	case RSL_MT_DELETE_IND:
 		/* CCCH overloaded, IMM_ASSIGN was dropped */
-	case RSL_MT_CBCH_LOAD_IND:
-		/* current load on the CBCH */
 		LOGP(DRSL, LOGL_NOTICE, "Unimplemented Abis RSL TRX message "
 			"type %s\n", rsl_msg_name(rslh->c.msg_type));
 		break;
+	case RSL_MT_CBCH_LOAD_IND:
+		/* current load on the CBCH */
+		/* FIXME: handle this. Ignore for now */
+		break;
 	case RSL_MT_ERICSSON_IMM_ASS_SENT:
 		rc = rsl_rx_ericsson_imm_assign_sent(msg);
 		break;

-- 
To view, visit https://gerrit.osmocom.org/14126
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: Ida5045ec7a18c1062a3b80a381db52d5c98e9966
Gerrit-Change-Number: 14126
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/ad0f0752/attachment.htm>


More information about the gerrit-log mailing list