aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-07add GSM_RTP_DURATIONv0.0.7Harald Welte1-1/+4
2011-09-07libosmo-trau: doxygen documentationHarald Welte2-12/+65
2011-09-07osmo_ortp: introduce POLL mode for rtp socketsHarald Welte2-4/+48
2011-09-03add libosmotrau.pc to Makefile.amv0.0.6Harald Welte1-1/+1
2011-09-03update .gitignorev0.0.5Harald Welte1-0/+2
2011-09-03add 'libosmotrau' for TRAU/RTP related codeHarald Welte8-2/+473
2011-08-31input: fix multiple BTS attached to single line scenarioPablo Neira Ayuso3-4/+40
2011-08-26lapd: stop timers in lapd_instance_free()Harald Welte1-0/+11
2011-08-24DAHDI: Make sure dahdi_e1_setup() can be called multiple timesHarald Welte1-3/+24
2011-08-24LAPD: Add function to release/free a LAPD instanceHarald Welte2-0/+8
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