From 15eae8dcafc86400a6340b8dcb4b5e8ec3a4fe66 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 26 Sep 2011 23:43:23 +0200 Subject: Fix Ericsson RBS2000 support after libosmo-abis merge The libosmo-abis merge broke Ericsson RBS support, as it didn't get the part right where the per-TRX OML sign_link is determined while transmitting OM2000 messages. As a result of this fix, we can remove the 'to_trx_oml' parameter to _abis_nm_sendmsg(), which is a nice cleanup. --- openbsc/include/openbsc/abis_nm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/include/openbsc') diff --git a/openbsc/include/openbsc/abis_nm.h b/openbsc/include/openbsc/abis_nm.h index f11ac117b..ae9b99945 100644 --- a/openbsc/include/openbsc/abis_nm.h +++ b/openbsc/include/openbsc/abis_nm.h @@ -160,7 +160,7 @@ int abis_nm_vty_init(void); void abis_nm_clear_queue(struct gsm_bts *bts); -int _abis_nm_sendmsg(struct msgb *msg, int to_trx_oml); +int _abis_nm_sendmsg(struct msgb *msg); void abis_nm_queue_send_next(struct gsm_bts *bts); /* for bs11_config. */ -- cgit v1.2.3