aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/input
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-14LAPD: keep sent/receive sequence numbers per SAPI, not just per TEIHarald Welte1-36/+48
2011-02-13LAPD: Make sure we don't re-start SABM timer for INACTIVE SAPsHarald Welte1-2/+3
2011-02-13DAHDI: Deliver ALARM/NOALARM as input signal to RBS2000 driverHarald Welte1-2/+7
2011-02-13RBS2000: Move SABM re-transmit logic into LAPD codeHarald Welte2-14/+167
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 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-11[BSC] Move the BTS-type specific code from bcs_init.c to bts_*.cHarald Welte3-10/+13
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 Welte3-84/+135
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 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-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 input] make sure config file with new E1 input config saves correctlyHarald Welte1-1/+1
2011-02-05[E1 INPUT] explicitly configure the E1 input driver for each lineHarald Welte1-12/+2
2011-02-05[input] make mi_e1_line_update() a driver specific callbackHarald Welte1-1/+4
2011-01-01License change: We are now AGPLv3+ instead of GPLv2+Harald Welte2-12/+10
2010-12-21ts: Reduce the delay to 0 for OML and RSLHolger Hans Peter Freyther1-2/+2
2010-12-21ts Make the e1inp_ts delay configurableHolger Hans Peter Freyther2-2/+5
2010-10-14ipaccess: Make sure the unitid is null terminatedHolger Hans Peter Freyther1-2/+9
2010-10-14ipaccess: Verify that the data fits in the package.Holger Hans Peter Freyther1-1/+8
2010-10-14ipaccess: memset the tlv_parsed structure before parsingHolger Hans Peter Freyther1-0/+2
2010-06-20[BSC] mISDN: Avoid sending RSL messages to wrong channel numberHarald Welte1-2/+14
2010-05-19[GPRS] Add Frame Relay in GRE encapsulation for NSHarald Welte1-5/+3
2010-05-14Forward declare make_socket.Holger Hans Peter Freyther1-0/+3
2010-05-04GPRS: Introduce a GPRS Gb ProxyHarald Welte1-52/+0
2010-05-04GPRS: Modularize the NS implementationHarald Welte1-78/+2
2010-05-04GPRS: remove hard-coded IP address for NSIP responses from SGSN->BTSHarald Welte1-20/+10
2010-05-04Create new 'gprs-sgsn' branch on top of 'gprs-conf'Harald Welte1-9/+103