aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/dahdi.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-06dahdi: Fix potential but unlikely out of bounds accessHolger Hans Peter Freyther1-1/+1
2012-08-30input: dahdi: replace exit by returnPablo Neira Ayuso1-8/+14
2012-08-30input: dahdi: use logging facilities instead of fprintf and stderrPablo Neira Ayuso1-13/+19
2011-09-29LAPD profiles are globally defined structuresAndreas Eversberg1-1/+1
2011-09-29Replaced LAPD implementation with new LAPD core of libosmogsmAndreas Eversberg1-6/+7
2011-09-26DAHDI: add information on span number, timeslot count to VTYHarald Welte1-1/+24
2011-09-26DAHDI: remove unused variableHarald Welte1-1/+1
2011-09-26DAHDI: Print error message in case config uses non-existing spanHarald Welte1-1/+5
2011-09-26DAHDI: make sure the first e1_line N port start with number 0Harald Welte1-4/+6
2011-09-25e1_input: add 'port_nr' field and support DAHDI T1 cardsHarald Welte1-2/+67
2011-08-24DAHDI: Make sure dahdi_e1_setup() can be called multiple timesHarald Welte1-3/+24
2011-08-24re-introduce optional build of DAHDI input pluginv0.0.4Harald Welte1-0/+6
2011-08-21e1_input: move the lapd_instance pointer out of dahdi specificsHarald Welte1-58/+4
2011-08-19e1_input: rework configuration of virtual E1 line operationsPablo Neira Ayuso1-4/+2
2011-08-16src: replace S_INP_* signals by S_L_INP_* according to naming policyPablo Neira Ayuso1-5/+5
2011-08-16DAHDI: Actually increment e1_input related rate countersHarald Welte1-0/+15
2011-08-16LAPD: Propagate lapd_receive() errors to the E1 driverPablo Neira Ayuso1-4/+16
2011-08-16DAHDI: Fix case where we have multiple E1 ports/cards (spans)Harald Welte1-1/+7
2011-07-19update to comply with libosmocore namespace fixesHarald Welte1-13/+13
2011-07-18talloc: revert to use talloc inside libosmocoreHarald Welte1-1/+1
2011-07-05src: use signal infrastructure that will be available in libosmocorePablo Neira Ayuso1-1/+1
2011-07-05logging: use new harald's logging infrastructure in libosmocorePablo Neira Ayuso1-1/+0
2011-07-05include: export lapd.h since openBSC needs itPablo Neira Ayuso1-1/+1
2011-07-02dahdi: fix driver compilationPablo Neira Ayuso1-18/+8
2011-06-25e1_input: minor API changes to adapt it to openbscPablo Neira Ayuso1-4/+4
2011-06-21e1input: add address as parameter to e1inp_line_update(...)Pablo Neira Ayuso1-4/+4
2011-06-07e1input: rework generic (virtual and real) E1 line operationsPablo Neira Ayuso1-2/+6
2011-06-07src: use include/osmocom/abis instead of include/osmocom/gsm/abisPablo Neira Ayuso1-2/+0
2011-06-05initial commit of libosmo-abisPablo Neira Ayuso1-0/+495