Page tree

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

Compare with Current View Page History

« Previous Version 2 Next »

General Requirements

Fault ID.Imple.Description
010
  •  
The API does not return the same number of objects for DDF.XML
011
  •  
The API does not return the same number of resources for Common.XML - NOT SUPPORTED, THE API DOES NOT SUPPORT Common.XML
021
  •  
Validate that the XML File is 1) well formatted 2) valid according to the schema in DDF.XML
022
  •  
Validate that the XML File is 1) well formatted 2) valid according to the schema in Common.XML
023
  •  
Validate that the API return MIME Type application/json
031
  •  

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

032
  •  

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

041
  •  
Invalid content or element that is not expected in DDF.XML
042
  •  
DISABLED - Invalid content or element that is not expected in Common.XML


Elements in the DDF.xml

Fault IDImple.ElementsDescription
200
  •  
ObjectIDVersion is the same between two objects with the same Object ID
201
  •  

DISABLED - Name is different for different version of the same Object ID
202
  •  

DISABLED - Description is different for different version of the same Object ID
210
  •  
URN

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

220
  •  
NameIs not allowed to be empty
230
  •  
DescriptionIs not allowed to be empty
240
  •  
OwnerIs not allowed to be empty
250
  •  
SourceIs not allowed to be empty
251
  •  

Must be either "0", "1" or "2" without quotes
260
  •  
VerMust be either empty or 3 character with the format <Digit>.<Digit> according to the TS
270
  •  
DDFMust be either Empty or a valid link that does not return HTTP 404 (Not Found)
271
  •  

The MIME Type of the response must be text/xml
272
  •  

The link contains a invalid Object
273
  •  

The link contains an Object with a minimum of one resource
280
  •  
LWM2MMust either be empty if DDF is empty or a valid link to the tool with the URL to load the object into the tool
290
  •  
VortoMust be either Empty or a valid link that does not return HTTP 404 (Not Found)
291
  •  

DISABLED - The MIME Type of the response must not be "html" to avoid web page with HTTP 404
300
  •  
DDFLinkIs not allowed to be empty
301
  •  

Must be either "0", or "1" without the quotes
310
  •  
TSMust be either Empty or a valid link that does not return HTTP 404 (Not Found)
311
  •  

DISABLED - The MIME Type of the response must not be "html" to avoid web page with HTTP 404
320
  •  
TSLinkIs not allowed to be empty
321
  •  

Must be either "0", or "1" without the quotes
330
  •  
LicenseTypeMust either be empty or string - Will not be verified, empty or non-existing is treated equally
400
  •  
Content of ObjectDoes not correspond to the registration: Object ID
401
  •  

Does not correspond to the registration: Object URN
402
  •  

Does not correspond to the registration: Object Name
403
  •  

Incorrect content of LWM2MVersion
404
  •  

Non-existent xml schema reference
405
  •  

Incorrect xml schema reference, according to the "LwM2M Version"
410
  •  
Content of the objects resourcesEmpty Name
411
  •  

Invalid Operations according to the TS
412
  •  

Invalid Type according to the TS
413
  •  

Invalid Type for an resource with Operation = "E"
414
  •  

Invalid MultipleInstances value
415
  •  

Invalid Mandatory value
416
  •  

Empty description
450
  •  
Content of the object's reusable resourcesThe object uses an non existing reusable resource
460
  •  

Miss match with reusable resources on: Name
461
  •  

Miss match with reusable resources on: Operation
462
  •  

Miss match with reusable resources on: Type
463
  •  

Miss match with reusable resources on: RangeEnumeration
464
  •  

Miss match with reusable resources on: Unit


Elements in the Common.xml 

Fauld IDImple.ElementDescription
500
  •  
Item IDThe ID is already used in another registration, it must be unique
501
  •  

The ID is not in the range of (2048 - 26240)
510
  •  
NameIs not allowed to be empty
520
  •  
OperationsInvalid Operations according to the TS
530
  •  
TypeInvalid Type according to the TS
531
  •  

Invalid Type for an resource with Operation = "E"
540
  •  
RangeEnumerationN/A, No validation done
550
  •  
UnitsN/A, No validation done
560
  •  
SubmitterN/A, No validation done
570
  •  
DescriptionIs not allowed to be empty
571
  •  

Description is not CDATA encoded - Will not be validated
580
  •  
TSMust be either Empty or a valid link that does not return HTTP 404 (Not Found)
581
  •  

The MIME Type of the response must not be "html" to avoid web page with HTTP 404
590
  •  
TSLinkIs not allowed to be empty
591
  •  

Must be either "0" or "1" without quotes
  • No labels