aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-09Change API to convey marker bitMax1-2/+4
2016-09-05osmo_ortp.c: fix order of set_connected_mode and set_remote_addrNeels Hofmeyr1-4/+6
2016-07-04e1_input: Use osmo_pcap_lapd if using software LAPDHarald Welte1-4/+24
2016-07-04lapd_pcap: Correctly set the pseudo-header packet typeHarald Welte1-3/+8
2016-07-04Add osmo_pcap_lapd_set_fd() functionHarald Welte1-8/+22
2016-06-06Extend RTP frame sending APIMax1-0/+18
2016-04-29ipa_bts_id_resp(): handle non-existing members of ipacces_unitHarald Welte1-5/+12
2016-04-29ipa_server_conn: Add server-side CCM handlingHarald Welte1-0/+67
2016-04-29ipa_server_conn: Add remote (peer) address to structHarald Welte1-0/+8
2016-04-29Set connected mode after setting remote addressMax1-4/+5