summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2017-11-21 18:35:24 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2017-11-21 18:39:11 +0700
commit04aecc7f8d37aa93f2313dd04c4052000097e696 (patch)
treea2a3f1a234f9f0a59c13a96eeee615d950a77c87
parenteb56da374326f0af7b94b43b79964ee4f3efcf00 (diff)
fake_trx: correct brief descriptions of files
-rwxr-xr-xsrc/target/fake_trx/burst_gen.py4
-rwxr-xr-xsrc/target/fake_trx/burst_send.py2
-rwxr-xr-xsrc/target/fake_trx/ctrl_cmd.py4
-rw-r--r--src/target/fake_trx/data_if.py4
4 files changed, 7 insertions, 7 deletions
diff --git a/src/target/fake_trx/burst_gen.py b/src/target/fake_trx/burst_gen.py
index e989d30c..087fe791 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@gmail.com>
#
diff --git a/src/target/fake_trx/burst_send.py b/src/target/fake_trx/burst_send.py
index 4d5c47fc..bed6b446 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@gmail.com>
#
diff --git a/src/target/fake_trx/ctrl_cmd.py b/src/target/fake_trx/ctrl_cmd.py
index b7aec50b..377a1f26 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@gmail.com>
#
diff --git a/src/target/fake_trx/data_if.py b/src/target/fake_trx/data_if.py
index 315281cd..6662f984 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@gmail.com>
#