aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-23misc: Fix build failure/warning when building on alpine linuxHolger Hans Peter Freyther3-11/+3
2017-01-21undup: subchan_demux.c: use libosmocore's llist_count()Neels Hofmeyr1-12/+1
2017-01-09handle_ts1_read(): log sign_link() errorMax1-3/+4
2016-12-31ipaccess_line_update(): log connection IP addresses and portsMax1-6/+9
2016-12-22Add gerrit settingsMax1-0/+3
2016-12-21Integrate Debian packaging changesMax3-14/+135
2016-12-16Enable adaptive jitter compensationMax1-10/+16
2016-12-16Remove obsolete compile-time conditionalMax1-4/+0
2016-12-12Expand network error callbackMax1-1/+1
2016-12-05osmo_rtp_socket_poll(): Fix log message to match function nameMax1-1/+2
2016-11-26don't pass negative error to strerror()Harald Welte1-1/+1
2016-11-26call strerror() not on negative valueHarald Welte1-1/+1
2016-11-26fix signed/unsigned bug in ipa_client_conn_open()Harald Welte1-4/+2
2016-11-26osmo_rtp_socket_fdreg(): Check return value of osmo_fd_register()Harald Welte1-2/+11
2016-11-26input/ipaccess.c: Check return value of osmo_fd_register()Harald Welte1-1/+6
2016-11-16e1_input: remove superflous semi colonAlexander Couzens1-1/+1
2016-11-16lapd_pcap.h: Add missing #include linesHarald Welte1-0/+3
2016-11-03e1_input.h: add missing extern for value string arraysArran Cudbard-Bell1-2/+2
2016-11-02lapd: adding support for ericsson's lapd dialectPhilipp2-0/+37
2016-10-28Fix metadata corruptionHarald Welte1-2/+3
2016-10-27Unify RTP receivingMax1-31/+21
2016-10-21Extend RTP RX callback parametersMax3-1/+7