From b34ffdd069cbf2b7d9e9b93e7b34e318d8a507d1 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 22 Nov 2019 16:29:58 +0100 Subject: trx_if.adoc: Fix typo and formatting of bullet list Change-Id: I45c3ea655139d4777100af02d6b0d9cbf25b02e5 --- common/chapters/trx_if.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +CMD SETFORMAT RSP SETFORMAT ---- where: + * `` is the requested version (suggested by the BTS), * `` is either the applied version if matches ``, or a preferred version if `` is not supported. -- cgit v1.2.3