aboutsummaryrefslogtreecommitdiffstats
path: root/src/input
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-29Addition to last commit 2f5a3714075882ac946536709ac581453b6ad52aAndreas Eversberg1-11/+13
2011-09-29LAPD profiles are globally defined structuresAndreas Eversberg3-36/+51
2011-09-29Replaced LAPD implementation with new LAPD core of libosmogsmAndreas Eversberg3-512/+413
2011-09-26DAHDI: add information on span number, timeslot count to VTYHarald Welte1-1/+24
2011-09-26DAHDI: remove unused variableHarald Welte1-1/+1
2011-09-26DAHDI: Print error message in case config uses non-existing spanHarald Welte1-1/+5
2011-09-26DAHDI: make sure the first e1_line N port start with number 0Harald Welte1-4/+6
2011-09-25e1_input: add 'port_nr' field and support DAHDI T1 cardsHarald Welte2-5/+70
2011-09-19ipa: Add a callback to detect if the server_conn was closedDaniel Willmann1-1/+4
2011-09-19ipa: Fix resource leak if we encounter an error in ipa_server_conn_readDaniel Willmann1-0/+1
2011-09-09ipa: use DEBUG level instead of NOTICE for debugging log messagesPablo Neira Ayuso1-7/+7
2011-09-09ipa: better log error messages for ipa_msg_recv()Pablo Neira Ayuso1-4/+4
2011-09-09ipa: fix segfault in ipa_client_conn_create if no E1 timeslot is specifiedPablo Neira Ayuso1-1/+2
2011-09-09ipa: use default write callback in ipa_client_conn_create if not specifiedPablo Neira Ayuso1-2/+4
2011-09-09ipa: rename all reference to ipa_*_peer to ipa_*_connPablo Neira Ayuso3-80/+80
2011-09-09ipa: remove bogus driver_name parameter from ipa_client_createPablo Neira Ayuso3-9/+5
2011-08-31input: fix multiple BTS attached to single line scenarioPablo Neira Ayuso2-0/+40
2011-08-26lapd: stop timers in lapd_instance_free()Harald Welte1-0/+11
2011-08-24DAHDI: Make sure dahdi_e1_setup() can be called multiple timesHarald Welte1-3/+24
2011-08-24LAPD: Add function to release/free a LAPD instanceHarald Welte1-0/+7
2011-08-24re-introduce optional build of DAHDI input pluginv0.0.4Harald Welte1-0/+6
2011-08-21mISDN: optionally bypass kernel LAPD code and use userspace LAPDv0.0.3Harald Welte1-33/+149