aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-12-30gprs/test: Add test case test_gmm_routing_areasjerlbeck/master-fixesJacob Erlbeck2-0/+321
2015-12-30FIXUP not foreignJacob Erlbeck1-1/+1
2015-12-30FIXUP equalsJacob Erlbeck1-0/+2
2015-12-30sgsn: Change handling of missing mmctx in gsm48_rx_gmm_ra_upd_req (TODO)Jacob Erlbeck1-3/+15
2015-12-30gprs: Make ra_id_equals available as gprs_ra_id_equalsJacob Erlbeck2-13/+7
2015-12-30sgsn: Only look at TLLIs in sgsn_mm_ctx_by_tlliJacob Erlbeck1-25/+2
2015-12-30sgsn/test: Add bssgp_raid parameter to send_0408_message (TODO)Jacob Erlbeck1-25/+30
2015-12-29sgsn: Remove tlli_foreign2local (TODO)Jacob Erlbeck2-25/+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-14gtphub: Fix the VTY prompt to make the tests move forwardHolger Hans Peter Freyther1-1/+1
2015-12-14gtphub VTY test: use only 127.0.0.1.Neels Hofmeyr2-1/+26
2015-12-13osmoappdesc.py: fix wrong index introduced by gtphub.Neels Hofmeyr1-1/+1
2015-12-12indicate the GSM 04.08 channel mode in 'show lchan'Harald Welte1-0/+16
2015-12-12mncc: introduce 'struct gsm_mncc_bridge' for MNCC_BRIDGEHarald Welte3-8/+13
2015-12-12mncc.c: Convert mncc_names[] to 'struct value_string'Harald Welte2-70/+61
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 Hofmeyr3-20/+60
2015-12-07gtphub: log most common message type names.Neels Hofmeyr1-14/+63
2015-12-07gtphub: simplify/fix: one TEI mapping per tunnel.Neels Hofmeyr4-125/+144
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_test: add test_parallel_context_creation()Neels Hofmeyr2-0/+161
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 Hofmeyr3-16/+84
2015-12-07gtphub: be strict about unknown cmdline argsNeels Hofmeyr1-1/+2
2015-12-07gtphub: tweak logging.Neels Hofmeyr3-48/+46
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-07gtphub: enhance gtphub-example.txtNeels Hofmeyr1-2/+14
2015-12-07gtphub: add gtphub-example.txtNeels Hofmeyr1-0/+78
2015-12-05bring the README into the 21st centuryHarald Welte1-22/+25
2015-12-05AUTHORS: Add Jacob and NeelsHarald Welte1-0/+2
2015-12-05remove old obsolete linux kernel and wireshark patchesHarald Welte10-6175/+0
2015-12-05gsm_data_shared: compute/sprintf the lchan name only onceHarald Welte2-2/+11
2015-12-03gtphub: tweak startup log for sgsn_use_senderNeels Hofmeyr1-0/+3
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: implement sgsn_use_sender for NAT.Neels Hofmeyr3-2/+52
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-03tests: fix condition to run sgsn, oap, gtphub testsNeels Hofmeyr2-2/+9
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 Hofmeyr3-4/+11
2015-12-03gtphub: wrap gtphub_write() for test suite.Neels Hofmeyr6-27/+84
2015-12-03gtphub: fix use after free.Neels Hofmeyr1-27/+37