aboutsummaryrefslogtreecommitdiffstats
path: root/src/input
AgeCommit message (Expand)AuthorFilesLines
2014-08-27e1_input: Allow IPA on non-standard TCP ports for OML and RSLlaforge/oml-routerHarald Welte1-7/+10
2014-08-20move various generic IPA related functions to libosmocoreHarald Welte2-418/+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-08-18ipa: Move the second null check into the first oneHolger Hans Peter Freyther1-5/+4
2014-08-18ipa: ensure updown_cb() gets called on reconnectHarald Welte1-0/+1
2014-08-18ipa: Set msgb->l1h to the beginning of the IPA headerHarald Welte1-1/+3
2014-03-31ipa: Change ipa_msg_recv() to support partial receiveJacob Erlbeck2-36/+128
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-06it's called 'truncated' message, not 'trunked'Harald Welte1-1/+1
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 Welte2-40/+32
2013-10-06ipaccess: rename ipaccess_bts_cb() to ipaccess_bts_read_cb()Harald Welte1-3/+3
2013-10-06ipa: protect against multiple subsequent calls to ipa_client_conn_close()Harald Welte1-2/+6
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 Ayuso2-0/+2
2013-07-08ipa: stricter accept callback handling in ipa_server_link_createPablo Neira Ayuso1-8/+14
2013-07-06dahdi: Fix potential but unlikely out of bounds accessHolger Hans Peter Freyther1-1/+1
2013-07-06misdn: Fix a file descriptor leak in _mi_e1_line_updateHolger Hans Peter Freyther1-0/+1
2013-07-05input: ipaccess: stricter string handling in ipa_bts_id_respPablo Neira Ayuso1-16/+22
2013-07-05input: ipa: close descriptor if no accept callback is setPablo Neira Ayuso1-0/+2
2013-07-05input: ipaccess: fix possible NULL dereferencePablo Neira Ayuso1-0/+2
2013-07-04hsl: Remove the input handling for the HSL BTSHolger Hans Peter Freyther1-538/+0
2013-03-09misdn: Set ret to 0 when using the LAPD from userspaceHolger Hans Peter Freyther1-0/+1
2013-03-09lapd: Do not override t203_sec initialization.Holger Hans Peter Freyther1-1/+1
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-30input: add generic PCAP interface for LAPDPablo Neira Ayuso2-0/+171
2012-08-30input: dahdi: replace exit by returnPablo Neira Ayuso1-8/+14
2012-08-30input: dahdi: use logging facilities instead of fprintf and stderrPablo Neira Ayuso1-13/+19
2012-08-30lapd: use C99 structure initialization for profile templatesPablo Neira Ayuso1-27/+27
2012-08-30ipaccess: improve error handlingPablo Neira Ayuso1-60/+142
2012-08-30ipaccess: fix leak of e1inp_linePablo Neira Ayuso2-9/+4
2012-08-30ipa: fix missing set of write_cb for IPA client connectionPablo Neira Ayuso1-0/+3
2012-07-01build: avoid using a convenience library for the input subdirectory.Diego Elio Pettenò1-13/+0
2012-07-01build: use LT_INIT([pic-only]) instead of forcing -fPIC in AM_CFLAGS.Diego Elio Pettenò1-1/+1
2012-03-18ipaccess: hex-dump message in case ops->sign_link() returns an errorHarald Welte1-1/+2
2012-01-18Fixed wrong reference while opening mISDN socketAndreas Eversberg1-1/+1
2011-12-28abis/close: Deliver S_L_INP_TEI_DN when closing the socketv0.1.1Holger Hans Peter Freyther2-13/+4
2011-12-20mISDN input: avoid some strange distortion caused by buffer mgmtAndreas Eversberg1-11/+10
2011-11-07ipa: The message claims to close the socket but it remains open.Holger Hans Peter Freyther1-1/+1
2011-10-01Length check of LAPD messages to prevent overflows on corrupt framesAndreas Eversberg1-7/+49
2011-09-30Fixed missing T203 in profilesAndreas Eversberg1-0/+3