aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-14vty: command.c: Fix: single-choice optional args are no longer passed incompl...Pau Espin Pedrol1-1/+1
2019-06-14vty: command.c: Fix: multi-choice args are no longer passed incomplete to vty...Pau Espin Pedrol2-11/+12
2019-06-14vty: tests: Verify incomplete optional parameters are passed to vty funcsPau Espin Pedrol2-0/+18
2019-06-11vty: command.c: Fix is_cmd_ambiguous() returning always 0Pau Espin Pedrol2-38/+9
2019-06-07gsm48_decode_bcd_number2: fix ENOSPC edge caseOliver Smith2-0/+15
2019-06-06vty_transcript_test.vty: add choice auto-complete testsVadim Yanitskiy1-0/+9
2019-05-29gsm48_encode_bcd_number(): clarify optional LHV header initializationVadim Yanitskiy2-5/+9
2019-05-28gsm48_decode_bcd_number2(): return -EINVAL if LV has too big lengthVadim Yanitskiy2-3/+3
2019-05-28gsm48_decode_bcd_number2(): fix: return -ENOSPC on truncationVadim Yanitskiy2-4/+4
2019-05-28gsm48_decode_bcd_number2(): fix output truncationVadim Yanitskiy1-2/+2
2019-05-28gsm0408/gsm0408_test.c: introduce BCD number encoding / decoding testVadim Yanitskiy2-0/+224
2019-05-27oap_client: Fix license: GPLv2+ instead of AGPLv3+Harald Welte1-4/+5
2019-05-19TLV: Add one-shot TLV encoderHarald Welte2-0/+49