forked from BroadbandForum/cwmp-data-models
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tr-098-1-8-0.xml
127 lines (110 loc) · 5.22 KB
/
tr-098-1-8-0.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<?xml version="1.0" encoding="UTF-8"?>
<!--
TR-069 InternetGatewayDevice:1.14 Root Object definition
Copyright (c) 2009-2017, Broadband Forum
Redistribution and use in source and binary forms, with or
without modification, are permitted provided that the following
conditions are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
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.
3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products
derived from this software without specific prior written
permission.
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.
The above license is used as a license under copyright only.
Please reference the Forum IPR Policy for patent licensing terms
<https://www.broadband-forum.org/ipr-policy>.
Any moral rights which are necessary to exercise under the above
license grant are also deemed granted under this license.
Summary:
TR-069 InternetGatewayDevice Root Object definition.
Editor:
* William Lupton, Cisco
BroadbandHome Working Group Chairs:
* Jason Walls, QA Cafe
* John Blackford, Pace
Issue History (Filename: Approval Date: Publication Date: Changes):
* tr-098-1-2-0.xml: March 2009:
- corresponds to TR-098 Amendment 1 sections 2.4 (Data Model),
2.4.1 (Inform and Notification Requirements) and 3 (Profile
Definitions).
* tr-098-1-2-0.xml: September 2009 (name unchanged)
- fixed header information (had been cut-and-pasted from elsewhere)
- changed WLANConfigurationNumberOfEntries to (wrong but consistent)
LANWLANConfigurationNumberOfEntries
- fixed 802.1Q-2004 reference to 802.1Q-2005
- fixed cwmp-datamodel.xsd to be cwmp-datamodel-1-0.xsd
* tr098-1-3-0.xml: July 2011:
- Alias extensions
* tr098-1-4-0.xml: October 2011:
- imports new optional components for Femto FAP from TR-262:
* GPS
* Tunnel
* Performance Manamgemen
* Application Platform
- import of new/updated optional components from TR-157a5
* Software modules
* Fault Management
* Location
* Security
* tr-098-1-5-0.xml: May 2012:
- imports the new BulkDataCollection component from TR-157a6
* tr-098-1-6-0.xml: November 2012:
- Add components from TR-157a7
- Added software components to remove non-ascii characters
* BulkDataCollectionDiffs
* DI_VendorLogFilesDiffss
* UI_RemoteAccessDiffs
* PeriodicStatisticsDiff
* tr-098-1-7-0.xml: November 2013:
- import components from TR-157a8
* MS_StandbyPolicy
* XMPP
* XMPPConnReq
- add ManagementServer Parameters for HTTP Compression and
Lightweight Notifications
* tr-098-1-8-0.xml: 8 September 2014: 17 September 2014
- import components from TR-157a9
* DI_HTIP
* MS_InformParameters
* UPnPDiffs
-->
<dm:document xmlns:dm="urn:broadband-forum-org:cwmp:datamodel-1-4"
xmlns:dmr="urn:broadband-forum-org:cwmp:datamodel-report-0-1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:broadband-forum-org:cwmp:datamodel-1-4
http://www.broadband-forum.org/cwmp/cwmp-datamodel-1-4.xsd
urn:broadband-forum-org:cwmp:datamodel-report-0-1
http://www.broadband-forum.org/cwmp/cwmp-datamodel-report.xsd"
spec="urn:broadband-forum-org:tr-098-1-8-0" file="tr-098-1-8-0.xml">
<import file="tr-157-1-9.xml" spec="urn:broadband-forum-org:tr-157-1-9">
<component name="DI_HTIP"/>
<component name="MS_InformParameters"/>
<component name="UPnPDiffs"/>
</import>
<import file="tr-098-1-7.xml" spec="urn:broadband-forum-org:tr-098-1-7">
<model name="InternetGatewayDevice:1.13"/>
</import>
<model name="InternetGatewayDevice:1.14" base="InternetGatewayDevice:1.13">
<component path="InternetGatewayDevice." ref="DI_HTIP"/>
<component path="InternetGatewayDevice." ref="MS_InformParameters"/>
<component path="InternetGatewayDevice." ref="UPnPDiffs"/>
</model>
</dm:document>