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?

Reply via email to