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