om2000: Don't print "should not generate any message" on FAULT_REP

Change-Id: I65184ef5aa90a993491f9393614bb499c6998169
Closes: OS#4643
This commit is contained in:
Harald Welte 2022-01-02 15:14:35 +01:00 committed by laforge
parent 9f53838c58
commit d3b0db5515
1 changed files with 2 additions and 1 deletions

View File

@ -2970,7 +2970,8 @@ int abis_om2k_rcvmsg(struct msgb *msg)
case OM2K_MSGT_FAULT_REP:
display_fault_maps(msg->l2h, msgb_l2len(msg), &o2h->mo);
rc = abis_om2k_tx_simple(bts, &o2h->mo, OM2K_MSGT_FAULT_REP_ACK);
break;
/* we receive this from MOs without FSM (https://osmocom.org/issues/4643) */
goto no_mo;
case OM2K_MSGT_NEGOT_REQ:
rc = om2k_rx_negot_req(msg);
break;