laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-e1-recorder/+/30031 )
Change subject: Fix use of logging_vty_add_cmds(void) API function.
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://gerrit.osmocom.org/c/osmo-e1-recorder/+/30031
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-e1-recorder
Gerrit-Branch: master
Gerrit-Change-Id: Icdbe2f253c9e17ff82bd3b1dc3d4fbea4ad6f333
Gerrit-Change-Number: 30031
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Sun, 06 Nov 2022 09:37:35 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-e1-recorder/+/30035 )
Change subject: README.md: Fix lots of typos + formatting in markdown
......................................................................
README.md: Fix lots of typos + formatting in markdown
Change-Id: I14cad6ae7e20479aea0c872fc57100f6a890a209
---
M README.md
1 file changed, 5 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-e1-recorder refs/changes/35/30035/1
diff --git a/README.md b/README.md
index 1f7bc72..ad91df4 100644
--- a/README.md
+++ b/README.md
@@ -22,11 +22,12 @@
interface cards, one for each direction.
Recording can be performed either
-* passively, using a E1 Tap aapter
-* asa proxy / man-in-the-middle
+
+* passively, using a E1 Tap adapter
+* as a proxy / man-in-the-middle
All timeslots will be opened in "raw" mode, making sure the recording
-will work wheter or not there is HLDC-based signalling (MTP or LAPD),
+will work whether or not there is HDLC-based signalling (MTP or LAPD),
PCM voice, TRAU frames or anything else on the line.
Recording will be done on a per-timeslot basis, dumping the raw bytes
@@ -37,4 +38,4 @@
Later possible extensions could include automatic detection of the
payload and a more intelligent storage format (e.g. in case of HDLC
-bsaed signalling).
+based signalling).
--
To view, visit https://gerrit.osmocom.org/c/osmo-e1-recorder/+/30035
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-e1-recorder
Gerrit-Branch: master
Gerrit-Change-Id: I14cad6ae7e20479aea0c872fc57100f6a890a209
Gerrit-Change-Number: 30035
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange
laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-e1-recorder/+/30033 )
Change subject: README: update explaining the difference to other approaches
......................................................................
README: update explaining the difference to other approaches
Change-Id: Ie6afe8016c0168c2f0beee96d6c151c5b4cc5e81
---
M README
1 file changed, 17 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-e1-recorder refs/changes/33/30033/1
diff --git a/README b/README
index 149b547..1f7bc72 100644
--- a/README
+++ b/README
@@ -2,11 +2,24 @@
===================
(C) 2016 by Harald Welte <laforge(a)gnumonks.org>
-The idea of this program is to be able to passively record E1/T1 based
-communications for purposes of data analysis.
+The idea of this program is to be able to build a "poor mans E1/T1
+recorder" purposes of data analysis, *without* any special
+equipment.
-Recording of a single E1 link always requires two E1 interface cards,
-one for each direction.
+This approach is more risky than a purely passive, hardware based
+approach as that of the Osmocom e1-tracer released at
+https://osmocom.org/projects/e1-t1-adapter/wiki/E1_tracer
+
+If you can, it is strongly recommended to use the purely passive,
+high-impedance tap approach of e1-tracer and not the poor-man's
+software proxy approach presented in osmo-e1-recorder.
+
+Setup
+-----
+
+To do so, two E1 cards are used as some kind of proxy for the E1
+communication. Recording of a single E1 link always requires two E1
+interface cards, one for each direction.
Recording can be performed either
* passively, using a E1 Tap aapter
--
To view, visit https://gerrit.osmocom.org/c/osmo-e1-recorder/+/30033
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-e1-recorder
Gerrit-Branch: master
Gerrit-Change-Id: Ie6afe8016c0168c2f0beee96d6c151c5b4cc5e81
Gerrit-Change-Number: 30033
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange
laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-e1-recorder/+/30032 )
Change subject: jenkins.sh: Fix printed URL of osmo-ci git repository
......................................................................
jenkins.sh: Fix printed URL of osmo-ci git repository
Change-Id: I043c2c613a3b204403f3b0fb41cab9f41bfc77fe
---
M contrib/jenkins.sh
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-e1-recorder refs/changes/32/30032/1
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index d9895ec..4565a80 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -7,7 +7,7 @@
#
if ! [ -x "$(command -v osmo-build-dep.sh)" ]; then
- echo "Error: We need to have scripts/osmo-deps.sh from http://git.osmocom.org/osmo-ci/ in PATH !"
+ echo "Error: We need to have scripts/osmo-deps.sh from https://gitea.osmocom.org/osmocom/osmo-ci in PATH !"
exit 2
fi
--
To view, visit https://gerrit.osmocom.org/c/osmo-e1-recorder/+/30032
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-e1-recorder
Gerrit-Branch: master
Gerrit-Change-Id: I043c2c613a3b204403f3b0fb41cab9f41bfc77fe
Gerrit-Change-Number: 30032
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange
laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-e1-recorder/+/30031 )
Change subject: Fix use of logging_vty_add_cmds(void) API function.
......................................................................
Fix use of logging_vty_add_cmds(void) API function.
This function never accepted any arguments. However, a sloppy
declaration in the header file as logging_vty_add_cmds() allowed
to pass any number of any type arguments until recently.
Change-Id: Icdbe2f253c9e17ff82bd3b1dc3d4fbea4ad6f333
---
M src/e1_recorder.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-e1-recorder refs/changes/31/30031/1
diff --git a/src/e1_recorder.c b/src/e1_recorder.c
index 333375d..7a93470 100644
--- a/src/e1_recorder.c
+++ b/src/e1_recorder.c
@@ -187,7 +187,7 @@
osmo_init_logging2(rec_tall_ctx, &info);
vty_init(&vty_info);
- logging_vty_add_cmds(&info);
+ logging_vty_add_cmds();
osmo_signal_register_handler(SS_L_INPUT, inp_sig_cb, NULL);
libosmo_abis_init(rec_tall_ctx);
e1inp_vty_init();
--
To view, visit https://gerrit.osmocom.org/c/osmo-e1-recorder/+/30031
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-e1-recorder
Gerrit-Branch: master
Gerrit-Change-Id: Icdbe2f253c9e17ff82bd3b1dc3d4fbea4ad6f333
Gerrit-Change-Number: 30031
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange