summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* e1_input: fix compilation warning in e1inp_tx_tsPablo Neira Ayuso2013-07-081-0/+6
* dahdi: Fix potential but unlikely out of bounds accessHolger Hans Peter Freyther2013-07-061-1/+1
* misdn: Fix a file descriptor leak in _mi_e1_line_updateHolger Hans Peter Freyther2013-07-061-0/+1
* e1_input: fix compilation warning in e1_set_pcap_fdPablo Neira Ayuso2013-07-052-4/+3
* input: ipaccess: stricter string handling in ipa_bts_id_respPablo Neira Ayuso2013-07-051-16/+22
* input: ipa: close descriptor if no accept callback is setPablo Neira Ayuso2013-07-051-0/+2
* input: ipaccess: fix possible NULL dereferencePablo Neira Ayuso2013-07-051-0/+2
* ipa_proxy: The ret variable was not initialized/assignedHolger Hans Peter Freyther2013-07-041-3/+2
* e1_input_vty: Help coverity in understanding this codeHolger Hans Peter Freyther2013-07-041-1/+1
* ipa: Fix the size of the streamid array used in the proxy codeHolger Hans Peter Freyther2013-07-041-2/+2
* hsl: Remove the input handling for the HSL BTSHolger Hans Peter Freyther2013-07-0410-1074/+2
* Makefile.am: Use AM_CPPFLAGSAlexander Huemer2013-06-123-3/+3
* misdn: Set ret to 0 when using the LAPD from userspaceHolger Hans Peter Freyther2013-03-091-0/+1
* lapd: Do not override t203_sec initialization.Holger Hans Peter Freyther2013-03-091-1/+1
* ortp: Don't write error callbacks to stderr, but use osmocom loggingHarald Welte2013-02-191-4/+24
* RTP: Allow disabling jitter buffer by setting a buffer size of 0v0.1.5Andreas Eversberg2013-02-141-1/+4
* debian: Create a debug package for the libosmo-abis codeHolger Hans Peter Freyther2013-02-132-0/+10
* Permit libortp to use the connect() syscall, enabling later getsockname()Harald Welte2013-02-091-0/+5
* tests: Don't delete atconfig in cleanDaniel Willmann2012-12-261-1/+2
* debian: Update the changelog for the release of the new versionv0.1.4Holger Hans Peter Freyther2012-11-061-0/+6
* debian: Do not override the CFLAGS as this can cause miscompilationHolger Hans Peter Freyther2012-11-061-2/+0
* ipaccess: relax default behaviour on errors coming from signalling layerPablo Neira Ayuso2012-10-161-2/+4
* Test parsing of GSM 08.60 frame sync headerTobias Engel2012-10-122-0/+190
* tests: Add a test stub for the subchan_demux testsHolger Hans Peter Freyther2012-10-125-2/+77
* Adds support for GSM 08.60 data frame en-/decodingTobias Engel2012-10-121-5/+29
* Make sure sync header was fully receivedDieter Spaar2012-10-121-8/+9
* misc: Ignore files generated by vimHolger Hans Peter Freyther2012-10-111-0/+4
* tests: Add boilerplate to be able to have tests in libosmo-abisHolger Hans Peter Freyther2012-10-114-0/+61
* ipaccess: fix leak of IPA control messages in the BTS sidePablo Neira Ayuso2012-08-301-0/+1
* tests: e1inp_ipa_*_test: fix leak of msgb in ->sign_link pathPablo Neira Ayuso2012-08-302-0/+2
* tests: e1inp_ipa_*_test: add signal handling for process terminationPablo Neira Ayuso2012-08-302-3/+30
* tests: fix CPU suckup e1inp_ipa_bts_test after test finishPablo Neira Ayuso2012-08-301-1/+6
* input: add generic PCAP interface for LAPDPablo Neira Ayuso2012-08-306-1/+185
* input: dahdi: replace exit by returnPablo Neira Ayuso2012-08-301-8/+14
* input: dahdi: use logging facilities instead of fprintf and stderrPablo Neira Ayuso2012-08-301-13/+19
* lapd: use C99 structure initialization for profile templatesPablo Neira Ayuso2012-08-301-27/+27
* tests: e1inp_ipa_bts_test: fix compilation warningsPablo Neira Ayuso2012-08-301-3/+4
* ipaccess: improve error handlingPablo Neira Ayuso2012-08-301-60/+142
* tests: e1inp_ipa_bsc_test: fix crashPablo Neira Ayuso2012-08-301-2/+6
* ipaccess: fix leak of e1inp_linePablo Neira Ayuso2012-08-303-9/+5
* ipa: fix missing set of write_cb for IPA client connectionPablo Neira Ayuso2012-08-301-0/+3
* Use package version since git info won't be available.Eric Butler2012-08-142-0/+14
* Add debian/ubuntu packaging files.Eric Butler2012-08-148-1/+43
* doc: Describe the optional 'stats' parameterHolger Hans Peter Freyther2012-07-211-1/+1
* doc: Add a newline to fix the documentation of the HSL optionHolger Hans Peter Freyther2012-07-201-1/+1
* build: remove checks introduced by autoscan.v0.1.3Diego Elio Pettenò2012-07-011-4/+0
* build: consolidate automake options to configure.acDiego Elio Pettenò2012-07-012-2/+1
* build: build libosmotrau.la in the src directory.Diego Elio Pettenò2012-07-013-21/+12
* build: avoid using a convenience library for the input subdirectory.Diego Elio Pettenò2012-07-013-17/+9
* build: only build tests during make checkDiego Elio Pettenò2012-07-011-1/+1