* always use bts->c0 as msg->trx for OML messages

This commit is contained in:
Holger Freyther 2009-02-09 23:09:55 +00:00
parent fb3f5190b4
commit 59639e81e1
1 changed files with 2 additions and 0 deletions

View File

@ -163,6 +163,8 @@ static struct msgb *nm_msgb_alloc(void)
/* Send a OML NM Message from BSC to BTS */
int abis_nm_sendmsg(struct gsm_bts *bts, struct msgb *msg)
{
msg->trx = bts->c0;
return _abis_nm_sendmsg(msg);
}