OpenMobileAlliance / OMA_LwM2M_for_Developers

OMA LightweightM2M public resources.
http://openmobilealliance.github.io/OMA_LwM2M_for_Developers/
Other
239 stars 52 forks source link

LWM2M.xsd: wrong type for Object ID and Resource ID #22

Closed vogtdominik closed 9 years ago

vogtdominik commented 9 years ago

LWM2M.xsd version: version - 1.0 date - 21 Nov 2013

According to the LWM2M specification (OMA-TS-LightweightM2M-V1_0-20141126-C), the Object ID and Resource ID is a 16-bit unsigned integer. But the LWM2M.xsd defines unsignedByte instead of unsignedShort (see line 89 and 162 in http://openmobilealliance.org/tech/profiles/LWM2M.xsd).

boaks commented 9 years ago

Duplicate of https://github.com/OpenMobileAlliance/OMA-LwM2M-Public-Review/issues/59 ?