aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
5 daystests: rename logging_test_gsmtap -> logging_gsmtap_testVadim Yanitskiy4-7/+7
5 daystests: do not copy *.cfg files to the build directoryVadim Yanitskiy4-11/+18
2024-03-20osmo_io_uring: Run check of tests/osmo_io with io_uring alsoAndreas Eversberg2-2/+10
2024-02-12cosmetic: tests/gsup/gsup_test: Move send_e_send_end_signal_res to correct placePau Espin Pedrol1-10/+10
2024-01-31coding: fix wrong n_bits_total reported for PDTCH CS2 and CS3Vadim Yanitskiy1-4/+4
2024-01-31coding: fix artificial bit errors for PDTCH CS2 and CS3Vadim Yanitskiy1-4/+4
2024-01-29tests/Makefile.am: do not add files to EXTRA_DIST conditionallyVadim Yanitskiy1-1/+1
2024-01-26tests/sockaddr_str: rc_name(): also handle -EAFNOSUPPORTVadim Yanitskiy2-39/+41
2024-01-26tests/sockaddr_str: fix dead code, print some errno valuesVadim Yanitskiy2-87/+82
2024-01-25tests/a5: fix bit-wise vs logical and in test_a5[34]()Vadim Yanitskiy1-2/+2
2024-01-25tests/iuup: fix duplicate assignment in def_configure_reqVadim Yanitskiy1-1/+0
2024-01-25isdn/v110_ta: avoid redundant .status_update_cb() callsVadim Yanitskiy1-14/+0
2024-01-22tests/gsm0408: add two more samples to bcap_tests[]Vadim Yanitskiy3-0/+53
2024-01-22tests/gsm0408: cosmetic: adjust coding style (make linter happy)Vadim Yanitskiy1-23/+23
2024-01-20gsup: Convert PDP-Type IE to PDP-Address IEPau Espin Pedrol2-3/+7
2024-01-20gsup: Fail decoding if len of PDP Type IE is less than 2 bytesPau Espin Pedrol1-1/+1
2024-01-09Revert "logging: add log level cache"Hoernchen1-1/+1
2024-01-09logging: add log level cacheEric1-1/+1
2024-01-09isdn: initial implementation of the V.110 TAVadim Yanitskiy4-0/+756
2024-01-09tests/tdef: improve test output (use OSMO_T_FMT[_ARGS])Vadim Yanitskiy2-15/+16
2024-01-09core: osmo_tdef_fsm_inst_state_chg(): allow millisecond precisionVadim Yanitskiy2-6/+6
2024-01-03tests/tdef: tune logging, also match stderrVadim Yanitskiy4-2/+37
2024-01-03tests/tdef: also test OSMO_TDEF_US and negative T valuesVadim Yanitskiy2-20/+28
2024-01-03tests/{gb,iuup}: also match stderrVadim Yanitskiy5-7/+358
2024-01-03tests/utils: do not test strbuf_example2() with buf=NULLVadim Yanitskiy2-4/+0
2023-12-30utils: fix OSMO_STRBUF_REMAIN to handle sb.pos == NULL correctlyVadim Yanitskiy2-0/+25
2023-12-29tests: fix update-exp: soft_uart_test overwrites rlp_test.okVadim Yanitskiy1-1/+1
2023-12-27tests/fsm: also test .onenter and .onleave callbacksVadim Yanitskiy2-0/+42
2023-12-18tests: Test gsmtap logging if write queue fills upDaniel Willmann4-0/+276
2023-12-12tests/iuup: fix assert()s in test_decode_passive_init_2_rfci_no_iptis()Vadim Yanitskiy1-2/+6
2023-12-12tests/gsm0808: fix assert()s in test_gsm0808_dec_cell_id_list_srvcc()Vadim Yanitskiy1-2/+2
2023-12-12tests/lapd: fix wrong size passed in test_lapdm_contention_resolution()Vadim Yanitskiy1-1/+1
2023-12-11soft_uart: demonstrate a problem with inefficient pollingVadim Yanitskiy2-0/+39
2023-12-11soft_uart: demonstrate a problem with manual flush()ingVadim Yanitskiy2-0/+24
2023-12-11soft_uart: fix the Rx flushing logic, add a unit testVadim Yanitskiy2-2/+27
2023-12-10tests/soft_uart: cosmetic: improve readability of the test outputVadim Yanitskiy2-61/+93
2023-12-10tests/soft_uart: assert that osmo_soft_uart_rx_ubits() returns 0Vadim Yanitskiy1-1/+3
2023-12-09core: fix wrong logic in _osmo_it_q_dequeue()Vadim Yanitskiy2-4/+2
2023-12-09tests/it_q: add tc_enqueue/dequeue testcaseVadim Yanitskiy2-0/+48
2023-12-08tests/coding: fix -Wmaybe-uninitialized in test_pdtch()Vadim Yanitskiy1-2/+2
2023-12-07util: add osmo_strbuf macros to manipulate the strbuf tailNeels Hofmeyr2-0/+100
2023-12-05tests/socket: Avoid keeping unneeded sockets open during next test casesPau Espin Pedrol1-0/+3
2023-12-04soft_uart: implement modem status lines and flow controlVadim Yanitskiy2-0/+253
2023-12-04soft_uart: osmo_soft_uart_tx_ubits(): return number of bits pulledVadim Yanitskiy1-2/+2
2023-12-03soft_uart: check Rx/Tx state once in osmo_soft_uart_{rx,tx}_ubits()Vadim Yanitskiy1-0/+9
2023-11-29Add a GSM RLP decoder and encoderHarald Welte4-1/+267
2023-11-22add new osmo_sockaddr_from_str_and_uint() functionHarald Welte2-0/+16
2023-11-21soft_uart: fix pulling a small number of Tx bitsVadim Yanitskiy1-64/+21
2023-11-21soft_uart: demonstrate a problem with osmo_soft_uart_tx_ubits()Vadim Yanitskiy2-0/+108
2023-11-21soft_uart: implement OSMO_SUART_PARITY_{MARK,SPACE}Vadim Yanitskiy2-0/+42