aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2019-12-12osmoappdesc.py, tests: switch to python 3Oliver Smith1-16/+16
2019-12-01check for osmo_fsm_register() failures and propagate errorHarald Welte2-2/+2
2019-11-14osmo_ss7_vty.c: implement 'active' filter for show_cs7_as_cmdVadim Yanitskiy1-1/+0
2019-11-12xua: Avoid multiline log in xua_msg_dump()Pau Espin Pedrol1-50/+11
2019-11-07tests/sccp/Makefile.am: use sccp.o from $(top_builddir)Vadim Yanitskiy1-2/+5
2019-11-05vty: Permit configuration of ASPs in SCTP client modeHarald Welte1-0/+2
2019-11-05Allow ASP role to be configuredHarald Welte1-0/+2
2019-10-24ss7: Set default traffic-mode to overridePau Espin Pedrol1-5/+5
2019-10-23vty: Print traffic mode during show cs7 instance asPau Espin Pedrol1-23/+23
2019-10-22tests: Introduce test for multi-homing STP featuresPau Espin Pedrol2-2/+186
2019-10-22ss7: Support multiple addresses in SCTP connectionsPau Espin Pedrol1-14/+14
2019-10-19ipa: VTY config option to explicitly enable/disable SCCP patchingHarald Welte1-0/+1
2019-08-05Remove undefined param passed to {logging,osmo_stats}_vty_add_cmdsPau Espin Pedrol1-1/+1
2019-05-01xudt: Implement address and data extractionHolger Hans Peter Freyther1-0/+38
2019-04-12add osmo_sccp_addr_cmp(), osmo_sccp_addr_ri_cmp()Neels Hofmeyr2-0/+271
2019-03-15Fix output of route destination in 'show ss7 instance <0-15> route'Harald Welte2-0/+9
2018-10-21build: move include/{mtp,sccp} to include/osmocom/Neels Hofmeyr2-2/+2
2018-09-27make SCCP timers configurableNeels Hofmeyr1-0/+59
2018-09-27sccp_vty: fix doc strings for show ... ssn,connectionsNeels Hofmeyr1-3/+3
2018-09-27vty: install 'show cs7' for sccp addrs on _ve nodesNeels Hofmeyr1-2/+8
2018-09-27vty: tweak two printed stringsNeels Hofmeyr1-2/+2
2018-09-27sccp_vty: define SCCP_STR onceNeels Hofmeyr1-1/+1
2018-09-27add tests/vty: VTY UI transcript testingNeels Hofmeyr4-1/+602
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
2018-04-17use osmo_init_logging2Pau Espin Pedrol1-2/+3
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-18sccp_test: sanitize: don't memcmp NULL pointersNeels Hofmeyr1-4/+6
2017-11-18sccp_test: sanitize: fix msgb mem leaksNeels Hofmeyr1-0/+4
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