|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<!-- |
| 3 | + MIT License |
| 4 | +Copyright (c) 2018 AT&T |
| 5 | +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, |
| 6 | +including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: |
| 7 | +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. |
| 8 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
| 9 | +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, |
| 10 | +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 11 | +--> |
| 12 | +<LWM2M xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.openmobilealliance.org/tech/profiles/LWM2M.xsd"> |
| 13 | + <Object ObjectType="MODefinition"> |
| 14 | + <Name>AT&T Connectivity Extension</Name> |
| 15 | + <Description1><![CDATA[The AT&T Connectivity Extension Object will be used to gather information describing the UE and the operating state of the UE. The AT&T Connectivity Extension Object is an open and standard object used by AT&T.]]></Description1> |
| 16 | + <ObjectID>10308</ObjectID> |
| 17 | + <ObjectURN>urn:oma:lwm2m:x:10308</ObjectURN> |
| 18 | + <LWM2MVersion>1.0</LWM2MVersion> |
| 19 | + <ObjectVersion>1.0</ObjectVersion> |
| 20 | + <MultipleInstances>Multiple</MultipleInstances> |
| 21 | + <Mandatory>Optional</Mandatory> |
| 22 | + <Resources> |
| 23 | + <Item ID="1"> |
| 24 | + <Name>ICCID</Name> |
| 25 | + <Operations>R</Operations> |
| 26 | + <MultipleInstances>Single</MultipleInstances> |
| 27 | + <Mandatory>Mandatory</Mandatory> |
| 28 | + <Type>Integer</Type> |
| 29 | + <RangeEnumeration> |
| 30 | + </RangeEnumeration> |
| 31 | + <Units> |
| 32 | + </Units> |
| 33 | + <Description><![CDATA[The ICCID resource is used to identify the UICC used by the IoT device or module for authentication by the network.]]></Description> |
| 34 | + </Item> |
| 35 | + <Item ID="2"> |
| 36 | + <Name>IMSI</Name> |
| 37 | + <Operations>R</Operations> |
| 38 | + <MultipleInstances>Single</MultipleInstances> |
| 39 | + <Mandatory>Mandatory</Mandatory> |
| 40 | + <Type>Integer</Type> |
| 41 | + <RangeEnumeration> |
| 42 | + </RangeEnumeration> |
| 43 | + <Units> |
| 44 | + </Units> |
| 45 | + <Description><![CDATA[The IMSI resource is used to log the IMSI used by the UE to identify itself to the network. The IMSI is defined in 3GPP TS 23.003 and is a combination of MCC (Mobile Country Code), MNC (Mobile Network Code), and MSIN (Mobile Subscriber Identification Number).]]></Description> |
| 46 | + </Item> |
| 47 | + <Item ID="3"> |
| 48 | + <Name>MSISDN</Name> |
| 49 | + <Operations>RW</Operations> |
| 50 | + <MultipleInstances>Single</MultipleInstances> |
| 51 | + <Mandatory>Mandatory</Mandatory> |
| 52 | + <Type>Integer</Type> |
| 53 | + <RangeEnumeration> |
| 54 | + </RangeEnumeration> |
| 55 | + <Units> |
| 56 | + </Units> |
| 57 | + <Description><![CDATA[The MSISDN resource will indicate the MSISDN as assigned, if any, to the SIM card. In the case that no MSISDN is assigned to the SIM card the response should be zero.]]></Description> |
| 58 | + </Item> |
| 59 | + <Item ID="4"> |
| 60 | + <Name>APN Retries</Name> |
| 61 | + <Operations>RW</Operations> |
| 62 | + <MultipleInstances>Single</MultipleInstances> |
| 63 | + <Mandatory>Mandatory</Mandatory> |
| 64 | + <Type>Integer</Type> |
| 65 | + <RangeEnumeration> |
| 66 | + </RangeEnumeration> |
| 67 | + <Units> |
| 68 | + </Units> |
| 69 | + <Description><![CDATA[The APN Retry multi instance resource will maintain the number of retries the device can attempt to activate a context on a particular APN. This resource should be defaulted to 2 retries. Should a device integrator wish to manipulate this the integrator should be able to do so.]]></Description> |
| 70 | + </Item> |
| 71 | + <Item ID="5"> |
| 72 | + <Name>APN Retry Period</Name> |
| 73 | + <Operations>RW</Operations> |
| 74 | + <MultipleInstances>Single</MultipleInstances> |
| 75 | + <Mandatory>Mandatory</Mandatory> |
| 76 | + <Type>Integer</Type> |
| 77 | + <RangeEnumeration> |
| 78 | + </RangeEnumeration> |
| 79 | + <Units>seconds</Units> |
| 80 | + <Description><![CDATA[The APN retry period multi instance resource is the time in seconds between attempting a context activation on the APN. This should be defaulted to 0. Note that the IoT Module will be limited by the number retries and the periodicity of the retries by the DAM requirements in Chapter 28 of the AT&T 13340. The resource is multi-instance to accommodate different periods of retries on different APNs.]]></Description> |
| 81 | + </Item> |
| 82 | + <Item ID="6"> |
| 83 | + <Name>APN Retry Back-Off Period</Name> |
| 84 | + <Operations>RW</Operations> |
| 85 | + <MultipleInstances>Single</MultipleInstances> |
| 86 | + <Mandatory>Mandatory</Mandatory> |
| 87 | + <Type>Integer</Type> |
| 88 | + <RangeEnumeration> |
| 89 | + </RangeEnumeration> |
| 90 | + <Units>seconds</Units> |
| 91 | + <Description><![CDATA[The APN Retry Back-Off Period is the period between a burst of attempts to activate a context on a particular APN. This resource is intended to be a longer period than the APN retry period to account for limitations on the numbers of times an authentication request can be made with the network. This should be defaulted to 86400 seconds (1 Day). This resource is also a multiple instance resource to accommodate different retry periods amongst different APNs.]]></Description> |
| 92 | + </Item> |
| 93 | + <Item ID="7"> |
| 94 | + <Name>SINR</Name> |
| 95 | + <Operations>R</Operations> |
| 96 | + <MultipleInstances>Single</MultipleInstances> |
| 97 | + <Mandatory>Mandatory</Mandatory> |
| 98 | + <Type>Integer</Type> |
| 99 | + <RangeEnumeration></RangeEnumeration> |
| 100 | + <Units> |
| 101 | + </Units> |
| 102 | + <Description><![CDATA[This is the signal to noise ratio resource. This measurement should be measured over 10 sampled at a 400ms sample rate. Once the 10 samples are averaged the measurement should be reflected in the Signal to Noise Ratio resource.]]></Description> |
| 103 | + </Item> |
| 104 | + <Item ID="8"> |
| 105 | + <Name>SRXLEV</Name> |
| 106 | + <Operations>R</Operations> |
| 107 | + <MultipleInstances>Single</MultipleInstances> |
| 108 | + <Mandatory>Mandatory</Mandatory> |
| 109 | + <Type>Integer</Type> |
| 110 | + <RangeEnumeration> |
| 111 | + </RangeEnumeration> |
| 112 | + <Units> |
| 113 | + </Units> |
| 114 | + <Description><![CDATA[This resource indicates the cell selection receive value. See definition in 3GPP TS 36.304.]]></Description> |
| 115 | + </Item> |
| 116 | + <Item ID="9"> |
| 117 | + <Name>CE Mode</Name> |
| 118 | + <Operations>R</Operations> |
| 119 | + <MultipleInstances>Single</MultipleInstances> |
| 120 | + <Mandatory>Mandatory</Mandatory> |
| 121 | + <Type>String</Type> |
| 122 | + <RangeEnumeration> |
| 123 | + </RangeEnumeration> |
| 124 | + <Units> |
| 125 | + </Units> |
| 126 | + <Description><![CDATA[This resource indicates the CE Mode the IoT module is currently in.]]></Description> |
| 127 | + </Item> |
| 128 | + </Resources> |
| 129 | + <Description2 /> |
| 130 | + </Object> |
| 131 | +</LWM2M> |
0 commit comments