aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* HACK: rename 'struct rtp_socket' to 'struct osmo_rtp_socket'laforge/ortp_hackHarald Welte2011-09-046-29/+36
* bsc_api: Make sure to use correct MS Power on ASSIGNMENT CMDDieter Spaar2011-09-031-1/+1
* bsc: Fix a crash in case we get a NACK from the BTS for a new channelHolger Hans Peter Freyther2011-08-301-5/+5
* BTS support: nokia/ericcson - use e1inp_ts->lapdHarald Welte2011-08-262-4/+4
* add missing #include line to gsm_data_shared.hHarald Welte2011-08-241-0/+2
* Revert "we don't have openbsc/ipaccess.h anymore"Harald Welte2011-08-231-1/+1
* add missing ipaccess.h to Makefile.amHarald Welte2011-08-231-1/+1
* add control_cmd.h to Makefile.amHarald Welte2011-08-231-1/+1
* osmo-bsc: Use NM_OPSTATE_* to check for operational attributesDaniel Willmann2011-08-221-1/+1
* libctrl: Add a function to create the cmdHolger Hans Peter Freyther2011-08-222-0/+13
* libctrl: Don't overwrite error reply if the verify function sets oneDaniel Willmann2011-08-221-1/+3
* libctrl: Mark the cmd set/get/verify functions staticDaniel Willmann2011-08-224-27/+27
* libctrl: Bind control interface to localhostDaniel Willmann2011-08-221-1/+1
* libctrl: Use DCTRL as logging destination in libctrlHolger Hans Peter Freyther2011-08-222-28/+28
* nat: Fix error in get_next_free_bsc_idDaniel Willmann2011-08-221-15/+20
* contrib/bsc_control.py: Patch by Holger to handle connection resetsDaniel Willmann2011-08-221-0/+4
* bsc: Fix crash that can occur on RF FailureHolger Hans Peter Freyther2011-08-221-3/+12
* audio: Move the setting of MultiRateConfig to one placeHolger Hans Peter Freyther2011-08-221-14/+19
* audio: From RTP point of view we can use one payload for HR/FR AMRHolger Hans Peter Freyther2011-08-222-4/+2
* audio: Remove the hardcoding of the RTP PayloadHolger Hans Peter Freyther2011-08-223-6/+0
* mgcp: Make CRCX deal better with UDP retransmissionsHolger Hans Peter Freyther2011-08-221-24/+44
* mgcp: FreeSWITCH requiresn us to provide the o= and t= paramHolger Hans Peter Freyther2011-08-221-3/+5
* misc: Move the bsc_parse_reg to libcommom and name it gsm_parse_regHolger Hans Peter Freyther2011-08-226-33/+43
* we don't have openbsc/ipaccess.h anymoreHarald Welte2011-08-201-1/+1
* src: port openBSC over libosmo-abis0.9.15Pablo Neira Ayuso2011-08-1974-5766/+926
* src: use new msg->dst pointer instead of deprecated msg->trxPablo Neira Ayuso2011-08-1915-132/+181
* bssgp: make comments more explicit, include 'Rx' in received messagesHarald Welte2011-08-191-6/+6
* Merge branch 'master' of git.osmocom.org:openbscHarald Welte2011-08-1925-180/+2348
|\
| * bsc: Crash fix for the osmo-nitb/MNCC codeHolger Hans Peter Freyther2011-08-131-1/+2
| * libbsc: Log if a channel is freed with lchan->state != LCHAN_S_NONEDaniel Willmann2011-08-111-0/+4
| * libbsc: Cosmetic fix for the channel activate NACK log messageDaniel Willmann2011-08-111-1/+1
| * libbsc: Release the RF channel if BTS thinks it's still in useDaniel Willmann2011-08-111-0/+3
| * libbsc: Call lchan_free in the timeout callbacksDaniel Willmann2011-08-111-2/+4
| * libbsc: Only skip lchans with state AND type set to NONE in show lchanJan Luebbe2011-08-111-1/+1
| * MNCC: Never send zero-length msgb packets to the socketPeter Stuge2011-08-111-0/+9
| * RSL: add timer for lchan activation/deactivation without BTS responseHarald Welte2011-08-112-1/+38
| * DAHDI: Actually increment e1_input related rate countersHarald Welte2011-08-111-0/+16
| * E1 Input: better names for rate countersHarald Welte2011-08-111-4/+4
| * E1 Input: Add rate counters for events related to E1 linesHarald Welte2011-08-113-12/+66
| * E1 Input: Move 'show e1_*' command to e1_input_vty.cHarald Welte2011-08-112-117/+118
| * E1 Input: Add VTY command to specify the name of a LineHarald Welte2011-08-111-1/+28
| * libbsc: Don't free secondary lchan if it is NULL.Daniel Willmann2011-08-101-1/+5
| * trau: fix wrong message size for GSM_TCHF_FRAME passed to MNCCPablo Neira Ayuso2011-08-101-0/+1
| * NOKIA: Resend SABM on unknown TEI from LAPDPablo Neira Ayuso2011-08-101-1/+8
| * LAPD: Propagate lapd_receive() errors to the E1 driverPablo Neira Ayuso2011-08-105-8/+44
| * Fix MNCC for the NOKIA BTS typeHarald Welte2011-08-101-0/+2
| * NOKIA: use 'struct value_string' whenever possibleHarald Welte2011-08-101-472/+243
| * NOKIA: use 'value_string' for severity and bts_typeHarald Welte2011-08-101-48/+31
| * NOKIA: Move more static variables into 'struct gsm_bts'Harald Welte2011-08-102-14/+16
| * NOKIA: move 'conf' and 'bts_type' into 'struct gsm_bts'Harald Welte2011-08-101-12/+10