aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts
AgeCommit message (Expand)AuthorFilesLines
2021-01-08power_control: properly track the first initial stateVadim Yanitskiy1-0/+2
2021-01-08power_control: generalize measurement pre-processing stateVadim Yanitskiy1-3/+13
2021-01-08power_control: migrate MS/BS control loops to the new paramsVadim Yanitskiy2-5/+0
2021-01-04power_control: check-in new parameters and default valuesVadim Yanitskiy3-5/+70
2021-01-03sysinfo.c: Fix SI4 GPRS patching which overwrote CBCH IEHarald Welte1-0/+1
2020-12-09power_control: make raise/lower step limitation configurableVadim Yanitskiy2-0/+8
2020-12-06power_control: clarify units in 'struct lchan_power_ctrl_state'Vadim Yanitskiy1-0/+3
2020-12-06power_control: clarify units in 'struct bts_power_ctrl_params'Vadim Yanitskiy1-2/+2
2020-12-06power_control: implement BS (Downlink) Power ControlVadim Yanitskiy2-4/+5
2020-12-04power_control: generalize power control state structureVadim Yanitskiy1-8/+11
2020-12-02bts: add Downlink power control parametersVadim Yanitskiy1-1/+2
2020-12-02bts: generalize a struct for UL/DL power control parametersVadim Yanitskiy1-16/+19
2020-12-02bts: rename MS_UL_PF_ALGO_{NONE,EWMA} to BTS_PF_ALGO_{NONE,EWMA}Vadim Yanitskiy1-4/+4
2020-12-02struct gsm_bts: move ul_power_{target,hysteresis} to ul_power_ctrlVadim Yanitskiy1-4/+4
2020-11-28l1sap: add repeated uplink SACCHPhilipp Maier2-0/+2
2020-11-27l1sap: add repeated downlink SACCHPhilipp Maier1-0/+3
2020-11-27l1sap: add repeated downlink FACCHPhilipp Maier2-0/+15
2020-11-26part 1 of: fix SAPIs for handover to match 48.058 4.1.{3,4}Neels Hofmeyr1-0/+16
2020-11-02vty: call bts_model_vty_init() from bts_vty_init()Vadim Yanitskiy2-1/+2
2020-11-02main: register VTY commands before handle_options()Vadim Yanitskiy1-1/+1
2020-10-20Introduce NM Channel FSMPau Espin Pedrol1-0/+12
2020-10-20Introduce NM Radio Carrier and Baseband Transceiver FSMsPau Espin Pedrol2-3/+31
2020-10-20Introduce NM BTS FSMPau Espin Pedrol1-0/+8
2020-10-20Introduce NM BTS Site Manager FSMPau Espin Pedrol4-3/+58
2020-10-19scheduler: get rid of useless TRX_CHAN_FLAG_PDCHVadim Yanitskiy1-2/+0
2020-10-19power_control: tolerate small deviations from 'rx-target'Vadim Yanitskiy1-0/+1
2020-10-15power_control: implement EWMA based Uplink power filteringVadim Yanitskiy2-0/+24
2020-10-15sysinfo: Don't broadcast SI4 GPRS INDICATOR if PCU is disconnectedHarald Welte1-3/+5
2020-10-15power_control: clarify argument names of lchan_ms_pwr_ctrl()Vadim Yanitskiy1-1/+2
2020-10-15gsm_data: check in and use enum lchan_rel_act_kindVadim Yanitskiy2-12/+10
2020-10-13Drop unused param in oml_init()Pau Espin Pedrol1-1/+1
2020-10-08vty: add attributes to VTY commands indicating when they applyPhilipp Maier1-0/+6
2020-10-06Introduce the new OML NM_ATT_OSMO_NS_LINK_CFG to configure IPv6 NSVC for PCUAlexander Couzens1-3/+3
2020-10-05bts: Add VTY command to manually override Radio Link TimeoutHarald Welte1-1/+5
2020-10-03osmo-bts-trx/scheduler: fix measurement handling for SUB framesPhilipp Maier1-0/+6
2020-10-01gsm_data.h: Drop unused struct fieldPau Espin Pedrol1-1/+0
2020-09-28vty: make most struct pointers const in show/write commandsVadim Yanitskiy3-6/+6
2020-09-28tx_power: make trx/lchan struct pointers const where possibleVadim Yanitskiy1-10/+10
2020-09-25bts: cosmetic: make param 'net' of gsm_bts_num() constVadim Yanitskiy1-1/+1
2020-09-22osmo-bts-trx/scheduler: refactor UL burst measurement processingVadim Yanitskiy1-10/+28
2020-09-22pcuif_proto: version 10: add support for IPv6 NSVCsAlexander Couzens1-1/+11
2020-09-22pcuif_proto: version 10: add frequency hopping parametersVadim Yanitskiy1-3/+12
2020-09-17gsm_data: rename hopping.{ma,ma_len} to hopping.arfcn_{list,num}Vadim Yanitskiy1-2/+2
2020-09-17struct gsm_bts_trx[_ts]: remove unused parsed NM attribute listVadim Yanitskiy2-2/+0
2020-09-17struct gsm_bts_trx: remove unused per-TRX OML Link pointerVadim Yanitskiy1-3/+0
2020-09-16Revert "pcuif_proto: version 0xa: add support for IPv6 NSVCs"Alexander Couzens1-12/+2
2020-09-15pcuif_proto: fix typo in commentAlexander Couzens1-1/+1
2020-09-15pcuif_proto: version 0xa: add support for IPv6 NSVCsAlexander Couzens1-2/+12
2020-09-15Fix RadioCarrier OML Operative State Change report not sent on some scenariosPau Espin Pedrol1-1/+1
2020-09-07scheduler: Drop unused function trx_sched_reset()Pau Espin Pedrol1-4/+0