aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/ipaccess.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add ipa ping/pong keepalive for OML/RSL links between bts and bscosmith/pingpongEric Wild2020-01-221-15/+159
* ipaccess.c: line_already_initialized: int -> boolOliver Smith2020-01-221-2/+2
* input/ipaccess.c: fix debug message on receipt of IPAC_MSGT_ID_GETVadim Yanitskiy2019-12-021-1/+1
* input/ipaccess.c: propagate errors from ipa_parse_unitid()Vadim Yanitskiy2019-12-021-1/+5
* ipa: Allow setting local addr and port for struct ipa_client_connPau Espin Pedrol2019-11-081-2/+4
* ipaccess.c: Avoid calling close(-1) on error pathHarald Welte2019-07-211-2/+4
* add TCP_USER_TIMEOUT to keepaliveEric Wild2019-06-211-0/+11
* ipaccess: allow tcp keepalive for ipa clientsEric Wild2019-06-211-2/+4
* log IPA tags correctlyStefan Sperling2018-12-061-4/+4
* ipaccess: Simplify handling of ipaccess e1line tsPau Espin Pedrol2018-10-031-14/+26
* ipacces: Log correct trx_nr during IPA GETPau Espin Pedrol2018-10-021-1/+1
* ipaccess: Allow passing return code in e1inp_line_ops->sign_link()Pau Espin Pedrol2018-08-281-3/+2
* ipaccess: Return -EBADF when closing socket in ipaccess_bts_read_cbPau Espin Pedrol2018-08-281-7/+2
* ipa: don't crash on missing IPA ID GET messageNeels Hofmeyr2018-08-241-4/+8
* ipaccess_rcvmsg: Fix bug introduced in previous commitPau Espin Pedrol2018-08-231-1/+1
* ipaccess: Use osmo_fd_setup to set up callbacksPau Espin Pedrol2018-08-221-15/+5
* Migrate from ipa_ccm_idtag_parse to ipa_ccm_id_resp_parse()Harald Welte2018-08-011-2/+1
* fix strncpy bugs in ipaccess.c, ipa_proxy.cNeels Hofmeyr2018-07-271-6/+5
* ipaccess: Avoid using released line and bfd in ipaccess_fd_cbPau Espin Pedrol2018-05-231-17/+11
* ipaccess: ipaccess_rcvmsg: Drop unneeded memcpyPau Espin Pedrol2018-05-231-1/+0
* preserve 'when' flags of new osmo_fd in ipaccess_rcvmsg()Stefan Sperling2018-03-221-1/+5
* cosmetic: update ipaccess_bts_handle_ccm()Max2018-01-081-2/+3
* Add SPDX-License-Identifier to all source filesHarald Welte2017-11-131-0/+2
* src: use osmo_timer_setup()Pablo Neira Ayuso2017-06-071-2/+1
* Revert "ipacces.c: Remove ipa_bts_id_resp() and use libosmocore"Harald Welte2017-05-261-4/+85
* ipacces.c: Remove ipa_bts_id_resp() and use libosmocoreHarald Welte2017-04-151-85/+4
* misc: Fix build failure/warning when building on alpine linuxHolger Hans Peter Freyther2017-01-231-1/+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
* input/ipaccess.c: Check return value of osmo_fd_register()Harald Welte2016-11-261-1/+6
* ipa_bts_id_resp(): handle non-existing members of ipacces_unitHarald Welte2016-04-291-5/+12
* ipa driver: make bind address vty configurableNeels Hofmeyr2016-02-251-2/+21
* ipa: Partially revert the e1inp_ipa_bts_rsl_connect_n commitHolger Hans Peter Freyther2014-10-261-6/+0
* Support for multiple RSL connections with ABIS/ipaccess (BTS side)Andreas Eversberg2014-08-281-6/+31
* move various generic IPA related functions to libosmocoreHarald Welte2014-08-201-275/+11
* ipa: Add E1INP_SIGN_OSMO to use IPAC_PROTO_OSMO via e1_inputHarald Welte2014-08-181-1/+1
* ipa: add ipaccess_tlv_to_unitdata()Harald Welte2014-08-181-0/+45
* Split generic CCM handling out of ipaccess_bts_read_cb()Harald Welte2014-08-181-18/+50
* ipa: Change ipa_msg_recv() to support partial receiveJacob Erlbeck2014-03-311-3/+10
* ipaccess: Move the #endif before the curly braceHolger Hans Peter Freyther2014-02-031-1/+1
* ipaccess: Change the visibility of the ipa messagesHolger Hans Peter Freyther2014-01-201-3/+3
* ipaccess: Make TCP keep-alive configurableJacob Erlbeck2014-01-201-4/+11
* ipaccess: Use keep alive for all connectionsJacob Erlbeck2014-01-201-28/+45
* ipaccess: Enable TCP keepalive by default on all BTS connectionsDaniel Willmann2014-01-201-1/+34
* ipaccess: Fix crash when no IPA message is sent first on the RSL portHolger Hans Peter Freyther2013-12-281-0/+5
* ipaccess.c: call sign_link_up() only _after_ tx ID_ACK/ID_RESPHarald Welte2013-10-061-10/+11
* IPA: remove automatic reconnect logicHarald Welte2013-10-061-2/+13
* ipaccess: rename ipaccess_bts_cb() to ipaccess_bts_read_cb()Harald Welte2013-10-061-3/+3
* ipaccess: Properly resolve 'line' in error caseHarald Welte2013-10-061-6/+5
* Don't establish RSL at same time as OML link on IPA type linesHarald Welte2013-10-061-22/+29