laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-trx/+/36409?usp=email )
Change subject: README.md: Improve markdown formatting ......................................................................
README.md: Improve markdown formatting
Change-Id: Ic5764aab323db87015da8c461dec136e57dd9c8f --- M README.md 1 file changed, 14 insertions(+), 5 deletions(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified
diff --git a/README.md b/README.md index b0e07a0..4977ad4 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,17 @@ OsmoTRX is a software-defined radio transceiver that implements the Layer 1 physical layer of a BTS comprising the following 3GPP specifications:
-* TS 05.01 "Physical layer on the radio path" -* TS 05.02 "Multiplexing and Multiple Access on the Radio Path" -* TS 05.04 "Modulation" -* TS 05.10 "Radio subsystem synchronization" +* TS 05.01 *Physical layer on the radio path* +* TS 05.02 *Multiplexing and Multiple Access on the Radio Path* +* TS 05.04 *Modulation* +* TS 05.10 *Radio subsystem synchronization*
OsmoTRX is originally based on the transceiver code from the [OpenBTS](https://osmocom.org/projects/osmobts/wiki/OpenBTS) project, but setup to operate independently with the purpose of using with non-OpenBTS software and projects, specifically within the Osmocom stack. Used together with [OsmoBTS](https://osmocom.org/projects/osmobts/wiki) you can get a pretty -standard GSM BTS with Abis interface as per the relevant 3GPP specifications. +standard GSM/GPRS/EGPRS BTS with Abis interface as per the relevant 3GPP specifications.
Homepage --------