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-04-01 19:34:42 +0200
commit3a38ee6c3d9985200b10229b27f3b9ae9edd50ae (patch)
treee651be05d153e57ab1b7df9d69c74b48986b529e
parentcf1302e4cb4875816615a23e5d7e2e9f7bcb5bca (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,