Skip to content

Commit

Permalink
fix(lw2m2): add missing property
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Nov 5, 2023
1 parent b271e45 commit ce9b3f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions lwm2m/14203.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<Name>Network mode</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>String</Type>
<RangeEnumeration/>
<Units/>
Expand All @@ -21,6 +22,7 @@
<Name>Band</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration/>
<Units/>
Expand All @@ -30,6 +32,7 @@
<Name>RSRP</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration/>
<Units>dBm</Units>
Expand All @@ -39,6 +42,7 @@
<Name>Area</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration/>
<Units/>
Expand All @@ -48,6 +52,7 @@
<Name>Cell</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration/>
<Units/>
Expand All @@ -57,6 +62,7 @@
<Name>Mobile country code and mobile network code</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration/>
<Units/>
Expand All @@ -66,6 +72,7 @@
<Name>IP address</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>String</Type>
<RangeEnumeration/>
<Units/>
Expand All @@ -75,6 +82,7 @@
<Name>Energy Estimate</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration/>
<Units/>
Expand Down
2 changes: 1 addition & 1 deletion lwm2m/14205.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<Name>Timestamp</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Mandatory>Mandatory</Mandatory>
<Type>Time</Type>
<RangeEnumeration/>
<Units/>
Expand Down

0 comments on commit ce9b3f3

Please sign in to comment.