aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rsl: Check if the channel is active and then start the channel releasehfreyther/fixes/channel-release-handlingHolger Hans Peter Freyther2014-05-261-16/+12
* rsl: Avoid double channel release procedure in error conditionsHolger Hans Peter Freyther2014-05-261-5/+20
* lchan: Speculative "fix" for error and late replyHolger Hans Peter Freyther2014-05-261-8/+9
* mgcp: Use #pragma once instead of a possible clashing #ifdefHolger Hans Peter Freyther2014-05-261-3/+1
* rsl: Remove obsolete FIXME comment.Holger Hans Peter Freyther2014-05-261-1/+0
* osmux: Fix potential memory leak in the msgb handlingHolger Hans Peter Freyther2014-05-221-0/+2
* mgcp: Add proper length checking for line handlingHolger Hans Peter Freyther2014-05-222-0/+23
* mgcp: Remove excessive logging for each frameHolger Hans Peter Freyther2014-05-221-12/+0
* mgcp: add voice muxer supportPablo Neira Ayuso2014-05-2218-48/+629
* bsc_hack: Don't strdup the string argumentsDaniel Willmann2014-05-221-2/+2
* rtp_proxy: Prevent out-of-bounds read in rtcp_sdes_cname_mangleDaniel Willmann2014-05-221-1/+1
* chan_alloc: Fall-back to TCH/H, if we cannot find a TCH/FHarald Welte2014-05-191-0/+5
* rtp_proxy.c: Correctly set msg_type to GSM_TCH_FRAME_AMR on AMRHarald Welte2014-05-181-0/+1
* rtp_proxy: Simplify AMR handlingHarald Welte2014-05-181-30/+26
* Add support for AMR frames to MNCC/RTP interfaceAndreas Eversberg2014-05-182-6/+48
* bsc_api/NITB: If TCH/H channel is used, indicate it to bsc_apiAndreas Eversberg2014-05-181-1/+2
* Add check to tch_map(), if RTP sockets existAndreas Eversberg2014-05-181-0/+11
* ctrl: Use CTRL_CMD_DEFINE_STRUCT in CTRL_CMD_DEFINE_RANGEHolger Hans Peter Freyther2014-05-151-6/+1
* ctrl: Reduce code duplication and add a define to create the structHolger Hans Peter Freyther2014-05-151-13/+10
* ctrl: Remove the param parameter as it was never used/implementedHolger Hans Peter Freyther2014-05-153-7/+0
* ctrl: Introduce a macro for read-only attributes and use itHolger Hans Peter Freyther2014-05-152-35/+17
* ctrl: Fix handling of missing repliesJacob Erlbeck2014-05-151-3/+11
* misc: Use the right mailinglist address for OpenBSCHolger Hans Peter Freyther2014-05-151-1/+1
* contrib/rtp: Use payload data files directly by gen_rtp_headerJacob Erlbeck2014-05-091-4/+30
* ipa: Fix the compilation of ipaccess-find on FreeBSDNikola Kolev2014-05-091-0/+5
* bsc: Fix compilation on FreeBSDNikola Kolev2014-05-091-0/+2
* nat/bsc: Check proto before calling ipaccess_rcvmsg_baseHolger Hans Peter Freyther2014-05-063-3/+2
* db: Fix next fall-out with make distcheckHolger Hans Peter Freyther2014-05-012-1/+2
* db: Fix fall-out with the subscriber removal in the subscriber deletion codeHolger Hans Peter Freyther2014-04-301-2/+2
* Merge branch 'zecke/features/sms-db-changes'Holger Hans Peter Freyther2014-04-3010-71/+351
|\
| * db: Add testcase for the db migration.Holger Hans Peter Freyther2014-04-306-2/+42
| * sms: Add code to migrate the database to the new schemaHolger Hans Peter Freyther2014-04-302-16/+199
| * sms: Do not store received id in the SMS database.Alexander Chemeris2014-04-301-21/+10
| * db: Add testcase for storing/loading/comparing a smsHolger Hans Peter Freyther2014-04-301-0/+61
| * sms: Kill the sms->sender and use addr/ton/npi throughout the codeHolger Hans Peter Freyther2014-04-304-35/+42
|/
* openbsc/gsm_data_shared.h: Added the attribute reduce_power in TRXÁlvaro Neira Ayuso2014-04-291-0/+1
* ctrl: Extend the testcase for using '09' as numbers on the interfaceHolger Hans Peter Freyther2014-04-241-0/+43
* gbproxy: Fix the start script for gbproxyHolger Hans Peter Freyther2014-04-241-3/+3
* bsc: Timers are in seconds, clarify that in the online helpHolger Hans Peter Freyther2014-04-111-1/+1
* ipa: Fix compiler warnings about aliasingHolger Hans Peter Freyther2014-04-041-3/+6
* oml: Fix compiler warning about aliasingHolger Hans Peter Freyther2014-04-041-3/+5
* gprs: Fix compiler warnings in sgsn_main.cHolger Hans Peter Freyther2014-04-041-0/+4
* gprs: Fix compiler warnings ini gprs_sndcp_vty.cHolger Hans Peter Freyther2014-04-041-2/+0
* gprs: Fix compiler warnings in sgsn_libgtp.cHolger Hans Peter Freyther2014-04-041-4/+2
* gprs: Fix compiler warnings in the gprs_llc.c codeHolger Hans Peter Freyther2014-04-041-1/+9
* gprs: Fix compiler warnings in gprs_sndcp.cHolger Hans Peter Freyther2014-04-041-4/+2
* gprs: Reduce the number of compiler warnings in gprs_gmm.cHolger Hans Peter Freyther2014-04-042-11/+18
* rsl: Add missing breaks in the codeHolger Hans Peter Freyther2014-04-041-0/+6
* sgsn: Comparing array to NULL is not usefulHolger Hans Peter Freyther2014-04-041-1/+1
* bsc/msc: Extension can never be NULL use strlen insteadHolger Hans Peter Freyther2014-04-042-2/+2