summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add libosmotrau.pc to Makefile.amHEADmasterHarald Welte2011-09-031-1/+1
* update .gitignoreHarald Welte2011-09-031-0/+2
* add 'libosmotrau' for TRAU/RTP related codeHarald Welte2011-09-038-2/+473
* input: fix multiple BTS attached to single line scenarioPablo Neira Ayuso2011-08-313-4/+40
* lapd: stop timers in lapd_instance_free()Harald Welte2011-08-261-0/+11
* DAHDI: Make sure dahdi_e1_setup() can be called multiple timesHarald Welte2011-08-241-3/+24
* LAPD: Add function to release/free a LAPD instanceHarald Welte2011-08-242-0/+8
* re-introduce optional build of DAHDI input pluginHarald Welte2011-08-243-1/+10
* mISDN: optionally bypass kernel LAPD code and use userspace LAPDHarald Welte2011-08-212-35/+152
* mISDN: use 'struct value_string' instead of local copyHarald Welte2011-08-211-20/+6Star
* e1_input: move the lapd_instance pointer out of dahdi specificsHarald Welte2011-08-213-59/+78
* trau_frame: Add doxygen documentationHarald Welte2011-08-212-6/+35
* subchan_demux: add doxygen documentationHarald Welte2011-08-212-29/+84
* TRAU: Properly initialize idle framesDieter Spaar2011-08-211-3/+29
* ipa: export ipaccess_rcvmsg_base() and return intHarald Welte2011-08-192-5/+7
* ipaccess: make some functions static that shouldn't be exportedHarald Welte2011-08-192-3/+3
* e1_input: rework configuration of virtual E1 line operationsPablo Neira Ayuso2011-08-1911-45/+63
* input: add rs232 driver for virtual E1 linesPablo Neira Ayuso2011-08-194-1/+308
* ipa: remove unused 'proto' variableHarald Welte2011-08-191-3/+0Star
* ipa: fix compiler warning about ssize_t / socklen_tHarald Welte2011-08-191-1/+1
* hsl: use PRIx64 / inttypes.h for uint64_t format stringHarald Welte2011-08-191-1/+2
* hsl: remove unsued 'proto' variableHarald Welte2011-08-191-3/+0Star
* add string.h include to fix compiler warningHarald Welte2011-08-191-0/+1
* ipaccess: don't close the signalling link if we receive bad OML/RSL messagePablo Neira Ayuso2011-08-171-1/+0Star
* test: use site_id 1801 in ipa BTS examplePablo Neira Ayuso2011-08-171-1/+1
* ipaccess: fix segfault if bsc port already in usedPablo Neira Ayuso2011-08-171-2/+0Star
* e1_input: fix missing registration of dahdi driverPablo Neira Ayuso2011-08-171-2/+0Star
* E1 input: rename signal_input by e1inp_signal_inputPablo Neira Ayuso2011-08-161-1/+1
* src: replace S_INP_* signals by S_L_INP_* according to naming policyPablo Neira Ayuso2011-08-166-17/+17
* DAHDI: Actually increment e1_input related rate countersHarald Welte2011-08-161-0/+15
* E1 Input: better names for rate countersHarald Welte2011-08-161-4/+4
* E1 Input: Add rate counters for events related to E1 linesHarald Welte2011-08-163-15/+64
* E1 Input: Move 'show e1_*' command to e1_input_vty.cHarald Welte2011-08-161-0/+118
* E1 Input: Add VTY command to specify the name of a LineHarald Welte2011-08-161-1/+28
* LAPD: Propagate lapd_receive() errors to the E1 driverPablo Neira Ayuso2011-08-165-8/+44
* LAPD: Use proper log levels and prefix all messages with LAPDHarald Welte2011-08-161-26/+29
* LAPD: Remove all calls to 'assert' from the codeHarald Welte2011-08-161-4/+11
* DAHDI: Fix case where we have multiple E1 ports/cards (spans)Harald Welte2011-08-161-1/+7
* include: add missing ipa.h to Makefile.am so make distcheck works againPablo Neira Ayuso2011-08-161-0/+1
* don't use DLRSL, as it will be removedHarald Welte2011-07-211-1/+1
* update to comply with libosmocore namespace fixesHarald Welte2011-07-1912-190/+190
* talloc: revert to use talloc inside libosmocoreHarald Welte2011-07-1817-17/+16Star
* ipaccess: ipaccess_fd_cb needs to be externPablo Neira Ayuso2011-07-081-1/+1
* ipaccess: hack to get openBSC's ipaccess-config tool workingPablo Neira Ayuso2011-07-082-1/+4
* hsl: close socket if we destroy the signalling linkPablo Neira Ayuso2011-07-081-0/+14
* tests: add missing hsl examplesPablo Neira Ayuso2011-07-082-0/+506
* tests: convert IPA BTS example to use event-oriented approachPablo Neira Ayuso2011-07-081-21/+53
* hsl: BTS supportPablo Neira Ayuso2011-07-088-41/+157
* tests: close OML and RSL if set for the BSC examplePablo Neira Ayuso2011-07-081-2/+4
* ipaccess: add bugtrag for the RSL link becomes up casePablo Neira Ayuso2011-07-081-0/+9