aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2021-01-08power_control: properly track the first initial stateVadim Yanitskiy1-1/+1
2021-01-08power_control: generalize measurement pre-processing stateVadim Yanitskiy1-17/+19
2021-01-08power_control: migrate MS/BS control loops to the new paramsVadim Yanitskiy4-64/+51
2021-01-07vty: add a command to show GPRS related infoVadim Yanitskiy1-0/+70
2021-01-07power_control: handle MS/BS Power control params on A-bis/RSLVadim Yanitskiy1-14/+229
2021-01-07power_control: vty: deprecate 'uplink-power-control' commandsVadim Yanitskiy1-24/+62
2021-01-07power_control: vty: re-use cfg_bts_ul_power_target()Vadim Yanitskiy1-17/+14
2021-01-05sysinfo: fix less-than-zero comparison of an unsigned valueVadim Yanitskiy1-1/+1
2021-01-05l1sap: fix: enable UL SACCH repetition if RxQual threshold is 0Vadim Yanitskiy1-0/+6
2021-01-04power_control: add VTY introspection commands for MS/BS paramsVadim Yanitskiy1-16/+103
2021-01-04power_control: check-in new parameters and default valuesVadim Yanitskiy3-1/+37
2021-01-03fix-up missed review comment in CBCH SI4 patching fixHarald Welte1-1/+1
2021-01-03sysinfo.c: Fix SI4 GPRS patching which overwrote CBCH IEHarald Welte2-9/+42
2020-12-30rsl: remove redundant boolean flag in rsl_rx_chan_activ()Vadim Yanitskiy1-3/+1
2020-12-10vty: fix dump_lchan_trx_ts(): dump dedicated channels onlyVadim Yanitskiy1-1/+9
2020-12-10log: rsl_rx_chan_activ: show chan type as human readable stringNeels Hofmeyr1-2/+4
2020-12-09vty: resurrect per-lchan BS/MS Power Control informationVadim Yanitskiy1-7/+47
2020-12-09power_control: make raise/lower step limitation configurableVadim Yanitskiy2-8/+7
2020-12-09nm_channel_fsm: Fix several FSM internal transitions not being madePau Espin Pedrol1-2/+2
2020-12-08rsl: properly initialize MS/BS Power Control stateVadim Yanitskiy1-6/+10
2020-12-06power_control: clarify units in 'struct bts_power_ctrl_params'Vadim Yanitskiy3-15/+15
2020-12-06power_control: cosmetic: fix weird spacingVadim Yanitskiy1-9/+9
2020-12-06power_control: implement BS (Downlink) Power ControlVadim Yanitskiy6-20/+145
2020-12-04power_control: derive calc_delta() from lchan_ms_pwr_ctrl()Vadim Yanitskiy1-33/+43
2020-12-04power_control: do not log averaged RSSI values as 'rx-current'Vadim Yanitskiy1-2/+2
2020-12-04power_control: remove a logging statement and early returnVadim Yanitskiy1-10/+2
2020-12-04power_control: lchan_ms_pwr_ctrl(): make use of params/state pointersVadim Yanitskiy1-17/+15
2020-12-04power_control: generalize and rename lchan_ul_pf_ewma()Vadim Yanitskiy1-6/+9
2020-12-04power_control: lchan_ms_pwr_ctrl(): use existing 'trx' pointerVadim Yanitskiy1-1/+1
2020-12-04power_control: lchan_ul_pf_ewma(): do not use lchan->meas.res_nrVadim Yanitskiy1-1/+1
2020-12-04power_control: generalize power control state structureVadim Yanitskiy1-1/+1
2020-12-02l1sap: make sure that UL SACCH is always 23 octets longVadim Yanitskiy1-2/+2
2020-12-02bts: add Downlink power control parametersVadim Yanitskiy1-4/+14
2020-12-02bts: rename MS_UL_PF_ALGO_{NONE,EWMA} to BTS_PF_ALGO_{NONE,EWMA}Vadim Yanitskiy3-7/+7
2020-12-02struct gsm_bts: move ul_power_{target,hysteresis} to ul_power_ctrlVadim Yanitskiy3-14/+14
2020-11-28l1sap: add repeated uplink SACCHPhilipp Maier1-0/+33
2020-11-27l1sap: add repeated downlink SACCHPhilipp Maier2-3/+46
2020-11-27l1sap: also include SRR bit in RSL l1 info field.Philipp Maier1-3/+4
2020-11-27l1sap: add repeated downlink FACCHPhilipp Maier3-7/+154
2020-11-26part 3 of: fix SAPIs for handover, osmo-bts-trxNeels Hofmeyr1-0/+6
2020-11-26part 1 of: fix SAPIs for handover to match 48.058 4.1.{3,4}Neels Hofmeyr2-0/+15
2020-11-25common: generate coredump and exit upon SIGABRT receivedPau Espin Pedrol1-3/+13
2020-11-25common: Enable SIGABRT signal handlerPau Espin Pedrol1-1/+1
2020-11-19l1sap: pre-initalize pointer with NULL to avoid gcc warningPhilipp Maier1-1/+2
2020-11-04main: do not print asciiart to stdout, use stderr insteadVadim Yanitskiy1-2/+2
2020-11-02vty: call bts_model_vty_init() from bts_vty_init()Vadim Yanitskiy2-13/+15
2020-11-02measurement.c: fix integer overflow problemPhilipp Maier1-1/+1
2020-11-02vty: fix missing / wrong documentation for some commandsVadim Yanitskiy1-8/+18
2020-11-02vty: fix double '%' in description of some commandsVadim Yanitskiy1-5/+5
2020-11-02main: move general options from bts_vty_init()Vadim Yanitskiy2-4/+6