[PATCH] osmocom-bb[master]: fake_trx: correct brief descriptions of files

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Feb 22 15:33:26 UTC 2018


Review at  https://gerrit.osmocom.org/6789

fake_trx: correct brief descriptions of files

Change-Id: Ie76fee4a567681a5380be90e5744621c2aa3e5f0
---
M src/target/fake_trx/burst_gen.py
M src/target/fake_trx/burst_send.py
M src/target/fake_trx/ctrl_cmd.py
M src/target/fake_trx/data_if.py
4 files changed, 7 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/89/6789/1

diff --git a/src/target/fake_trx/burst_gen.py b/src/target/fake_trx/burst_gen.py
index e989d30..087fe79 100755
--- a/src/target/fake_trx/burst_gen.py
+++ b/src/target/fake_trx/burst_gen.py
@@ -1,8 +1,8 @@
 #!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 
-# Simple tool to send custom messages via TRX DATA interface,
-# which may be also useful for fuzzing and testing
+# Auxiliary tool to generate and send random bursts via TRX DATA
+# interface, which may be useful for fuzzing and testing
 #
 # (C) 2017 by Vadim Yanitskiy <axilirator at gmail.com>
 #
diff --git a/src/target/fake_trx/burst_send.py b/src/target/fake_trx/burst_send.py
index 4d5c47f..bed6b44 100755
--- a/src/target/fake_trx/burst_send.py
+++ b/src/target/fake_trx/burst_send.py
@@ -1,7 +1,7 @@
 #!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 
-# Simple tool to send bursts via TRX DATA interface
+# Auxiliary tool to send existing bursts via TRX DATA interface
 #
 # (C) 2017 by Vadim Yanitskiy <axilirator at gmail.com>
 #
diff --git a/src/target/fake_trx/ctrl_cmd.py b/src/target/fake_trx/ctrl_cmd.py
index b7aec50..377a1f2 100755
--- a/src/target/fake_trx/ctrl_cmd.py
+++ b/src/target/fake_trx/ctrl_cmd.py
@@ -1,8 +1,8 @@
 #!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 
-# Simple tool to send custom commands via TRX CTRL interface,
-# which may be also useful for fuzzing
+# Auxiliary tool to send custom commands via TRX CTRL interface,
+# which may be useful for testing and fuzzing
 #
 # (C) 2017 by Vadim Yanitskiy <axilirator at gmail.com>
 #
diff --git a/src/target/fake_trx/data_if.py b/src/target/fake_trx/data_if.py
index 315281c..6662f98 100644
--- a/src/target/fake_trx/data_if.py
+++ b/src/target/fake_trx/data_if.py
@@ -1,8 +1,8 @@
 #!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 
-# Simple tool to send custom messages via TRX DATA interface,
-# which may be also useful for fuzzing and testing
+# Virtual Um-interface (fake transceiver)
+# DATA interface implementation
 #
 # (C) 2017 by Vadim Yanitskiy <axilirator at gmail.com>
 #

-- 
To view, visit https://gerrit.osmocom.org/6789
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie76fee4a567681a5380be90e5744621c2aa3e5f0
Gerrit-PatchSet: 1
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list