aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gtphub.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-22move osmo_sockaddr_* to libosmocore sockaddr.cneels/osmo_sockaddrNeels Hofmeyr1-144/+2
2016-04-16gtphub_unmap_header_tei(): don't dereference unmapped_tei arg if not present ...Neels Hofmeyr1-4/+6
2016-01-22gtphub: Make the two setter static as wellHolger Hans Peter Freyther1-2/+2
2016-01-22gtphub: Fix compilation using gcc5Holger Hans Peter Freyther1-2/+2
2015-12-08gtphub: log: limit length of hex dumps.Neels Hofmeyr1-2/+3
2015-12-07gtphub: improve handling of restarted peer.Neels Hofmeyr1-11/+12
2015-12-07gtphub: log most common message type names.Neels Hofmeyr1-14/+63
2015-12-07gtphub: simplify/fix: one TEI mapping per tunnel.Neels Hofmeyr1-41/+37
2015-12-07gtphub: fix: when checking TEIs, skip 0.Neels Hofmeyr1-1/+4
2015-12-07gtphub: log: add TEI reuse msg, fix another TEI msg.Neels Hofmeyr1-2/+5
2015-12-07gtphub: log: add side str to msg for reused TEINeels Hofmeyr1-1/+2
2015-12-07gtphub: add more detailed I/O rate counters.Neels Hofmeyr1-2/+41
2015-12-07gtphub: tweak logging.Neels Hofmeyr1-3/+3
2015-12-07gtphub: logging: have one newline per log.Neels Hofmeyr1-17/+11
2015-12-07gtphub: fix missing newline in log outputNeels Hofmeyr1-1/+1
2015-12-03gtphub: tweak startup log for sgsn_use_senderNeels Hofmeyr1-0/+3
2015-12-03gtphub: implement sgsn_use_sender for NAT.Neels Hofmeyr1-2/+21
2015-12-03gtphub: prepare: keep tunnel ref in gtp_packet_desc.Neels Hofmeyr1-25/+38
2015-12-03gtphub: tweak an error log messageNeels Hofmeyr1-2/+4
2015-12-03gtphub: Del PDP: replace unnecessary lookup with asserts.Neels Hofmeyr1-33/+6
2015-12-03gtphub: check TEI presence in Create PDP Ctx ResponseNeels Hofmeyr1-0/+10
2015-12-03gtphub: improve logging for invalid packetNeels Hofmeyr1-4/+7
2015-12-03gtphub: cosmeticNeels Hofmeyr1-9/+4
2015-12-03gtphub: fix restart cleanup peer matching.Neels Hofmeyr1-1/+5
2015-12-03gtphub: wrap gtphub_write() for test suite.Neels Hofmeyr1-24/+0
2015-12-03gtphub: fix use after free.Neels Hofmeyr1-27/+37
2015-12-03gtphub: Add a debug logNeels Hofmeyr1-0/+6
2015-12-03gtphub: fix: add a missing NULL checkNeels Hofmeyr1-0/+2
2015-12-03gtphub: cosmetic: early continue for less indentNeels Hofmeyr1-21/+22
2015-12-03gtphub: monitor GSNs' restart counters.Neels Hofmeyr1-18/+118
2015-12-03gtphub: cosmeticNeels Hofmeyr1-50/+50
2015-12-03gtphub: handle Delete PDP Context.Neels Hofmeyr1-15/+154
2015-12-03gtphub: remove obsolete todo commentNeels Hofmeyr1-2/+0
2015-12-03gtphub: fix segfault when empty config.Neels Hofmeyr1-2/+12
2015-12-03gtphub: be more fatal about not finding an unused TEI.Neels Hofmeyr1-2/+10
2015-12-03gtphub: fix some style complaints from cppcheckNeels Hofmeyr1-10/+3
2015-12-03gtphub: add two stubs for Delete PDP msgsNeels Hofmeyr1-0/+29
2015-12-03gtphub: refactor: use side_idx everywhere.Neels Hofmeyr1-300/+196
2015-12-03gtphub: make sure mapped TEIs aren't occupied (incomplete).Neels Hofmeyr1-33/+88
2015-12-03gtphub: use a single TEI pool across planes.Neels Hofmeyr1-3/+3
2015-12-03gtphub: cosmetic: for_each_side,_plane macros.Neels Hofmeyr1-21/+17
2015-12-03gtphub: implement restart counter properly.Neels Hofmeyr1-2/+14
2015-12-03gtphub: fix a conditional for log outputNeels Hofmeyr1-1/+1
2015-12-03gtphub: avoid segfault for incomplete tunnels.Neels Hofmeyr1-0/+1
2015-12-03gtphub: track tunnels explicitly.Neels Hofmeyr1-52/+297
2015-12-03gtphub: cosmetic/prepare: rename expiry queues.Neels Hofmeyr1-10/+9
2015-12-03gtphub: add assertion to ensure expiry ordering.Neels Hofmeyr1-0/+8
2015-12-03gtphub: cosmetic/prepare: add nr_map_refresh().Neels Hofmeyr1-7/+11
2015-12-03gtphub: move timestamp into packet struct.Neels Hofmeyr1-13/+14
2015-12-03gtphub: first vty show commands.Neels Hofmeyr1-3/+16