summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* unixsocket: introduce a version/datacontrol header (2byte)lynxis/unixsocket_version_headerAlexander Couzens2017-02-212-12/+69
* Revert "WIP: Adding 2 byte header to unixsocket payload"Alexander Couzens2017-02-211-15/+1
* WIP: Adding 2 byte header to unixsocket payloadPhilipp Maier2017-02-171-1/+15
* lapd: Reduce N200 (SABM retransmission count)Philipp Maier2017-02-151-2/+2
* lapd: Improve log outputPhilipp Maier2017-02-151-2/+8
* unixsocket: make socket connection fault tolerantPhilipp Maier2017-02-151-13/+55
* unixsocket: Ensure superchannel is disabled for new connectionsPhilipp Maier2017-02-151-0/+3
* add basic unixsocket supportAlexander Couzens2017-02-155-3/+286
* misc: Fix build failure/warning when building on alpine linuxHolger Hans Peter Freyther2017-01-233-11/+3
* undup: subchan_demux.c: use libosmocore's llist_count()Neels Hofmeyr2017-01-211-12/+1
* handle_ts1_read(): log sign_link() errorMax2017-01-091-3/+4
* ipaccess_line_update(): log connection IP addresses and portsMax2016-12-311-6/+9
* Add gerrit settingsMax2016-12-221-0/+3
* Integrate Debian packaging changesMax2016-12-213-14/+135
* Enable adaptive jitter compensationMax2016-12-161-10/+16
* Remove obsolete compile-time conditionalMax2016-12-161-4/+0
* Expand network error callbackMax2016-12-121-1/+1
* osmo_rtp_socket_poll(): Fix log message to match function nameMax2016-12-051-1/+2
* don't pass negative error to strerror()Harald Welte2016-11-261-1/+1
* call strerror() not on negative valueHarald Welte2016-11-261-1/+1
* fix signed/unsigned bug in ipa_client_conn_open()Harald Welte2016-11-261-4/+2
* osmo_rtp_socket_fdreg(): Check return value of osmo_fd_register()Harald Welte2016-11-261-2/+11
* input/ipaccess.c: Check return value of osmo_fd_register()Harald Welte2016-11-261-1/+6
* e1_input: remove superflous semi colonAlexander Couzens2016-11-161-1/+1
* lapd_pcap.h: Add missing #include linesHarald Welte2016-11-161-0/+3
* e1_input.h: add missing extern for value string arraysArran Cudbard-Bell2016-11-031-2/+2
* lapd: adding support for ericsson's lapd dialectPhilipp2016-11-022-0/+37
* Fix metadata corruptionHarald Welte2016-10-281-2/+3
* Unify RTP receivingMax2016-10-271-31/+21
* Extend RTP RX callback parametersMax2016-10-213-1/+7
* Add HDLC timeslot modeHarald Welte2016-10-174-2/+110
* Implement new 'raw' input type for E1 timeslotsHarald Welte2016-10-174-3/+214
* Convert e1inp_{sign,ts}type_name() to use struct value_stringHarald Welte2016-10-162-15/+16
* e1_input: Add E1 timeslot number to input_signal_dataHarald Welte2016-10-164-0/+4
* remove non-existant e1inp_update_ts() from e1_input.hHarald Welte2016-10-161-3/+0
* jenkins.sh: call cat-testlogs.sh on check failureNeels Hofmeyr2016-10-121-1/+2
* jenkins.sh: use osmo-build-dep.sh, print separatorNeels Hofmeyr2016-10-121-11/+19
* jenkins.sh: cosmetic: export instead of inlining PATH envNeels Hofmeyr2016-10-121-3/+5
* Resync RTP session in case of timestamp jumpYves Godin2016-10-121-1/+2
* Really fix order of set_connected_mode and set_remote_addrNeels Hofmeyr2016-10-061-6/+12
* configure: check for pkg-config presenceNeels Hofmeyr2016-10-011-0/+7
* build: be robust against install-sh files above the root dirNeels Hofmeyr2016-10-011-0/+3
* Bump minimum oRTP version3G_2016_09Max2016-09-242-17/+3
* Use callback for polling dataMax2016-09-201-1/+0
* Change API to convey marker bitMax2016-09-093-3/+6
* osmo_ortp.c: fix order of set_connected_mode and set_remote_addrNeels Hofmeyr2016-09-051-4/+6
* gitignore: platform-libtoolNeels Hofmeyr2016-08-081-1/+3
* e1_input: Use osmo_pcap_lapd if using software LAPDHarald Welte2016-07-041-4/+24
* lapd_pcap: Correctly set the pseudo-header packet typeHarald Welte2016-07-041-3/+8
* Add osmo_pcap_lapd_set_fd() functionHarald Welte2016-07-042-8/+23