summaryrefslogtreecommitdiffstats
path: root/tests/utils/utils_test.c
Commit message (Expand)AuthorAgeFilesLines
* add osmo_str_tolower() and _toupper() with testNeels Hofmeyr2018-09-071-0/+184
* Deprecate ipa_ccm_idtag_parse() with ipa_ccm_id_{get,resp}_parse()Harald Welte2018-08-011-4/+60
* cosmetic: More context / naming / comment for test_idtag_parsing()Harald Welte2018-07-311-2/+3
* add osmo_sockaddr_to_str_and_uint()Neels Hofmeyr2018-07-201-0/+115
* utils_test: fix isqrt_test calculation rangeNeels Hofmeyr2018-07-201-1/+1
* Add osmo_isqrt32() to compute 32bit integer square rootHarald Welte2018-06-061-0/+22
* add osmo_quote_str(),osmo_quote_str_buf() and testNeels Hofmeyr2018-04-091-0/+55
* tests: utils_test: Fix test failure when compiling with -O0Pau Espin Pedrol2018-02-081-0/+1
* utils: add osmo_escape_str()Neels Hofmeyr2017-12-181-0/+48
* Add unit tests for bcd2char and char2bcd conversionHarald Welte2017-10-271-0/+43
* utils: add osmo_is_hexstr(), add unit testNeels Hofmeyr2017-10-091-0/+63
* osmo_hexparse: allow whitespace in parsed string, add ws testNeels Hofmeyr2017-02-141-0/+25
* utils: add hexparse testNeels Hofmeyr2017-02-141-0/+98
* ipa: Properly parse LV stream of a ID_GET requestHolger Hans Peter Freyther2015-06-021-0/+61
* utils: Add a simple testcase for osmo_hexdumpHolger Hans Peter Freyther2014-01-021-0/+47