aboutsummaryrefslogtreecommitdiffstats
path: root/src
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 Yanitskiy9-73/+94
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-07osmo-bts-trx: vty: clarify and improve some deprecation messagesVadim Yanitskiy1-4/+8
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-04cosmetic: sysmobts-mgr: fix whitespace indentationPau Espin Pedrol1-1/+1
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 Yanitskiy8-20/+20
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 Yanitskiy8-19/+19
2020-12-01osmo-bts-trx/scheduler: ensure no DL power attenuation on C0Vadim Yanitskiy1-2/+5
2020-11-28l1sap: add repeated uplink SACCHPhilipp Maier2-0/+78
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 Maier4-7/+155
2020-11-26part 5 of: fix SAPIs for handover, osmo-bts-oc2gNeels Hofmeyr1-18/+12
2020-11-26part 4 of: fix SAPIs for handover, osmo-bts-lc15Neels Hofmeyr1-18/+12
2020-11-26part 3 of: fix SAPIs for handover, osmo-bts-trxNeels Hofmeyr1-0/+6
2020-11-26part 2 of: fix SAPIs for handover, osmo-bts-sysmoNeels Hofmeyr1-21/+20
2020-11-26part 1 of: fix SAPIs for handover to match 48.058 4.1.{3,4}Neels Hofmeyr2-0/+15
2020-11-26rename to release_sapi_ul_rach(), simplifyNeels Hofmeyr3-36/+12
2020-11-25lc15-mgr: generate coredump and exit upon SIGABRT receivedneels/pre_sapi_fixPau Espin Pedrol1-4/+15
2020-11-25oc2g-mgr: generate coredump and exit upon SIGABRT receivedPau Espin Pedrol1-4/+15