aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-08-24re-introduce optional build of DAHDI input pluginv0.0.4Harald Welte3-1/+10
2011-08-21mISDN: optionally bypass kernel LAPD code and use userspace LAPDv0.0.3Harald Welte2-35/+152
2011-08-21mISDN: use 'struct value_string' instead of local copyHarald Welte1-20/+6
2011-08-21e1_input: move the lapd_instance pointer out of dahdi specificsHarald Welte3-59/+78
2011-08-21trau_frame: Add doxygen documentationHarald Welte2-6/+35
2011-08-21subchan_demux: add doxygen documentationHarald Welte2-29/+84
2011-08-21TRAU: Properly initialize idle framesDieter Spaar1-3/+29
2011-08-19ipa: export ipaccess_rcvmsg_base() and return intv0.0.2Harald Welte2-5/+7
2011-08-19ipaccess: make some functions static that shouldn't be exportedv0.0.1Harald Welte2-3/+3
2011-08-19e1_input: rework configuration of virtual E1 line operationsPablo Neira Ayuso11-45/+63
2011-08-19input: add rs232 driver for virtual E1 linesPablo Neira Ayuso4-1/+308
2011-08-19ipa: remove unused 'proto' variableHarald Welte1-3/+0
2011-08-19ipa: fix compiler warning about ssize_t / socklen_tHarald Welte1-1/+1
2011-08-19hsl: use PRIx64 / inttypes.h for uint64_t format stringHarald Welte1-1/+2
2011-08-19hsl: remove unsued 'proto' variableHarald Welte1-3/+0
2011-08-19add string.h include to fix compiler warningHarald Welte1-0/+1
2011-08-17ipaccess: don't close the signalling link if we receive bad OML/RSL messagePablo Neira Ayuso1-1/+0
2011-08-17test: use site_id 1801 in ipa BTS examplePablo Neira Ayuso1-1/+1
2011-08-17ipaccess: fix segfault if bsc port already in usedPablo Neira Ayuso1-2/+0
2011-08-17e1_input: fix missing registration of dahdi driverPablo Neira Ayuso1-2/+0
2011-08-16E1 input: rename signal_input by e1inp_signal_inputPablo Neira Ayuso1-1/+1
2011-08-16src: replace S_INP_* signals by S_L_INP_* according to naming policyPablo Neira Ayuso6-17/+17
2011-08-16DAHDI: Actually increment e1_input related rate countersHarald Welte1-0/+15
2011-08-16E1 Input: better names for rate countersHarald Welte1-4/+4
2011-08-16E1 Input: Add rate counters for events related to E1 linesHarald Welte3-15/+64
2011-08-16E1 Input: Move 'show e1_*' command to e1_input_vty.cHarald Welte1-0/+118
2011-08-16E1 Input: Add VTY command to specify the name of a LineHarald Welte1-1/+28
2011-08-16LAPD: Propagate lapd_receive() errors to the E1 driverPablo Neira Ayuso5-8/+44
2011-08-16LAPD: Use proper log levels and prefix all messages with LAPDHarald Welte1-26/+29
2011-08-16LAPD: Remove all calls to 'assert' from the codeHarald Welte1-4/+11
2011-08-16DAHDI: Fix case where we have multiple E1 ports/cards (spans)Harald Welte1-1/+7
2011-08-16include: add missing ipa.h to Makefile.am so make distcheck works againPablo Neira Ayuso1-0/+1
2011-07-21don't use DLRSL, as it will be removedHarald Welte1-1/+1
2011-07-19update to comply with libosmocore namespace fixesHarald Welte12-190/+190
2011-07-18talloc: revert to use talloc inside libosmocoreHarald Welte17-17/+16
2011-07-08ipaccess: ipaccess_fd_cb needs to be externPablo Neira Ayuso1-1/+1
2011-07-08ipaccess: hack to get openBSC's ipaccess-config tool workingPablo Neira Ayuso2-1/+4
2011-07-08hsl: close socket if we destroy the signalling linkPablo Neira Ayuso1-0/+14
2011-07-08tests: add missing hsl examplesPablo Neira Ayuso2-0/+506
2011-07-08tests: convert IPA BTS example to use event-oriented approachPablo Neira Ayuso1-21/+53
2011-07-08hsl: BTS supportPablo Neira Ayuso8-41/+157
2011-07-08tests: close OML and RSL if set for the BSC examplePablo Neira Ayuso1-2/+4
2011-07-08ipaccess: add bugtrag for the RSL link becomes up casePablo Neira Ayuso1-0/+9
2011-07-08tests: example BTS now sends an OML SW ACT REQPablo Neira Ayuso1-2/+130
2011-07-08tests: use the virtual E1 line used by OML for RSL linkPablo Neira Ayuso1-3/+13
2011-07-07hsl: remove unused hsl_setup functionPablo Neira Ayuso1-6/+0
2011-07-07e1_input: add new refcounting scheme to avoid leaking E1 linesPablo Neira Ayuso4-30/+84
2011-07-07ipaccess: close connection if we receive bad messages from BTSPablo Neira Ayuso1-29/+55
2011-07-07ipaccess: skip further processing for ping, pong and id_req messagesPablo Neira Ayuso1-5/+10
2011-07-07ipaccess: release virtual E1 line for closed connectionPablo Neira Ayuso1-0/+3