This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald Welte has submitted this change and it was merged.
Change subject: OsmoBTS/abis/rsl: cosmetic: 'IPA style'
......................................................................
OsmoBTS/abis/rsl: cosmetic: 'IPA style'
Consistently name the PDCH act methid 'IPA style', name ip.access only once
in the 'IPA Style Dynamic Channels' section.
Consistently write 'IPA style' without hyphen (not 'IPA-style').
Capitalize section headers ('IPA Style').
Change-Id: I91112c2d8af9424ebe7e1972fd4ef9c77d24a7b4
---
M OsmoBTS/abis/rsl.adoc
1 file changed, 15 insertions(+), 13 deletions(-)
Approvals:
Jenkins Builder: Verified
Holger Freyther: Looks good to me, approved
diff --git a/OsmoBTS/abis/rsl.adoc b/OsmoBTS/abis/rsl.adoc
index 827e353..30a7d77 100644
--- a/OsmoBTS/abis/rsl.adoc
+++ b/OsmoBTS/abis/rsl.adoc
@@ -349,9 +349,9 @@
[[ipa_style_pdch_mgmt]]
-=== IPA style PDCH Management
+=== IPA Style PDCH Management
-When using an IPA-style dynamic TCH/F+PDCH channel type on an
+When using an IPA style dynamic TCH/F+PDCH channel type on an
on-air timeslot, there are a couple of non-standard RSL messages used
in order to activate or deactivate this timeslot in PDCH mode.
@@ -366,7 +366,7 @@
==== PDCH Activate
This procedure is used by the BSC to request the BTS to activate an
-IPA-style dynamic TCH/F+PDCH channel in PDCH mode.
+IPA style dynamic TCH/F+PDCH channel in PDCH mode.
The operation is not supported on any other physical channel type.
@@ -376,7 +376,7 @@
==== PDCH Deactivate
This procedure is used by the BSC to request the BTS to deactivate an
-active PDCH on any an IPA-style dynamic TCH/F+PDCH channel.
+active PDCH on any an IPA style dynamic TCH/F+PDCH channel.
The operation is not supported on any other physical channel type.
@@ -581,7 +581,7 @@
==== PDCH Activate
This message is sent by the BSC to request the activation of a PDCH on
-a IPA-style dynamic TCH/F+PDCH channel.
+a IPA style dynamic TCH/F+PDCH channel.
[options="header"]
[cols="30%,25%,15%,15%,15%"]
@@ -598,7 +598,7 @@
==== PDCH Activate ACK
This message is sent by the BTS to confirm the successful activation
-of a PDCH on a IPA-style dynamic TCH/F+PDCH channel.
+of a PDCH on a IPA style dynamic TCH/F+PDCH channel.
[options="header"]
[cols="30%,25%,15%,15%,15%"]
@@ -616,7 +616,7 @@
==== PDCH Activate NACK
This message is sent by the BTS to reject the successful activation
-of a PDCH on a IPA-style dynamic TCH/F+PDCH channel.
+of a PDCH on a IPA style dynamic TCH/F+PDCH channel.
[options="header"]
[cols="30%,25%,15%,15%,15%"]
@@ -634,7 +634,7 @@
==== PDCH Deactivate
This message is sent by the BSC to request the deactivation of a PDCH
-on a IPA-style dynamic TCH/F+PDCH channel.
+on a IPA style dynamic TCH/F+PDCH channel.
[options="header"]
[cols="30%,25%,15%,15%,15%"]
@@ -651,7 +651,7 @@
==== PDCH Deactivate ACK
This message is sent by the BTS to confirm the successful deactivation
-of a PDCH on a IPA-style dynamic TCH/F+PDCH channel.
+of a PDCH on a IPA style dynamic TCH/F+PDCH channel.
[options="header"]
[cols="30%,25%,15%,15%,15%"]
@@ -668,7 +668,7 @@
==== PDCH Deactivate NACK
This message is sent by the BTS to reject the deactivation of a PDCH
-on a IPA-style dynamic TCH/F+PDCH channel.
+on a IPA style dynamic TCH/F+PDCH channel.
[options="header"]
[cols="30%,25%,15%,15%,15%"]
@@ -876,17 +876,19 @@
There are two variants implemented in the OsmoBTS A-bis dialect:
-==== ip.access style Dynamic Channels
+==== IPA Style Dynamic Channels
This method is used when OML uses 'NM_CHANC_IPAC_TCHFull_PDCH' (0x80)
as channel combination for the given time-slot.
-When the ip.access style dynamic channel combination _TCH/F or PDCH_
+'IPA style' refers to 'ip.access' compatible PDCH activation and deactivation.
+
+When the IPA style dynamic channel combination _TCH/F or PDCH_
is set, the non-standard 'PDCH ACTIVATE' (<<pdch_act>>) and 'PDCH
DEACTIVATE' (<<pdch_deact>>) procedures are used for switching an idle
channel into PDCH mode and back into idle mode.
-.Example for dynamic channel switchover, for ip.access style dynamic timeslots
+.Example for dynamic channel switchover, for IPA style dynamic timeslots
["mscgen"]
----
include::dyn_ts_ipa_style.msc[]
--
To view, visit https://gerrit.osmocom.org/1086
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I91112c2d8af9424ebe7e1972fd4ef9c77d24a7b4
Gerrit-PatchSet: 4
Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Holger Freyther <holger at freyther.de>
Gerrit-Reviewer: Jenkins Builder