aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-10-31pcuif_proto: cosmetic: add constant PCU_IF_NUM_NSVC and replace magic numbersPhilipp Maier1-5/+7
2022-10-12rsl: use unsigned intPhilipp Maier1-1/+1
2022-10-04osmo-bts-trx: handle MTS 0b0110 indicating an Access BurstVadim Yanitskiy1-0/+1
2022-09-26pcu_sock: fix sourcecode formattingPhilipp Maier1-1/+1
2022-09-13Introduce Osmux supportPau Espin Pedrol7-0/+69
2022-08-11Move lchan_dl_tch_queue_enqueue to lchan.c and make it publicPau Espin Pedrol1-0/+2
2022-08-11Use libosmocore API msgb_queue_free() to free listsPau Espin Pedrol1-2/+0
2022-08-11Avoid counting lchan->dl_tch_queue length every time a msg is enqueuedPau Espin Pedrol1-0/+1
2022-08-11Split out lchan rtp socket creation from rsl handling codePau Espin Pedrol1-0/+5
2022-08-08osmo-bts-trx: amr_loop: trigger the loop unconditionallyVadim Yanitskiy1-1/+0
2022-05-10struct bts_ul_meas: reflect C/I units in field name s/c_i/ci_cb/Vadim Yanitskiy1-1/+1
2022-05-10scheduler: trx_sched_is_sacch_fn(): make ts pointer constVadim Yanitskiy1-1/+1
2022-05-06osmo-bts-trx: drop Uplink loss detection from Downlink pathVadim Yanitskiy1-1/+0
2022-04-20osmo-bts-trx: use C/I in the AMR link adaptation loopVadim Yanitskiy1-2/+2
2022-04-17struct amr_multirate_conf: remove ms_mode[], raname bts_mode[]Vadim Yanitskiy1-2/+1
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