summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adding Patch to directory patches:HEADmasterDennis Wehrle2011-10-051-0/+214
* Instead of include the mysql-credentials for the hlr and logging databaseDennis Wehrle2011-10-055-9/+125
* Adding Patches to directory patches.openbsc2011-09-025-0/+1655
* Implement a logging function for all MS actions (LU acc/rej, MO/MT call, MO/M...openbsc2011-09-0212-8/+431
* Change db.c to support mysql as database.OpenBSC2011-09-021-52/+56
* Implement multipart sms from the VTY. Therefore a new struct gsm_sms_ud_heade...Dennis Wehrle2011-09-024-22/+160
* SMS-Table: Change sender_id and receiver_id (each subscriber ID's) to soure_a...Dennis Wehrle2011-09-021-33/+31Star
* sms: Kill the text field, fix the size and truncation of SMS from the VTYDennis Wehrle2011-09-023-27/+26Star
* 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/+2Star
* audio: Remove the hardcoding of the RTP PayloadHolger Hans Peter Freyther2011-08-223-6/+0Star
* 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-abisPablo Neira Ayuso2011-08-1974-5766/+926Star
* 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