aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2011-02-05[DAHDI] integrate DAHDI driver into E1 Input layerHarald Welte4-11/+17
2011-02-05[dahdi] remove lots of dead code and references to mISDNHarald Welte1-271/+25
2011-02-05[dahdi] don't export private functions from lapd.cHarald Welte1-3/+3
2011-02-05[dahdi] support multiple-include of lapd.hHarald Welte1-0/+3
2011-02-05[dahdi] Fix LAPD code comments (C-style)Harald Welte1-38/+38
2011-02-05[dahdi] Fix lapd.c coding styleHarald Welte1-105/+162
2011-02-05Working audio data versioncreslin2872-7/+8
2011-02-05Current LAPD with fixes for frames with P/F bit setMatthew Fredrickson1-5/+36
2011-02-05Current version of mostly working dahdi driverMatthew Fredrickson1-60/+154
2011-02-05Latest version of driver from other machine.Matthew Fredrickson1-36/+129
2011-02-05Add addtional copyright notices for changesMatthew Fredrickson1-1/+2
2011-02-05Add lapd.c and lapd.hMatthew Fredrickson3-4/+420
2011-02-05Add dahdi.cMatthew Fredrickson1-0/+500
2011-02-05[E1] fix typo resulting in NM message being logged as RSLHarald Welte1-1/+1
2011-02-05[E1 INPUT] update E1 / BS-11 config filesHarald Welte3-0/+6
2011-02-05[E1 input] make sure config file with new E1 input config saves correctlyHarald Welte3-4/+12
2011-02-05[E1 input] proper config error reportingHarald Welte2-9/+37
2011-02-05[E1 INPUT] remove debug printf'sHarald Welte1-2/+0
2011-02-05[E1 INPUT] explicitly configure the E1 input driver for each lineHarald Welte9-20/+172
2011-02-05[input] make mi_e1_line_update() a driver specific callbackHarald Welte3-2/+9
2011-01-27mncc: Fix a crash in the call release codeHolger Hans Peter Freyther1-1/+7
2011-01-25mgcp: Be able to parse RQNT messages and reply to themHolger Hans Peter Freyther1-0/+25
2011-01-16bsc: Initialize the subscr to NULL in the default caseHolger Hans Peter Freyther1-0/+3
2011-01-16mncc: Fix crash when memory allocation is failingHolger Hans Peter Freyther1-2/+2
2011-01-16bsc: Fix possible crash when the lchan->conn alloc failedHolger Hans Peter Freyther1-2/+5
2011-01-16misc: Make clang --analyze happy with the source codeHolger Hans Peter Freyther1-1/+1
2011-01-14update gitignoreHarald Welte2-0/+4
2011-01-14[RSL] Move RF CHAN REL ACK into its own functionHarald Welte1-10/+19
2011-01-13[SI] Make sure we set BS_AG_BLKS_RES !=0Harald Welte1-0/+2
2011-01-13[RSL] add missing hunk from commit 18b590de4acec1536d5fc44ae60cf2ff7250ffe6Harald Welte1-0/+19
2011-01-13RSL: add code to generate SACCH INFO MODIFY commandHarald Welte1-0/+3
2011-01-11[BSC] Allow manual override of neighbor cell listHarald Welte4-5/+67
2011-01-10silent sms: Fix the silent SMS feature once againHolger Hans Peter Freyther1-1/+1
2011-01-10sms: Allow to specify the DCS for the SMS.Holger Hans Peter Freyther4-5/+5
2011-01-10sms: Move the sms_from_text to gsm_04_11Holger Hans Peter Freyther4-27/+26
2011-01-07ipa: Only use one IPA number for Osmo extensionsHolger Hans Peter Freyther7-10/+17
2011-01-07mgcp: Return with NULL if we fail the size check.Holger Hans Peter Freyther1-0/+1
2011-01-07mgcp: We want to count trunks starting from one.Holger Hans Peter Freyther2-5/+5
2011-01-06mgcp: Parse a Digital Trunk endpoint name.Holger Hans Peter Freyther5-6/+139
2011-01-06mgcp: Include a MGCP Response String in the responseHolger Hans Peter Freyther2-31/+35
2011-01-06subscr: Stop stopping paging requests behind the back of subscrHolger Hans Peter Freyther3-12/+39
2011-01-06subscr: Remember if we need to call subscr_put_channel at the end.Holger Hans Peter Freyther3-0/+10
2011-01-06paging: Handle the possible OOM message as well.Holger Hans Peter Freyther1-0/+1
2011-01-06sms: Improve the logging of the paging callback.Holger Hans Peter Freyther1-1/+3
2011-01-06subscr: Add a vty option to kick the queue.Holger Hans Peter Freyther3-0/+29
2011-01-06subscr: Dump the pending requests to help with debugging state.Holger Hans Peter Freyther5-0/+42
2011-01-06subscr: Store the state of a subscr request for inspection.Holger Hans Peter Freyther1-0/+16
2011-01-06subscr: Fix subscr leaks in the KI code.Holger Hans Peter Freyther1-2/+8
2011-01-06subscr: Make it possible to clear pending requests for a subscriberHolger Hans Peter Freyther3-0/+40
2011-01-06subscr: Show the number of pending requests on this subscriber.Holger Hans Peter Freyther3-3/+19