aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/input/dahdi.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-14DAHDI: Automatically switch signalling slots to HDLC + FCS modeHarald Welte1-1/+6
2011-02-14DAHDI: usse lower-case name to parse correctly by vty codeHarald Welte1-1/+1
2011-02-13DAHDI: Deliver ALARM/NOALARM as input signal to RBS2000 driverHarald Welte1-2/+7
2011-02-13DAHDI: print debug hexdump of every signalling msg we sendHarald Welte1-0/+1
2011-02-13[LAPD] Add minimal support for TE-side LAPDHarald Welte1-1/+1
2011-02-13DAHDI: Register every FD in the select() exceptfd-setHarald Welte1-2/+6
2011-02-13DAHDI: Handle exceptionsHarald Welte1-4/+44
2011-02-11[BSC] Move the BTS-type specific code from bcs_init.c to bts_*.cHarald Welte1-2/+3
2011-02-05[DAHDI] cosmetic fixesHarald Welte1-4/+4
2011-02-05[DAHDI] make sure LAPD transmits with correct SAPIHarald Welte1-1/+2
2011-02-05[DAHDI] remove unused variableHarald Welte1-2/+1
2011-02-05[LAPD] Support multiple instances of LAPDHarald Welte1-16/+12
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 Welte1-0/+6
2011-02-05[DAHDI] integrate DAHDI driver into E1 Input layerHarald Welte1-7/+10
2011-02-05[dahdi] remove lots of dead code and references to mISDNHarald Welte1-271/+25
2011-02-05Working audio data versioncreslin2871-7/+7
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 Fredrickson1-4/+5
2011-02-05Add dahdi.cMatthew Fredrickson1-0/+500