osmo-bts/src/common
Vadim Yanitskiy 8777b63ef8 ta_control: fix Timing Advance control for SDCCH channels
The check in lchan_ms_ta_ctrl() breaks Timing Advance control on
SDCCH channels, because 'num_ul_meas' wraps and never reaches 4.
Neither this check makes any sense for other channel types,
because lchan_ms_ta_ctrl() is always called in the end of the
measurement period.  Let's drop it.

Change-Id: I0b86d49ec00b38d0f309c56b2519e5d487f0b65b
Fixes: If7ddf74db3abc9b9872abe620a0aeebe3327e70a
Related: OS#5024
2021-02-20 22:46:24 +01:00
..
Makefile.am Introduce NM Channel FSM 2020-10-20 13:45:57 +00:00
abis.c Drop unused param in oml_init() 2020-10-13 08:54:36 +00:00
amr.c rsl: refactor handling of RSL_IE_MR_CONFIG 2020-06-05 18:40:42 +07:00
bts.c power_control: migrate MS/BS control loops to the new params 2021-01-08 02:05:27 +01:00
bts_ctrl_commands.c power_ramp: Add support to get callback when ramping process completes 2020-06-18 19:11:55 +02:00
bts_ctrl_lookup.c Move struct gsm_bts_trx: gsm_data.* & bts.* => bts_trx.* 2020-07-14 09:44:06 +00:00
bts_shutdown_fsm.c bts_shutdown_fsm: Fix switching too quickly to state WAIT_TRX_CLOSED 2020-07-24 18:23:16 +02:00
bts_trx.c power_control: check-in new parameters and default values 2021-01-04 21:49:21 +00:00
cbch.c Fix common misspellings and typos 2019-10-17 08:05:35 +00:00
dtx_dl_amr_fsm.c Fix Downlink AMR FSM name to avoid illegal space character 2017-10-24 18:43:45 +02:00
gsm_data.c power_control: cosmetic: fix swapped {L,U}_RXQUAL_XX_P comments 2021-02-07 23:03:04 +01:00
handover.c part 1 of: fix SAPIs for handover to match 48.058 4.1.{3,4} 2020-11-26 09:22:38 +00:00
l1sap.c gsm_data: handle l1_info with structs 2021-02-16 22:28:18 +00:00
lchan.c cosmetic: common ts_is_pdch() 2016-08-30 07:35:47 +00:00
load_indication.c Move gsm_bts code gsm-data.* => bts.* 2020-07-05 18:18:16 +02:00
logging.c logging: use only LOGL_NOTICE as defualt loglevel 2020-04-14 13:20:21 +00:00
main.c GSMTAP: make remote host for Um logging configurable via VTY 2021-02-16 17:35:47 +00:00
measurement.c ta_control: make 'struct bts_ul_meas' parameters const 2021-02-15 10:58:54 +00:00
msg_utils.c Move gsm_bts code gsm-data.* => bts.* 2020-07-05 18:18:16 +02:00
nm_bb_transc_fsm.c Introduce NM Channel FSM 2020-10-20 13:45:57 +00:00
nm_bts_fsm.c Introduce NM BTS FSM 2020-10-20 13:45:57 +00:00
nm_bts_sm_fsm.c Introduce NM BTS Site Manager FSM 2020-10-20 13:45:57 +00:00
nm_channel_fsm.c nm_channel_fsm: Fix several FSM internal transitions not being made 2020-12-09 14:04:19 +01:00
nm_common_fsm.c Introduce NM Channel FSM 2020-10-20 13:45:57 +00:00
nm_radio_carrier_fsm.c Introduce NM Channel FSM 2020-10-20 13:45:57 +00:00
oml.c oml: ensure that IPA RSL Connect ACK/NACK contains all IEs 2021-02-10 15:06:54 +00:00
paging.c paging: refactor and optimize fill_paging_type_1() 2021-01-15 17:36:46 +01:00
pcu_sock.c pcu_sock: fix uninitalized returncode value 2021-02-04 14:08:42 +00:00
phy_link.c Introduce NM Radio Carrier and Baseband Transceiver FSMs 2020-10-20 13:45:57 +00:00
power_control.c power_control: implement handling of P_Con_INTERVAL parameter 2021-02-07 23:08:57 +01:00
rsl.c gsm_data: handle l1_info with structs 2021-02-16 22:28:18 +00:00
scheduler.c power_control: implement BS (Downlink) Power Control 2020-12-06 18:57:43 +01:00
scheduler_mframe.c CBCH: Some more scheduler_mframe cleanup 2018-09-17 22:47:45 +02:00
sysinfo.c sysinfo: fix less-than-zero comparison of an unsigned value 2021-01-05 14:12:06 +00:00
ta_control.c ta_control: fix Timing Advance control for SDCCH channels 2021-02-20 22:46:24 +01:00
tx_power.c power_control: implement BS (Downlink) Power Control 2020-12-06 18:57:43 +01:00
vty.c GSMTAP: make remote host for Um logging configurable via VTY 2021-02-16 17:35:47 +00:00