aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/abis_om2000.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/abis_om2000.c')
-rw-r--r--openbsc/src/abis_om2000.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/src/abis_om2000.c b/openbsc/src/abis_om2000.c
index e94c715b1..ab224f994 100644
--- a/openbsc/src/abis_om2000.c
+++ b/openbsc/src/abis_om2000.c
@@ -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: