[PATCH] Support of multiple RSL connections for ABIS/ipaccess (BTS side)

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Holger Hans Peter Freyther holger at freyther.de
Mon Jan 20 13:28:06 UTC 2014


On Mon, Jan 20, 2014 at 03:12:00PM +0100, Andreas Eversberg wrote:
> dear holger,
> 
> i change the patch. also i attached the change that is required for
> osmo-bts (sysmobts) to work afterwards.

hmm, I might not understand what your patch does but the trx_id is
still in more than a single place. Make the ipaccess_unit the primary
holder of the trx_id.


> -		e1inp_ipa_bts_rsl_connect(line, "127.0.0.1", IPA_TCP_PORT_RSL);
> +		e1inp_ipa_bts_rsl_connect(line, "127.0.0.1", IPA_TCP_PORT_RSL, 0);
> -	line = abis_open(bts, btsb->bsc_oml_host, "sysmoBTS");
> +	line = abis_open(bts, btsb->bsc_oml_host, "sysmoBTS", 1);

Why do you start with trx_id == 1 in the BTS part but in the manual
case with 0?




More information about the OpenBSC mailing list