ILP-53: renamed RSSI to RSS
Showing
5 changed files
with
65 additions
and
62 deletions
| ... | @@ -85,27 +85,27 @@ | ... | @@ -85,27 +85,27 @@ | 
| 85 | <comment>Geometric specification matches HPE.ArcBand3D</comment> | 85 | <comment>Geometric specification matches HPE.ArcBand3D</comment> | 
| 86 | <elem name ="sectorid" type="uint16" multiplicity="1"/> | 86 | <elem name ="sectorid" type="uint16" multiplicity="1"/> | 
| 87 | <elem name ="height" type="float32" multiplicity="1"> | 87 | <elem name ="height" type="float32" multiplicity="1"> | 
| 88 | <tag name="unit" value="meters"/> | 88 | <tag name="unit" value="meter"/> | 
| 89 | <comment>Height of the antenna from the CellLocInfo altitude.</comment> | 89 | <comment>Height of the antenna from the CellLocInfo altitude.</comment> | 
| 90 | </elem> | 90 | </elem> | 
| 91 | <elem name ="direction" type="float32" multiplicity="1"> | 91 | <elem name ="direction" type="float32" multiplicity="1"> | 
| 92 | <tag name="unit" value="degrees"/> | 92 | <tag name="unit" value="degree"/> | 
| 93 | <comment>angle from north to center of arc; aka orientation. 0 <= direction < 360.</comment> | 93 | <comment>angle from north to center of arc; aka orientation. 0 < = direction < 360.</comment> | 
| 94 | </elem> | 94 | </elem> | 
| 95 | <elem name ="tilt" type="float32" multiplicity="1"> | 95 | <elem name ="tilt" type="float32" multiplicity="1"> | 
| 96 | <tag name="unit" value="degrees"/> | 96 | <tag name="unit" value="degree"/> | 
| 97 | <comment>Vertical tilt from horizon.</comment> | 97 | <comment>Vertical tilt from horizon.</comment> | 
| 98 | </elem> | 98 | </elem> | 
| 99 | <elem name="opening" type="float32" multiplicity="1"> | 99 | <elem name="opening" type="float32" multiplicity="1"> | 
| 100 | <tag name="unit" value="degrees"/> | 100 | <tag name="unit" value="degree"/> | 
| 101 | <comment>Coverage angle of the antenna face; half on either side of direction. 0 < opening <= 360.</comment> | 101 | <comment>Coverage angle of the antenna face; half on either side of direction. 0 < opening < = 360.</comment> | 
| 102 | </elem> | 102 | </elem> | 
| 103 | <elem name="vopening" type="float32" multiplicity="1"> | 103 | <elem name="vopening" type="float32" multiplicity="1"> | 
| 104 | <tag name="unit" value="degrees"/> | 104 | <tag name="unit" value="degree"/> | 
| 105 | <comment>Vertical coverage angle of the antenna face; half on either side of tilt 0 < opening <= 360.</comment> | 105 | <comment>Vertical coverage angle of the antenna face; half on either side of tilt 0 < opening < = 360.</comment> | 
| 106 | </elem> | 106 | </elem> | 
| 107 | <elem name="radius" type="uint32" multiplicity="1"> | 107 | <elem name="radius" type="uint32" multiplicity="1"> | 
| 108 | <tag name="unit" value="meters"/> | 108 | <tag name="unit" value="meter"/> | 
| 109 | <comment>Maximum antenna radius; distance the cell is usable at TxPower. | 109 | <comment>Maximum antenna radius; distance the cell is usable at TxPower. | 
| 110 | aka: MAR, SectorRadius | 110 | aka: MAR, SectorRadius | 
| 111 | </comment> | 111 | </comment> | 
| ... | @@ -141,12 +141,12 @@ | ... | @@ -141,12 +141,12 @@ | 
| 141 | <tag name="unit" value="WGS84"/> | 141 | <tag name="unit" value="WGS84"/> | 
| 142 | </elem> | 142 | </elem> | 
| 143 | <elem name="radius" type="float32" multiplicity="1"> | 143 | <elem name="radius" type="float32" multiplicity="1"> | 
| 144 | <tag name="unit" value="meters"/> | 144 | <tag name="unit" value="meter"/> | 
| 145 | <comment>Horizontal uncertainty of cell-site position at 68% confidence. 0 <= hunc </comment> | 145 | <comment>Horizontal uncertainty of cell-site position at 68% confidence. 0 < = hunc </comment> | 
| 146 | </elem> | 146 | </elem> | 
| 147 | <elem name="vert" type="float32" multiplicity="1"> | 147 | <elem name="vert" type="float32" multiplicity="1"> | 
| 148 | <tag name="unit" value="meters"/> | 148 | <tag name="unit" value="meter"/> | 
| 149 | <comment>Vertical uncertainty of cell-site position at 68% confidence. 0 <= vunc</comment> | 149 | <comment>Vertical uncertainty of cell-site position at 68% confidence. 0 < = vunc</comment> | 
| 150 | </elem> | 150 | </elem> | 
| 151 | 151 | ||
| 152 | </struct> | 152 | </struct> | 
| ... | @@ -280,9 +280,9 @@ | ... | @@ -280,9 +280,9 @@ | 
| 280 | </elem> | 280 | </elem> | 
| 281 | </struct> | 281 | </struct> | 
| 282 | 282 | ||
| 283 | <struct name="LteRssiInfo" type="CellularObservation" pack="true" rttkey="HPE.ObservationType.LTE_RSSI"> | 283 | <struct name="LteRssInfo" type="CellularObservation" pack="true" rttkey="HPE.ObservationType.LTE_RSS"> | 
| 284 | <comment> | 284 | <comment> | 
| 285 | LTERSSIInfo is a 4G LTE structure which defines the signal RSSI information. | 285 | LteRssInfo is a 4G LTE structure which defines the signal RSS information. | 
| 286 | </comment> | 286 | </comment> | 
| 287 | <elem name ="rsrp" type="uint8" multiplicity="1"> | 287 | <elem name ="rsrp" type="uint8" multiplicity="1"> | 
| 288 | <tag name="unit" value="dBm"/> | 288 | <tag name="unit" value="dBm"/> | 
| ... | @@ -301,6 +301,7 @@ | ... | @@ -301,6 +301,7 @@ | 
| 301 | <struct name="GenericInfo" type="CellularObservation" pack="true" rttkey="HPE.ObservationType.CELLULAR_GENERIC"> | 301 | <struct name="GenericInfo" type="CellularObservation" pack="true" rttkey="HPE.ObservationType.CELLULAR_GENERIC"> | 
| 302 | <comment>Observation type specifies a common cellular observation in generic units. Sometimes observations are translated into a simpler format for transport.</comment> | 302 | <comment>Observation type specifies a common cellular observation in generic units. Sometimes observations are translated into a simpler format for transport.</comment> | 
| 303 | <elem name ="rss" type="float32" multiplicity="1"> | 303 | <elem name ="rss" type="float32" multiplicity="1"> | 
| 304 | <tag name="unit" value="dBm"/> | ||
| 304 | <comment>Received Signal Strength (RSS), the value is 0 if not defined. The units are -dBm.</comment> | 305 | <comment>Received Signal Strength (RSS), the value is 0 if not defined. The units are -dBm.</comment> | 
| 305 | </elem> | 306 | </elem> | 
| 306 | <elem name ="rssUncert" type="uint8" multiplicity="1"> | 307 | <elem name ="rssUncert" type="uint8" multiplicity="1"> | ... | ... | 
| ... | @@ -76,7 +76,7 @@ | ... | @@ -76,7 +76,7 @@ | 
| 76 | <literal name="RTT_3G" value="10"/> | 76 | <literal name="RTT_3G" value="10"/> | 
| 77 | <literal name="MR_3G" value="11"/> | 77 | <literal name="MR_3G" value="11"/> | 
| 78 | <literal name="LTE_TA" value="12"/> | 78 | <literal name="LTE_TA" value="12"/> | 
| 79 | <literal name="LTE_RSSI" value="13"/> | 79 | <literal name="LTE_RSS" value="13"/> | 
| 80 | <literal name="WIFI_RSS" value="14"/> | 80 | <literal name="WIFI_RSS" value="14"/> | 
| 81 | <literal name="WIFI_RNG" value="15"/> | 81 | <literal name="WIFI_RNG" value="15"/> | 
| 82 | <literal name="BLE_RSS" value="16"/> | 82 | <literal name="BLE_RSS" value="16"/> | ... | ... | 
| ... | @@ -19,9 +19,9 @@ | ... | @@ -19,9 +19,9 @@ | 
| 19 | <comment>ssid string of wifi access point</comment> | 19 | <comment>ssid string of wifi access point</comment> | 
| 20 | </array> | 20 | </array> | 
| 21 | 21 | ||
| 22 | <struct name="WiFiRssi" type="ObservationEpoch" pack="true" rttkey="HPE.ObservationType.WIFI_RSS"> | 22 | <struct name="WiFiRss" type="ObservationEpoch" pack="true" rttkey="HPE.ObservationType.WIFI_RSS"> | 
| 23 | <comment>Wi-Fi RSSI observation</comment> | 23 | <comment>Wi-Fi RSS observation</comment> | 
| 24 | <elem name ="rssi" type="uint8" multiplicity="1"> | 24 | <elem name ="rss" type="uint8" multiplicity="1"> | 
| 25 | <tag name="unit" value="-dBm"/> | 25 | <tag name="unit" value="-dBm"/> | 
| 26 | <comment>RSS signal measured value(used as negative). </comment> | 26 | <comment>RSS signal measured value(used as negative). </comment> | 
| 27 | </elem> | 27 | </elem> | 
| ... | @@ -30,16 +30,18 @@ | ... | @@ -30,16 +30,18 @@ | 
| 30 | </elem> | 30 | </elem> | 
| 31 | </struct> | 31 | </struct> | 
| 32 | 32 | ||
| 33 | <struct name="WiFiRssiExt" type="WiFiRssi" rttkey="HPE.ObservationType.WIFI_RSS_EXT"> | 33 | <struct name="WiFiRssExt" type="WiFiRss" rttkey="HPE.ObservationType.WIFI_RSS_EXT"> | 
| 34 | <comment>Extension of the WifiRssi data structure</comment> | 34 | <comment>Extension of the WiFiRss data structure</comment> | 
| 35 | <elem name="ssid" type="SSID" multiplicity="1"> | 35 | <elem name="ssid" type="SSID" multiplicity="1"> | 
| 36 | <comment>ssid of the wifi access point</comment> | 36 | <comment>ssid of the WiFi access point</comment> | 
| 37 | </elem> | 37 | </elem> | 
| 38 | <elem name="freq" type="float32" multiplicity="1"> | 38 | <elem name="freq" type="float32" multiplicity="1"> | 
| 39 | <comment>Radio frequency of the Wifi Access point</comment> | 39 | <tag name="unit" value="Hz"/> | 
| 40 | <comment>Radio frequency of the WiFi access point</comment> | ||
| 40 | </elem> | 41 | </elem> | 
| 41 | <elem name="uncert" type="float32" multiplicity="1"> | 42 | <elem name="uncert" type="float32" multiplicity="1"> | 
| 42 | <comment> uncertainty of the rssi measurements</comment> | 43 | <tag name="unit" value="meter"/> | 
| 44 | <comment> uncertainty of the RSS measurements</comment> | ||
| 43 | </elem> | 45 | </elem> | 
| 44 | </struct> | 46 | </struct> | 
| 45 | 47 | ... | ... | 
| ... | @@ -52,9 +52,9 @@ Idx.HPE.Cellular.GenericInfo.service=6 | ... | @@ -52,9 +52,9 @@ Idx.HPE.Cellular.GenericInfo.service=6 | 
| 52 | Idx.HPE.Cellular.GenericInfo.taHighPart=4 | 52 | Idx.HPE.Cellular.GenericInfo.taHighPart=4 | 
| 53 | Idx.HPE.Cellular.GenericInfo.taLowPart=3 | 53 | Idx.HPE.Cellular.GenericInfo.taLowPart=3 | 
| 54 | Idx.HPE.Cellular.GenericInfo.taUncert=5 | 54 | Idx.HPE.Cellular.GenericInfo.taUncert=5 | 
| 55 | Idx.HPE.Cellular.LteRssiInfo.nprb=3 | 55 | Idx.HPE.Cellular.LteRssInfo.nprb=3 | 
| 56 | Idx.HPE.Cellular.LteRssiInfo.rsrp=1 | 56 | Idx.HPE.Cellular.LteRssInfo.rsrp=1 | 
| 57 | Idx.HPE.Cellular.LteRssiInfo.rsrq=2 | 57 | Idx.HPE.Cellular.LteRssInfo.rsrq=2 | 
| 58 | Idx.HPE.Cellular.LteTimeAdvanceInfo.aoa=3 | 58 | Idx.HPE.Cellular.LteTimeAdvanceInfo.aoa=3 | 
| 59 | Idx.HPE.Cellular.LteTimeAdvanceInfo.ta=2 | 59 | Idx.HPE.Cellular.LteTimeAdvanceInfo.ta=2 | 
| 60 | Idx.HPE.Cellular.LteTimeAdvanceInfo.tamode=1 | 60 | Idx.HPE.Cellular.LteTimeAdvanceInfo.tamode=1 | 
| ... | @@ -174,11 +174,11 @@ Idx.HPE.ReferenceData.format=1 | ... | @@ -174,11 +174,11 @@ Idx.HPE.ReferenceData.format=1 | 
| 174 | Idx.HPE.Shape.type=1 | 174 | Idx.HPE.Shape.type=1 | 
| 175 | Idx.HPE.Spheroid.radius=1 | 175 | Idx.HPE.Spheroid.radius=1 | 
| 176 | Idx.HPE.Spheroid.vert=2 | 176 | Idx.HPE.Spheroid.vert=2 | 
| 177 | Idx.HPE.WiFi.WiFiRssi.macaddr=2 | 177 | Idx.HPE.WiFi.WiFiRss.macaddr=2 | 
| 178 | Idx.HPE.WiFi.WiFiRssi.rssi=1 | 178 | Idx.HPE.WiFi.WiFiRss.rss=1 | 
| 179 | Idx.HPE.WiFi.WiFiRssiExt.freq=2 | 179 | Idx.HPE.WiFi.WiFiRssExt.freq=2 | 
| 180 | Idx.HPE.WiFi.WiFiRssiExt.ssid=1 | 180 | Idx.HPE.WiFi.WiFiRssExt.ssid=1 | 
| 181 | Idx.HPE.WiFi.WiFiRssiExt.uncert=3 | 181 | Idx.HPE.WiFi.WiFiRssExt.uncert=3 | 
| 182 | Off.HPE.Arc.direction=25 | 182 | Off.HPE.Arc.direction=25 | 
| 183 | Off.HPE.Arc.inner=21 | 183 | Off.HPE.Arc.inner=21 | 
| 184 | Off.HPE.Arc.opening=29 | 184 | Off.HPE.Arc.opening=29 | 
| ... | @@ -233,9 +233,9 @@ Off.HPE.Cellular.GenericInfo.service=31 | ... | @@ -233,9 +233,9 @@ Off.HPE.Cellular.GenericInfo.service=31 | 
| 233 | Off.HPE.Cellular.GenericInfo.taHighPart=28 | 233 | Off.HPE.Cellular.GenericInfo.taHighPart=28 | 
| 234 | Off.HPE.Cellular.GenericInfo.taLowPart=26 | 234 | Off.HPE.Cellular.GenericInfo.taLowPart=26 | 
| 235 | Off.HPE.Cellular.GenericInfo.taUncert=29 | 235 | Off.HPE.Cellular.GenericInfo.taUncert=29 | 
| 236 | Off.HPE.Cellular.LteRssiInfo.nprb=23 | 236 | Off.HPE.Cellular.LteRssInfo.nprb=23 | 
| 237 | Off.HPE.Cellular.LteRssiInfo.rsrp=21 | 237 | Off.HPE.Cellular.LteRssInfo.rsrp=21 | 
| 238 | Off.HPE.Cellular.LteRssiInfo.rsrq=22 | 238 | Off.HPE.Cellular.LteRssInfo.rsrq=22 | 
| 239 | Off.HPE.Cellular.LteTimeAdvanceInfo.aoa=24 | 239 | Off.HPE.Cellular.LteTimeAdvanceInfo.aoa=24 | 
| 240 | Off.HPE.Cellular.LteTimeAdvanceInfo.ta=22 | 240 | Off.HPE.Cellular.LteTimeAdvanceInfo.ta=22 | 
| 241 | Off.HPE.Cellular.LteTimeAdvanceInfo.tamode=21 | 241 | Off.HPE.Cellular.LteTimeAdvanceInfo.tamode=21 | 
| ... | @@ -355,11 +355,11 @@ Off.HPE.ReferenceData.format=0 | ... | @@ -355,11 +355,11 @@ Off.HPE.ReferenceData.format=0 | 
| 355 | Off.HPE.Shape.type=0 | 355 | Off.HPE.Shape.type=0 | 
| 356 | Off.HPE.Spheroid.radius=25 | 356 | Off.HPE.Spheroid.radius=25 | 
| 357 | Off.HPE.Spheroid.vert=29 | 357 | Off.HPE.Spheroid.vert=29 | 
| 358 | Off.HPE.WiFi.WiFiRssi.macaddr=10 | 358 | Off.HPE.WiFi.WiFiRss.macaddr=10 | 
| 359 | Off.HPE.WiFi.WiFiRssi.rssi=9 | 359 | Off.HPE.WiFi.WiFiRss.rss=9 | 
| 360 | Off.HPE.WiFi.WiFiRssiExt.freq=49 | 360 | Off.HPE.WiFi.WiFiRssExt.freq=49 | 
| 361 | Off.HPE.WiFi.WiFiRssiExt.ssid=16 | 361 | Off.HPE.WiFi.WiFiRssExt.ssid=16 | 
| 362 | Off.HPE.WiFi.WiFiRssiExt.uncert=53 | 362 | Off.HPE.WiFi.WiFiRssExt.uncert=53 | 
| 363 | Ord.HPE.Estimate.confidence=69 | 363 | Ord.HPE.Estimate.confidence=69 | 
| 364 | Ord.HPE.Estimate.epoch=68 | 364 | Ord.HPE.Estimate.epoch=68 | 
| 365 | Ord.HPE.Estimate.obstype=66 | 365 | Ord.HPE.Estimate.obstype=66 | 
| ... | @@ -450,7 +450,7 @@ Size.HPE.Cellular.CellId=12 | ... | @@ -450,7 +450,7 @@ Size.HPE.Cellular.CellId=12 | 
| 450 | Size.HPE.Cellular.CellLocInfo=32 | 450 | Size.HPE.Cellular.CellLocInfo=32 | 
| 451 | Size.HPE.Cellular.CellularObservation=21 | 451 | Size.HPE.Cellular.CellularObservation=21 | 
| 452 | Size.HPE.Cellular.GenericInfo=32 | 452 | Size.HPE.Cellular.GenericInfo=32 | 
| 453 | Size.HPE.Cellular.LteRssiInfo=24 | 453 | Size.HPE.Cellular.LteRssInfo=24 | 
| 454 | Size.HPE.Cellular.LteTimeAdvanceInfo=28 | 454 | Size.HPE.Cellular.LteTimeAdvanceInfo=28 | 
| 455 | Size.HPE.Cellular.MSISDNObservation=11 | 455 | Size.HPE.Cellular.MSISDNObservation=11 | 
| 456 | Size.HPE.Cellular.MeasuredResultInfo=26 | 456 | Size.HPE.Cellular.MeasuredResultInfo=26 | 
| ... | @@ -491,8 +491,8 @@ Size.HPE.Shape=1 | ... | @@ -491,8 +491,8 @@ Size.HPE.Shape=1 | 
| 491 | Size.HPE.Spheroid=33 | 491 | Size.HPE.Spheroid=33 | 
| 492 | Size.HPE.StateInfo=-1 | 492 | Size.HPE.StateInfo=-1 | 
| 493 | Size.HPE.TaskReport=-1 | 493 | Size.HPE.TaskReport=-1 | 
| 494 | Size.HPE.WiFi.WiFiRssi=16 | 494 | Size.HPE.WiFi.WiFiRss=16 | 
| 495 | Size.HPE.WiFi.WiFiRssiExt=57 | 495 | Size.HPE.WiFi.WiFiRssExt=57 | 
| 496 | Size.Logging.ActionMsg=-1 | 496 | Size.Logging.ActionMsg=-1 | 
| 497 | Size.Logging.AppMetrics=-1 | 497 | Size.Logging.AppMetrics=-1 | 
| 498 | Size.Logging.DebugInfo=-1 | 498 | Size.Logging.DebugInfo=-1 | ... | ... | 
| ... | @@ -52,9 +52,9 @@ Idx.HPE.Cellular.GenericInfo.service=6 | ... | @@ -52,9 +52,9 @@ Idx.HPE.Cellular.GenericInfo.service=6 | 
| 52 | Idx.HPE.Cellular.GenericInfo.taHighPart=4 | 52 | Idx.HPE.Cellular.GenericInfo.taHighPart=4 | 
| 53 | Idx.HPE.Cellular.GenericInfo.taLowPart=3 | 53 | Idx.HPE.Cellular.GenericInfo.taLowPart=3 | 
| 54 | Idx.HPE.Cellular.GenericInfo.taUncert=5 | 54 | Idx.HPE.Cellular.GenericInfo.taUncert=5 | 
| 55 | Idx.HPE.Cellular.LteRssiInfo.nprb=3 | 55 | Idx.HPE.Cellular.LteRssInfo.nprb=3 | 
| 56 | Idx.HPE.Cellular.LteRssiInfo.rsrp=1 | 56 | Idx.HPE.Cellular.LteRssInfo.rsrp=1 | 
| 57 | Idx.HPE.Cellular.LteRssiInfo.rsrq=2 | 57 | Idx.HPE.Cellular.LteRssInfo.rsrq=2 | 
| 58 | Idx.HPE.Cellular.LteTimeAdvanceInfo.aoa=3 | 58 | Idx.HPE.Cellular.LteTimeAdvanceInfo.aoa=3 | 
| 59 | Idx.HPE.Cellular.LteTimeAdvanceInfo.ta=2 | 59 | Idx.HPE.Cellular.LteTimeAdvanceInfo.ta=2 | 
| 60 | Idx.HPE.Cellular.LteTimeAdvanceInfo.tamode=1 | 60 | Idx.HPE.Cellular.LteTimeAdvanceInfo.tamode=1 | 
| ... | @@ -174,11 +174,11 @@ Idx.HPE.ReferenceData.format=1 | ... | @@ -174,11 +174,11 @@ Idx.HPE.ReferenceData.format=1 | 
| 174 | Idx.HPE.Shape.type=1 | 174 | Idx.HPE.Shape.type=1 | 
| 175 | Idx.HPE.Spheroid.radius=1 | 175 | Idx.HPE.Spheroid.radius=1 | 
| 176 | Idx.HPE.Spheroid.vert=2 | 176 | Idx.HPE.Spheroid.vert=2 | 
| 177 | Idx.HPE.WiFi.WiFiRssi.macaddr=2 | 177 | Idx.HPE.WiFi.WiFiRss.macaddr=2 | 
| 178 | Idx.HPE.WiFi.WiFiRssi.rssi=1 | 178 | Idx.HPE.WiFi.WiFiRss.rss=1 | 
| 179 | Idx.HPE.WiFi.WiFiRssiExt.freq=2 | 179 | Idx.HPE.WiFi.WiFiRssExt.freq=2 | 
| 180 | Idx.HPE.WiFi.WiFiRssiExt.ssid=1 | 180 | Idx.HPE.WiFi.WiFiRssExt.ssid=1 | 
| 181 | Idx.HPE.WiFi.WiFiRssiExt.uncert=3 | 181 | Idx.HPE.WiFi.WiFiRssExt.uncert=3 | 
| 182 | Off.HPE.Arc.direction=25 | 182 | Off.HPE.Arc.direction=25 | 
| 183 | Off.HPE.Arc.inner=21 | 183 | Off.HPE.Arc.inner=21 | 
| 184 | Off.HPE.Arc.opening=29 | 184 | Off.HPE.Arc.opening=29 | 
| ... | @@ -233,9 +233,9 @@ Off.HPE.Cellular.GenericInfo.service=31 | ... | @@ -233,9 +233,9 @@ Off.HPE.Cellular.GenericInfo.service=31 | 
| 233 | Off.HPE.Cellular.GenericInfo.taHighPart=28 | 233 | Off.HPE.Cellular.GenericInfo.taHighPart=28 | 
| 234 | Off.HPE.Cellular.GenericInfo.taLowPart=26 | 234 | Off.HPE.Cellular.GenericInfo.taLowPart=26 | 
| 235 | Off.HPE.Cellular.GenericInfo.taUncert=29 | 235 | Off.HPE.Cellular.GenericInfo.taUncert=29 | 
| 236 | Off.HPE.Cellular.LteRssiInfo.nprb=23 | 236 | Off.HPE.Cellular.LteRssInfo.nprb=23 | 
| 237 | Off.HPE.Cellular.LteRssiInfo.rsrp=21 | 237 | Off.HPE.Cellular.LteRssInfo.rsrp=21 | 
| 238 | Off.HPE.Cellular.LteRssiInfo.rsrq=22 | 238 | Off.HPE.Cellular.LteRssInfo.rsrq=22 | 
| 239 | Off.HPE.Cellular.LteTimeAdvanceInfo.aoa=24 | 239 | Off.HPE.Cellular.LteTimeAdvanceInfo.aoa=24 | 
| 240 | Off.HPE.Cellular.LteTimeAdvanceInfo.ta=22 | 240 | Off.HPE.Cellular.LteTimeAdvanceInfo.ta=22 | 
| 241 | Off.HPE.Cellular.LteTimeAdvanceInfo.tamode=21 | 241 | Off.HPE.Cellular.LteTimeAdvanceInfo.tamode=21 | 
| ... | @@ -355,11 +355,11 @@ Off.HPE.ReferenceData.format=0 | ... | @@ -355,11 +355,11 @@ Off.HPE.ReferenceData.format=0 | 
| 355 | Off.HPE.Shape.type=0 | 355 | Off.HPE.Shape.type=0 | 
| 356 | Off.HPE.Spheroid.radius=25 | 356 | Off.HPE.Spheroid.radius=25 | 
| 357 | Off.HPE.Spheroid.vert=29 | 357 | Off.HPE.Spheroid.vert=29 | 
| 358 | Off.HPE.WiFi.WiFiRssi.macaddr=10 | 358 | Off.HPE.WiFi.WiFiRss.macaddr=10 | 
| 359 | Off.HPE.WiFi.WiFiRssi.rssi=9 | 359 | Off.HPE.WiFi.WiFiRss.rss=9 | 
| 360 | Off.HPE.WiFi.WiFiRssiExt.freq=49 | 360 | Off.HPE.WiFi.WiFiRssExt.freq=49 | 
| 361 | Off.HPE.WiFi.WiFiRssiExt.ssid=16 | 361 | Off.HPE.WiFi.WiFiRssExt.ssid=16 | 
| 362 | Off.HPE.WiFi.WiFiRssiExt.uncert=53 | 362 | Off.HPE.WiFi.WiFiRssExt.uncert=53 | 
| 363 | Ord.HPE.Estimate.confidence=69 | 363 | Ord.HPE.Estimate.confidence=69 | 
| 364 | Ord.HPE.Estimate.epoch=68 | 364 | Ord.HPE.Estimate.epoch=68 | 
| 365 | Ord.HPE.Estimate.obstype=66 | 365 | Ord.HPE.Estimate.obstype=66 | 
| ... | @@ -506,7 +506,7 @@ Size.HPE.Cellular.CellId=12 | ... | @@ -506,7 +506,7 @@ Size.HPE.Cellular.CellId=12 | 
| 506 | Size.HPE.Cellular.CellLocInfo=32 | 506 | Size.HPE.Cellular.CellLocInfo=32 | 
| 507 | Size.HPE.Cellular.CellularObservation=21 | 507 | Size.HPE.Cellular.CellularObservation=21 | 
| 508 | Size.HPE.Cellular.GenericInfo=32 | 508 | Size.HPE.Cellular.GenericInfo=32 | 
| 509 | Size.HPE.Cellular.LteRssiInfo=24 | 509 | Size.HPE.Cellular.LteRssInfo=24 | 
| 510 | Size.HPE.Cellular.LteTimeAdvanceInfo=28 | 510 | Size.HPE.Cellular.LteTimeAdvanceInfo=28 | 
| 511 | Size.HPE.Cellular.MSISDNObservation=11 | 511 | Size.HPE.Cellular.MSISDNObservation=11 | 
| 512 | Size.HPE.Cellular.MeasuredResultInfo=26 | 512 | Size.HPE.Cellular.MeasuredResultInfo=26 | 
| ... | @@ -547,8 +547,8 @@ Size.HPE.Shape=1 | ... | @@ -547,8 +547,8 @@ Size.HPE.Shape=1 | 
| 547 | Size.HPE.Spheroid=33 | 547 | Size.HPE.Spheroid=33 | 
| 548 | Size.HPE.StateInfo=-1 | 548 | Size.HPE.StateInfo=-1 | 
| 549 | Size.HPE.TaskReport=-1 | 549 | Size.HPE.TaskReport=-1 | 
| 550 | Size.HPE.WiFi.WiFiRssi=16 | 550 | Size.HPE.WiFi.WiFiRss=16 | 
| 551 | Size.HPE.WiFi.WiFiRssiExt=57 | 551 | Size.HPE.WiFi.WiFiRssExt=57 | 
| 552 | Size.ILP.Assistance.Gnss.Input=-1 | 552 | Size.ILP.Assistance.Gnss.Input=-1 | 
| 553 | Size.ILP.Assistance.Gnss.Output=-1 | 553 | Size.ILP.Assistance.Gnss.Output=-1 | 
| 554 | Size.ILP.CalculateInput=-1 | 554 | Size.ILP.CalculateInput=-1 | ... | ... | 
- 
Please register or sign in to post a comment