aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-11-22 16:29:58 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2019-11-22 16:29:58 +0100
commitb34ffdd069cbf2b7d9e9b93e7b34e318d8a507d1 (patch)
treef48eac5904aeecf02360c8d0ad6cbcb7b60344e8
parentde57f626df0e2e9771aedaf2c16472420bc4696e (diff)
trx_if.adoc: Fix typo and formatting of bullet list
-rw-r--r--common/chapters/trx_if.adoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/chapters/trx_if.adoc b/common/chapters/trx_if.adoc
index 6dd680b..d9f074a 100644
--- a/common/chapters/trx_if.adoc
+++ b/common/chapters/trx_if.adoc
@@ -11,6 +11,7 @@ the Master Clock Interface, shared among all channels.
Given a base port `B` (5700), and a set of channels `0..N`, the ports related to
a channel `0 <= X <= N` are:
+
* The Master clock interface is located on port `P=B`.
* The `TRXC` interface for channel `X` is located on port `P=B+2X+1`
* The `TRXD` interface for channel `X` is located on port `P=B+2X+2`.
@@ -152,11 +153,12 @@ command. If the requested version is not supported by the transceiver, status
code of the response message should indicate a preferred (basically, the latest)
version. The format of this message is the following:
----
-CMD SETFORMAT <timeslot> <ver_req>
+CMD SETFORMAT <ver_req>
RSP SETFORMAT <ver_resp> <ver_req>
----
where:
+
* `<ver_req>` is the requested version (suggested by the BTS),
* `<ver_rsp>` is either the applied version if matches `<ver_req>`, or a
preferred version if `<ver_req>` is not supported.