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.
This commit is contained in:
Holger Hans Peter Freyther 2016-03-16 14:27:29 +01:00
parent cf1302e4cb
commit 3a38ee6c3d
1 changed files with 1 additions and 1 deletions

View File

@ -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,