aboutsummaryrefslogtreecommitdiffstats
path: root/tests/xua
AgeCommit message (Expand)AuthorFilesLines
2019-11-12xua: Avoid multiline log in xua_msg_dump()Pau Espin Pedrol1-50/+11
2019-04-12add osmo_sccp_addr_cmp(), osmo_sccp_addr_ri_cmp()Neels Hofmeyr2-0/+271
2018-05-16tests: xua_test: Fix array len computationPau Espin Pedrol1-10/+10
2018-05-16tests: xua_test: Fix use of wrong buffer for dest addrPau Espin Pedrol1-1/+1
2017-12-24osmo_sccp_addr_name / _dump: drop 'NO_GT' outputNeels Hofmeyr1-8/+8
2017-11-18xua_test: sanitize: fix msgb leakNeels Hofmeyr1-0/+3
2017-11-12initialize msg->l2h in sccp_msgb_alloc()Harald Welte1-11/+11
2017-10-27implement unit tests for osmo_sccp_addr_{parse,encode}()Harald Welte4-1/+257
2017-08-09fix osmo_sccp_addr_dump(): actually print RINeels Hofmeyr1-6/+6
2017-06-29fix compiler warning: xua_test: hexdump pointer typeNeels Hofmeyr1-2/+2
2017-06-23fix sanitize make check: xua_test: initialize gt_out.Neels Hofmeyr2-1/+5
2017-06-22xua_test.c: remove useless keyword in struct declarationPau Espin Pedrol1-1/+1
2017-04-14SCCP: Add VTY interface for SCCPHarald Welte1-2/+2
2017-04-10xua_msg: Add xua_from_nested() helper function for nested IEsHarald Welte2-0/+34
2017-04-10Add tests for xUA code + SCCP/SUA transcodingHarald Welte5-0/+646