aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-02-13 20:09:24 +0100
committerHarald Welte <laforge@gnumonks.org>2011-02-13 20:09:24 +0100
commitb7eebf869901033d63350044632f77bef7e9d5a0 (patch)
tree51443930c88f922b07abd8af317a5bbde6b3c7f8
parentc4989a8e5ece9fde0d8f689a949543f9ec9bff5c (diff)
OM2000: Don't send START REQ in response to FAULT REP
-rw-r--r--openbsc/src/abis_om2000.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/src/abis_om2000.c b/openbsc/src/abis_om2000.c
index ab224f994..bde9341ab 100644
--- a/openbsc/src/abis_om2000.c
+++ b/openbsc/src/abis_om2000.c
@@ -773,7 +773,6 @@ int abis_om2k_rcvmsg(struct msgb *msg)
rc = abis_om2k_cal_time_resp(bts);
break;
case OM2K_MSGT_FAULT_REP:
- rc = abis_om2k_tx_simple(bts, &o2h->mo, OM2K_MSGT_START_REQ);
rc = abis_om2k_tx_simple(bts, &o2h->mo, OM2K_MSGT_FAULT_REP_ACK);
break;
case OM2K_MSGT_NEGOT_REQ: