pcu_l1_if: ignore PDCH interference reports, do not log errors

Change-Id: I88e5c53131ee94bc3f3ff3f095077feb4ff272a7
Related: SYS#5313, OS#1569
This commit is contained in:
Vadim Yanitskiy 2021-06-20 21:05:24 +02:00 committed by laforge
parent 94dc6a8b6c
commit b657213773
1 changed files with 3 additions and 0 deletions

View File

@ -992,6 +992,9 @@ int pcu_rx(uint8_t msg_type, struct gsm_pcu_if *pcu_prim)
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);