Gb: Various spelling fixes

This commit is contained in:
Harald Welte 2016-03-10 12:35:09 +07:00 committed by Neels Hofmeyr
parent 3a89f21540
commit a27873f1e2
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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]]

View File

@ -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.