aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-03-10 12:35:09 +0700
committerNeels Hofmeyr <neels@hofmeyr.de>2018-11-27 18:30:23 +0100
commita27873f1e2747f23906c6bbe3db9be55b633c14b (patch)
treecabf1981a2ac015f028105cd90b81ec531b72274
parent3a89f215406cfc58bea6bec7fa3b9ce79cf55339 (diff)
Gb: Various spelling fixes
-rw-r--r--doc/manuals/gb/bssgp.adoc2
-rw-r--r--doc/manuals/gb/ns.adoc2
-rw-r--r--doc/manuals/osmopcu-gb.adoc6
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/manuals/gb/bssgp.adoc b/doc/manuals/gb/bssgp.adoc
index 3a49a71a..6afd820a 100644
--- a/doc/manuals/gb/bssgp.adoc
+++ b/doc/manuals/gb/bssgp.adoc
@@ -280,7 +280,7 @@ actually evaluated.
[options="header",cols="5%,10%,30%,55%"]
|===
| tag (hex) | TS 08.18 ยง | IE name | Description
-| 0x18 | 11.3.28 | QoS Profile | Received value is ignored. Sent value is hardcoded to 0x4 (3 octets).
+| 0x18 | 11.3.28 | QoS Profile | Received value is ignored. Sent value is hard-coded to 0x4 (3 octets).
|===
==== Additional Attributes and Parameters
diff --git a/doc/manuals/gb/ns.adoc b/doc/manuals/gb/ns.adoc
index 3788389b..c1bbcb76 100644
--- a/doc/manuals/gb/ns.adoc
+++ b/doc/manuals/gb/ns.adoc
@@ -41,7 +41,7 @@ All the NS protocol messages from 3GPP TS 08.16 are implemented in OsmoPCU.
==== NS-UNITDATA
This PDU transfers one NS SDU (specified in 3GPP TS 08.18) between OsmoPCU and SGSN. Upon receiving it OsmoPCU passes it to BSSGP
-implementaton to handle. It is also sent by BSSGP as necessary - see <<bssgp>> for details.
+implementation to handle. It is also sent by BSSGP as necessary - see <<bssgp>> for details.
It contains BVCI (<<ie_bvci>>) and NS SDU (<<ie_nssdu>>) IEs.
[[ns_reset]]
diff --git a/doc/manuals/osmopcu-gb.adoc b/doc/manuals/osmopcu-gb.adoc
index 620d3368..fc70bc22 100644
--- a/doc/manuals/osmopcu-gb.adoc
+++ b/doc/manuals/osmopcu-gb.adoc
@@ -11,7 +11,7 @@ these are not or not fully implemented, as well as OsmoPCU-specific extensions
to the Gb interface not specified by 3GPP.
Extensions to the Gb interface specific to OsmoPCU are detailed in this
-document. For details on the messages and IEs that comply with abovementioned
+document. For details on the messages and IEs that comply with above-mentioned
3GPP specifications, please refer to those documents.
.3GPP document versions referred to by this document
@@ -37,7 +37,7 @@ document. For details on the messages and IEs that comply with abovementioned
The OsmoPCU Gb interface consists of the NS (Network Services) and
BSSGP (Base Station Subsystem Gateway Protocol), encapsulated in UDP
(User Datagram Protocol) and IP (Internet Protocol) version 4.
-Use of other underlying protocols (e. g. FrameRelay) is not supported.
+Use of other underlying protocols (e. g. Frame Relay) is not supported.
.UDP port numbers used by OsmoPCU Gb/IP
[options="header",width="50%",cols="35%,65%"]
@@ -50,7 +50,7 @@ The NS-over-UDP link is established in the PCU -> SGSN direction, i.e.
the PCU is running as client while the SGSN is running as server.
Establishment of the NS-over-UDP link is only possible after OsmoPCU
-has been configured viat the *PCU socket* interface from OsmoBTS.
+has been configured via the *PCU socket* interface from OsmoBTS.
OsmoBTS in turn receives relevant configuration parameters from
OsmoBSC or the BSC component inside OsmoNITB.