<p>laforge has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/15445">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">doc: Update Abis manual RSL section with ETWS related infomration<br><br>Change-Id: I969153a204c167783ba394c9a911ff4484ded759<br>---<br>M doc/manuals/abis/rsl.adoc<br>1 file changed, 48 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/45/15445/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/doc/manuals/abis/rsl.adoc b/doc/manuals/abis/rsl.adoc</span><br><span>index f66142d..86beaa2 100644</span><br><span>--- a/doc/manuals/abis/rsl.adoc</span><br><span>+++ b/doc/manuals/abis/rsl.adoc</span><br><span>@@ -81,6 +81,8 @@</span><br><span> .3+.| <<pdch_deact>> | <<rsl_pdch_deact>> | RSL PDCH Deactivation | <- | Received</span><br><span>                    | <<rsl_pdch_deact_ack>> | RSL PDCH Deactivation ACK | -> | Sent</span><br><span>                    | <<rsl_pdch_deact_nack>> | RSL PDCH Deactivation NACK | -> | Sent</span><br><span style="color: hsl(120, 100%, 40%);">+5+<| *COMMON CHANNEL MANAGEMENT MESSAGES*</span><br><span style="color: hsl(120, 100%, 40%);">+.3+.| <<etws>> | <<OSMO_ETWS_CMD>> | Osmocom ETWS Command | <- | Received</span><br><span> |===</span><br><span> </span><br><span> ==== Messages Not Implemented by OsmoBTS</span><br><span>@@ -455,6 +457,25 @@</span><br><span> include::dyn_ts_osmocom_style2.msc[]</span><br><span> ----</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+[[etws]]</span><br><span style="color: hsl(120, 100%, 40%);">+=== ETWS (Earthquake and Tsunami Warning System)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+ETWS as specified in 3GPP TS 23.041 includes not only notification via</span><br><span style="color: hsl(120, 100%, 40%);">+SMSCB, but also so-called Primary Notifications (PN).  The ETWS PN are</span><br><span style="color: hsl(120, 100%, 40%);">+transmitted</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+ * by the BSC to all subscribers with active dedicated channels</span><br><span style="color: hsl(120, 100%, 40%);">+ * by the BTS on the PCH to all subscribers in idle mode</span><br><span style="color: hsl(120, 100%, 40%);">+ * by the PCU on the PACCH to all subscribers with active TBF</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+Unfortunately, 3GPP forgot to update their specifications with any</span><br><span style="color: hsl(120, 100%, 40%);">+information as to how the ETWS PN is transmitted from BSC to BTS in</span><br><span style="color: hsl(120, 100%, 40%);">+a portable way, and Osmocom had to invent their own non-standard</span><br><span style="color: hsl(120, 100%, 40%);">+signaling for it.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+See <<OSMO_ETWS_CMD>> for the Osmocom implementation.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> === Message Formats and Contents</span><br><span> </span><br><span> [[rsl_crcx_msg]]</span><br><span>@@ -754,6 +775,32 @@</span><br><span> </span><br><span> NOTE:: This message is *not* used by Osmocom style dynamic channels</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+[[OSMO_ETWS_CMD]]</span><br><span style="color: hsl(120, 100%, 40%);">+==== Osmocom ETWS Command</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+This message is sent by the BSC to transfer the ETWS Primary Notification (PN)</span><br><span style="color: hsl(120, 100%, 40%);">+from BSC to BTS and enable/disable transmission of ETWS PN by the BTS.  For more</span><br><span style="color: hsl(120, 100%, 40%);">+information about ETWS, see 3GPP TS 23.041.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+If the ETWS PN length is > 0, the BTS will immediately start transmission</span><br><span style="color: hsl(120, 100%, 40%);">+of the received ETWS PN on the PCH using P1 Rest Octets.  It will also forward</span><br><span style="color: hsl(120, 100%, 40%);">+he ETWS PN to the PCU to enable the PCU to transmit it via PACCH on active TBF.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+If the ETWS PN length is 0, the BTS will stop any ETWS PN broadcast via the PCH.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+The Channel Number IE is set to the Downlink CCCH (PCH).</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+[options="header"]</span><br><span style="color: hsl(120, 100%, 40%);">+[cols="30%,25%,15%,15%,15%"]</span><br><span style="color: hsl(120, 100%, 40%);">+|===</span><br><span style="color: hsl(120, 100%, 40%);">+| INFORMATION ELEMENT | REFERENCE | PRESENCE | FORMAT | LENGTH</span><br><span style="color: hsl(120, 100%, 40%);">+| Message discriminator | 08.58 9.1 | M | V | 1</span><br><span style="color: hsl(120, 100%, 40%);">+| Message type | <<own_msg_types>> | M | V | 1</span><br><span style="color: hsl(120, 100%, 40%);">+| Channel number | 08.58 9.3.1 | M | TV | 2</span><br><span style="color: hsl(120, 100%, 40%);">+| SMSCB Message | 08.58 9.3.42 | M | TLV | 2-58</span><br><span style="color: hsl(120, 100%, 40%);">+|===</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> === Information Element Codings</span><br><span> </span><br><span> [[own_msg_types]]</span><br><span>@@ -776,6 +823,7 @@</span><br><span> | 0x77 | Delete Connection (DLCX) | <<rsl_dlcx_msg>></span><br><span> | 0x78 | Delete Connection (DLCX) ACK | <<rsl_dlcx_msg_ack>></span><br><span> | 0x79 | Delete Connection (DLCX) NACK | <<rsl_dlcx_msg_nack>></span><br><span style="color: hsl(120, 100%, 40%);">+| 0x7f | Osmocom ETWS Command | <<OSMO_ETWS_CMD>></span><br><span> | 0x48 | PDCH Activate | <<rsl_pdch_act>></span><br><span> | 0x49 | PDCH Activate ACK | <<rsl_pdch_act_ack>></span><br><span> | 0x4a | PDCH Activate NACK | <<rsl_pdch_act_nack>></span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/15445">change 15445</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-bts/+/15445"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bts </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I969153a204c167783ba394c9a911ff4484ded759 </div>
<div style="display:none"> Gerrit-Change-Number: 15445 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>