blob: 149b54758b15e66b034a9217af3c19aeb17a8445 [file] [log] [blame]
Harald Welte39cfbf42016-07-28 09:04:11 +02001Osmocom E1 recorder
2===================
3(C) 2016 by Harald Welte <laforge@gnumonks.org>
4
5The idea of this program is to be able to passively record E1/T1 based
6communications for purposes of data analysis.
7
8Recording of a single E1 link always requires two E1 interface cards,
9one for each direction.
10
11Recording can be performed either
12* passively, using a E1 Tap aapter
13* asa proxy / man-in-the-middle
14
15All timeslots will be opened in "raw" mode, making sure the recording
16will work wheter or not there is HLDC-based signalling (MTP or LAPD),
17PCM voice, TRAU frames or anything else on the line.
18
19Recording will be done on a per-timeslot basis, dumping the raw bytes
20read for this timeslot into a file.
21
22New files are started regularly, after reaching a pre-determined file
23size limit. File names contain RTC time stamping and timeslot number.
24
25Later possible extensions could include automatic detection of the
26payload and a more intelligent storage format (e.g. in case of HDLC
27bsaed signalling).