aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* power_ctrl_params_def_reset(): set .ctrl_interval for both UL/DL2022q1Vadim Yanitskiy2022-04-081-5/+5
* osmo-bts-trx: rx_tchf_fn(): clarify indexes in the AMR CMI lookup tableVadim Yanitskiy2022-04-081-4/+11
* osmo-bts-trx: rx_tchh_fn(): fix indexes in the AMR CMI lookup tableVadim Yanitskiy2022-04-081-7/+15
* osmo-bts-trx: move AMR CMI lookup tables to the respective filesVadim Yanitskiy2022-04-083-18/+18
* osmo-bts-trx: rx_tchh_fn(): fix meas reporting in signalling modeVadim Yanitskiy2022-04-071-5/+7
* osmo-bts-trx: rx_{tchh,tchf}_fn(): use tch_mode directlyVadim Yanitskiy2022-04-072-4/+4
* osmo-bts-trx: rx_{tchh,tchf}_fn(): use AMR CMI lookup tablesVadim Yanitskiy2022-04-053-12/+20
* osmo-bts-trx: rx_{tchf,tchh}_fn(): get TDMA FN from meas historyVadim Yanitskiy2022-04-054-36/+38
* osmo-bts-trx: rx_{tchf,tchh}_fn(): ensure complete set of burstsVadim Yanitskiy2022-04-052-14/+14
* osmo-bts-trx: rx_{tchf,tchh}_fn(): shift Rx burst buffer on bid=0Vadim Yanitskiy2022-04-052-7/+6
* osmo-bts-trx: rx_{tchf,tchh}_fn(): also use meas_avg for BFIVadim Yanitskiy2022-04-052-10/+4
* osmo-bts-trx: rx_tchh_fn(): get rid of chan_state->meas_avg_facchVadim Yanitskiy2022-04-052-32/+7
* osmo-bts-trx: rx_tchh_fn(): indicate BER10k=0 for FACCH BFIsVadim Yanitskiy2022-04-052-6/+2
* doc: rsl: Fix description of 'IP Connection Statistics' IEPau Espin Pedrol2022-04-041-2/+2
* fix gsm_bts_get_cbch(): CBCH can be allocated on CnVadim Yanitskiy2022-03-311-10/+11
* trx_sched_ul_burst(): get rid of the 'switch' statementVadim Yanitskiy2022-03-222-10/+7
* osmo-bts-trx: rx_tchh_fn(): use proper meas averaging modeVadim Yanitskiy2022-03-183-2/+5
* osmo-bts-trx: use a lookup table in trx_sched_meas_avg()Vadim Yanitskiy2022-03-181-35/+18
* osmo-bts-trx: use consistent naming for 'enum sched_meas_avg_mode'Vadim Yanitskiy2022-03-186-21/+21
* osmo-bts-trx: rx_tchh_fn(): mark valid SID frames as suchVadim Yanitskiy2022-03-161-1/+4
* osmo-bts-trx: rx_tchh_fn(): fix HR SID detection (wrong offset)Vadim Yanitskiy2022-03-161-2/+4
* rsl: fix wrong IE being checked in rsl_rx_chan_activ()Vadim Yanitskiy2022-03-141-9/+9
* osmo-bts-trx: rx_tchh_fn(): do not calculate BER10k for FACCH twiceVadim Yanitskiy2022-03-141-1/+0
* osmo-bts-trx: do not run osmo_{fr,hr}_check_sid() on FACCH/U framesVadim Yanitskiy2022-03-102-3/+3
* VTY: fix ambiguity in BTS specific command definitionsVadim Yanitskiy2022-03-092-2/+2
* osmo-bts-trx: new rate counter 'trx_sched:dl_fh_cache_miss'Vadim Yanitskiy2022-03-093-1/+8
* osmo-bts-trx: cosmetic: use rate_ctr_inc2() instead of rate_ctr_inc()Vadim Yanitskiy2022-03-091-2/+2
* osmo-bts-trx: make use of OSMO_UNLIKELY() when handling TRXD PDUsVadim Yanitskiy2022-03-061-12/+12
* bts-trx: Log lchan if avaialble in Meas AvgPau Espin Pedrol2022-03-031-3/+5
* rsl: Conditionally decrease log level if cause is normal eventPau Espin Pedrol2022-03-021-1/+3
* Change some log levels NOTICE->INFOPau Espin Pedrol2022-03-022-4/+4
* bts-trx: amr: Fix return code of osmo_amr_rtp_dec() checked too latePau Espin Pedrol2022-03-021-4/+4
* logging: get rid of logging category DSUMVadim Yanitskiy2022-02-086-14/+9
* phy_instance_destroy(): fix NULL pointer dereferenceVadim Yanitskiy2021-12-281-4/+6
* treewide: remove FSF addressOliver Smith2021-12-141-4/+0
* cbch: cosmetic: use talloc_zero() in bts_process_smscb_cmd()Vadim Yanitskiy2021-12-121-1/+1
* osmo-bts-trx: fix a memleak in trx_sched_set_lchan()Vadim Yanitskiy2021-12-121-0/+4
* osmo-bts-trx: use l1ts as talloc context for burst buffersVadim Yanitskiy2021-12-125-23/+10
* oml: assign unique names to 'struct tlv_parsed' chunksVadim Yanitskiy2021-12-121-0/+4
* oml: fix copy-pasted comments in oml_rx_set_*_attr()Vadim Yanitskiy2021-12-121-4/+4
* oml: use ts->trx as talloc-context in oml_rx_set_chan_attr()Vadim Yanitskiy2021-12-121-1/+1
* oml: use proper talloc context in oml_rx_set_radio_attr()Vadim Yanitskiy2021-12-121-1/+1
* debian/control: add osmo-bts meta-packageOliver Smith2021-11-301-2/+17
* [lc15,oc2g,octphy] Fix memory leak on write queue overflowHarald Welte2021-11-253-3/+16
* cbch: Fix dangling cur_msg leading to double-free in bts_cbch_reset()Harald Welte2021-11-241-3/+3
* cbch: Fix bts_smscb_state_reset() to avoid double-freeHarald Welte2021-11-241-1/+4
* bts: Properly free bts->shutdown_fi when struct gsm_bts is freedPau Espin Pedrol2021-11-231-0/+4
* bts_shutdown_fsm.h: Remove wrong comment describing enumPau Espin Pedrol2021-11-231-1/+0
* 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