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

Change-Id: Ic6f576250d56707cf325886d70209a3744163d79
Closes: OS#4670
This commit is contained in:
Harald Welte 2022-01-02 15:12:12 +01:00 committed by laforge
parent 6e250bbf82
commit 9f53838c58
1 changed files with 2 additions and 1 deletions

View File

@ -2965,7 +2965,8 @@ int abis_om2k_rcvmsg(struct msgb *msg)
switch (msg_type) {
case OM2K_MSGT_CAL_TIME_REQ:
rc = abis_om2k_cal_time_resp(bts);
break;
/* we receive this from MOs without FSM (https://osmocom.org/issues/4670) */
goto no_mo;
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);