Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 16 Next »

This tool allows the validation of an Object that is publicly reachable by the tool: http://dev_devtoolkit.openmobilealliance.org/OEditor/OMNAVerify 

  • The error codes relevant to single Object Validation are from (403 to 499). 
  • In addition the user needs to validate by hand the criteria provided by error codes (400 to 402).

The information in the OMNA LwM2M Registry is contained in two files:

  • DDF.xml          : this file contains all the Object information that is displayed in the OMA LwM2M registry (with the exception of the Reusable Resources that are contained in the "Common.xml" file.
  • Common.xml   : this file contains the Reusable Resources information that is displayed in the OMA LwM2M registry.

Error Codes

General Requirements

Fault ID.Resolve ByDescription
005MaintainerSenML units was not possible to load and therefore not used during validation
010MaintainerThe API does not return the same number of objects for DDF.XML
011MaintainerThe API does not return the same number of resources for Common.XML - NOT SUPPORTED, THE API DOES NOT SUPPORT Common.XML
021MaintainerValidate that the XML File is 1) well formatted 2) valid according to the schema in DDF.XML
022

Maintainer &

Submitter

Validate that the XML File is 1) well formatted 2) valid according to the schema in Common.XML
023MaintainerValidate that the API return MIME Type application/json
031Maintainer

Validate that the file contains at least one object in DDF.XML

032Maintainer

Validate that the file contains at least one resource in Common.XML

041MaintainerInvalid content or element that is not expected in DDF.XML
042

To be reviewed

Submitter

DISABLED - Invalid content or element that is not expected in Common.XML


Elements in the DDF.xml

Fault IDResolve ByElementsDescription
200MaintainerObjectIDVersion is the same between two objects with the same Object ID
201n/a
DISABLED - Name is different for different version of the same Object ID
202n/a
DISABLED - Description is different for different version of the same Object ID
210MaintainerURN

The URN or ObjectID not correct according to the TS

The URN or Source category is not correct according to the TS

The URN or Ver is not correct according to the TS

The ID is not in the range allowed by Source

220MaintainerNameIs not allowed to be empty
230MaintainerDescriptionIs not allowed to be empty
240MaintainerOwnerIs not allowed to be empty
250MaintainerSourceIs not allowed to be empty
251Maintainer
Must be either "0", "1" or "2" without quotes
260MaintainerVerMust be either empty or 3 character with the format <Digit>.<Digit> according to the TS
270MaintainerDDFMust be either Empty or a valid link that does not return HTTP 404 (Not Found) and any error while downloading the object or processing the object
271Maintainer
The MIME Type of the response must be text/xml
272Maintainer
The link contains a invalid Object
273Maintainer
The link contains an Object with a minimum of one resource
280n/a

LWM2M

(Void)


Must either be empty if DDF is empty or a valid link to the tool with the URL to load the object into the tool

A valid URL must start with the call to the tool:

http://devtoolkit.openmobilealliance.org/OEditor/LWMOView?url=
Followed by the URL, (URL-encoded), to the Object.

For example: http://devtoolkit.openmobilealliance.org/OEditor/LWMOView?url=http%3A%2F%2Fwww.openmobilealliance.org%2Ftech%2Fprofiles%2FLWM2M_APN_connection_profile-v1_0.xml

Note: this error code is not longer in used. The element that contained the link to the LwM2M Editor was removed from the DDF.

290n/aVortoMust be either Empty or a valid link that does not return HTTP 404 (Not Found)
291n/a
DISABLED - The MIME Type of the response must not be "html" to avoid web page with HTTP 404
300MaintainerDDFLinkIs not allowed to be empty
301Maintainer
Must be either "0", or "1" without the quotes
310MaintainerTSMust be either Empty or a valid link that does not return HTTP 404 (Not Found)
311n/a
DISABLED - The MIME Type of the response must not be "html" to avoid web page with HTTP 404
320MaintainerTSLinkIs not allowed to be empty
321Maintainer
Must be either "0", or "1" without the quotes
330SubmitterLicenseType

Must either be empty or string - Will not be verified, empty or non-existing is treated equally

Note: to be changed to it cannot be empty

400SubmitterContent of Object"Object ID" inside the object is not the same as in the DDF.XML File
401Submitter

"Object URN" inside the object is not the same as in the DDF.XML File

402Submitter
"Object Name" inside the object is not the same as in the DDF.XML File
403Maintainer
Incorrect content of LWM2MVersion
404Submitter
Non-existent xml schema reference
405Submitter
Incorrect xml schema reference, according to the "LwM2M Version"
406Submitter
The object is missing LF characters in the end of the file
407Submitter
Object contains CR, which is not allowed
408Submitter
Object missing several LF, which is not allowed
410SubmitterContent of the objects resourcesEmpty Name
411Submitter
Invalid Operations according to the TS
412Submitter
Invalid Type according to the TS
413Submitter
Invalid Type for an resource with Operation = "E"
414Submitter
Invalid MultipleInstances value
415Submitter
Invalid Mandatory value
416Submitter
Empty description
417Submitter
Invalid Unit value according to SenML
450SubmitterContent of the object's reusable resourcesThe object uses an non existing reusable resource
460Submitter
Miss match with reusable resources on: Name
461Submitter
Miss match with reusable resources on: Operation
462Submitter
Miss match with reusable resources on: Type
463Submitter
Miss match with reusable resources on: RangeEnumeration
464Submitter
Miss match with reusable resources on: Unit

*In blue validation error codes that will stop the registration process.

Elements in the Common.xml 

Fault IDResolve byElementDescription
500SubmitterItem IDThe ID is already used in another registration, it must be unique
501Submitter
The ID is not in the range of (2048 - 26240)
510SubmitterNameIs not allowed to be empty
601Submitter
Invalid XML characters, for example smart quote
520SubmitterOperationsInvalid Operations according to the TS
604Submitter
Invalid XML characters, for example smart quote
530SubmitterTypeInvalid Type according to the TS
531Submitter
Invalid Type for an resource with Operation = "E"
540n/aRangeEnumerationN/A, No validation done
550n/aUnitsN/A, No validation done
551Submitter
Invalid Unit according to SenML
560n/aSubmitterN/A, No validation done
570SubmitterDescriptionIs not allowed to be empty
571Maintainer
Description is not CDATA encoded - Will not be validated
602Submitter
Invalid XML characters, for example smart quote
580MaintainerTSMust be either Empty or a valid link that does not return HTTP 404 (Not Found)
581Maintainer
The MIME Type of the response must not be "html" to avoid web page with HTTP 404
605

Submitter?

(duplicated)


Invalid XML characters, for example smart quote
590MaintainerTSLinkIs not allowed to be empty
591Maintainer
Must be either "0" or "1" without quotes

*In blue validation error codes that will stop the registration process.


  • No labels