aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/ipaccess.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-24add ipa ping/pong keepalive for OML/RSL links between bts and bscEric Wild1-20/+149
2020-01-22ipaccess.c: line_already_initialized: int -> boolOliver Smith1-2/+2
2019-12-02input/ipaccess.c: fix debug message on receipt of IPAC_MSGT_ID_GETVadim Yanitskiy1-1/+1
2019-12-02input/ipaccess.c: propagate errors from ipa_parse_unitid()Vadim Yanitskiy1-1/+5
2019-11-08ipa: Allow setting local addr and port for struct ipa_client_connPau Espin Pedrol1-2/+4
2019-07-21ipaccess.c: Avoid calling close(-1) on error pathHarald Welte1-2/+4
2019-06-21add TCP_USER_TIMEOUT to keepaliveEric Wild1-0/+11
2019-06-21ipaccess: allow tcp keepalive for ipa clientsEric Wild1-2/+4
2018-12-06log IPA tags correctlyStefan Sperling1-4/+4
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-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-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 Welte1-2/+1
2018-07-27fix strncpy bugs in ipaccess.c, ipa_proxy.cNeels Hofmeyr1-6/+5
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-03-22preserve 'when' flags of new osmo_fd in ipaccess_rcvmsg()Stefan Sperling1-1/+5
2018-01-08cosmetic: update ipaccess_bts_handle_ccm()Max1-2/+3
2017-11-13Add SPDX-License-Identifier to all source filesHarald Welte1-0/+2
2017-06-07src: use osmo_timer_setup()Pablo Neira Ayuso1-2/+1
2017-05-26Revert "ipacces.c: Remove ipa_bts_id_resp() and use libosmocore"Harald Welte1-4/+85
2017-04-15ipacces.c: Remove ipa_bts_id_resp() and use libosmocoreHarald Welte1-85/+4
2017-01-23misc: Fix build failure/warning when building on alpine linuxHolger Hans Peter Freyther1-1/+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-11-26input/ipaccess.c: Check return value of osmo_fd_register()Harald Welte1-1/+6
2016-04-29ipa_bts_id_resp(): handle non-existing members of ipacces_unitHarald Welte1-5/+12
2016-02-25ipa driver: make bind address vty configurableNeels Hofmeyr1-2/+21
2014-10-26ipa: Partially revert the e1inp_ipa_bts_rsl_connect_n commitHolger Hans Peter Freyther1-6/+0
2014-08-28Support for multiple RSL connections with ABIS/ipaccess (BTS side)Andreas Eversberg1-6/+31
2014-08-20move various generic IPA related functions to libosmocoreHarald Welte1-275/+11
2014-08-18ipa: Add E1INP_SIGN_OSMO to use IPAC_PROTO_OSMO via e1_inputHarald Welte1-1/+1
2014-08-18ipa: add ipaccess_tlv_to_unitdata()Harald Welte1-0/+45
2014-08-18Split generic CCM handling out of ipaccess_bts_read_cb()Harald Welte1-18/+50
2014-03-31ipa: Change ipa_msg_recv() to support partial receiveJacob Erlbeck1-3/+10
2014-02-03ipaccess: Move the #endif before the curly braceHolger Hans Peter Freyther1-1/+1
2014-01-20ipaccess: Change the visibility of the ipa messagesHolger Hans Peter Freyther1-3/+3
2014-01-20ipaccess: Make TCP keep-alive configurableJacob Erlbeck1-4/+11
2014-01-20ipaccess: Use keep alive for all connectionsJacob Erlbeck1-28/+45
2014-01-20ipaccess: Enable TCP keepalive by default on all BTS connectionsDaniel Willmann1-1/+34
2013-12-28ipaccess: Fix crash when no IPA message is sent first on the RSL portHolger Hans Peter Freyther1-0/+5
2013-10-06ipaccess.c: call sign_link_up() only _after_ tx ID_ACK/ID_RESPHarald Welte1-10/+11
2013-10-06IPA: remove automatic reconnect logicHarald Welte1-2/+13
2013-10-06ipaccess: rename ipaccess_bts_cb() to ipaccess_bts_read_cb()Harald Welte1-3/+3
2013-10-06ipaccess: Properly resolve 'line' in error caseHarald Welte1-6/+5
2013-10-06Don't establish RSL at same time as OML link on IPA type linesHarald Welte1-22/+29