aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/ipaccess.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-08input: fix compilation warning due to missing include osmocom/core/backtrace.hPablo Neira Ayuso1-0/+1
2013-07-05input: ipaccess: stricter string handling in ipa_bts_id_respPablo Neira Ayuso1-16/+22
2013-07-05input: ipaccess: fix possible NULL dereferencePablo Neira Ayuso1-0/+2
2012-10-16ipaccess: relax default behaviour on errors coming from signalling layerPablo Neira Ayuso1-2/+4
2012-08-30ipaccess: fix leak of IPA control messages in the BTS sidePablo Neira Ayuso1-0/+1
2012-08-30ipaccess: improve error handlingPablo Neira Ayuso1-60/+142
2012-08-30ipaccess: fix leak of e1inp_linePablo Neira Ayuso1-6/+4
2012-03-18ipaccess: hex-dump message in case ops->sign_link() returns an errorHarald Welte1-1/+2
2011-12-28abis/close: Deliver S_L_INP_TEI_DN when closing the socketv0.1.1Holger Hans Peter Freyther1-4/+1
2011-11-07ipa: The message claims to close the socket but it remains open.Holger Hans Peter Freyther1-1/+1
2011-09-09ipa: rename all reference to ipa_*_peer to ipa_*_connPablo Neira Ayuso1-11/+11
2011-09-09ipa: remove bogus driver_name parameter from ipa_client_createPablo Neira Ayuso1-2/+2
2011-08-31input: fix multiple BTS attached to single line scenarioPablo Neira Ayuso1-0/+20
2011-08-19ipa: export ipaccess_rcvmsg_base() and return intv0.0.2Harald Welte1-5/+5
2011-08-19ipaccess: make some functions static that shouldn't be exportedv0.0.1Harald Welte1-1/+1
2011-08-19e1_input: rework configuration of virtual E1 line operationsPablo Neira Ayuso1-8/+8
2011-08-19ipa: remove unused 'proto' variableHarald Welte1-3/+0
2011-08-17ipaccess: don't close the signalling link if we receive bad OML/RSL messagePablo Neira Ayuso1-1/+0
2011-08-17ipaccess: fix segfault if bsc port already in usedPablo Neira Ayuso1-2/+0
2011-08-16src: replace S_INP_* signals by S_L_INP_* according to naming policyPablo Neira Ayuso1-1/+1
2011-07-19update to comply with libosmocore namespace fixesHarald Welte1-46/+46
2011-07-18talloc: revert to use talloc inside libosmocoreHarald Welte1-1/+1
2011-07-08ipaccess: hack to get openBSC's ipaccess-config tool workingPablo Neira Ayuso1-1/+1
2011-07-08hsl: BTS supportPablo Neira Ayuso1-27/+7
2011-07-08ipaccess: add bugtrag for the RSL link becomes up casePablo Neira Ayuso1-0/+9
2011-07-07e1_input: add new refcounting scheme to avoid leaking E1 linesPablo Neira Ayuso1-22/+37
2011-07-07ipaccess: close connection if we receive bad messages from BTSPablo Neira Ayuso1-29/+55
2011-07-07ipaccess: skip further processing for ping, pong and id_req messagesPablo Neira Ayuso1-5/+10
2011-07-07ipaccess: release virtual E1 line for closed connectionPablo Neira Ayuso1-0/+3
2011-07-07ipaccess: don't forget to release temporary RSL socketPablo Neira Ayuso1-1/+5