aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rebased against current master, bumped version to -rhizo4.ciaby/rhizomatica-nextCiaby2014-06-051-0/+7
* Revert MNCC_SOCK_VERSION to 2 (from 4), otherwise there is no know LCR version which can work with it :)Ciaby2014-05-311-1/+1
* Merged hfreyther/fixes/channel-release-handling branch, bumped version number to -rhizo3Ciaby2014-05-311-0/+7
* Disable the gbproxy test (failing). Bump the debian version in the changelog.Ciaby2014-05-312-5/+11
* DIRTY HACK: Force all SMSs to SMPP.Ciaby2014-05-311-2/+2
* Added SMPP support in the debian build, include libsmpp34-dev as a dependency.Ciaby2014-05-312-2/+2
* rsl: Check if the channel is active and then start the channel releaseHolger Hans Peter Freyther2014-05-311-16/+12
* rsl: Avoid double channel release procedure in error conditionsHolger Hans Peter Freyther2014-05-311-5/+20
* lchan: Speculative "fix" for error and late replyHolger Hans Peter Freyther2014-05-311-8/+9
* mgcp: Address scanf issue already found by cppcheck and now ASANHolger Hans Peter Freyther2014-05-281-1/+1
* channel_test: Return a positive number to claim it was pagedHolger Hans Peter Freyther2014-05-281-1/+4
* 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