aboutsummaryrefslogtreecommitdiffstats
path: root/src/input
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-21mISDN: use 'struct value_string' instead of local copyHarald Welte1-20/+6
2011-08-21e1_input: move the lapd_instance pointer out of dahdi specificsHarald Welte1-58/+4
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 Welte2-3/+3
2011-08-19e1_input: rework configuration of virtual E1 line operationsPablo Neira Ayuso5-29/+24
2011-08-19input: add rs232 driver for virtual E1 linesPablo Neira Ayuso2-1/+303
2011-08-19ipa: remove unused 'proto' variableHarald Welte1-3/+0
2011-08-19ipa: fix compiler warning about ssize_t / socklen_tHarald Welte1-1/+1
2011-08-19hsl: use PRIx64 / inttypes.h for uint64_t format stringHarald Welte1-1/+2
2011-08-19hsl: remove unsued '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 Ayuso4-9/+9
2011-08-16DAHDI: Actually increment e1_input related rate countersHarald Welte1-0/+15
2011-08-16LAPD: Propagate lapd_receive() errors to the E1 driverPablo Neira Ayuso2-6/+28
2011-08-16LAPD: Use proper log levels and prefix all messages with LAPDHarald Welte1-26/+29
2011-08-16LAPD: Remove all calls to 'assert' from the codeHarald Welte1-4/+11
2011-08-16DAHDI: Fix case where we have multiple E1 ports/cards (spans)Harald Welte1-1/+7
2011-07-19update to comply with libosmocore namespace fixesHarald Welte6-146/+146
2011-07-18talloc: revert to use talloc inside libosmocoreHarald Welte6-6/+6
2011-07-08ipaccess: hack to get openBSC's ipaccess-config tool workingPablo Neira Ayuso1-1/+1
2011-07-08hsl: close socket if we destroy the signalling linkPablo Neira Ayuso1-0/+14
2011-07-08hsl: BTS supportPablo Neira Ayuso3-39/+138
2011-07-08ipaccess: add bugtrag for the RSL link becomes up casePablo Neira Ayuso1-0/+9
2011-07-07hsl: remove unused hsl_setup functionPablo Neira Ayuso1-6/+0
2011-07-07e1_input: add new refcounting scheme to avoid leaking E1 linesPablo Neira Ayuso1-22/+37