aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-02-16gsm_data: handle l1_info with structsPhilipp Maier1-6/+1
2021-02-16GSMTAP: make remote host for Um logging configurable via VTYNeels Hofmeyr1-0/+1
2021-02-15ta_control: make 'struct bts_ul_meas' parameters constVadim Yanitskiy1-2/+6
2021-02-13GSMTAP: move 'struct gsmtap_inst' and masks to 'struct gsm_bts'Vadim Yanitskiy2-4/+7
2021-02-13GSMTAP: move 'gsmtap_sapi_names' from l1sap.c to vty.cVadim Yanitskiy1-1/+0
2021-02-07power_control: implement handling of P_Con_INTERVAL parameterVadim Yanitskiy1-0/+5
2021-02-03pcu_sock: send SI1, SI3 and SI13 via PCUIFPhilipp Maier1-1/+1
2021-01-08power_control: use more reasonable reduce step sizeVadim Yanitskiy1-4/+0
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