aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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 Welte5-2/+259
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-27ss7_test: Fix '=' that should have been '=='Harald Welte1-1/+1
2017-04-27ss7_test: Avoid possible NULL pointer dereference in test caseHarald Welte1-0/+1
2017-04-14SCCP: Add VTY interface for SCCPHarald Welte2-4/+4
2017-04-10xua_msg: Add xua_from_nested() helper function for nested IEsHarald Welte2-0/+34
2017-04-10remove tests/sigtran: it's not a test caseHarald Welte6-265/+1
2017-04-10Add tests for xUA code + SCCP/SUA transcodingHarald Welte7-1/+653
2017-04-10Add new 'osmo_ss7' SS7 core code with M3UA, ASP/AS FSM, ...Harald Welte6-1/+416
2017-01-27allow user to give private data to osmo_sua_user_create()Harald Welte2-2/+2
2016-11-11mtp_parse_test: Comment out unused but defined packetsHarald Welte1-7/+9
2016-07-06cosmetic: rename osmo_sua_link and osmo_sua_user to osmo_sccp_*Neels Hofmeyr4-7/+7
2016-04-16sua_test_common.c: use global RANAP SSN definitionNeels Hofmeyr1-4/+2
2016-01-06fix format string compiler warnings (%zu for size_t)Harald Welte1-2/+2
2015-12-26sua: Attempt to fix make distcheckHolger Hans Peter Freyther1-0/+1
2015-12-23fix some recently-introduced compiler warningsHarald Welte2-1/+2
2015-12-22Add some SUA client and server example codeHarald Welte6-1/+265
2015-12-22Import SUA (SCCP User Adaptation) and SCCP User SAPHarald Welte1-2/+2
2015-03-24mtp: Implement reading the OPC/DPC for little endianHolger Hans Peter Freyther1-0/+10
2015-03-23xua: Generalize the m2ua_msg and call it xua_msgHolger Hans Peter Freyther2-12/+13
2015-03-23XUA: Move m2ua headers to sigtran, create xua_types.h and m3ua_types.hHolger Hans Peter Freyther1-1/+1
2015-03-22endian: Use new osmocom/core/endian.hHolger Hans Peter Freyther1-1/+1
2013-06-12Makefile.am: Use AM_CPPFLAGSAlexander Huemer3-3/+3
2013-04-10misc: Fix a compiler warning about the filter_fn typeHolger Hans Peter Freyther1-1/+1
2012-12-26tests: Don't delete atconfig in cleanDaniel Willmann1-1/+1
2011-12-06tests: Remove the missing and use it from $(top_srcdir)0.0.6.2Holger Hans Peter Freyther2-378/+2
2011-11-20tests: Run the existing tests with GNU AutotestHolger Hans Peter Freyther12-6/+565
2011-07-16{m2ua,sccp}_test: use (void) ANSI function declarationsHarald Welte2-5/+5
2011-06-30misc: Fix the log_init init call with a recent libosmocore0.0.6.1Holger Hans Peter Freyther1-1/+1
2011-06-04sccp: Make sccp_write take an additional local context0.0.6Holger Hans Peter Freyther1-7/+7
2011-05-08tests: update to libosmocore namespace prefix (osmo_)0.0.5.1Harald Welte2-4/+4
2011-03-23Update include paths with libosmocore 0.2.00.0.5Harald Welte2-5/+5
2011-01-14m2ua: Pad the data properly, read over the padding properlyHolger Hans Peter Freyther1-0/+37
2011-01-14m2ua: Move the test into a new function.Holger Hans Peter Freyther1-1/+6
2011-01-13m2ua: Implement to find a tag inside a messageHolger Hans Peter Freyther1-0/+10
2011-01-13m2ua: Free the resources at the endHolger Hans Peter Freyther1-0/+3
2011-01-13build: Fix building on maverickHolger Hans Peter Freyther1-1/+1
2011-01-12m2ua: Add parsing and creation of m2ua packagesHolger Hans Peter Freyther3-1/+61
2010-11-26sccp: Print the wrong data so one can compare it.Holger Hans Peter Freyther1-1/+2
2010-11-26sccp: Add a test case for GTI creation, set the SSN indicator bitHolger Hans Peter Freyther1-0/+21
2010-11-26sccp_test: Add a test case for SCCP Addresses with POIWenbin WU1-0/+16
2010-11-16sccp: Rewrite the sccp_test_addr to set the size correctlyHolger Hans Peter Freyther1-0/+43
2010-08-25sccp: Pass the sccp_connection down to the send method if it exists0.0.3Holger Hans Peter Freyther1-3/+3
2010-08-01mtp: Add the MTP Level3 code to the SCCP repoistoryHolger Hans Peter Freyther3-1/+634
2010-08-01sccp: Rename the SCCP file and delete the sccp/ directory..Holger Hans Peter Freyther1-1/+1
2010-08-01sccp: Add test case for GTI...Holger Hans Peter Freyther1-5/+82