aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-04-13rsl: use hard-coded defaults if the MultiRate conf IE is absentVadim Yanitskiy1-0/+1
2022-04-13l1sap: l1sap_chan_act(): remove unused *tp argumentVadim Yanitskiy1-1/+1
2022-04-05osmo-bts-trx: rx_{tchf,tchh}_fn(): get TDMA FN from meas historyVadim Yanitskiy1-0/+3
2022-04-05osmo-bts-trx: rx_tchh_fn(): get rid of chan_state->meas_avg_facchVadim Yanitskiy1-1/+0
2022-04-05osmo-bts-trx: rx_tchh_fn(): indicate BER10k=0 for FACCH BFIsVadim Yanitskiy1-1/+0
2022-03-18osmo-bts-trx: rx_tchh_fn(): use proper meas averaging modeVadim Yanitskiy1-1/+3
2022-03-18osmo-bts-trx: use consistent naming for 'enum sched_meas_avg_mode'Vadim Yanitskiy1-6/+6
2022-02-08logging: get rid of logging category DSUMVadim Yanitskiy1-1/+0
2021-11-23bts_shutdown_fsm.h: Remove wrong comment describing enumPau Espin Pedrol1-1/+0
2021-11-04[overpower] Turn it on and off depending on DL RxQualVadim Yanitskiy1-1/+2
2021-11-04measurement: pass *mr to lchan_bs_pwr_ctrl()Vadim Yanitskiy1-1/+1
2021-11-04l1sap: rework handling of DATA.ind on SACCHVadim Yanitskiy1-3/+1
2021-10-25[overpower] rsl: store full content of RSL_IE_OSMO_TEMP_OVP_ACCH_CAPVadim Yanitskiy1-2/+2
2021-10-23lchan: introduce and use lchan_is_tch() helperVadim Yanitskiy1-0/+3
2021-10-22struct gsm_lchan: move tch.rep_facch to rep_acch.dl_facchVadim Yanitskiy1-4/+2
2021-10-22struct gsm_lchan: group ACCH repetition state fieldsVadim Yanitskiy1-5/+8
2021-10-22cosmetic: s/repeated_acch_capability/rep_acch_cap/gVadim Yanitskiy1-1/+1
2021-10-22measurement: move repeated_dl_facch_active_decision() hereVadim Yanitskiy1-3/+0
2021-10-22measurement: handle_ms_meas_report() accepts const ghVadim Yanitskiy1-1/+3
2021-10-22rsl: rsl_tx_meas_res() does not change l3, make it constVadim Yanitskiy1-1/+1
2021-10-20Reset CBCH state after BTS shutdownPau Espin Pedrol1-0/+2
2021-10-18bts_shutdown_fsm: Make sure pending power ramping are aborted before closing TRXPau Espin Pedrol1-0/+1
2021-10-14Move lchan_deactivate() to lchan.cPau Espin Pedrol2-2/+1
2021-10-14Move lchan related code to lchan.{c,h}Pau Espin Pedrol2-2/+3
2021-10-11Add new gsm_bts_trx_free_shadow_ts() functionPau Espin Pedrol1-0/+1
2021-10-08l1sap: check if BTS model supports interference reportingVadim Yanitskiy1-0/+2
2021-10-08osmo-bts-trx: report PDCH interference levels to L1SAPVadim Yanitskiy1-2/+1
2021-10-08rsl_tx_rf_res(): separate interference AVG / band calculationVadim Yanitskiy1-1/+3
2021-10-08rsl: prevent race condition during timeslot re-configurationVadim Yanitskiy2-1/+2
2021-10-07nm_channel_fsm: Release lchans after BTS shutdownPau Espin Pedrol1-0/+2
2021-10-07Introduce gsm_lchan_release function helperPau Espin Pedrol1-0/+1
2021-10-07lchan.h: Add related ticket info to FIXME commentPau Espin Pedrol1-1/+1
2021-10-07Move lchan,power_ctrl specific code from gsm_data.h to their own filesPau Espin Pedrol4-421/+438
2021-10-07MS Power Control Loop: Use P_CON_INTERVAL=2 by defaultPau Espin Pedrol1-0/+1
2021-10-07Introduce gsm_lchan_init() function helperPau Espin Pedrol1-0/+1
2021-10-04trx_provision_fsm: poweronoff_sent flag: track POWERON and POWEROFF separatelyPau Espin Pedrol1-1/+2
2021-09-30Delay abis reconnect while bts is shutting downPau Espin Pedrol1-0/+3
2021-09-30bts-trx: Delay power ramp up until RCARRIER is ENABLEDPau Espin Pedrol1-0/+6
2021-09-28scheduler: Fix lqual_cb not populated for TCH.indPau Espin Pedrol1-1/+1
2021-09-28Decouple handling of Measurement Report from lapdmPau Espin Pedrol2-1/+3
2021-09-27osmo-bts-trx: implement Temporary Overpower for SACCH/FACCHVadim Yanitskiy2-0/+7
2021-09-26gsm_lchan2chan_nr(): separate RSL specific variant of this APIVadim Yanitskiy1-0/+1
2021-09-23Revert "abis: Fix line leaked & recreated upon every reconnect"Pau Espin Pedrol1-1/+1
2021-09-23abis: Fix line leaked & recreated upon every reconnectPau Espin Pedrol1-1/+1
2021-09-23Avoid sending Load Indications when BTS is not RSL-connectedPau Espin Pedrol1-0/+2
2021-09-23bts_shutdown_fsm: Allow configuring FSM to shutdown without exiting processPau Espin Pedrol1-0/+2
2021-09-23phy_link: Introduce bts_model_phy_link_close() and use it in bts-trxPau Espin Pedrol1-0/+1
2021-09-23bts-trx: Submit TRX SW_ACT when PHY becomes connectedPau Espin Pedrol1-1/+0
2021-09-22nm_*fsm: Make FSMs aware of object being properly configured or notPau Espin Pedrol2-0/+9
2021-09-20abis: Drop internal OML msg queuePau Espin Pedrol1-1/+0