mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 13:03:33 +00:00
OM2000: Make sure we ACK an ENABLE RESULT
This commit is contained in:
@@ -794,6 +794,9 @@ int abis_om2k_rcvmsg(struct msgb *msg)
|
||||
case OM2K_MSGT_RESET_COMPL:
|
||||
rc = abis_om2k_tx_simple(bts, &o2h->mo, OM2K_MSGT_START_REQ);
|
||||
break;
|
||||
case OM2K_MSGT_ENABLE_RES:
|
||||
rc = abis_om2k_tx_simple(bts, &o2h->mo, OM2K_MSGT_ENABLE_RES_ACK);
|
||||
break;
|
||||
case OM2K_MSGT_START_REQ_ACK:
|
||||
break;
|
||||
case OM2K_MSGT_STATUS_RESP:
|
||||
|
||||
Reference in New Issue
Block a user