aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gtphub.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-26gtphub: remove another obsolete comment.Neels Hofmeyr1-69/+0
2015-11-24gtphub: fix ares segfault: add missing initialization.Neels Hofmeyr1-0/+2
2015-11-20gtphub: fix echo reply to SGSNs: wrong fd. Add test.Neels Hofmeyr1-1/+1
2015-11-18gtphub: fix three oversights (thanks to coverity).Neels Hofmeyr1-5/+3
2015-11-18gtphub: fix fatal log msg for SGSN proxy.Neels Hofmeyr1-1/+1
2015-11-18gtphub: fix gtphub_read() semantics.Neels Hofmeyr1-9/+7
2015-11-16gtphub: cosmetic: break long lines.Neels Hofmeyr1-51/+96
2015-11-16gtphub: review log levels, add level arg to LOG().Neels Hofmeyr1-141/+133
2015-11-16gtphub: add logging labels to bind struct.Neels Hofmeyr1-1/+7
2015-11-16gtphub: don't always try to do GGSN resolution.Neels Hofmeyr1-27/+3
2015-11-16gtphub: fix numerous segfaults, and other stupidities.Neels Hofmeyr1-4/+4
2015-11-16gtphub: Add logging for ares queries.Neels Hofmeyr1-6/+7
2015-11-16gtphub: fix handling of sender from nonstandard port.Neels Hofmeyr1-3/+35
2015-11-16gtphub: fix User plane decoding, add unit test.Neels Hofmeyr1-16/+37
2015-11-16gtphub: make test code reusable for future tests.Neels Hofmeyr1-2/+0
2015-11-16gtphub: add/fix IMSI and APN IE error handlingNeels Hofmeyr1-22/+66
2015-11-16gtphub: fix Echo behavior: respond directly.Neels Hofmeyr1-27/+59
2015-11-16gtphub: add first bits of GRX aresNeels Hofmeyr1-58/+93
2015-11-16Add GTP hub initial code base.Neels Hofmeyr1-0/+2080