aboutsummaryrefslogtreecommitdiffstats
path: root/src/e1_input_vty.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Add SPDX-License-Identifier to all source filesHarald Welte1-0/+2
2017-11-01vty: skip installing cmds now always installed by defaultNeels Hofmeyr1-1/+0
2017-03-08add basic unixsocket supportAlexander Couzens1-2/+23
2016-02-25ipa driver: make bind address vty configurableNeels Hofmeyr1-0/+19
2014-01-20input: Make keep alive configurable (generic)Jacob Erlbeck1-0/+69
2013-11-11vty: Use same prompt string format like in libosmocoreJacob Erlbeck1-1/+1
2013-11-11vty: Use new vty_install_default() functionJacob Erlbeck1-0/+2
2013-07-04e1_input_vty: Help coverity in understanding this codeHolger Hans Peter Freyther1-1/+1
2013-07-04hsl: Remove the input handling for the HSL BTSHolger Hans Peter Freyther1-1/+1
2012-07-21doc: Describe the optional 'stats' parameterHolger Hans Peter Freyther1-1/+1
2012-07-20doc: Add a newline to fix the documentation of the HSL optionHolger Hans Peter Freyther1-1/+1
2011-09-26DAHDI: add information on span number, timeslot count to VTYHarald Welte1-0/+2
2011-09-26fix parsing error during "e1_line N port M"Harald Welte1-2/+2
2011-09-25e1_input: add 'port_nr' field and support DAHDI T1 cardsHarald Welte1-3/+25
2011-08-21mISDN: optionally bypass kernel LAPD code and use userspace LAPDv0.0.3Harald Welte1-2/+3
2011-08-19add string.h include to fix compiler warningHarald Welte1-0/+1
2011-08-16E1 Input: Add rate counters for events related to E1 linesHarald Welte1-9/+24
2011-08-16E1 Input: Move 'show e1_*' command to e1_input_vty.cHarald Welte1-0/+118
2011-08-16E1 Input: Add VTY command to specify the name of a LineHarald Welte1-1/+28
2011-07-19update to comply with libosmocore namespace fixesHarald Welte1-3/+3
2011-07-18talloc: revert to use talloc inside libosmocoreHarald Welte1-1/+1
2011-07-07e1_input: add new refcounting scheme to avoid leaking E1 linesPablo Neira Ayuso1-1/+1
2011-07-05src: add e1_input_vty.c to libosmo-abisPablo Neira Ayuso1-0/+102