OM2000: Make sure we ACK an ENABLE RESULT
diff --git a/openbsc/src/abis_om2000.c b/openbsc/src/abis_om2000.c
index e94c715..ab224f9 100644
--- a/openbsc/src/abis_om2000.c
+++ b/openbsc/src/abis_om2000.c
@@ -794,6 +794,9 @@
 	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: