osmo-bsc/src
Vadim Yanitskiy a1d175ab66 abis_nm.c: fix RSL connection timeout for trx->nr > 0
After sending of NM_MT_IPACC_RSL_CONNECT message, we start a timer,
and stop it on receipt of NM_MT_IPACC_RSL_CONNECT_{ACK,NACK}. When
running a multi-trx setup, one can see the following warnings:

  DRSL NOTICE abis_nm.c:2852 (bts=0,trx=1) RSL connection request timed out
  DRSL NOTICE abis_nm.c:2852 (bts=0,trx=2) RSL connection request timed out

even despite NM_MT_IPACC_RSL_CONNECT is actually being acknowledged.

The problem is in abis_nm_rx_ipacc(): we cannot just use sign_link->trx,
because the message itself was received over the OML link, so this
pointer always gives us C0/TRX0. Instead, we must find a TRX by its
number from the FOH header using gsm_bts_trx_by_nr().

Change-Id: Ib4b9a198da11c88a51cfa78ffb7e7235a6365ef4
2019-12-02 08:46:10 +00:00
..
ipaccess bsc: Send MS Power Control msg upon max MS power change 2019-11-20 15:35:05 +01:00
libfilter rename gsm_04_08_utils.[hc] to gsm_04_08_rr 2018-07-28 12:18:23 +02:00
osmo-bsc abis_nm.c: fix RSL connection timeout for trx->nr > 0 2019-12-02 08:46:10 +00:00
utils bsc: Send MS Power Control msg upon max MS power change 2019-11-20 15:35:05 +01:00
Makefile.am configure.ac: Add flag to enable/disable build of ipaccess related utils 2019-03-14 17:07:45 +01:00