OM2000: Make sure we ACK an ENABLE RESULT

This commit is contained in:
Harald Welte 2011-02-13 12:43:44 +01:00
parent dcf42e6cd2
commit b3d70fd0bd
1 changed files with 3 additions and 0 deletions

View File

@ -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: