aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manuals/chapters
diff options
context:
space:
mode:
authorJonathan Brielmaier <jonathan.brielmaier@web.de>2016-05-25 15:01:11 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2018-11-27 17:54:20 +0100
commit1454a2c7527401d449b13fec2c3d61cad2d4ac25 (patch)
tree71061015b75629ad74aa48573064f7b40f0da65c /doc/manuals/chapters
parentbfb1257dce2649effb1e45d37fa0e1a577070ffd (diff)
fix various typos across all manuals
Diffstat (limited to 'doc/manuals/chapters')
-rw-r--r--doc/manuals/chapters/architecture.adoc2
-rw-r--r--doc/manuals/chapters/bts-models.adoc10
-rw-r--r--doc/manuals/chapters/interfaces.adoc2
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/manuals/chapters/architecture.adoc b/doc/manuals/chapters/architecture.adoc
index aca5bb95..a0e66cd0 100644
--- a/doc/manuals/chapters/architecture.adoc
+++ b/doc/manuals/chapters/architecture.adoc
@@ -83,7 +83,7 @@ order to specify which PHY instance is allocated to this specific TRX.
| common | bts_controlif_setup() | Initialization of Control Interface
| bts-specific | bts_model_ctrl_cmds_install() | Install model-specific control interface commands
| common | telnet_init() | Initialization of telnet interface
-| common | pcu_sock_init() | Initializaiton of PCU socket
+| common | pcu_sock_init() | Initialization of PCU socket
| common | main() | Installation of signal handlers
| common | abis_open() | Start of the A-bis connection to BSC
| common | phy_links_open() | Iterate over list of configured PHY links
diff --git a/doc/manuals/chapters/bts-models.adoc b/doc/manuals/chapters/bts-models.adoc
index 5a967f61..a4c65d25 100644
--- a/doc/manuals/chapters/bts-models.adoc
+++ b/doc/manuals/chapters/bts-models.adoc
@@ -33,10 +33,10 @@ Each bts_model may offer
== `osmo-bts-sysmo` for sysmocom sysmoBTS
-The sysmocom sysmoBTS is a range of GSM BTSs basd around an embedded
+The sysmocom sysmoBTS is a range of GSM BTSs based around an embedded
system implementing the PHY in a combination of DSP+FPGA. The PHY is
configured by a set of primitives described by header files. Those
-primitives are exchanged ove a set of message queues exposed on the
+primitives are exchanged over a set of message queues exposed on the
Linux-running ARM core via device nodes in `/dev/msgq/`. Internally,
the message queues map to shared memory between the Linux-running ARM
core and the DSP running the PHY implementation.
@@ -62,7 +62,7 @@ vice-versa.
<<osmo-bts-sysmo-dsp-trace>> for further information.
*--pcu-direct*::
Indicate that an external PCU (e.g. OsmoPCU) will directly
- open the DSP messge queues to the PHY / PH-SAP, and only MPH
+ open the DSP message queues to the PHY / PH-SAP, and only MPH
primitives are passed via OsmoBTS.
@@ -225,7 +225,7 @@ human-readable format to current VTY session.
===== `osmotrx ip HOST`
-Set the IP addess of the OsmoTRX transceiver to which we should connect
+Set the IP address of the OsmoTRX transceiver to which we should connect
to.
===== `osmotrx base-port (local|remote) <0-65535>`
@@ -293,7 +293,7 @@ OCTPKT session, which is mapped to an OsmoBTS PHY link. Depending on
the OCTSDR-2G software version, you may create multiple software TRX by
creating multiple OsmoBTS PHY instances inside that PHY link.
-Multiple DSPs may exsist in one circuit board, then each of the DSPs is
+Multiple DSPs may exist in one circuit board, then each of the DSPs is
interfaced by one OsmoBTS PHY link, and each of them may have one or
more OsmoBTS PHY instances creating a Multi-TRX configuration.
diff --git a/doc/manuals/chapters/interfaces.adoc b/doc/manuals/chapters/interfaces.adoc
index f5bf1b20..a95f524d 100644
--- a/doc/manuals/chapters/interfaces.adoc
+++ b/doc/manuals/chapters/interfaces.adoc
@@ -51,7 +51,7 @@ limited and largely depends on the bts_model used.
==== trx.N.thermal-attenuation
-The idea of this paramter is to attenuate the system output power as part of
+The idea of this parameter is to attenuate the system output power as part of
thermal management. In some cases the PA might be passing a critical level,
so an external control process can use this attribute to reduce the system
output power.