aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/input/dahdi.c
AgeCommit message (Collapse)AuthorFilesLines
2011-02-14DAHDI: Automatically switch signalling slots to HDLC + FCS modeHarald Welte1-1/+6
This will now make signalling slots work anywhere, even if /etc/dahdi/system.conf states the timeslot is a bchan.
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
... and re-start LAPD SABM as required
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
This helps us to receive events even if we don't receive or transmit anything on the line.
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
bsc_init.c was a big mess even only for two supported BTS models, so before adding more BTS types, this needs a cleanup. All the BTS specific code from bsc_init.c has now moved into bts_{siemens_bs11,ipaccess_nanobts}.c This has required that input_event() and nm_state_event() get both converted to proper libosmocore signals instead of referencing external symbols.
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
We cannot afford static/global state, as we may have multiple E1 lines, each having its own LAPD instance. Furthermore, we might even have multiple LAPD instances on the same E1 line (think of a multi-drop setup). This also implements dynamic TEI allocation, i.e. no hardcoded TEI list anymore.
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