aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-02-21Revert "WIP: Adding 2 byte header to unixsocket payload"Alexander Couzens1-15/+1
2017-02-17WIP: Adding 2 byte header to unixsocket payloadPhilipp Maier1-1/+15
2017-02-15lapd: Reduce N200 (SABM retransmission count)Philipp Maier1-2/+2
2017-02-15lapd: Improve log outputPhilipp Maier1-2/+8
2017-02-15unixsocket: make socket connection fault tolerantPhilipp Maier1-13/+55
2017-02-15unixsocket: Ensure superchannel is disabled for new connectionsPhilipp Maier1-0/+3
2017-02-15add basic unixsocket supportAlexander Couzens4-3/+282
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
2016-04-29Fix RTCP port allocationMax1-1/+2
2016-04-29Do not send RTP to port 0Max1-2/+12
2016-02-25ipa driver: make bind address vty configurableNeels Hofmeyr2-2/+40
2015-11-03debian: Bump so version to link against new libosmovty20.3.2Holger Hans Peter Freyther1-2/+2
2015-09-21ortp: Guard the jitter stats with a version checkHolger Hans Peter Freyther1-1/+4
2015-09-21ortp: Export statistics for the bts or similarv0.3.2Holger Hans Peter Freyther1-0/+26
2015-03-22subchan: Remove unused const variableHolger Hans Peter Freyther1-1/+0