aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-12-06log IPA tags correctlyStefan Sperling1-4/+4
2018-11-12osmo_ortp: Log domain and fix strings without endl charPau Espin Pedrol1-1/+28
2018-10-03ipaccess: Simplify handling of ipaccess e1line tsPau Espin Pedrol1-14/+26
2018-10-02ipacces: Log correct trx_nr during IPA GETPau Espin Pedrol1-1/+1
2018-09-20ensure unix socket paths are NUL-terminated for bind/connectStefan Sperling2-7/+15
2018-09-04Properly deal with sockaddr_un socket path length limitations.Stefan Sperling2-7/+18
2018-08-28ipaccess: Allow passing return code in e1inp_line_ops->sign_link()Pau Espin Pedrol1-3/+2
2018-08-28ipaccess: Return -EBADF when closing socket in ipaccess_bts_read_cbPau Espin Pedrol1-7/+2
2018-08-28ipa: Allow signalling fd destroyed in ipa_server_conn_readPau Espin Pedrol1-7/+8
2018-08-28ipa: Allow signalling fd destroyed in ipa_client_readPau Espin Pedrol1-7/+8
2018-08-28ipa: Simplify code in ipa_server_conn_readPau Espin Pedrol1-6/+4
2018-08-28ipa: Simplify code in ipa_client_readPau Espin Pedrol1-8/+4
2018-08-24ipa: don't crash on missing IPA ID GET messageNeels Hofmeyr1-4/+8
2018-08-23ipaccess_rcvmsg: Fix bug introduced in previous commitPau Espin Pedrol1-1/+1
2018-08-22ipaccess: Use osmo_fd_setup to set up callbacksPau Espin Pedrol1-15/+5
2018-08-01Migrate from ipa_ccm_idtag_parse to ipa_ccm_id_resp_parse()Harald Welte2-4/+2
2018-07-27fix strncpy bugs in ipaccess.c, ipa_proxy.cNeels Hofmeyr2-8/+6
2018-07-27Bump version: 0.5.0.10-a210-dirty → 0.5.10.5.1Pau Espin Pedrol1-2/+2
2018-07-24e1_input.c: Replace '.' in counter names with ':'Pau Espin Pedrol1-3/+3
2018-06-05Revert "ortp: enable scheduled mode on rtp socket creation"Philipp Maier1-1/+0
2018-06-05Revert "ortp: make sure the ortp scheduler is started"Philipp Maier1-1/+0
2018-05-31ortp: enable scheduled mode on rtp socket creationPhilipp Maier1-0/+1
2018-05-30ortp: detect ssrc changes immediatelyPhilipp Maier1-0/+2
2018-05-30ortp: reset rtp session on SSRC changesPhilipp Maier1-1/+2
2018-05-29ortp: make sure the ortp scheduler is startedPhilipp Maier1-0/+1
2018-05-24fix double-free/use-after-free of pointers in struct e1inp_lineStefan Sperling1-1/+40
2018-05-23ipaccess: Avoid using released line and bfd in ipaccess_fd_cbPau Espin Pedrol1-17/+11
2018-05-23ipaccess: ipaccess_rcvmsg: Drop unneeded memcpyPau Espin Pedrol1-1/+0
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