aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2024-02-17Fix license headers.Harald Welte10-10/+10
2023-12-21gsmtap-rlp: Add support for skipping generating NULL framesHarald Welte1-1/+1
2023-12-21Add GSMTAP encapsulation of RLP frames in CSD NT modeHarald Welte1-0/+3
2023-10-04meas: lchan_meas_check_compute(): fix -SUB frame substitutionVadim Yanitskiy1-546/+369
2023-10-04meas: lchan_meas_sub_num_expected(): proper cmode enforcementVadim Yanitskiy1-695/+695
2023-10-04meas: also match stderr logging for meas_testVadim Yanitskiy4-3/+8428
2023-09-19Move trx->rsl_link to trx->bb_transc.rsl.linkPau Espin Pedrol1-13/+13
2023-08-26csd_v110: handle empty/incomplete Uplink frames gracefullyVadim Yanitskiy2-0/+71
2023-07-30csd_v110_rtp_encode(): properly set E1/E2/E3 bitsVadim Yanitskiy2-16/+24
2023-07-30l1sap: proper rate adaptation for CSD (RFC4040 'clearmode')Vadim Yanitskiy5-1/+236
2023-07-21Add test cases for rest octets of Paging RequestsAndreas Eversberg1-0/+165
2023-07-21ASCI: Add Notification CHannel (NCH) supportAndreas Eversberg2-4/+4
2023-07-21ASCI: Retrieve NCH position from System Information 1Andreas Eversberg1-0/+1
2023-07-12common: Make socket queue max. length configurablearehbein1-19/+21
2023-07-10Change return value of bts_supports_cm() from int to boolAndreas Eversberg1-7/+7
2023-06-28ECU in UL path: make it optional per vty configMychaela N. Falconia1-0/+2
2023-05-27all models, HR1 codec: select RTP output format via vty optionMychaela N. Falconia1-0/+1
2023-05-19copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbHVadim Yanitskiy2-2/+2
2023-04-11Merge gsm_network into gsm_bts_sm and place gsm_bts under itPau Espin Pedrol7-7/+37
2023-04-06bts_model_apply_oml(): Improve definition of parameterPau Espin Pedrol1-1/+2
2023-04-06oml: Get rid of unused tlv_parsed param in bts_model_apply_oml()Pau Espin Pedrol1-2/+1
2023-04-06nm: Drop NM_EV_SETATTR_{ACK/NACK}Pau Espin Pedrol1-1/+1
2023-04-03tests: $(BUILT_SOURCES) is not defined, depend on osmo-bts-virtualVadim Yanitskiy1-3/+3
2023-03-29cosmetic: use __func__ instead of __FUNCTION__Harald Welte1-2/+2
2023-03-29common: implement rtp continuous-streaming modeMychaela N. Falconia1-0/+2
2023-03-14tests: use -no-install libtool flag to avoid ./lt-* scriptsVadim Yanitskiy11-0/+11
2023-03-04GSMTAP: allow configuring local addressMax1-0/+3
2022-11-01osmo-bts-trx: drop ul_amr_fn_is_cmi() / dl_amr_fn_is_cmi()Vadim Yanitskiy2-273/+1
2022-09-13Introduce Osmux supportPau Espin Pedrol1-0/+13
2022-09-12tests/*/Makefile.am: Add missing libosmo-netif cflagsPau Espin Pedrol2-0/+4
2022-09-12tests/*/Makefile.am: Fix typo in LIBOSMONETIF_CFLAGSPau Espin Pedrol7-7/+7
2022-09-06Depend on libosmo-netifPau Espin Pedrol9-0/+19
2022-08-11Clean up osmo-bts-*/Makefile.amPau Espin Pedrol11-29/+193
2022-05-10measurement: fix matching of SUB frames by TDMA FNVadim Yanitskiy1-37/+10
2022-05-10measurement: move SACCH detection to process_l1sap_meas_data()Vadim Yanitskiy1-32/+3
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 Yanitskiy2-2/+2
2022-04-17struct amr_multirate_conf: remove ms_mode[], raname bts_mode[]Vadim Yanitskiy1-3/+3
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 Yanitskiy1-3/+3
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-13l1sap: l1sap_chan_act(): remove unused *tp argumentVadim Yanitskiy1-2/+2
2022-03-09VTY: fix ambiguity in BTS specific command definitionsVadim Yanitskiy1-1/+1
2021-11-04measurement: pass *mr to lchan_bs_pwr_ctrl()Vadim Yanitskiy3-81/+8
2021-09-20MS Power Control Loop: Fix oscillations within good MS Power LevelsPau Espin Pedrol3-18/+18
2021-09-17tests: MS Power Control Loop: Show oscillation among good power levelsPau Espin Pedrol3-5/+54
2021-09-14Support configuring TA loop SACCH block ratePau Espin Pedrol2-1/+6
2021-09-14Power Control Loop: Set P_CON_INTERVAL to 1 by defaultPau Espin Pedrol2-3/+11