summaryrefslogtreecommitdiffstats
path: root/src/target/trx_toolkit/README
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2019-01-15 03:47:57 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2019-01-14 23:52:31 +0000
commit95025a2389760c411f2ff4a0cc0f6534152afdee (patch)
tree447a48545ef2c5fd68412c6a96e437ae26b195ca /src/target/trx_toolkit/README
parent6b040c6e06ed78e96b1f2141c0cc15ac65fb6425 (diff)
trx_toolkit: use 'TRXC' and 'TRXD' in logging messages
One can confuse TRX control interface with libosmoctrl's one. TRX toolkit is not using libosmoctrl, and will never do. But, in order to avoid this confusion, and potential confusion of DATA interface, let's call them 'TRXC' and 'TRXD' in logging. Change-Id: I67b1e850094cf8e279777c45c7544886be42a009
Diffstat (limited to 'src/target/trx_toolkit/README')
-rw-r--r--src/target/trx_toolkit/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/target/trx_toolkit/README b/src/target/trx_toolkit/README
index 91b6099b..09800b0a 100644
--- a/src/target/trx_toolkit/README
+++ b/src/target/trx_toolkit/README
@@ -32,3 +32,8 @@ Brief description of available applications:
versa. Also provides some capabilities for filtering bursts
by direction, frame and timeslot numbers, and for recording
captured messages to a binary file.
+
+Please note that TRX toolkit is not using libosmocore's CTRL
+interface, so 'CTRL' in scope of this code base actually means
+control interface of TRX or control protocol. In order to avoid
+possible confusion, we use 'TRXC' and 'TRXD' in logging.