aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-05-03Bump version: 0.4.0.21-60fd-dirty → 0.5.00.5.0Pau Espin Pedrol1-1/+1
2018-03-22preserve 'when' flags of new osmo_fd in ipaccess_rcvmsg()Stefan Sperling1-1/+5
2018-02-13IPA: log remote addressMax1-18/+20
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 Welte1-0/+7
2017-11-21unixsocket: fix a potential string overflowAlexander Couzens1-1/+1
2017-11-13Add SPDX-License-Identifier to all source filesHarald Welte13-2/+27
2017-11-01vty: skip installing cmds now always installed by defaultNeels Hofmeyr2-2/+0
2017-09-14cosmetic: ipa.c: use msgb_dequeue(), drop local varNeels Hofmeyr1-7/+3
2017-08-25Bump version: 0.3.2 → 0.4.00.4.0Max1-3/+4
2017-07-12check for missing result of rate_ctr_group_alloc()Harald Welte1-0/+5
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 Pedrol1-0/+22
2017-06-22osmo_ortp.c: Fix warning: check ortp API in rtp_session_signal_connectPau Espin Pedrol1-4/+7
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 Welte1-0/+11
2017-04-15ipacces.c: Remove ipa_bts_id_resp() and use libosmocoreHarald Welte1-85/+4
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 Pedrol1-3/+11
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 Couzens4-3/+374
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-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-02lapd: adding support for ericsson's lapd dialectPhilipp1-0/+28
2016-10-28Fix metadata corruptionHarald Welte1-2/+3
2016-10-27Unify RTP receivingMax1-31/+21
2016-10-21Extend RTP RX callback parametersMax1-0/+4
2016-10-17Add HDLC timeslot modeHarald Welte3-1/+97
2016-10-17Implement new 'raw' input type for E1 timeslotsHarald Welte3-0/+202
2016-10-16Convert e1inp_{sign,ts}type_name() to use struct value_stringHarald Welte1-15/+14
2016-10-16e1_input: Add E1 timeslot number to input_signal_dataHarald Welte2-0/+2
2016-10-12Resync RTP session in case of timestamp jumpYves Godin1-1/+2
2016-10-06Really fix order of set_connected_mode and set_remote_addrNeels Hofmeyr1-6/+12
2016-09-24Bump minimum oRTP version3G_2016_09Max1-8/+2
2016-09-20Use callback for polling dataMax1-1/+0