aboutsummaryrefslogtreecommitdiffstats
path: root/src/e1_input_vty.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-29e1_input: Allow (vty) configuration of IP DSCP and socket priorityHarald Welte1-1/+44
2021-04-13Configure E1 pcap file per lineKeith1-12/+53
2020-10-08vty: add attributes to VTY commands indicating when they applyPhilipp Maier1-47/+59
2020-10-04vty: use install_lib_element() and install_lib_element_ve()Vadim Yanitskiy1-16/+16
2020-08-02e1_input_vty: Fix VTY help stringsHarald Welte1-1/+1
2020-05-09e1_input: Add VTY command to enable PCAP debug outputSylvain Munaut1-0/+32
2020-01-24add ipa ping/pong keepalive for OML/RSL links between bts and bscEric Wild1-1/+48
2020-01-12e1d: Initial osmo-e1d supportSylvain Munaut1-1/+1
2018-09-20ensure unix socket paths are NUL-terminated for bind/connectStefan Sperling1-3/+3
2018-09-04Properly deal with sockaddr_un socket path length limitations.Stefan Sperling1-0/+9
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