aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-02-13 12:43:44 +0100
committerHarald Welte <laforge@gnumonks.org>2011-02-13 15:49:26 +0100
commitb3d70fd0bd8601f95ff55fba660781aa44cff597 (patch)
tree61e75261234426a659261dec0b2d0ec8418906ce /openbsc/src
parentdcf42e6cd242cb98f4494faa01df8bbd8f6e1483 (diff)
OM2000: Make sure we ACK an ENABLE RESULT
Diffstat (limited to 'openbsc/src')
-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: