LWM2M_Server-v1_0.xml 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. FILE INFORMATION
  4. OMA Permanent Document
  5. File: OMA-SUP-XML_LWM2M_Server-V1_0-20170208-A
  6. Type: xml
  7. Public Reachable Information
  8. Path: http://www.openmobilealliance.org/tech/profiles
  9. Name: LWM2M_Server-v1_0.xml
  10. NORMATIVE INFORMATION
  11. Information about this file can be found in the latest revision of
  12. OMA-TS-LightweightM2M-V1_0
  13. This is available at http://www.openmobilealliance.org/
  14. Send comments to technical-comments@mail.openmobilealliance.org
  15. CHANGE HISTORY
  16. 08022017 Status changed to Approved by TP, TP Ref # OMA-TP-2017-0009-INP_LightweightM2M-V1_0_ERP_for_Final_Approval
  17. LEGAL DISCLAIMER
  18. Copyright 2017 Open Mobile Alliance All rights reserved.
  19. Redistribution and use in source and binary forms, with or without
  20. modification, are permitted provided that the following conditions
  21. are met:
  22. 1. Redistributions of source code must retain the above copyright
  23. notice, this list of conditions and the following disclaimer.
  24. 2. Redistributions in binary form must reproduce the above copyright
  25. notice, this list of conditions and the following disclaimer in the
  26. documentation and/or other materials provided with the distribution.
  27. 3. Neither the name of the copyright holder nor the names of its
  28. contributors may be used to endorse or promote products derived
  29. from this software without specific prior written permission.
  30. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  31. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  32. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  33. FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
  34. COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  35. INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  36. BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  37. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  38. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  39. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
  40. ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  41. POSSIBILITY OF SUCH DAMAGE.
  42. The above license is used as a license under copyright only. Please
  43. reference the OMA IPR Policy for patent licensing terms:
  44. http://www.openmobilealliance.org/ipr.html
  45. -->
  46. <LWM2M xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://openmobilealliance.org/tech/profiles/LWM2M.xsd">
  47. <Object ObjectType="MODefinition">
  48. <Name>LwM2M Server</Name>
  49. <Description1><![CDATA[This LwM2M Objects provides the data related to a LwM2M Server. A Bootstrap-Server has no such an Object Instance associated to it.]]></Description1>
  50. <ObjectID>1</ObjectID>
  51. <ObjectURN>urn:oma:lwm2m:oma:1</ObjectURN>
  52. <MultipleInstances>Multiple</MultipleInstances>
  53. <Mandatory>Mandatory</Mandatory>
  54. <Resources>
  55. <Item ID="0">
  56. <Name>Short Server ID</Name>
  57. <Operations>R</Operations>
  58. <MultipleInstances>Single</MultipleInstances>
  59. <Mandatory>Mandatory</Mandatory>
  60. <Type>Integer</Type>
  61. <RangeEnumeration>1-65535</RangeEnumeration>
  62. <Units></Units>
  63. <Description><![CDATA[Used as link to associate server Object Instance.]]></Description>
  64. </Item>
  65. <Item ID="1">
  66. <Name>Lifetime</Name>
  67. <Operations>RW</Operations>
  68. <MultipleInstances>Single</MultipleInstances>
  69. <Mandatory>Mandatory</Mandatory>
  70. <Type>Integer</Type>
  71. <RangeEnumeration></RangeEnumeration>
  72. <Units>s</Units>
  73. <Description><![CDATA[Specify the lifetime of the registration in seconds (see Section 5.3 Registration).]]></Description>
  74. </Item>
  75. <Item ID="2">
  76. <Name>Default Minimum Period</Name>
  77. <Operations>RW</Operations>
  78. <MultipleInstances>Single</MultipleInstances>
  79. <Mandatory>Optional</Mandatory>
  80. <Type>Integer</Type>
  81. <RangeEnumeration></RangeEnumeration>
  82. <Units>s</Units>
  83. <Description><![CDATA[The default value the LwM2M Client should use for the Minimum Period of an Observation in the absence of this parameter being included in an Observation.
  84. If this Resource doesn’t exist, the default value is 0.]]></Description>
  85. </Item>
  86. <Item ID="3">
  87. <Name>Default Maximum Period</Name>
  88. <Operations>RW</Operations>
  89. <MultipleInstances>Single</MultipleInstances>
  90. <Mandatory>Optional</Mandatory>
  91. <Type>Integer</Type>
  92. <RangeEnumeration></RangeEnumeration>
  93. <Units>s</Units>
  94. <Description><![CDATA[The default value the LwM2M Client should use for the Maximum Period of an Observation in the absence of this parameter being included in an Observation.]]></Description>
  95. </Item>
  96. <Item ID="4">
  97. <Name>Disable</Name>
  98. <Operations>E</Operations>
  99. <MultipleInstances>Single</MultipleInstances>
  100. <Mandatory>Optional</Mandatory>
  101. <Type></Type>
  102. <RangeEnumeration></RangeEnumeration>
  103. <Units></Units>
  104. <Description><![CDATA[If this Resource is executed, this LwM2M Server Object is disabled for a certain period defined in the Disabled Timeout Resource. After receiving “Execute” operation, LwM2M Client MUST send response of the operation and perform de-registration process, and underlying network connection between the Client and Server MUST be disconnected to disable the LwM2M Server account.
  105. After the above process, the LwM2M Client MUST NOT send any message to the Server and ignore all the messages from the LwM2M Server for the period.]]></Description>
  106. </Item>
  107. <Item ID="5">
  108. <Name>Disable Timeout</Name>
  109. <Operations>RW</Operations>
  110. <MultipleInstances>Single</MultipleInstances>
  111. <Mandatory>Optional</Mandatory>
  112. <Type>Integer</Type>
  113. <RangeEnumeration></RangeEnumeration>
  114. <Units>s</Units>
  115. <Description><![CDATA[A period to disable the Server. After this period, the LwM2M Client MUST perform registration process to the Server. If this Resource is not set, a default timeout value is 86400 (1 day).]]></Description>
  116. </Item>
  117. <Item ID="6">
  118. <Name>Notification Storing When Disabled or Offline</Name>
  119. <Operations>RW</Operations>
  120. <MultipleInstances>Single</MultipleInstances>
  121. <Mandatory>Mandatory</Mandatory>
  122. <Type>Boolean</Type>
  123. <RangeEnumeration></RangeEnumeration>
  124. <Units></Units>
  125. <Description><![CDATA[If true, the LwM2M Client stores “Notify” operations to the LwM2M Server while the LwM2M Server account is disabled or the LwM2M Client is offline. After the LwM2M Server account is enabled or the LwM2M Client is online, the LwM2M Client reports the stored “Notify” operations to the Server.
  126. If false, the LwM2M Client discards all the “Notify” operations or temporarily disables the Observe function while the LwM2M Server is disabled or the LwM2M Client is offline.
  127. The default value is true.
  128. The maximum number of storing Notifications per Server is up to the implementation.]]></Description>
  129. </Item>
  130. <Item ID="7">
  131. <Name>Binding</Name>
  132. <Operations>RW</Operations>
  133. <MultipleInstances>Single</MultipleInstances>
  134. <Mandatory>Mandatory</Mandatory>
  135. <Type>String</Type>
  136. <RangeEnumeration>The possible values of Resource are listed in 5.3.1.1</RangeEnumeration>
  137. <Units></Units>
  138. <Description><![CDATA[This Resource defines the transport binding configured for the LwM2M Client.
  139. If the LwM2M Client supports the binding specified in this Resource, the LwM2M Client MUST use that transport for the Current Binding Mode.]]></Description>
  140. </Item>
  141. <Item ID="8">
  142. <Name>Registration Update Trigger</Name>
  143. <Operations>E</Operations>
  144. <MultipleInstances>Single</MultipleInstances>
  145. <Mandatory>Mandatory</Mandatory>
  146. <Type></Type>
  147. <RangeEnumeration></RangeEnumeration>
  148. <Units></Units>
  149. <Description><![CDATA[If this Resource is executed the LwM2M Client MUST perform an “Update” operation with this LwM2M Server using that transport for the Current Binding Mode.]]></Description>
  150. </Item>
  151. </Resources>
  152. <Description2></Description2>
  153. </Object>
  154. </LWM2M>