aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/gsm_data.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-04Clarify configuration of TSC on each timeslotPau Espin Pedrol1-0/+27
2021-11-05gsm_ts_release(): Make sure pchan{,is_want} is reset to NONEPau Espin Pedrol1-0/+4
2021-10-07nm_channel_fsm: Release lchans after BTS shutdownPau Espin Pedrol1-0/+10
2021-10-07Move lchan,power_control related code from gsm_data.c to their own filesPau Espin Pedrol1-394/+11
2021-10-07MS Power Control Loop: Use P_CON_INTERVAL=2 by defaultPau Espin Pedrol1-0/+8
2021-09-26gsm_lchan2chan_nr(): separate RSL specific variant of this APIVadim Yanitskiy1-3/+18
2021-09-14Power Control Loop: Set P_CON_INTERVAL to 1 by defaultPau Espin Pedrol1-0/+3
2021-09-11early IMM ASS: add configurable delay for RR IMM ASSNeels Hofmeyr1-0/+1
2021-09-03BS Power Control Loop: Support EWMA average algo for RxQual measPau Espin Pedrol1-1/+2
2021-09-03MS Power Control Loop: Take C/I into accountPau Espin Pedrol1-0/+132
2021-08-18add osmo_tdef groups, exposing T timers on VTY configNeels Hofmeyr1-0/+5
2021-08-16remove unused LCHAN_S_INACTIVENeels Hofmeyr1-1/+0
2021-07-05gsm_lchan_interf_meas_calc_band(): also print number of AVG samplesVadim Yanitskiy1-2/+2
2021-07-05Support SDCCH8 in osmo dyn tsPau Espin Pedrol1-1/+2
2021-07-05Rename osmo dyn ts enums to contain SDCCH8Pau Espin Pedrol1-11/+11
2021-06-29gsm_data: Drop unused function gsm_pchan_parse()Pau Espin Pedrol1-5/+0
2021-06-18Report interference levels in RSL RF RESource INDicationVadim Yanitskiy1-0/+48
2021-06-05[VAMOS] Implement the concept of 'shadow' timeslotsVadim Yanitskiy1-22/+41
2021-06-04[VAMOS] gsm_data: rework and rename gsm_lchan_name_compute()Vadim Yanitskiy1-7/+10
2021-06-04[VAMOS] rsl_lchan_lookup(): make it more readableVadim Yanitskiy1-7/+28
2021-06-04[VAMOS] rsl_lchan_lookup(): use ABIS_RSL_CHAN_NR_CBITS_* macrosVadim Yanitskiy1-4/+4
2021-06-04[VAMOS] gsm_pchan2chan_nr(): use ABIS_RSL_CHAN_NR_CBITS_* macrosVadim Yanitskiy1-10/+7
2021-06-04[VAMOS] osmo-bts-trx: rework handling of Training SequenceVadim Yanitskiy1-8/+0
2021-05-23[VAMOS] gsm_data.h: introduce and use BTS_TSC macroVadim Yanitskiy1-1/+1
2021-05-23[VAMOS] common: make 'struct gsm_bts_trx_ts' pointers constVadim Yanitskiy1-4/+4
2021-02-07power_control: cosmetic: fix swapped {L,U}_RXQUAL_XX_P commentsVadim Yanitskiy1-2/+2
2021-01-08power_control: use more reasonable reduce step sizeVadim Yanitskiy1-3/+3
2021-01-04power_control: check-in new parameters and default valuesVadim Yanitskiy1-0/+28
2020-09-16Improve error handling and logging in gsm_pchan2chan_nr()Pau Espin Pedrol1-0/+10
2020-07-14Move struct gsm_bts_trx: gsm_data.* & bts.* => bts_trx.*Pau Espin Pedrol1-89/+1
2020-07-05Move gsm_bts code gsm-data.* => bts.*Pau Espin Pedrol1-177/+6
2020-07-05Move nm_state and Mo related code gsm_data.* => oml.*Pau Espin Pedrol1-138/+0
2020-06-29A-bis/OML: handle hopping params in Set Channel AttributesVadim Yanitskiy1-5/+0
2020-06-23Implement tx power ramp down during BTS shutdownPau Espin Pedrol1-1/+10
2020-06-23Introduce bts_shutdown FSMPau Espin Pedrol1-1/+17
2020-06-17Merge gsm_data_shared.h into gsm_data.hPau Espin Pedrol1-0/+789