Skip to content

Commit

Permalink
fix(lwm2m): add ranges to Energy Estimate and RSRP in 14203
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Jul 2, 2024
1 parent cf03062 commit 048cb8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lwm2m/14203.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration/>
<RangeEnumeration>-140..-40</RangeEnumeration>
<Units>dBm</Units>
<Description><![CDATA[Reference Signal Received Power (RSRP). The average power level in dBm received from a single reference signal in an LTE (Long-term Evolution) network. Typically this value ranges from -140 to -40 dBm. Examples: -97, -104.]]></Description>
</Item>
Expand Down Expand Up @@ -84,7 +84,7 @@
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration/>
<RangeEnumeration>5..9</RangeEnumeration>
<Units/>
<Description><![CDATA[The %CONEVAL AT command returns amongst other data the energy estimate: Relative estimated energy consumption of data transmission compared to nominal consumption. A higher value means smaller energy consumption. 5: Difficulties in setting up connections. Maximum number of repetitions might be needed for data. 6: Poor conditions. Setting up a connection might require retries and a higher number of repetitions for data. 7: Normal conditions for cIoT device. No repetitions for data or only a few repetitions in the worst case. 8: Good conditions. Possibly very good conditions for small amounts of data. 9: Very good conditions. Efficient data transfer estimated also for larger amounts of data. Examples: 5, 7]]></Description>
</Item>
Expand Down

0 comments on commit 048cb8b

Please sign in to comment.