summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-05-20 15:46:20 +0300
committerVadim Yanitskiy <axilirator@gmail.com>2018-05-20 15:46:20 +0300
commit7ffc478179e0864d8e2ecda49408d7856a37ee1a (patch)
treedf0df0851b4751d2cb7121a50a06e736ab0e2195
parent034b1d4e637f07c3462a6c741067f5d76c1fca0e (diff)
README.development: add brief info about the TRX Toolkit
-rw-r--r--src/README.development10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/README.development b/src/README.development
index 060cbd90..64821438 100644
--- a/src/README.development
+++ b/src/README.development
@@ -65,6 +65,15 @@ written with some idea of modularity in mind, i.e. we have
* board/compal_e99 is the Motorola C155 family
* Applications (each app builds one firmware image) in apps/
+=== src/target/trx_toolkit ===
+
+A set of tools in Python for debugging TRX interface and creating
+a virtual Um-interface between OsmocomBB and OsmoBTS. For details,
+please refer:
+
+https://osmocom.org/projects/baseband/wiki/TRX_Interface
+https://osmocom.org/projects/baseband/wiki/FakeTRX
+target/trx_toolkit/README
=== src/target_dsp/calypso ===
@@ -75,4 +84,3 @@ the DSP that is part of the Calypso DBB.
The Layer2 (LAPDm / TS 04.06) and Layer3 (CC/MM/RR / TS 04.08)
implementations, as they are growing.
-