aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-07-07mgcp: Ignore the transcoding testHolger Hans Peter Freyther1-0/+1
2014-07-07mgcp: Verify that the force-ptime is written back to the fileHolger Hans Peter Freyther3-1/+26
2014-07-07mgcp: Fix documentation issue in the force-ptime commandHolger Hans Peter Freyther1-1/+2
2014-07-07rtp: Share the rtp header between the proxy and the mgcp codeHolger Hans Peter Freyther4-59/+41
2014-07-07nat: Fix the documentation issue with the osmux commandHolger Hans Peter Freyther1-1/+1
2014-07-07gbproxy_test: Reset the gbproxy before we reset GPRS NSHolger Hans Peter Freyther1-3/+3
2014-07-07gprs_llc: Prevent llme_alloc/lle_init from reading invalid memoryDaniel Willmann1-1/+1
2014-07-07libbsc, osmo-bsc{, _nat}: Prevent unaligned access when casting TLVP_VALDaniel Willmann3-7/+7
2014-07-07gbproxy_test: Simplify the test setup by sharing codeHolger Hans Peter Freyther1-30/+24
2014-07-07gprs/test: Add additional gbproxy testsJacob Erlbeck2-1/+460
2014-07-07gprs/test: Add connect_sgsn() functionJacob Erlbeck1-10/+11
2014-07-07gprs/test: Remove verbose parameter of gbprox_dump_* functionsJacob Erlbeck3-36/+30
2014-07-03db: Use ulonglong to access the database for sqlite3Holger Hans Peter Freyther1-14/+14
2014-06-23trau_mux.c: Prevent out-of-bounds read in trau_encode_fr()Harald Welte1-0/+3
2014-06-18nitb: Only print channel activations once in show statisticsHolger Hans Peter Freyther1-3/+0
2014-06-16mgcp: Allow to batch more than four messagesHolger Hans Peter Freyther1-1/+1
2014-06-15gprs: Use area terms LAI/RAI as defined in GSM 03.03Jacob Erlbeck2-87/+87
2014-06-15mgcp: Fix SDP formatting of fmtp_extra (Coverity)Jacob Erlbeck2-26/+1
2014-06-15mgcp/test: Add test case using the fmtp_extra infoJacob Erlbeck2-0/+69
2014-06-12proxy: Annotate the switch/case/fall throughHolger Hans Peter Freyther1-0/+1
2014-06-12bsc: Do not use strdup on argv parameterHolger Hans Peter Freyther1-1/+1
2014-06-05Merge remote-tracking branch 'origin/jerlbeck/features/mgcp-transcoding'Jacob Erlbeck22-66/+2250
2014-06-05mgcp: Set net_end audio params in recvonly modeJacob Erlbeck4-3/+51
2014-06-05mgcp: Move transcoding to libmgcpJacob Erlbeck11-17/+17
2014-06-05mgcp/test: Add test cases for transcoding and repackingJacob Erlbeck5-3/+935
2014-06-05mgcp: Extend the CLI transcoding tool by ptime conversionJacob Erlbeck1-3/+21
2014-06-05mgcp: Add packet size (ptime) conversionJacob Erlbeck7-97/+262
2014-06-05mgcp: Add CLI tool to test audio conversionJacob Erlbeck4-0/+123
2014-06-05mgcp: Add RTP audio transcodingJacob Erlbeck6-2/+706
2014-06-05mgcp: Only include SDP lines with valid contentJacob Erlbeck1-43/+90
2014-06-05mgcp: Add a function to get media info for MGCP responsesJacob Erlbeck4-5/+40
2014-06-05mgcp: Add audio info fields to struct mgcp_rtp_endJacob Erlbeck2-20/+67
2014-06-05mgcp: Add callbacks for payload processingJacob Erlbeck4-4/+69
2014-06-04gprs: Separate LLC parsing from LLC state handlingJacob Erlbeck4-237/+285
2014-06-04gprs/test: Use valid MCC/MNC for BVC RESETJacob Erlbeck2-110/+110
2014-06-03osmux: Fix the VTY online help in the osmux commandHolger Hans Peter Freyther1-1/+1
2014-06-03Merge branch 'hfreyther/fixes/channel-release-handling'Holger Hans Peter Freyther1-15/+27
2014-06-03rsl: Check if the channel is active and then start the channel releaseHolger Hans Peter Freyther1-16/+12
2014-06-03rsl: Avoid double channel release procedure in error conditionsHolger Hans Peter Freyther1-5/+20
2014-06-03lchan: Speculative "fix" for error and late replyHolger Hans Peter Freyther1-8/+9
2014-05-31bsc: Introduce a local notification scheme for the CTRL interfaceHolger Hans Peter Freyther1-0/+44
2014-05-28mgcp: Address scanf issue already found by cppcheck and now ASANHolger Hans Peter Freyther1-1/+1
2014-05-28channel_test: Return a positive number to claim it was pagedHolger Hans Peter Freyther1-1/+4
2014-05-26mgcp: Use #pragma once instead of a possible clashing #ifdefHolger Hans Peter Freyther1-3/+1
2014-05-26rsl: Remove obsolete FIXME comment.Holger Hans Peter Freyther1-1/+0
2014-05-22osmux: Fix potential memory leak in the msgb handlingHolger Hans Peter Freyther1-0/+2
2014-05-22mgcp: Add proper length checking for line handlingHolger Hans Peter Freyther2-0/+23
2014-05-22mgcp: Remove excessive logging for each frameHolger Hans Peter Freyther1-12/+0
2014-05-22mgcp: add voice muxer supportPablo Neira Ayuso18-48/+629
2014-05-22bsc_hack: Don't strdup the string argumentsDaniel Willmann1-2/+2