aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-03-16 14:27:29 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-03-16 15:49:16 +0100
commit3bcece98a31533b884456c379e4539fd2bcf0f98 (patch)
tree4ccdd8aab88f8de9ec808088a9545821ccfa9ee7
parent0fc158c0be5709fbde405f62fdd39be3c452623c (diff)
abis: Send the message without enforcing to wait for a response
The user might issue restarts while no BTS is connected and we should not block the abis queue because of these messages.
-rw-r--r--openbsc/src/libbsc/abis_nm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/libbsc/abis_nm.c b/openbsc/src/libbsc/abis_nm.c
index c05e2f94f..3afc4c497 100644
--- a/openbsc/src/libbsc/abis_nm.c
+++ b/openbsc/src/libbsc/abis_nm.c
@@ -2598,7 +2598,7 @@ int abis_nm_ipaccess_restart(struct gsm_bts_trx *trx)
fill_om_fom_hdr(oh, 0, NM_MT_IPACC_RESTART, NM_OC_BASEB_TRANSC,
trx->bts->nr, trx->nr, 0xff);
- return abis_nm_sendmsg(trx->bts, msg);
+ return abis_nm_sendmsg_direct(trx->bts, msg);
}
int abis_nm_ipaccess_set_attr(struct gsm_bts *bts, uint8_t obj_class,