aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty.c
AgeCommit message (Collapse)AuthorFilesLines
2019-12-04vty: Make sure to save timeslot mode in lowercase (as vty expects)Harald Welte1-1/+1
Change-Id: I9b11fbe3bf85b7096a3bd5f9b67168350e66a90a
2019-12-04vty: don't store configurations for timeslots in mode NONEHarald Welte1-0/+3
This reflects what happens in libosmo-abis during 'show e1' and makes sure we don't attempt to write for more TS than exist (e.g. in the T1 case). Change-Id: Iaeac2d080ae3ddc27901cbc4be5220100e9820a8
2016-10-19e1_inp: Use HDLC mode for signalling, not SIGNHarald Welte1-3/+3
The SIGN mode implies that LAPD instances are bound to the timeslots, which is of course not what we want in a pure capturing/recording scenario. Instead, use the new E1INP_TS_TYPE_HDLC mode, which allows us to capture any HDLC framed messages on E1/T1 timeslots, whether LAPD or e.g. MTP.
2016-07-29first functional version that actually records + mirrors dataHarald Welte1-2/+19
2016-07-28initial import of incomplete project to record E1 linesHarald Welte1-0/+195