aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 1.4.0.1-34714 → 1.4.11.4.1osmith/1.4.1Oliver Smith2022-03-211-0/+6
* debian/control: add osmo-bts meta-packageOliver Smith2022-03-211-2/+17
* Bump version: 1.3.0.348-f42287-dirty → 1.4.01.4.0Pau Espin Pedrol2021-11-165-23/+391
* gsm_lchan_interf_meas_calc_avg(): adapt to the order of boundariesNeels Hofmeyr2021-11-121-3/+12
* gsm_lchan_interf_meas_calc_avg(): fix band calculationVadim Yanitskiy2021-11-111-2/+5
* oml: use ARRAY_SIZE() in oml_rx_set_bts_attr()Vadim Yanitskiy2021-11-111-1/+1
* rsl: exclude disabled timeslots from interference reportsVadim Yanitskiy2021-11-093-0/+14
* common/Makefile.am: reformat {AM_CPPFLAGS,AM_CFLAGS,LDADD}Vadim Yanitskiy2021-11-071-3/+18
* gsm_ts_release(): Make sure pchan{,is_want} is reset to NONEPau Espin Pedrol2021-11-051-0/+4
* measurement: make use of gsm48_meas_res_is_valid()Vadim Yanitskiy2021-11-041-3/+3
* [overpower] Turn it on and off depending on DL RxQualVadim Yanitskiy2021-11-044-3/+57
* measurement: pass *mr to lchan_bs_pwr_ctrl()Vadim Yanitskiy2021-11-046-112/+19
* measurement: pass *mr to repeated_dl_facch_active_decision()Vadim Yanitskiy2021-11-041-10/+3
* measurement: get rid of *le in lchan_meas_handle_sacch()Vadim Yanitskiy2021-11-041-6/+3
* lchan_meas_handle_sacch(): check if Measurement Result is validVadim Yanitskiy2021-11-041-1/+2
* l1sap: rework handling of DATA.ind on SACCHVadim Yanitskiy2021-11-044-74/+84
* abis: Try one reconnect to previously connected BSC before trying next onePau Espin Pedrol2021-11-031-0/+11
* abis: Drop unneded if condition in else clausePau Espin Pedrol2021-11-031-1/+1
* bts-trx: sched_lchan_tchf: Change log level to debug for line informing about missing dl primPau Espin Pedrol2021-11-031-1/+1
* scheduler: Fix FACCH msg with l2len==0 going to lower layers and logging errorsPau Espin Pedrol2021-11-031-1/+1
* bts-trx: sched_lchan_tchf: Drop impossible code pathPau Espin Pedrol2021-11-031-6/+0
* osmo-bts-trx-calypso.cfg: Adjust settings to work with current osmo-bts versionsMartin Hauke2021-11-011-4/+5
* rsl: fix a memory leak in handle_gprs_susp_req()Vadim Yanitskiy2021-10-281-0/+1
* l1sap: make 'l1sap' argument of process_l1sap_meas_data() constVadim Yanitskiy2021-10-281-4/+4
* l1sap: process_l1sap_meas_data() accepts pointer to lchanVadim Yanitskiy2021-10-271-27/+21
* l1sap: use designated initializers in process_l1sap_meas_data()Vadim Yanitskiy2021-10-271-30/+24
* l1sap: move false PTCCH/U detection into PDCH branchVadim Yanitskiy2021-10-271-9/+8
* l1sap: fix handling of lchan->pending_rel_ind_msgVadim Yanitskiy2021-10-271-11/+7
* scheduler: Avoid crash upon call to trx_sched_set_lchan if l1ts is uninitializedPau Espin Pedrol2021-10-261-0/+6
* l1sap: Avoid re-(de)activating already (de)active lchansPau Espin Pedrol2021-10-261-0/+13
* bts-trx: sched: tx_pdtch_fn: Drop log line clogging logsPau Espin Pedrol2021-10-251-1/+5
* scheduler: Fix check against empty PDCH blocksPau Espin Pedrol2021-10-251-1/+1
* Revert "bts-trx: sched: tx_pdtch_fn: Handle PCU idle blocks properly"Pau Espin Pedrol2021-10-251-5/+2
* bts-trx: sched: tx_pdtch_fn: Handle PCU idle blocks properlyPau Espin Pedrol2021-10-251-2/+5
* bts-trx: sched_lchan_pdtch: Refactor tx_pdtch_fn to get rid of goto tagPau Espin Pedrol2021-10-251-12/+11
* [overpower] scheduler: handle {sacch,facch}_enabled flagsVadim Yanitskiy2021-10-251-5/+5
* [overpower] lchan_dump_full_vty(): print overpower stateVadim Yanitskiy2021-10-251-0/+31
* [overpower] rsl: store full content of RSL_IE_OSMO_TEMP_OVP_ACCH_CAPVadim Yanitskiy2021-10-253-9/+13
* initial support for static userspace probes via systemtapHarald Welte2021-10-257-1/+97
* lchan: introduce and use lchan_is_tch() helperVadim Yanitskiy2021-10-233-3/+5
* rsl: fix handling of REL IND in lapdm_rll_tx_cb()Harald Welte2021-10-231-9/+9
* lchan_set_state(): also free pending messages if anyVadim Yanitskiy2021-10-231-0/+5
* osmo-bts-trx: fix potential NULL pointer dereferenceVadim Yanitskiy2021-10-231-4/+6
* measurement: fix wrong operator used in handle_ms_meas_report()Vadim Yanitskiy2021-10-231-1/+1
* struct gsm_lchan: move tch.rep_facch to rep_acch.dl_facchVadim Yanitskiy2021-10-223-20/+18
* struct gsm_lchan: group ACCH repetition state fieldsVadim Yanitskiy2021-10-226-38/+41
* cosmetic: s/repeated_acch_capability/rep_acch_cap/gVadim Yanitskiy2021-10-226-23/+23
* measurement: make sure that DL measurements are validVadim Yanitskiy2021-10-221-0/+2
* measurement: move repeated_dl_facch_active_decision() hereVadim Yanitskiy2021-10-224-78/+76
* measurement: handle_ms_meas_report() accepts const ghVadim Yanitskiy2021-10-222-4/+8