aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utils/utils_test.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-28add osmo_hexdump_buf() and testNeels Hofmeyr1-0/+25
2018-12-10add osmo_bcd2str()Neels Hofmeyr1-0/+114
2018-09-07add osmo_str_tolower() and _toupper() with testNeels Hofmeyr1-0/+184
2018-08-01Deprecate ipa_ccm_idtag_parse() with ipa_ccm_id_{get,resp}_parse()Harald Welte1-4/+60
2018-07-31cosmetic: More context / naming / comment for test_idtag_parsing()Harald Welte1-2/+3
2018-07-20add osmo_sockaddr_to_str_and_uint()Neels Hofmeyr1-0/+115
2018-07-20utils_test: fix isqrt_test calculation rangeNeels Hofmeyr1-1/+1
2018-06-06Add osmo_isqrt32() to compute 32bit integer square rootHarald Welte1-0/+22
2018-04-09add osmo_quote_str(),osmo_quote_str_buf() and testNeels Hofmeyr1-0/+55
2018-02-08tests: utils_test: Fix test failure when compiling with -O0Pau Espin Pedrol1-0/+1
2017-12-18utils: add osmo_escape_str()Neels Hofmeyr1-0/+48
2017-10-27Add unit tests for bcd2char and char2bcd conversionHarald Welte1-0/+43
2017-10-09utils: add osmo_is_hexstr(), add unit testNeels Hofmeyr1-0/+63
2017-02-14osmo_hexparse: allow whitespace in parsed string, add ws testNeels Hofmeyr1-0/+25
2017-02-14utils: add hexparse testNeels Hofmeyr1-0/+98
2015-06-02ipa: Properly parse LV stream of a ID_GET requestHolger Hans Peter Freyther1-0/+61
2014-01-02utils: Add a simple testcase for osmo_hexdumpHolger Hans Peter Freyther1-0/+47