aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2020-05-12gsm0808: Fix encoding of the SAPI_N_REJECT BSSMAP message.Alexander Chemeris1-1/+1
2020-04-17tests/coding_test: Fix test_pdtch() resultsPau Espin Pedrol2-29/+30
2020-04-17tests/coding: Test decoding of DL EGPRS data packetPau Espin Pedrol2-28/+106
2020-04-14dtx: add decoding for AMR-DTX framesPhilipp Maier4-0/+153
2020-04-01coding: fix bit ordering in 11-bit RACH coding functionsVadim Yanitskiy1-6/+6
2020-03-31tests/coding: add 11-bit Access Burst samples from a real phoneVadim Yanitskiy2-0/+60
2020-03-31tests/coding: cosmetic: use ARRAY_SIZE() macro from utils.hVadim Yanitskiy1-2/+2
2020-03-31tests/coding: reduce verbosity of 8-bit / 11-bit RACH coding testsVadim Yanitskiy2-34570/+16
2020-03-31tests/coding: check return value of encoding / decoding functionsVadim Yanitskiy1-14/+39
2020-03-13gsm690: Fix amr speech bit length tablePhilipp Maier1-2/+2
2020-03-09conv: add convolutional coder for AMR SID UPDATE framesPhilipp Maier1-0/+8
2020-02-19bitvec: fix bitvec_unhex(): do not return 1 on successVadim Yanitskiy1-5/+5
2020-02-19tests/bitvec: add a unit test for bitvec_read_field()Vadim Yanitskiy2-0/+60
2019-12-17Introduce helper functions for safe fork+exec of processesHarald Welte5-2/+217
2019-12-12debian, utils: switch to python 3Oliver Smith1-1/+1
2019-12-09gsup: Introduce OSMO_GSUP_NUM_VECTORS_REQ_IEHarald Welte3-0/+17
2019-12-01Check for osmo_fsm_register() error return valueHarald Welte4-4/+4
2019-11-24add osmo_escape_cstr and osmo_quote_cstrNeels Hofmeyr2-4/+204
2019-11-24vty: track parent nodes also for telnet sessionsNeels Hofmeyr1-16/+0
2019-11-24osmo_sockaddr_str: deprecate osmo_sockaddr_str_*_32n()Neels Hofmeyr2-32/+32
2019-11-24utils: add osmo_strnchr()Neels Hofmeyr2-0/+42
2019-11-24utils_test: add osmo_print_n_test()Neels Hofmeyr2-0/+80
2019-11-23utils.h: add OSMO_NAME_C_IMPL() macroNeels Hofmeyr2-0/+98
2019-11-23osmo_sockaddr_str: API doc: fix 32bit addr mixup of host/network byte orderNeels Hofmeyr2-48/+50
2019-11-23logging.h: define ansi color constantsNeels Hofmeyr2-6/+6
2019-11-21add osmo_sockaddr_str_cmp()Neels Hofmeyr2-0/+601
2019-11-21logging/vty: fix vty_read_file(): do not write warnings to stdinVadim Yanitskiy1-4/+1
2019-11-21logging/vty: fix: actually ignore deprecated logging commandsVadim Yanitskiy5-1/+14
2019-11-11fix OSMO_SOCKADDR_STR_FMT for IPv6Neels Hofmeyr1-11/+11
2019-11-11test: add OSMO_SOCKADDR_STR_FMT to sockaddr_str_test.cNeels Hofmeyr2-0/+24
2019-11-04gsm: gsm_utils: Fix return type of API ms_class_gmsk_dbm() and add unit testsPau Espin Pedrol1-0/+20
2019-11-03gsm_04_08.h: Introduce API osmo_gsm48_rfpowercap2powerclass()Pau Espin Pedrol1-0/+24
2019-11-01add osmo_sockaddr_str_is_nonzero()Neels Hofmeyr2-0/+57
2019-10-29fsm: refuse state chg and events after termNeels Hofmeyr1-1996/+292
2019-10-29add osmo_fsm_set_dealloc_ctx(), to help with use-after-freeNeels Hofmeyr2-17/+3460
2019-10-28gsm0508: add functions to calculate beginning of a blockPhilipp Maier4-0/+441
2019-10-28vty: Return error if cmd returns CMD_WARNING while reading cfg filePau Espin Pedrol4-0/+28
2019-10-09logging: Introduce mutex API to manage log_target in multi-thread envsPau Espin Pedrol2-2/+3
2019-10-07tdef_test: verify case where osmo_tdef_set returns -EEXISTPau Espin Pedrol2-0/+4
2019-10-07tdef: Introduce min_val and max_val fieldsPau Espin Pedrol4-3/+87
2019-09-28gsup: add OSMO_GSUP_SUPPORTED_RAT_TYPES_IE and OSMO_GSUP_CURRENT_RAT_TYPE_IENeels Hofmeyr1-7/+7
2019-09-27gsm29205_test: fix error: missing braces around initializerVadim Yanitskiy1-1/+7
2019-09-26No fail if no /proc/cpuinfoRuben Undheim1-1/+1
2019-09-20ecu_fr: increase test coverage for FR ECU implementationPhilipp Maier2-0/+84
2019-09-02codec/ecu: Introduce new generic Error Concealment Unit abstractionHarald Welte2-0/+223
2019-08-27context: Add support for [per-thread] global talloc contextsHarald Welte4-0/+99
2019-08-13add vty logp command to echo on all log targetsNeels Hofmeyr1-0/+53
2019-08-05tests: logging: Remove undefined param passed to logging_vty_add_cmdsPau Espin Pedrol1-1/+1
2019-07-30gsm0808_test: Fix wrong use of memcpPau Espin Pedrol1-1/+4
2019-07-08utils.h: require a semi colon after OSMO_ASSERTAlexander Couzens1-1/+1