aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/gtphub
AgeCommit message (Expand)AuthorFilesLines
2017-01-23cosmetic: use osmo_strlcpy() everywhereNeels Hofmeyr1-15/+9
2017-01-23undup: gtphub_test: use libosmocore's llist_count()Neels Hofmeyr1-17/+5
2016-10-13gtphub_test.c: remove unused include of msgb.hNeels Hofmeyr1-1/+0
2016-09-15Build fixesAlexander Huemer1-1/+3
2016-09-15Consistenly format variables in */Makefile.am filesAlexander Huemer1-8/+24
2016-04-29use new libosmocore gsm_23_003.h for IMEI/IMSI lengthHarald Welte1-1/+1
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-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-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 Hofmeyr3-0/+732