summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* osmo-nitb support for codec negotiationjolly/32c3Andreas Eversberg2015-12-275-75/+109
* If requested TCH/H channel is not available, try assigning TCH/FAndreas Eversberg2015-12-271-0/+10
* Fix: If paging for half rate was requested, use hr, if supported by MSAndreas Eversberg2015-12-271-1/+1
* Drop bad speech frames rather than forwarding them via RTPAndreas Eversberg2015-12-271-0/+9
* Fixed (ipaccess BTS) delay/silence problems, if RTP stream jitters too muchAndreas Eversberg2015-12-271-0/+67
* Allow dynamic RTP payload types between application and MNCC interfaceAndreas Eversberg2015-12-272-18/+42
* Add traffic forwarding via RTP to remote applicationAndreas Eversberg2015-12-2714-46/+130
* gtphub VTY: add newlines to some VTY docs' final linesNeels Hofmeyr2015-12-141-8/+8
* gtphub VTY: fix doc strings for show cmdsNeels Hofmeyr2015-12-141-7/+10
* gtphub: Fix the VTY prompt to make the tests move forwardHolger Hans Peter Freyther2015-12-141-1/+1
* gtphub VTY test: use only 127.0.0.1.Neels Hofmeyr2015-12-142-1/+26
* osmoappdesc.py: fix wrong index introduced by gtphub.Neels Hofmeyr2015-12-131-1/+1
* 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