aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2011-02-13[LAPD] Add minimal support for TE-side LAPDHarald Welte3-8/+58
2011-02-13DAHDI: Register every FD in the select() exceptfd-setHarald Welte1-2/+6
2011-02-13DAHDI: Handle exceptionsHarald Welte1-4/+44
2011-02-13E1 INPUT: Fix PCAP file generation for non-mISDN caseHarald Welte1-9/+5
2011-02-11E1 Input: Add new S_INP_LINE_INIT signalHarald Welte2-2/+15
2011-02-11[BSC] Move the BTS-type specific code from bcs_init.c to bts_*.cHarald Welte19-919/+972
2011-02-06[gb_proxy] vty: display the BVC BLOCKED status in 'show gbproxy'Harald Welte1-4/+6
2011-02-06[gb_proxy] make sure bssgp cell id is copied correctlyHarald Welte1-1/+3
2011-02-06[gb proxy] treat BVCI=1 consistently like signallingHarald Welte1-2/+2
2011-02-06[gb_proxy] Convert a NS-BLOCK from BSS into BVC-RESET to SGSNHarald Welte1-12/+31
2011-02-06[gb_proxy] Track the state of blocked/unblocked BVC in the proxyHarald Welte1-13/+59
2011-02-05remove dead codeHarald Welte1-65/+0
2011-02-05[DAHDI] cosmetic fixesHarald Welte1-4/+4
2011-02-05[DAHDI] make sure LAPD transmits with correct SAPIHarald Welte3-6/+7
2011-02-05[LAPD] fix bug in TEI manager rendering LAPD unusableHarald Welte1-13/+12
2011-02-05[DAHDI] remove unused variableHarald Welte1-2/+1
2011-02-05[LAPD] Support multiple instances of LAPDHarald Welte4-85/+140
2011-02-05[LAPD] remove a number of unneeded assert() callsHarald Welte1-18/+18
2011-02-05[LAPD] further code cleanupHarald Welte1-143/+129
2011-02-05[LAPD] use LOGP/DEBUGP instead of custom logging functionHarald Welte1-29/+22
2011-02-05[DAHDI] update to latest e1_input changesHarald Welte1-13/+3
2011-02-05[DAHDI] build dahdi driver only if dahdi header is presentHarald Welte3-0/+12
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