aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs
AgeCommit message (Expand)AuthorFilesLines
2016-03-1504.08: apply new transaction id inline functionsNeels Hofmeyr1-4/+4
2016-03-1504.08: apply new bitmask functions, fix bitmask useNeels Hofmeyr3-6/+13
2016-02-25enable ctrl bind config for various programsNeels Hofmeyr2-13/+23
2016-02-25enable telnet VTY bind address config for various programsNeels Hofmeyr3-10/+24
2016-02-23gtphub: tweak default logging levelNeels Hofmeyr1-1/+1
2016-02-23gtphub: include ports.h instead of redefining OSMO_VTY_PORT_GTPHUBNeels Hofmeyr1-5/+1
2016-02-22sgsn: Re-add searching for MM ctx based on TLLI / P-TMSI matchesJacob Erlbeck2-3/+48
2016-02-22sgsn: Change handling of missing mmctx in gsm48_rx_gmm_ra_upd_reqJacob Erlbeck1-3/+15
2016-02-22sgsn: Only look at TLLIs in sgsn_mm_ctx_by_tlliJacob Erlbeck1-30/+1
2016-02-22sgsn: Make ra_id_equals available as gprs_ra_id_equalsJacob Erlbeck2-9/+9
2016-02-22sgsn: Remove tlli_foreign2localJacob Erlbeck1-23/+2
2016-01-30gsm0408: Provide unique strings for the gsm 04.08 messageHolger Hans Peter Freyther2-20/+20
2016-01-26gprs: use libgtp cflagsAlexander Huemer1-1/+1
2016-01-23gtphub: Fix use after free on failureHolger Hans Peter Freyther1-1/+3
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-14gtphub VTY: add newlines to some VTY docs' final linesNeels Hofmeyr1-8/+8
2015-12-14gtphub VTY: fix doc strings for show cmdsNeels Hofmeyr1-7/+10
2015-12-08gtphub: log: limit length of hex dumps.Neels Hofmeyr2-4/+7
2015-12-07gtphub: add VTY show for peers and peer stats.Neels Hofmeyr1-4/+119
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 Hofmeyr2-45/+41
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 Hofmeyr2-16/+80
2015-12-07gtphub: be strict about unknown cmdline argsNeels Hofmeyr1-1/+2
2015-12-07gtphub: tweak logging.Neels Hofmeyr2-16/+14
2015-12-07gtphub: logging: have one newline per log.Neels Hofmeyr2-18/+12
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 Hofmeyr2-2/+49
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 Hofmeyr3-26/+60
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