<p>neels <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-smlc/+/20943">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">manual: describe TA-based positioning and cell locations<br><br>Change-Id: I3d8ae0f6fef0c60499a5e133d3dd0ebd54e8c321<br>---<br>A doc/manuals/chapters/cells.adoc<br>A doc/manuals/chapters/positioning.adoc<br>M doc/manuals/chapters/running.adoc<br>M doc/manuals/osmosmlc-usermanual.adoc<br>4 files changed, 44 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/doc/manuals/chapters/cells.adoc b/doc/manuals/chapters/cells.adoc</span><br><span>new file mode 100644</span><br><span>index 0000000..a54c026</span><br><span>--- /dev/null</span><br><span>+++ b/doc/manuals/chapters/cells.adoc</span><br><span>@@ -0,0 +1,26 @@</span><br><span style="color: hsl(120, 100%, 40%);">+== Configure Cell Locations</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+To determine geographic location estimates based on the serving cell, OsmoSMLC</span><br><span style="color: hsl(120, 100%, 40%);">+needs preconfigured global positions by latitude and longitude, for each cell of</span><br><span style="color: hsl(120, 100%, 40%);">+each BSC.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+On the `cells` configuration node, cell locations can be indicated by LAC and</span><br><span style="color: hsl(120, 100%, 40%);">+CI, or by Cell Global Identity. The following example configures the position</span><br><span style="color: hsl(120, 100%, 40%);">+for a cell by LAC 23 and CI 42:</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%);">+cells</span><br><span style="color: hsl(120, 100%, 40%);">+ lac-ci 23 42 lat 12.3456 lon 23.4567</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%);">+The following example configures the position by a Cell Global Identity with</span><br><span style="color: hsl(120, 100%, 40%);">+PLMN 001-01, LAC 2 and CI 3:</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%);">+cells</span><br><span style="color: hsl(120, 100%, 40%);">+ cgi 001 01 2 3 lat 34.5678 lon 45.6789</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%);">+If a cell's latitude and longitude is not configured, all location requests for</span><br><span style="color: hsl(120, 100%, 40%);">+subscribers served by that cell are answered by a BSSMAP-LE Perform Location</span><br><span style="color: hsl(120, 100%, 40%);">+Response without a Location Estimate and  LCS Cause "Facility not supported".</span><br><span>diff --git a/doc/manuals/chapters/positioning.adoc b/doc/manuals/chapters/positioning.adoc</span><br><span>new file mode 100644</span><br><span>index 0000000..e16c224</span><br><span>--- /dev/null</span><br><span>+++ b/doc/manuals/chapters/positioning.adoc</span><br><span>@@ -0,0 +1,11 @@</span><br><span style="color: hsl(120, 100%, 40%);">+== Positioning Methods</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+So far, OsmoSMLC provides only TA-based positioning.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+=== TA-Based Positioning</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+In TA-based positioning, the serving Cell Id and the Timing Advance (a.k.a.</span><br><span style="color: hsl(120, 100%, 40%);">+Access Delay) are provided by the BSC. OsmoSMLC returns a GAD "ellipsoid point</span><br><span style="color: hsl(120, 100%, 40%);">+with uncertainty circle" as location estimate. The ellipsoid point is the</span><br><span style="color: hsl(120, 100%, 40%);">+latitude and longitude of the serving cell, and the uncertainty circle is the</span><br><span style="color: hsl(120, 100%, 40%);">+maximum distance from that cell based on the Timing Advance information.</span><br><span>diff --git a/doc/manuals/chapters/running.adoc b/doc/manuals/chapters/running.adoc</span><br><span>index 0a3174e..684866e 100644</span><br><span>--- a/doc/manuals/chapters/running.adoc</span><br><span>+++ b/doc/manuals/chapters/running.adoc</span><br><span>@@ -63,10 +63,11 @@</span><br><span> ===== Configure SCCP/M3UA (AoIP)</span><br><span> </span><br><span> OsmoSMLC acts as client to contact an STP instance and establish an SCCP/M3UA</span><br><span style="color: hsl(0, 100%, 40%);">-link.</span><br><span style="color: hsl(120, 100%, 40%);">+link. OsmoSMLC always uses the SSN "SMLC (BSSMAP-LE)" (SSN code 252). The</span><br><span style="color: hsl(120, 100%, 40%);">+configurable point-code defaults to 0.23.6 (190).</span><br><span> </span><br><span> An example configuration of OsmoSMLC's Lb SCCP link, assuming the SMLC at</span><br><span style="color: hsl(0, 100%, 40%);">-point-code 1.23.6 via an SG listening for M3UA at 127.0.0.1:2905:</span><br><span style="color: hsl(120, 100%, 40%);">+point-code 1.23.6, listening for M3UA at 127.0.0.1:2905:</span><br><span> </span><br><span> ----</span><br><span> cs7 instance 0</span><br><span>diff --git a/doc/manuals/osmosmlc-usermanual.adoc b/doc/manuals/osmosmlc-usermanual.adoc</span><br><span>index 0be3a23..d2aa544 100644</span><br><span>--- a/doc/manuals/osmosmlc-usermanual.adoc</span><br><span>+++ b/doc/manuals/osmosmlc-usermanual.adoc</span><br><span>@@ -18,6 +18,10 @@</span><br><span> </span><br><span> include::./common/chapters/cs7-config.adoc[]</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+include::{srcdir}/chapters/positioning.adoc[]</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+include::{srcdir}/chapters/cells.adoc[]</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> include::./common/chapters/counters-overview.adoc[]</span><br><span> </span><br><span> // include::{srcdir}/chapters/counters.adoc[]</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-smlc/+/20943">change 20943</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-smlc/+/20943"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-smlc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I3d8ae0f6fef0c60499a5e133d3dd0ebd54e8c321 </div>
<div style="display:none"> Gerrit-Change-Number: 20943 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>