aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-05-19osmo-bts-{trx,virtual}: fix: pinst->trx may be NULLVadim Yanitskiy1-1/+1
2021-05-18[VAMOS] Re-organize osmo-bts-trx specific structuresVadim Yanitskiy4-51/+40
2021-05-18scheduler.h: cosmetic: use #pragma onceVadim Yanitskiy1-4/+1
2021-05-17sysmo,oc2g,lc15: Make RadioChannel MO depend on RadioCarrier MOPau Espin Pedrol2-1/+5
2021-05-11osmo-bts-trx: implement TRXDv2 protocol supportVadim Yanitskiy1-0/+14
2021-05-11[VAMOS] osmo-bts-trx: move {chan,bid} to trx_{dl,ul}_burst_{req,ind}Vadim Yanitskiy2-30/+28
2021-05-11[VAMOS] Merge bts_trx_init() into gsm_bts_trx_alloc()Vadim Yanitskiy1-1/+0
2021-05-09[VAMOS] struct gsm_bts_trx: fix the PHY instance pointerVadim Yanitskiy2-4/+3
2021-05-08common/sysinfo: make struct gsm_bts_trx const in num_agch()Vadim Yanitskiy1-1/+1
2021-05-06struct gsm_bts_trx: remove unused leftovers from openbscVadim Yanitskiy1-7/+0
2021-04-30Introduce ability to set socket priority of RTP socketsHarald Welte1-0/+1
2021-04-24osmo-bts-trx: 'burst type' is actually modulation typeVadim Yanitskiy1-5/+5
2021-04-21osmo-bts-trx: cosmetic: TRXD 'header version' -> 'PDU version'Vadim Yanitskiy1-1/+1
2021-03-27sched_lchan_tchh: fix frame number and fill FACCH gapPhilipp Maier1-0/+2
2021-03-01l1sap: Store status of SRR in an lchan struct memeberPhilipp Maier1-0/+1
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