aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
AgeCommit message (Expand)AuthorFilesLines
2016-01-15tests/abis: fix format specifiersAlexander Huemer1-5/+5
2016-01-15tests/oap: depend on libgtpAlexander Huemer1-0/+4
2015-12-07gtphub: improve handling of restarted peer.Neels Hofmeyr2-9/+48
2015-12-07gtphub: simplify/fix: one TEI mapping per tunnel.Neels Hofmeyr1-79/+102
2015-12-07gtphub_test: add test_parallel_context_creation()Neels Hofmeyr2-0/+161
2015-12-07gtphub: tweak logging.Neels Hofmeyr1-32/+32
2015-12-03gtphub: add test for SGSN behind NATNeels Hofmeyr2-0/+105
2015-12-03gtphub_test: tweak test_user_data(): no seq routing.Neels Hofmeyr1-4/+4
2015-12-03tests: fix condition to run sgsn, oap, gtphub testsNeels Hofmeyr1-2/+3
2015-12-03gtphub: fix restart cleanup peer matching.Neels Hofmeyr2-3/+6
2015-12-03gtphub: wrap gtphub_write() for test suite.Neels Hofmeyr2-1/+20
2015-12-03gtphub: add restart counter testNeels Hofmeyr2-0/+165
2015-12-03gtphub: add test for reused TEI.Neels Hofmeyr2-0/+78
2015-12-03gtphub_test: add test for Del PDP from GGSN side.Neels Hofmeyr2-6/+58
2015-12-03gtphub_test: add some cleanup asserts.Neels Hofmeyr1-0/+5
2015-12-03gtphub: handle Delete PDP Context.Neels Hofmeyr2-4/+74
2015-12-03gtphub: refactor: use side_idx everywhere.Neels Hofmeyr1-36/+36
2015-12-03gtphub: use a single TEI pool across planes.Neels Hofmeyr1-14/+14
2015-12-03gtphub: implement restart counter properly.Neels Hofmeyr1-4/+4
2015-12-03gtphub: track tunnels explicitly.Neels Hofmeyr1-10/+63
2015-12-03gtphub: add explicit cleanup handles.Neels Hofmeyr1-6/+21
2015-12-03gtphub: nr_map: add min,max and wrap.Neels Hofmeyr1-2/+47
2015-12-03gtphub: fix number map range for TEIs.Neels Hofmeyr1-3/+3
2015-11-29gtphub_test: build only when c-ares and gtp are present.Neels Hofmeyr1-0/+4
2015-11-24gtphub: add enable_gtphub_test to atlocal.in.Neels Hofmeyr1-0/+1
2015-11-21tests/smpp: Fix linking orderHarald Welte1-2/+3
2015-11-21Fix compilation with no libc-ares present on the systemHarald Welte1-1/+4
2015-11-20oap and gtphub tests must only be compiled of LIBGTP is present!Harald Welte1-2/+2
2015-11-20gtphub: fix echo reply to SGSNs: wrong fd. Add test.Neels Hofmeyr1-15/+61
2015-11-18fix build: remove obsolete gtphub EXTRA_DIST.Neels Hofmeyr1-4/+1
2015-11-16gtphub: cosmetic: break long lines.Neels Hofmeyr1-58/+76
2015-11-16gtphub: fix User plane decoding, add unit test.Neels Hofmeyr2-8/+119
2015-11-16gtphub: make test code reusable for future tests.Neels Hofmeyr1-177/+242
2015-11-16gtphub: fix Echo behavior: respond directly.Neels Hofmeyr2-67/+62
2015-11-16gtphub: add first bits of GRX aresNeels Hofmeyr3-35/+105
2015-11-16Add GTP hub initial code base.Neels Hofmeyr5-1/+740
2015-11-10gbproxy: Count more GSM 04.08 messagesHolger Hans Peter Freyther1-0/+576
2015-11-02mgcp_osmux: available circuit IDs from 0 to 255, not from 0 to 128Pablo Neira Ayuso1-1/+1
2015-11-02gsup/oap: add OAP to GSUP client.Neels Hofmeyr1-0/+2
2015-11-02oap: add OAP API testNeels Hofmeyr2-5/+195
2015-11-02oap: add oap testsuite skeletonNeels Hofmeyr5-1/+87
2015-11-02libcommon: soak up three static functions.Neels Hofmeyr1-1/+2
2015-10-13gprs/gb_proxy: Use RAND_bytes for gbproxy TLLI/TMSI allocationDaniel Willmann3-293/+315
2015-10-13gbproxy/test: Add and call cleanup_test functionDaniel Willmann1-0/+20
2015-10-13gprs: Use RAND_bytes for p-tmsiDaniel Willmann1-0/+1
2015-10-13sgsn/test: Really parse received DL LLC messagesJacob Erlbeck2-27/+61
2015-10-13sgsn/test: Add and call cleanup_test functionJacob Erlbeck1-0/+46
2015-10-12Revert "gprs: Use RAND_bytes for p-tmsi"Holger Hans Peter Freyther1-1/+0
2015-10-12osmux: Do not divide the number of bytes by eight.Holger Hans Peter Freyther1-1/+1
2015-10-12osmux: Test cid allocation and de-allocationHolger Hans Peter Freyther1-0/+26