Change in osmo-pcu[master]: pcu_l1_if: ignore PDCH interference reports, do not log errors

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

fixeria gerrit-no-reply at lists.osmocom.org
Sun Jun 20 19:18:06 UTC 2021


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/24721 )


Change subject: pcu_l1_if: ignore PDCH interference reports, do not log errors
......................................................................

pcu_l1_if: ignore PDCH interference reports, do not log errors

Change-Id: I88e5c53131ee94bc3f3ff3f095077feb4ff272a7
Related: SYS#5313, OS#1569
---
M src/pcu_l1_if.cpp
1 file changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/21/24721/1

diff --git a/src/pcu_l1_if.cpp b/src/pcu_l1_if.cpp
index 818cb1a..b35c990 100644
--- a/src/pcu_l1_if.cpp
+++ b/src/pcu_l1_if.cpp
@@ -992,6 +992,9 @@
 	case PCU_IF_MSG_APP_INFO_REQ:
 		rc = pcu_rx_app_info_req(bts, &pcu_prim->u.app_info_req);
 		break;
+	case PCU_IF_MSG_INTERF_IND:
+		/* TODO: handle interference reports */
+		break;
 	default:
 		LOGP(DL1IF, LOGL_ERROR, "Received unknown PCU msg type %d\n",
 			msg_type);

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/24721
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I88e5c53131ee94bc3f3ff3f095077feb4ff272a7
Gerrit-Change-Number: 24721
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210620/c6616441/attachment.htm>


More information about the gerrit-log mailing list