Skip to content

Commit 27eb944

Browse files
authored
huawei objects
1 parent 175e3e7 commit 27eb944

File tree

3 files changed

+235
-0
lines changed

3 files changed

+235
-0
lines changed

10250.xml

+70
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
<?xml version="1.0" encoding="utf-8"?><!--BSD 3-Clause License
2+
3+
Copyright (c) 2018, Huawei
4+
All rights reserved.
5+
6+
Redistribution and use in source and binary forms, with or without
7+
modification, are permitted provided that the following conditions are met:
8+
9+
* Redistributions of source code must retain the above copyright notice, this
10+
list of conditions and the following disclaimer.
11+
12+
* Redistributions in binary form must reproduce the above copyright notice,
13+
this list of conditions and the following disclaimer in the documentation
14+
and/or other materials provided with the distribution.
15+
16+
* Neither the name of the copyright holder nor the names of its
17+
contributors may be used to endorse or promote products derived from
18+
this software without specific prior written permission.
19+
20+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
24+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
27+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
28+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30+
-->
31+
32+
<LWM2M xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://openmobilealliance.org/tech/profiles/LWM2M.xsd">
33+
<Object ObjectType="MODefinition">
34+
<Name>App Data Container</Name>
35+
<Description1><![CDATA[This LWM2M Object is used for reporting application data of a device.]]></Description1>
36+
<ObjectID>10250</ObjectID>
37+
<ObjectURN>urn:oma:lwm2m:x:10250</ObjectURN>
38+
<LWM2MVersion>1.0</LWM2MVersion>
39+
<ObjectVersion>1.0</ObjectVersion>
40+
<MultipleInstances>Single</MultipleInstances>
41+
<Mandatory>Optional</Mandatory>
42+
<Resources>
43+
<Item ID="0">
44+
<Name>UL data</Name>
45+
<Operations>R</Operations>
46+
<MultipleInstances>Single</MultipleInstances>
47+
<Mandatory>Mandatory</Mandatory>
48+
<Type>Opaque</Type>
49+
<RangeEnumeration>
50+
</RangeEnumeration>
51+
<Units>
52+
</Units>
53+
<Description><![CDATA[Uplink application data, e.g. gas meter reporting data.]]></Description>
54+
</Item>
55+
<Item ID="1">
56+
<Name>DL data</Name>
57+
<Operations>W</Operations>
58+
<MultipleInstances>Single</MultipleInstances>
59+
<Mandatory>Mandatory</Mandatory>
60+
<Type>Opaque</Type>
61+
<RangeEnumeration>
62+
</RangeEnumeration>
63+
<Units>
64+
</Units>
65+
<Description><![CDATA[Downlink application data, e.g. application response message of uplink data.]]></Description>
66+
</Item>
67+
</Resources>
68+
<Description2 />
69+
</Object>
70+
</LWM2M>

10256.xml

+117
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
<?xml version="1.0" encoding="utf-8"?><!--BSD 3-Clause License
2+
3+
Copyright (c) 2017, Huawei
4+
All rights reserved.
5+
6+
Redistribution and use in source and binary forms, with or without
7+
modification, are permitted provided that the following conditions are met:
8+
9+
* Redistributions of source code must retain the above copyright notice, this
10+
list of conditions and the following disclaimer.
11+
12+
* Redistributions in binary form must reproduce the above copyright notice,
13+
this list of conditions and the following disclaimer in the documentation
14+
and/or other materials provided with the distribution.
15+
16+
* Neither the name of the copyright holder nor the names of its
17+
contributors may be used to endorse or promote products derived from
18+
this software without specific prior written permission.
19+
20+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
24+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
27+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
28+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30+
-->
31+
<LWM2M xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://openmobilealliance.org/tech/profiles/LWM2M.xsd">
32+
<Object ObjectType="MODefinition">
33+
<Name>ECID-Signal Measurement Information</Name>
34+
<Description1><![CDATA[This LWM2M Object provides ECID signal measurements of a device.]]></Description1>
35+
<ObjectID>10256</ObjectID>
36+
<ObjectURN>urn:oma:lwm2m:x:10256</ObjectURN>
37+
<LWM2MVersion>1.0</LWM2MVersion>
38+
<ObjectVersion>1.0</ObjectVersion>
39+
<MultipleInstances>Multiple</MultipleInstances>
40+
<Mandatory>Optional</Mandatory>
41+
<Resources>
42+
<Item ID="0">
43+
<Name>physCellId</Name>
44+
<Operations>R</Operations>
45+
<MultipleInstances>Single</MultipleInstances>
46+
<Mandatory>Mandatory</Mandatory>
47+
<Type>Integer</Type>
48+
<RangeEnumeration>
49+
</RangeEnumeration>
50+
<Units>
51+
</Units>
52+
<Description><![CDATA[This field specifies the physical cell identity of the measured cell.]]></Description>
53+
</Item>
54+
<Item ID="1">
55+
<Name>ECGI</Name>
56+
<Operations>R</Operations>
57+
<MultipleInstances>Single</MultipleInstances>
58+
<Mandatory>Optional</Mandatory>
59+
<Type>Integer</Type>
60+
<RangeEnumeration>
61+
</RangeEnumeration>
62+
<Units>
63+
</Units>
64+
<Description><![CDATA[This field specifies cell global ID of the measured cell. The target device shall provide this field if it was able to determine the ECGI of the measured cell at the time of measurement.]]></Description>
65+
</Item>
66+
<Item ID="2">
67+
<Name>arfcnEUTRA</Name>
68+
<Operations>R</Operations>
69+
<MultipleInstances>Single</MultipleInstances>
70+
<Mandatory>Mandatory</Mandatory>
71+
<Type>Integer</Type>
72+
<RangeEnumeration>
73+
</RangeEnumeration>
74+
<Units>
75+
</Units>
76+
<Description><![CDATA[This field specifies the ARFCN of the measured E-UTRA carrier frequency.]]></Description>
77+
</Item>
78+
<Item ID="3">
79+
<Name>rsrp-Result </Name>
80+
<Operations>R</Operations>
81+
<MultipleInstances>Single</MultipleInstances>
82+
<Mandatory>Mandatory</Mandatory>
83+
<Type>Integer</Type>
84+
<RangeEnumeration>
85+
</RangeEnumeration>
86+
<Units>
87+
</Units>
88+
<Description><![CDATA[This field specifies the reference signal received power (RSRP) measurement.]]></Description>
89+
</Item>
90+
<Item ID="4">
91+
<Name>rsrq-Result</Name>
92+
<Operations>R</Operations>
93+
<MultipleInstances>Single</MultipleInstances>
94+
<Mandatory>Optional</Mandatory>
95+
<Type>Integer</Type>
96+
<RangeEnumeration>
97+
</RangeEnumeration>
98+
<Units>
99+
</Units>
100+
<Description><![CDATA[This field specifies the reference signal received quality (RSRQ) measurement.]]></Description>
101+
</Item>
102+
<Item ID="5">
103+
<Name>ue-RxTxTimeDiff</Name>
104+
<Operations>R</Operations>
105+
<MultipleInstances>Single</MultipleInstances>
106+
<Mandatory>Optional</Mandatory>
107+
<Type>Integer</Type>
108+
<RangeEnumeration>
109+
</RangeEnumeration>
110+
<Units>
111+
</Units>
112+
<Description><![CDATA[This field specifies the UE Rx–Tx time difference measurement.]]></Description>
113+
</Item>
114+
</Resources>
115+
<Description2><![CDATA[]]></Description2>
116+
</Object>
117+
</LWM2M>

10286.xml

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<?xml version="1.0" encoding="utf-8"?><!--Copyright 2017 huawei.
2+
3+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4+
5+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
6+
7+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
8+
9+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.-->
10+
<LWM2M xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://openmobilealliance.org/tech/profiles/LWM2M.xsd">
11+
<Object ObjectType="MODefinition">
12+
<Name>App Fota Container</Name>
13+
<Description1><![CDATA[ This LWM2M Object is used to download the firmware package of a device's application.]]></Description1>
14+
<ObjectID>10286</ObjectID>
15+
<ObjectURN>urn:oma:lwm2m:x:10286</ObjectURN>
16+
<LWM2MVersion>1.0</LWM2MVersion>
17+
<ObjectVersion>1.0</ObjectVersion>
18+
<MultipleInstances>Single</MultipleInstances>
19+
<Mandatory>Optional</Mandatory>
20+
<Resources>
21+
<Item ID="0">
22+
<Name>UL data</Name>
23+
<Operations>R</Operations>
24+
<MultipleInstances>Single</MultipleInstances>
25+
<Mandatory>Mandatory</Mandatory>
26+
<Type>Opaque</Type>
27+
<RangeEnumeration>
28+
</RangeEnumeration>
29+
<Units>
30+
</Units>
31+
<Description><![CDATA[Running firmware package information of a device's application,e.g. version of firmare package.]]></Description>
32+
</Item>
33+
<Item ID="1">
34+
<Name>DL data</Name>
35+
<Operations>W</Operations>
36+
<MultipleInstances>Single</MultipleInstances>
37+
<Mandatory>Mandatory</Mandatory>
38+
<Type>Opaque</Type>
39+
<RangeEnumeration>
40+
</RangeEnumeration>
41+
<Units>
42+
</Units>
43+
<Description><![CDATA[Package URI and the data sequence of firmware package.]]></Description>
44+
</Item>
45+
</Resources>
46+
<Description2 />
47+
</Object>
48+
</LWM2M>

0 commit comments

Comments
 (0)