aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-06-29Bump version: 1.4.0.103-b8ae-dirty → 1.5.01.5.0Pau Espin Pedrol4-19/+134
2022-06-21bts-sysmo: Replace use of deprecated ipa_client_conn_create APIPau Espin Pedrol1-2/+2
2022-06-18update git URLs (git -> https; gitea)Harald Welte3-6/+6
2022-05-17Revert "osmo-bts-trx: rx_tchf_fn(): do not treat AFS_SID_UPDATE as SUB frame"Vadim Yanitskiy1-5/+1
2022-05-15osmo-bts-trx: rx_tchf_fn(): do not treat AFS_SID_UPDATE as SUB frameVadim Yanitskiy1-1/+5
2022-05-10measurement: fix matching of SUB frames by TDMA FNVadim Yanitskiy2-69/+32
2022-05-10measurement: move SACCH detection to process_l1sap_meas_data()Vadim Yanitskiy3-46/+16
2022-05-10measurement: log SUB/FULL as text in lchan_new_ul_meas()Vadim Yanitskiy1-4/+5
2022-05-10tests/meas: improve test_ts45008_83_is_sub_is_sub()Vadim Yanitskiy1-44/+47
2022-05-10tests/meas: improve logging in test_ts45008_83_is_sub_single()Vadim Yanitskiy1-8/+3
2022-05-10struct bts_ul_meas: reflect C/I units in field name s/c_i/ci_cb/Vadim Yanitskiy5-11/+11
2022-05-10scheduler: trx_sched_is_sacch_fn(): make ts pointer constVadim Yanitskiy2-2/+2
2022-05-06osmo-bts-trx: drop Uplink loss detection from Downlink pathVadim Yanitskiy5-122/+0
2022-04-29pcu_sock: comment out {dl,ul}_tbf_ext related warningsVadim Yanitskiy1-2/+2
2022-04-29osmo-bts-trx: rx_{tchh,tchf}_fn(): improve logging of AMR DTX framesVadim Yanitskiy2-3/+7
2022-04-26src/common/bts.c: set BTS_FEAT_CCNOliver Smith1-0/+1
2022-04-25src/common/bts.c: set BTS_FEAT_PAGING_COORDINATIONOliver Smith6-5/+1
2022-04-25model_init: order features alphabetically, part 2Oliver Smith3-6/+9
2022-04-21model_init: set BTS_FEAT_PAGINATION_COORDINATIONOliver Smith5-0/+5
2022-04-21model_init: order features alphabeticallyOliver Smith5-30/+35
2022-04-21osmo-bts-trx: check if scheduling of [dummy] FACCH/H is allowedVadim Yanitskiy2-1/+13
2022-04-21VTY: fix NULL-pointer dereference in 'show transceiver'Vadim Yanitskiy1-0/+5
2022-04-20osmo-bts-trx: fix scheduling of dummy FACCH/H and FACCH/FVadim Yanitskiy2-0/+3
2022-04-20osmo-bts-trx: tx_tchh_fn(): make handling of FACCH/H cleanerVadim Yanitskiy1-4/+9
2022-04-20osmo-bts-trx: prioritize FACCH in s/tx_tch_common()/tch_dl_dequeue()/sVadim Yanitskiy2-41/+41
2022-04-20bts-trx: sched_lchan_tchh.c: Workaround gcc false positive errorPau Espin Pedrol1-1/+2
2022-04-20osmo-bts-trx: amr_loop: do not miss C/I samplesVadim Yanitskiy1-4/+4
2022-04-20osmo-bts-trx: amr_loop: log if AMR mode remains unchangedVadim Yanitskiy1-0/+3
2022-04-20osmo-bts-trx: amr_loop: allow upgrading codec mode > 0Vadim Yanitskiy1-1/+7
2022-04-20osmo-bts-trx: amr_loop: improve logging in trx_loop_amr_input()Vadim Yanitskiy1-11/+12
2022-04-20osmo-bts-trx: use C/I in the AMR link adaptation loopVadim Yanitskiy6-49/+53
2022-04-20osmo-bts-trx: amr_loop: simplify trx_loop_amr_set()Vadim Yanitskiy1-9/+4
2022-04-19common: fix coding style: if is not a functionVadim Yanitskiy3-7/+7
2022-04-17struct amr_multirate_conf: remove ms_mode[], raname bts_mode[]Vadim Yanitskiy7-38/+37
2022-04-15tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'Vadim Yanitskiy11-11/+11
2022-04-13amr: fix parsing of threshold and hysteresis in amr_parse_mr_conf()Vadim Yanitskiy2-9/+12
2022-04-13tests/amr: add a unit test for amr_parse_mr_conf()Vadim Yanitskiy5-2/+55
2022-04-13tests/amr/Makefile.am: use proper binary name prefix 'amr_test_'Vadim Yanitskiy1-2/+2
2022-04-13rsl: use hard-coded defaults if the MultiRate conf IE is absentVadim Yanitskiy3-1/+107
2022-04-13osmo-bts-trx: bts_report_interf_meas(): remove unused fn paramVadim Yanitskiy1-3/+2
2022-04-13l1sap: l1sap_chan_act(): remove unused *tp argumentVadim Yanitskiy5-6/+6
2022-04-13l1sap: l1sap_chan_act(): alloc DTX FSM only for TCHVadim Yanitskiy1-1/+1
2022-04-13osmo-bts-virtual: remove unused 'codec_mode_request' argumentVadim Yanitskiy1-4/+3
2022-04-13rsl: misc / cosmetic fixes for tx_ipac_XXcx_nack()Vadim Yanitskiy1-4/+4
2022-04-13rsl: always check return value of rsl_tlv_parse()Vadim Yanitskiy1-24/+57
2022-04-13logging: use a different color tone for DLOOPVadim Yanitskiy1-1/+1
2022-04-12rsl: parse_multirate_config(): check if AMR codec is usedVadim Yanitskiy1-1/+15
2022-04-12rsl: rsl_rx_chan_{activ,modif}: do not sent an Error ReportVadim Yanitskiy1-6/+2
2022-04-12rsl: de-duplicate parsing of MultiRate configuration IEVadim Yanitskiy1-24/+33
2022-04-11osmo-bts-trx: amr_loop: remove unneeded #includesVadim Yanitskiy1-4/+0