9cfd17d0 by Skip Hines

ILP-53: renamed RSSI to RSS

1 parent 2f41ccf6
......@@ -85,27 +85,27 @@
<comment>Geometric specification matches HPE.ArcBand3D</comment>
<elem name ="sectorid" type="uint16" multiplicity="1"/>
<elem name ="height" type="float32" multiplicity="1">
<tag name="unit" value="meters"/>
<tag name="unit" value="meter"/>
<comment>Height of the antenna from the CellLocInfo altitude.</comment>
</elem>
<elem name ="direction" type="float32" multiplicity="1">
<tag name="unit" value="degrees"/>
<comment>angle from north to center of arc; aka orientation. 0 &lt;= direction &lt; 360.</comment>
<tag name="unit" value="degree"/>
<comment>angle from north to center of arc; aka orientation. 0 &lt; = direction &lt; 360.</comment>
</elem>
<elem name ="tilt" type="float32" multiplicity="1">
<tag name="unit" value="degrees"/>
<tag name="unit" value="degree"/>
<comment>Vertical tilt from horizon.</comment>
</elem>
<elem name="opening" type="float32" multiplicity="1">
<tag name="unit" value="degrees"/>
<comment>Coverage angle of the antenna face; half on either side of direction. 0 &lt; opening &lt;= 360.</comment>
<tag name="unit" value="degree"/>
<comment>Coverage angle of the antenna face; half on either side of direction. 0 &lt; opening &lt; = 360.</comment>
</elem>
<elem name="vopening" type="float32" multiplicity="1">
<tag name="unit" value="degrees"/>
<comment>Vertical coverage angle of the antenna face; half on either side of tilt 0 &lt; opening &lt;= 360.</comment>
<tag name="unit" value="degree"/>
<comment>Vertical coverage angle of the antenna face; half on either side of tilt 0 &lt; opening &lt; = 360.</comment>
</elem>
<elem name="radius" type="uint32" multiplicity="1">
<tag name="unit" value="meters"/>
<tag name="unit" value="meter"/>
<comment>Maximum antenna radius; distance the cell is usable at TxPower.
aka: MAR, SectorRadius
</comment>
......@@ -141,12 +141,12 @@
<tag name="unit" value="WGS84"/>
</elem>
<elem name="radius" type="float32" multiplicity="1">
<tag name="unit" value="meters"/>
<comment>Horizontal uncertainty of cell-site position at 68% confidence. 0 &lt;= hunc </comment>
<tag name="unit" value="meter"/>
<comment>Horizontal uncertainty of cell-site position at 68% confidence. 0 &lt; = hunc </comment>
</elem>
<elem name="vert" type="float32" multiplicity="1">
<tag name="unit" value="meters"/>
<comment>Vertical uncertainty of cell-site position at 68% confidence. 0 &lt;= vunc</comment>
<tag name="unit" value="meter"/>
<comment>Vertical uncertainty of cell-site position at 68% confidence. 0 &lt; = vunc</comment>
</elem>
</struct>
......@@ -280,9 +280,9 @@
</elem>
</struct>
<struct name="LteRssiInfo" type="CellularObservation" pack="true" rttkey="HPE.ObservationType.LTE_RSSI">
<struct name="LteRssInfo" type="CellularObservation" pack="true" rttkey="HPE.ObservationType.LTE_RSS">
<comment>
LTERSSIInfo is a 4G LTE structure which defines the signal RSSI information.
LteRssInfo is a 4G LTE structure which defines the signal RSS information.
</comment>
<elem name ="rsrp" type="uint8" multiplicity="1">
<tag name="unit" value="dBm"/>
......@@ -301,6 +301,7 @@
<struct name="GenericInfo" type="CellularObservation" pack="true" rttkey="HPE.ObservationType.CELLULAR_GENERIC">
<comment>Observation type specifies a common cellular observation in generic units. Sometimes observations are translated into a simpler format for transport.</comment>
<elem name ="rss" type="float32" multiplicity="1">
<tag name="unit" value="dBm"/>
<comment>Received Signal Strength (RSS), the value is 0 if not defined. The units are -dBm.</comment>
</elem>
<elem name ="rssUncert" type="uint8" multiplicity="1">
......
......@@ -76,7 +76,7 @@
<literal name="RTT_3G" value="10"/>
<literal name="MR_3G" value="11"/>
<literal name="LTE_TA" value="12"/>
<literal name="LTE_RSSI" value="13"/>
<literal name="LTE_RSS" value="13"/>
<literal name="WIFI_RSS" value="14"/>
<literal name="WIFI_RNG" value="15"/>
<literal name="BLE_RSS" value="16"/>
......
......@@ -19,9 +19,9 @@
<comment>ssid string of wifi access point</comment>
</array>
<struct name="WiFiRssi" type="ObservationEpoch" pack="true" rttkey="HPE.ObservationType.WIFI_RSS">
<comment>Wi-Fi RSSI observation</comment>
<elem name ="rssi" type="uint8" multiplicity="1">
<struct name="WiFiRss" type="ObservationEpoch" pack="true" rttkey="HPE.ObservationType.WIFI_RSS">
<comment>Wi-Fi RSS observation</comment>
<elem name ="rss" type="uint8" multiplicity="1">
<tag name="unit" value="-dBm"/>
<comment>RSS signal measured value(used as negative). </comment>
</elem>
......@@ -30,16 +30,18 @@
</elem>
</struct>
<struct name="WiFiRssiExt" type="WiFiRssi" rttkey="HPE.ObservationType.WIFI_RSS_EXT">
<comment>Extension of the WifiRssi data structure</comment>
<struct name="WiFiRssExt" type="WiFiRss" rttkey="HPE.ObservationType.WIFI_RSS_EXT">
<comment>Extension of the WiFiRss data structure</comment>
<elem name="ssid" type="SSID" multiplicity="1">
<comment>ssid of the wifi access point</comment>
<comment>ssid of the WiFi access point</comment>
</elem>
<elem name="freq" type="float32" multiplicity="1">
<comment>Radio frequency of the Wifi Access point</comment>
<tag name="unit" value="Hz"/>
<comment>Radio frequency of the WiFi access point</comment>
</elem>
<elem name="uncert" type="float32" multiplicity="1">
<comment> uncertainty of the rssi measurements</comment>
<tag name="unit" value="meter"/>
<comment> uncertainty of the RSS measurements</comment>
</elem>
</struct>
......
......@@ -52,9 +52,9 @@ Idx.HPE.Cellular.GenericInfo.service=6
Idx.HPE.Cellular.GenericInfo.taHighPart=4
Idx.HPE.Cellular.GenericInfo.taLowPart=3
Idx.HPE.Cellular.GenericInfo.taUncert=5
Idx.HPE.Cellular.LteRssiInfo.nprb=3
Idx.HPE.Cellular.LteRssiInfo.rsrp=1
Idx.HPE.Cellular.LteRssiInfo.rsrq=2
Idx.HPE.Cellular.LteRssInfo.nprb=3
Idx.HPE.Cellular.LteRssInfo.rsrp=1
Idx.HPE.Cellular.LteRssInfo.rsrq=2
Idx.HPE.Cellular.LteTimeAdvanceInfo.aoa=3
Idx.HPE.Cellular.LteTimeAdvanceInfo.ta=2
Idx.HPE.Cellular.LteTimeAdvanceInfo.tamode=1
......@@ -174,11 +174,11 @@ Idx.HPE.ReferenceData.format=1
Idx.HPE.Shape.type=1
Idx.HPE.Spheroid.radius=1
Idx.HPE.Spheroid.vert=2
Idx.HPE.WiFi.WiFiRssi.macaddr=2
Idx.HPE.WiFi.WiFiRssi.rssi=1
Idx.HPE.WiFi.WiFiRssiExt.freq=2
Idx.HPE.WiFi.WiFiRssiExt.ssid=1
Idx.HPE.WiFi.WiFiRssiExt.uncert=3
Idx.HPE.WiFi.WiFiRss.macaddr=2
Idx.HPE.WiFi.WiFiRss.rss=1
Idx.HPE.WiFi.WiFiRssExt.freq=2
Idx.HPE.WiFi.WiFiRssExt.ssid=1
Idx.HPE.WiFi.WiFiRssExt.uncert=3
Off.HPE.Arc.direction=25
Off.HPE.Arc.inner=21
Off.HPE.Arc.opening=29
......@@ -233,9 +233,9 @@ Off.HPE.Cellular.GenericInfo.service=31
Off.HPE.Cellular.GenericInfo.taHighPart=28
Off.HPE.Cellular.GenericInfo.taLowPart=26
Off.HPE.Cellular.GenericInfo.taUncert=29
Off.HPE.Cellular.LteRssiInfo.nprb=23
Off.HPE.Cellular.LteRssiInfo.rsrp=21
Off.HPE.Cellular.LteRssiInfo.rsrq=22
Off.HPE.Cellular.LteRssInfo.nprb=23
Off.HPE.Cellular.LteRssInfo.rsrp=21
Off.HPE.Cellular.LteRssInfo.rsrq=22
Off.HPE.Cellular.LteTimeAdvanceInfo.aoa=24
Off.HPE.Cellular.LteTimeAdvanceInfo.ta=22
Off.HPE.Cellular.LteTimeAdvanceInfo.tamode=21
......@@ -355,11 +355,11 @@ Off.HPE.ReferenceData.format=0
Off.HPE.Shape.type=0
Off.HPE.Spheroid.radius=25
Off.HPE.Spheroid.vert=29
Off.HPE.WiFi.WiFiRssi.macaddr=10
Off.HPE.WiFi.WiFiRssi.rssi=9
Off.HPE.WiFi.WiFiRssiExt.freq=49
Off.HPE.WiFi.WiFiRssiExt.ssid=16
Off.HPE.WiFi.WiFiRssiExt.uncert=53
Off.HPE.WiFi.WiFiRss.macaddr=10
Off.HPE.WiFi.WiFiRss.rss=9
Off.HPE.WiFi.WiFiRssExt.freq=49
Off.HPE.WiFi.WiFiRssExt.ssid=16
Off.HPE.WiFi.WiFiRssExt.uncert=53
Ord.HPE.Estimate.confidence=69
Ord.HPE.Estimate.epoch=68
Ord.HPE.Estimate.obstype=66
......@@ -450,7 +450,7 @@ Size.HPE.Cellular.CellId=12
Size.HPE.Cellular.CellLocInfo=32
Size.HPE.Cellular.CellularObservation=21
Size.HPE.Cellular.GenericInfo=32
Size.HPE.Cellular.LteRssiInfo=24
Size.HPE.Cellular.LteRssInfo=24
Size.HPE.Cellular.LteTimeAdvanceInfo=28
Size.HPE.Cellular.MSISDNObservation=11
Size.HPE.Cellular.MeasuredResultInfo=26
......@@ -491,8 +491,8 @@ Size.HPE.Shape=1
Size.HPE.Spheroid=33
Size.HPE.StateInfo=-1
Size.HPE.TaskReport=-1
Size.HPE.WiFi.WiFiRssi=16
Size.HPE.WiFi.WiFiRssiExt=57
Size.HPE.WiFi.WiFiRss=16
Size.HPE.WiFi.WiFiRssExt=57
Size.Logging.ActionMsg=-1
Size.Logging.AppMetrics=-1
Size.Logging.DebugInfo=-1
......
......@@ -52,9 +52,9 @@ Idx.HPE.Cellular.GenericInfo.service=6
Idx.HPE.Cellular.GenericInfo.taHighPart=4
Idx.HPE.Cellular.GenericInfo.taLowPart=3
Idx.HPE.Cellular.GenericInfo.taUncert=5
Idx.HPE.Cellular.LteRssiInfo.nprb=3
Idx.HPE.Cellular.LteRssiInfo.rsrp=1
Idx.HPE.Cellular.LteRssiInfo.rsrq=2
Idx.HPE.Cellular.LteRssInfo.nprb=3
Idx.HPE.Cellular.LteRssInfo.rsrp=1
Idx.HPE.Cellular.LteRssInfo.rsrq=2
Idx.HPE.Cellular.LteTimeAdvanceInfo.aoa=3
Idx.HPE.Cellular.LteTimeAdvanceInfo.ta=2
Idx.HPE.Cellular.LteTimeAdvanceInfo.tamode=1
......@@ -174,11 +174,11 @@ Idx.HPE.ReferenceData.format=1
Idx.HPE.Shape.type=1
Idx.HPE.Spheroid.radius=1
Idx.HPE.Spheroid.vert=2
Idx.HPE.WiFi.WiFiRssi.macaddr=2
Idx.HPE.WiFi.WiFiRssi.rssi=1
Idx.HPE.WiFi.WiFiRssiExt.freq=2
Idx.HPE.WiFi.WiFiRssiExt.ssid=1
Idx.HPE.WiFi.WiFiRssiExt.uncert=3
Idx.HPE.WiFi.WiFiRss.macaddr=2
Idx.HPE.WiFi.WiFiRss.rss=1
Idx.HPE.WiFi.WiFiRssExt.freq=2
Idx.HPE.WiFi.WiFiRssExt.ssid=1
Idx.HPE.WiFi.WiFiRssExt.uncert=3
Off.HPE.Arc.direction=25
Off.HPE.Arc.inner=21
Off.HPE.Arc.opening=29
......@@ -233,9 +233,9 @@ Off.HPE.Cellular.GenericInfo.service=31
Off.HPE.Cellular.GenericInfo.taHighPart=28
Off.HPE.Cellular.GenericInfo.taLowPart=26
Off.HPE.Cellular.GenericInfo.taUncert=29
Off.HPE.Cellular.LteRssiInfo.nprb=23
Off.HPE.Cellular.LteRssiInfo.rsrp=21
Off.HPE.Cellular.LteRssiInfo.rsrq=22
Off.HPE.Cellular.LteRssInfo.nprb=23
Off.HPE.Cellular.LteRssInfo.rsrp=21
Off.HPE.Cellular.LteRssInfo.rsrq=22
Off.HPE.Cellular.LteTimeAdvanceInfo.aoa=24
Off.HPE.Cellular.LteTimeAdvanceInfo.ta=22
Off.HPE.Cellular.LteTimeAdvanceInfo.tamode=21
......@@ -355,11 +355,11 @@ Off.HPE.ReferenceData.format=0
Off.HPE.Shape.type=0
Off.HPE.Spheroid.radius=25
Off.HPE.Spheroid.vert=29
Off.HPE.WiFi.WiFiRssi.macaddr=10
Off.HPE.WiFi.WiFiRssi.rssi=9
Off.HPE.WiFi.WiFiRssiExt.freq=49
Off.HPE.WiFi.WiFiRssiExt.ssid=16
Off.HPE.WiFi.WiFiRssiExt.uncert=53
Off.HPE.WiFi.WiFiRss.macaddr=10
Off.HPE.WiFi.WiFiRss.rss=9
Off.HPE.WiFi.WiFiRssExt.freq=49
Off.HPE.WiFi.WiFiRssExt.ssid=16
Off.HPE.WiFi.WiFiRssExt.uncert=53
Ord.HPE.Estimate.confidence=69
Ord.HPE.Estimate.epoch=68
Ord.HPE.Estimate.obstype=66
......@@ -506,7 +506,7 @@ Size.HPE.Cellular.CellId=12
Size.HPE.Cellular.CellLocInfo=32
Size.HPE.Cellular.CellularObservation=21
Size.HPE.Cellular.GenericInfo=32
Size.HPE.Cellular.LteRssiInfo=24
Size.HPE.Cellular.LteRssInfo=24
Size.HPE.Cellular.LteTimeAdvanceInfo=28
Size.HPE.Cellular.MSISDNObservation=11
Size.HPE.Cellular.MeasuredResultInfo=26
......@@ -547,8 +547,8 @@ Size.HPE.Shape=1
Size.HPE.Spheroid=33
Size.HPE.StateInfo=-1
Size.HPE.TaskReport=-1
Size.HPE.WiFi.WiFiRssi=16
Size.HPE.WiFi.WiFiRssiExt=57
Size.HPE.WiFi.WiFiRss=16
Size.HPE.WiFi.WiFiRssExt=57
Size.ILP.Assistance.Gnss.Input=-1
Size.ILP.Assistance.Gnss.Output=-1
Size.ILP.CalculateInput=-1
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!