aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* src/common/rsl.c: log CRCX ACK lchan Tx completeosmith/abis-loadtest-202205Oliver Smith2022-05-041-1/+12
* pcu_sock: comment out {dl,ul}_tbf_ext related warningsVadim Yanitskiy2022-04-291-2/+2
* osmo-bts-trx: rx_{tchh,tchf}_fn(): improve logging of AMR DTX framesVadim Yanitskiy2022-04-292-3/+7
* src/common/bts.c: set BTS_FEAT_CCNOliver Smith2022-04-261-0/+1
* src/common/bts.c: set BTS_FEAT_PAGING_COORDINATIONOliver Smith2022-04-256-5/+1
* model_init: order features alphabetically, part 2Oliver Smith2022-04-253-6/+9
* model_init: set BTS_FEAT_PAGINATION_COORDINATIONOliver Smith2022-04-215-0/+5
* model_init: order features alphabeticallyOliver Smith2022-04-215-30/+35
* osmo-bts-trx: check if scheduling of [dummy] FACCH/H is allowedVadim Yanitskiy2022-04-212-1/+13
* VTY: fix NULL-pointer dereference in 'show transceiver'Vadim Yanitskiy2022-04-211-0/+5
* osmo-bts-trx: fix scheduling of dummy FACCH/H and FACCH/FVadim Yanitskiy2022-04-202-0/+3
* osmo-bts-trx: tx_tchh_fn(): make handling of FACCH/H cleanerVadim Yanitskiy2022-04-201-4/+9
* osmo-bts-trx: prioritize FACCH in s/tx_tch_common()/tch_dl_dequeue()/sVadim Yanitskiy2022-04-202-41/+41
* bts-trx: sched_lchan_tchh.c: Workaround gcc false positive errorPau Espin Pedrol2022-04-201-1/+2
* osmo-bts-trx: amr_loop: do not miss C/I samplesVadim Yanitskiy2022-04-201-4/+4
* osmo-bts-trx: amr_loop: log if AMR mode remains unchangedVadim Yanitskiy2022-04-201-0/+3
* osmo-bts-trx: amr_loop: allow upgrading codec mode > 0Vadim Yanitskiy2022-04-201-1/+7
* osmo-bts-trx: amr_loop: improve logging in trx_loop_amr_input()Vadim Yanitskiy2022-04-201-11/+12
* osmo-bts-trx: use C/I in the AMR link adaptation loopVadim Yanitskiy2022-04-206-49/+53
* osmo-bts-trx: amr_loop: simplify trx_loop_amr_set()Vadim Yanitskiy2022-04-201-9/+4
* common: fix coding style: if is not a functionVadim Yanitskiy2022-04-193-7/+7
* struct amr_multirate_conf: remove ms_mode[], raname bts_mode[]Vadim Yanitskiy2022-04-177-38/+37
* tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'Vadim Yanitskiy2022-04-1511-11/+11
* amr: fix parsing of threshold and hysteresis in amr_parse_mr_conf()Vadim Yanitskiy2022-04-132-9/+12
* tests/amr: add a unit test for amr_parse_mr_conf()Vadim Yanitskiy2022-04-135-2/+55
* tests/amr/Makefile.am: use proper binary name prefix 'amr_test_'Vadim Yanitskiy2022-04-131-2/+2
* rsl: use hard-coded defaults if the MultiRate conf IE is absentVadim Yanitskiy2022-04-133-1/+107
* osmo-bts-trx: bts_report_interf_meas(): remove unused fn paramVadim Yanitskiy2022-04-131-3/+2
* l1sap: l1sap_chan_act(): remove unused *tp argumentVadim Yanitskiy2022-04-135-6/+6
* l1sap: l1sap_chan_act(): alloc DTX FSM only for TCHVadim Yanitskiy2022-04-131-1/+1
* osmo-bts-virtual: remove unused 'codec_mode_request' argumentVadim Yanitskiy2022-04-131-4/+3
* rsl: misc / cosmetic fixes for tx_ipac_XXcx_nack()Vadim Yanitskiy2022-04-131-4/+4
* rsl: always check return value of rsl_tlv_parse()Vadim Yanitskiy2022-04-131-24/+57
* logging: use a different color tone for DLOOPVadim Yanitskiy2022-04-131-1/+1
* rsl: parse_multirate_config(): check if AMR codec is usedVadim Yanitskiy2022-04-121-1/+15
* rsl: rsl_rx_chan_{activ,modif}: do not sent an Error ReportVadim Yanitskiy2022-04-121-6/+2
* rsl: de-duplicate parsing of MultiRate configuration IEVadim Yanitskiy2022-04-121-24/+33
* osmo-bts-trx: amr_loop: remove unneeded #includesVadim Yanitskiy2022-04-111-4/+0
* osmo-bts-trx: use '#pragma once' in amr_loop.hVadim Yanitskiy2022-04-111-4/+1
* osmo-bts-trx: rename 'loops.[ch]' to 'amr_loop.[ch]'Vadim Yanitskiy2022-04-116-7/+7
* osmo-bts-{trx,virtual}: tx_tchh_fn(): remove FACCH/H alignment checkVadim Yanitskiy2022-04-102-16/+0
* osmo-bts-trx: rx_tchh_fn(): use a lookup table for FACCH/HVadim Yanitskiy2022-04-101-13/+18
* scheduler: rts_tchh_fn(): use a lookup table for FACCH/HVadim Yanitskiy2022-04-101-2/+11
* scheduler: remove redundant OSMO_ASSERT() statementsVadim Yanitskiy2022-04-091-6/+0
* 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