summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gsm_data_shared: Add per-lchan power control parameters on BTS sidelaforge/power_controlHarald Welte2015-12-131-2/+7
* Use BS/MS power control parameters in RSL (for Abis/IP)Harald Welte2015-12-135-13/+87
* Add BS/MS power control configuration to VTYHarald Welte2015-12-132-0/+150
* indicate the GSM 04.08 channel mode in 'show lchan'Harald Welte2015-12-121-0/+16
* mncc: introduce 'struct gsm_mncc_bridge' for MNCC_BRIDGEHarald Welte2015-12-123-8/+13
* mncc.c: Convert mncc_names[] to 'struct value_string'Harald Welte2015-12-122-70/+61
* gtphub: log: limit length of hex dumps.Neels Hofmeyr2015-12-082-4/+7
* gtphub: add VTY show for peers and peer stats.Neels Hofmeyr2015-12-071-4/+119
* gtphub: improve handling of restarted peer.Neels Hofmeyr2015-12-073-20/+60
* gtphub: log most common message type names.Neels Hofmeyr2015-12-071-14/+63
* gtphub: simplify/fix: one TEI mapping per tunnel.Neels Hofmeyr2015-12-074-125/+144
* gtphub: fix: when checking TEIs, skip 0.Neels Hofmeyr2015-12-071-1/+4
* gtphub: log: add TEI reuse msg, fix another TEI msg.Neels Hofmeyr2015-12-071-2/+5
* gtphub_test: add test_parallel_context_creation()Neels Hofmeyr2015-12-072-0/+161
* gtphub: log: add side str to msg for reused TEINeels Hofmeyr2015-12-071-1/+2
* gtphub: add more detailed I/O rate counters.Neels Hofmeyr2015-12-073-16/+84
* gtphub: be strict about unknown cmdline argsNeels Hofmeyr2015-12-071-1/+2
* gtphub: tweak logging.Neels Hofmeyr2015-12-073-48/+46
* gtphub: logging: have one newline per log.Neels Hofmeyr2015-12-072-18/+12
* gtphub: fix missing newline in log outputNeels Hofmeyr2015-12-071-1/+1
* gtphub: enhance gtphub-example.txtNeels Hofmeyr2015-12-071-2/+14
* gtphub: add gtphub-example.txtNeels Hofmeyr2015-12-071-0/+78
* bring the README into the 21st centuryHarald Welte2015-12-051-22/+25
* AUTHORS: Add Jacob and NeelsHarald Welte2015-12-051-0/+2
* remove old obsolete linux kernel and wireshark patchesHarald Welte2015-12-0510-6175/+0
* gsm_data_shared: compute/sprintf the lchan name only onceHarald Welte2015-12-052-2/+11
* gtphub: tweak startup log for sgsn_use_senderNeels Hofmeyr2015-12-031-0/+3
* gtphub: add test for SGSN behind NATNeels Hofmeyr2015-12-032-0/+105
* gtphub_test: tweak test_user_data(): no seq routing.Neels Hofmeyr2015-12-031-4/+4
* gtphub: implement sgsn_use_sender for NAT.Neels Hofmeyr2015-12-033-2/+52
* gtphub: prepare: keep tunnel ref in gtp_packet_desc.Neels Hofmeyr2015-12-031-25/+38
* gtphub: tweak an error log messageNeels Hofmeyr2015-12-031-2/+4
* gtphub: Del PDP: replace unnecessary lookup with asserts.Neels Hofmeyr2015-12-031-33/+6
* tests: fix condition to run sgsn, oap, gtphub testsNeels Hofmeyr2015-12-032-2/+9
* gtphub: check TEI presence in Create PDP Ctx ResponseNeels Hofmeyr2015-12-031-0/+10
* gtphub: improve logging for invalid packetNeels Hofmeyr2015-12-031-4/+7
* gtphub: cosmeticNeels Hofmeyr2015-12-031-9/+4
* gtphub: fix restart cleanup peer matching.Neels Hofmeyr2015-12-033-4/+11
* gtphub: wrap gtphub_write() for test suite.Neels Hofmeyr2015-12-036-27/+84
* gtphub: fix use after free.Neels Hofmeyr2015-12-031-27/+37
* gtphub: add restart counter testNeels Hofmeyr2015-12-032-0/+165
* gtphub: Add a debug logNeels Hofmeyr2015-12-031-0/+6
* gtphub: add test for reused TEI.Neels Hofmeyr2015-12-032-0/+78
* gtphub: fix: add a missing NULL checkNeels Hofmeyr2015-12-031-0/+2
* gtphub: cosmetic: early continue for less indentNeels Hofmeyr2015-12-031-21/+22
* gtphub: monitor GSNs' restart counters.Neels Hofmeyr2015-12-032-19/+120
* gtphub: cosmeticNeels Hofmeyr2015-12-031-50/+50
* gtphub_test: add test for Del PDP from GGSN side.Neels Hofmeyr2015-12-032-6/+58
* gtphub_test: add some cleanup asserts.Neels Hofmeyr2015-12-031-0/+5
* gtphub: handle Delete PDP Context.Neels Hofmeyr2015-12-034-19/+229