aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-03Bump version: 0.4.0.21-60fd-dirty → 0.5.00.5.0Pau Espin Pedrol6-9/+45
2018-05-02git-version-gen: Check first for new tag formatPau Espin Pedrol1-2/+2
2018-04-17use osmo_init_logging2Pau Espin Pedrol4-7/+9
2018-04-10configure.ac: Fix condition check for RTP_SIGNAL_PTR_CAST definePau Espin Pedrol1-1/+1
2018-04-06e1_input.h: Remove dead declaration of unexistent API ipaccess_setupPau Espin Pedrol1-3/+0
2018-03-22preserve 'when' flags of new osmo_fd in ipaccess_rcvmsg()Stefan Sperling1-1/+5
2018-03-05jenkins.sh: use --enable-werror configure flag, not CFLAGSNeels Hofmeyr1-1/+1
2018-03-05configure: add --enable-werrorNeels Hofmeyr1-0/+20
2018-02-20contrib: jenkins.sh: Disable doxygen in libosmocore buildPau Espin Pedrol1-1/+1
2018-02-13IPA: log remote addressMax1-18/+20
2018-02-09debian/control: Fix Vcs-BrowserHarald Welte1-1/+1
2018-01-08cosmetic: update ipaccess_bts_handle_ccm()Max1-2/+3
2017-12-03Add a new osmo_rtp_set_source_desc() function to set the RTCP SDES itemsHarald Welte3-0/+11
2017-11-21unixsocket: fix a potential string overflowAlexander Couzens1-1/+1
2017-11-17add --enable-sanitize config optionNeels Hofmeyr1-0/+12
2017-11-13Add SPDX-License-Identifier to all source filesHarald Welte15-4/+31
2017-11-13debian/copyright: fix upstream-nameHarald Welte1-1/+1
2017-11-01vty: skip installing cmds now always installed by defaultNeels Hofmeyr2-2/+0
2017-10-27jenkins: use osmo-clean-workspace.sh before and after buildNeels Hofmeyr1-1/+4
2017-10-11debian/rules: show testsuite.log when tests are failingAlexander Couzens1-0/+3
2017-09-14cosmetic: ipa.c: use msgb_dequeue(), drop local varNeels Hofmeyr1-7/+3
2017-08-26Use value string check from osmo-ciMax1-2/+2
2017-08-25Bump version: 0.3.2 → 0.4.00.4.0Max3-8/+18
2017-08-08Use release helper from libosmocoreMax2-0/+6
2017-07-13contrib: Enable -Werror by defaultPau Espin Pedrol1-1/+1
2017-07-13configure.ac: Fix RTP_SIGNAL_PTR_CAST config in FreeBSD buildPau Espin Pedrol1-2/+3
2017-07-12check for missing result of rate_ctr_group_alloc()Harald Welte1-0/+5
2017-07-10jenkins.sh: Proper error message if local environment isn't set upHarald Welte1-0/+6
2017-07-05configure.ac: Fix C(PP)FLAGS for BSD buildPau Espin Pedrol1-4/+4
2017-06-29osmo_ortp.c: Duration of a RTP frame affects timestamp of the next onePau Espin Pedrol1-1/+1
2017-06-29osmo_ortp: Add osmo_rtp_drop_frame APIPau Espin Pedrol2-0/+23
2017-06-22Revert "configure.ac: Use -Werror in C(PP)FLAGS"Neels Hofmeyr1-2/+2
2017-06-22configure.ac: Use -Werror in C(PP)FLAGSPau Espin Pedrol1-2/+2
2017-06-22configure.ac: Use -Wall in C(PP)FLAGSPau Espin Pedrol1-0/+3
2017-06-22osmo_ortp.c: Fix warning: check ortp API in rtp_session_signal_connectPau Espin Pedrol2-4/+21
2017-06-22osmo_ortp.c: Fix warning: implicit use of functionPau Espin Pedrol1-1/+5
2017-06-07src: use osmo_timer_setup()Pablo Neira Ayuso4-8/+4
2017-05-26Revert "ipacces.c: Remove ipa_bts_id_resp() and use libosmocore"Harald Welte1-4/+85
2017-05-25Add value_string for input signal names (e1inp_signal_names)Harald Welte2-0/+13
2017-04-15ipacces.c: Remove ipa_bts_id_resp() and use libosmocoreHarald Welte1-85/+4
2017-04-04Fix HAVE_ORTP_LOG_DOMAIN detection on FreeBSDHarald Welte1-0/+3
2017-03-29Fix RTP jitter buffer that never stop to increase.Jean-Francois Dionne1-1/+1
2017-03-27configure: Fix compilation with new libortpPau Espin Pedrol2-3/+21
2017-03-18README.md: Use <> around all hyperlinks to render them as links in cgitHarald Welte1-6/+6
2017-03-16jenkins: add value_string termination checkNeels Hofmeyr1-0/+2
2017-03-16Add README file to libosmo-abis repositoryHarald Welte2-1/+67
2017-03-15lapd: log pointer addressesPhilipp Maier1-2/+7
2017-03-14lapd: Reduce N200 (SABM retransmission count)Philipp Maier1-2/+2
2017-03-08add basic unixsocket supportAlexander Couzens7-4/+411
2017-02-20Enable sanitizeMax2-2/+14