aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/e1_input.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-03re-structure the OpenBSC directory layoutHarald Welte1-649/+0
2011-02-14OM2000: Route outgoing NM message depending on MOHarald Welte1-5/+5
2011-02-13INPUT: Disable the per-TRX OML Link for nowHarald Welte1-0/+2
2011-02-13INPUT: Include TEI + SAPI in E1 INPUT SIGNALHarald Welte1-0/+2
2011-02-13INPUT: Allow for a per-TRX OML linkHarald Welte1-1/+6
2011-02-13[OML] Allow each BTS model to specify the OML callbackHarald Welte1-1/+3
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 Welte1-2/+13
2011-02-11[BSC] Move the BTS-type specific code from bcs_init.c to bts_*.cHarald Welte1-5/+6
2011-02-05[DAHDI] build dahdi driver only if dahdi header is presentHarald Welte1-0/+4
2011-02-05[DAHDI] integrate DAHDI driver into E1 Input layerHarald Welte1-0/+2
2011-02-05[E1] fix typo resulting in NM message being logged as RSLHarald Welte1-1/+1
2011-02-05[E1 input] make sure config file with new E1 input config saves correctlyHarald Welte1-2/+8
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 Welte1-2/+51
2011-02-05[input] make mi_e1_line_update() a driver specific callbackHarald Welte1-1/+4
2011-01-16misc: Make clang --analyze happy with the source codeHolger Hans Peter Freyther1-1/+1
2011-01-01License change: We are now AGPLv3+ instead of GPLv2+Harald Welte1-6/+5
2010-12-21ts Make the e1inp_ts delay configurableHolger Hans Peter Freyther1-0/+4
2010-11-09e1_input: Fix compiler warning by using offsetofHolger Hans Peter Freyther1-5/+5
2010-04-25e1_input: Stop the timer when deleting the signalling link on the TSHolger Hans Peter Freyther1-0/+3
2010-04-25[e1_input] When destroying a link clear all pending messagesHolger Hans Peter Freyther1-0/+7
2010-03-26move log/debug codebase to libosmocoreHarald Welte1-1/+1
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-4/+4
2009-12-29rsl_sendmsg: Print message in case trx == NULLHarald Welte (local)1-2/+8
2009-12-22Import the new logging architectureHolger Hans Peter Freyther1-0/+2
2009-12-17logging: introduce log levels at caller siteHarald Welte1-7/+7
2009-12-01make use of new S_GLOBAL_SHUTDOWN signal to properly close pcap_fdHarald Welte1-0/+17
2009-08-12remove printf for every packet in pcap codeHarald Welte (local)1-2/+0
2009-08-10misc: Add prototypes to header files, include more header filesHolger Hans Peter Freyther1-0/+1
2009-08-08the actual config file code (not just config files)Harald Welte1-13/+35
2009-07-28move allocation of talloc contexts into link-time constructorHarald Welte1-4/+6
2009-06-27fix various RSL msgb memory leaks in error pathsHarald Welte1-0/+1
2009-06-26use taloc_zero() rather than talloc() and explisit memset()Harald Welte1-3/+1
2009-06-26use named variant when allocating msgb'sHarald Welte1-1/+1
2009-06-20introduce talloc all over OpenBSCHarald Welte1-1/+8
2009-06-10[pcap] Write incoming packages without the extra mISDN headerAndreas Eversberg1-4/+7
2009-06-10move openbsc into its own subdirectoryHarald Welte1-0/+498