blob: 362ab4e62a68eeff4db2bf9ccc9194deb505dec4 [file] [log] [blame]
hirokid8fd7862018-10-09 15:24:24 +09001module tapi-dsr {
2 namespace "urn:onf:otcc:yang:tapi-dsr";
3 prefix tapi-dsr;
4 import tapi-common {
5 prefix tapi-common;
6 }
7 organization "ONF OTCC (Open Transport Configuration & Control) Project";
8 contact "
9 Project Web: <https://wiki.opennetworking.org/display/OTCC/TAPI>
10 Project List: <mailto:transport-api@opennetworking.org>
11 Editor: Karthik Sethuraman
12 <mailto:karthik.sethuraman@necam.com>";
13 description "none";
14 revision 2018-10-16 {
15 description "ONF Transport API version 2.1.0.
16 - The TAPI YANG models included in this TAPI release (v2.1.0) are a *normative* part of the TAPI SDK.
17 - The YANG specifications have been generated from the corresponding UML model using the [ONF EAGLE UML2YANG mapping tool]
18 <https://github.com/OpenNetworkingFoundation/EagleUmlYang>
19 and further edited manually to comply with the [ONF IISOMI UML2YANG mapping guidelines]
20 <https://wiki.opennetworking.org/display/OIMT/UML+-+YANG+Guidelines>
21 - Status of YANG model artifacts can be determined by referring to the corresponding UML artifacts.
22 As described in the UML models, some artifacts are considered *experimental*, and thus the corresponding YANG artifacts.
23 - The ONF TAPI release process does not guarantee backward compatibility of YANG models across major versions of TAPI releases.
24 The YANG model backward compatibility criteria are outlined in section 11 of <https://tools.ietf.org/html/rfc7950>.
25 YANG models included in this release are not backward compatible with previous TAPI releases.
26 - Changes included in this TAPI release (v2.1.0) are listed in
27 <https://github.com/OpenNetworkingFoundation/TAPI/blob/develop/CHANGE_LOG/change-log.2.1.0.md>";
28 reference "ONF-TR-527, ONF-TR-512, ONF-TR-531, RFC 7950, RFC 6087 and ONF TAPI UML model
29 <https://github.com/OpenNetworkingFoundation/TAPI/tree/v2.1.0/UML>";
30 }
31 revision 2018-03-07 {
32 description "ONF Transport API version 2.0.2
33 This YANG module has been generated from the TAPI UML Model using the IISOMI-Eagle xmi2yang mapping tool.
34 Changes in this revision: <https://github.com/OpenNetworkingFoundation/TAPI/blob/develop/CHANGE_LOG/change-log.2.0.2.md>";
35 reference "ONF-TR-527, ONF-TR-512, ONF-TR-531, RFC 6020, RFC 6087 and ONF TAPI UML model
36 <https://github.com/OpenNetworkingFoundation/TAPI/tree/v2.0.2/UML>";
37 }
38 revision 2018-02-16 {
39 description "ONF Transport API version 2.0.1
40 This YANG module has been generated from the TAPI UML Model using the IISOMI-Eagle xmi2yang mapping tool.
41 Changes in this revision: <https://github.com/OpenNetworkingFoundation/TAPI/blob/develop/CHANGE_LOG/change-log.2.0.1.md>";
42 reference "ONF-TR-527, ONF-TR-512, ONF-TR-531, RFC 6020, RFC 6087 and ONF TAPI UML model
43 <https://github.com/OpenNetworkingFoundation/TAPI/tree/v2.0.1/UML>";
44 }
45 revision 2018-01-02 {
46 description "ONF Transport API version 2.0.0
47 This YANG module has been generated from the TAPI UML Model using the IISOMI-Eagle xmi2yang mapping tool.
48 Changes in this revision: <https://github.com/OpenNetworkingFoundation/TAPI/blob/develop/CHANGE_LOG/change-log.2.0.0.md>";
49 reference "ONF-TR-527, ONF-TR-512, ONF-TR-531, RFC 6020, RFC 6087 and ONF TAPI UML model
50 <https://github.com/OpenNetworkingFoundation/TAPI/tree/v2.0.0/UML>";
51 }
52 /***********************
53 * package type-definitions
54 **********************/
55 identity DIGITAL_SIGNAL_TYPE {
56 base tapi-common:LAYER_PROTOCOL_QUALIFIER;
57 description "none";
58 }
59 identity DIGITAL_SIGNAL_TYPE_GigE {
60 base DIGITAL_SIGNAL_TYPE;
61 description "none";
62 }
63 identity DIGITAL_SIGNAL_TYPE_10_GigE_LAN {
64 base DIGITAL_SIGNAL_TYPE;
65 description "none";
66 }
67 identity DIGITAL_SIGNAL_TYPE_10_GigE_WAN {
68 base DIGITAL_SIGNAL_TYPE;
69 description "none";
70 }
71 identity DIGITAL_SIGNAL_TYPE_40_GigE {
72 base DIGITAL_SIGNAL_TYPE;
73 description "none";
74 }
75 identity DIGITAL_SIGNAL_TYPE_100_GigE {
76 base DIGITAL_SIGNAL_TYPE;
77 description "none";
78 }
79 identity DIGITAL_SIGNAL_TYPE_FC_100 {
80 base DIGITAL_SIGNAL_TYPE;
81 description "none";
82 }
83 identity DIGITAL_SIGNAL_TYPE_FC_200 {
84 base DIGITAL_SIGNAL_TYPE;
85 description "none";
86 }
87 identity DIGITAL_SIGNAL_TYPE_FC_400 {
88 base DIGITAL_SIGNAL_TYPE;
89 description "none";
90 }
91 identity DIGITAL_SIGNAL_TYPE_FC_800 {
92 base DIGITAL_SIGNAL_TYPE;
93 description "none";
94 }
95 identity DIGITAL_SIGNAL_TYPE_FC_1200 {
96 base DIGITAL_SIGNAL_TYPE;
97 description "none";
98 }
99 identity DIGITAL_SIGNAL_TYPE_FC_1600 {
100 base DIGITAL_SIGNAL_TYPE;
101 description "none";
102 }
103 identity DIGITAL_SIGNAL_TYPE_FC_3200 {
104 base DIGITAL_SIGNAL_TYPE;
105 description "none";
106 }
107 identity DIGITAL_SIGNAL_TYPE_STM_1 {
108 base DIGITAL_SIGNAL_TYPE;
109 description "none";
110 }
111 identity DIGITAL_SIGNAL_TYPE_STM_4 {
112 base DIGITAL_SIGNAL_TYPE;
113 description "none";
114 }
115 identity DIGITAL_SIGNAL_TYPE_STM_16 {
116 base DIGITAL_SIGNAL_TYPE;
117 description "none";
118 }
119 identity DIGITAL_SIGNAL_TYPE_STM_64 {
120 base DIGITAL_SIGNAL_TYPE;
121 description "none";
122 }
123 identity DIGITAL_SIGNAL_TYPE_STM_256 {
124 base DIGITAL_SIGNAL_TYPE;
125 description "none";
126 }
127 identity DIGITAL_SIGNAL_TYPE_OC_3 {
128 base DIGITAL_SIGNAL_TYPE;
129 description "none";
130 }
131 identity DIGITAL_SIGNAL_TYPE_OC_12 {
132 base DIGITAL_SIGNAL_TYPE;
133 description "none";
134 }
135 identity DIGITAL_SIGNAL_TYPE_OC_48 {
136 base DIGITAL_SIGNAL_TYPE;
137 description "none";
138 }
139 identity DIGITAL_SIGNAL_TYPE_OC_192 {
140 base DIGITAL_SIGNAL_TYPE;
141 description "none";
142 }
143 identity DIGITAL_SIGNAL_TYPE_OC_768 {
144 base DIGITAL_SIGNAL_TYPE;
145 description "none";
146 }
147 identity DIGITAL_SIGNAL_TYPE_OTU_1 {
148 base DIGITAL_SIGNAL_TYPE;
149 description "none";
150 }
151 identity DIGITAL_SIGNAL_TYPE_OTU_2 {
152 base DIGITAL_SIGNAL_TYPE;
153 description "none";
154 }
155 identity DIGITAL_SIGNAL_TYPE_OTU_2E {
156 base DIGITAL_SIGNAL_TYPE;
157 description "none";
158 }
159 identity DIGITAL_SIGNAL_TYPE_OTU_3 {
160 base DIGITAL_SIGNAL_TYPE;
161 description "none";
162 }
163 identity DIGITAL_SIGNAL_TYPE_OTU_4 {
164 base DIGITAL_SIGNAL_TYPE;
165 description "none";
166 }
167 identity DIGITAL_SIGNAL_TYPE_GPON {
168 base DIGITAL_SIGNAL_TYPE;
169 description "none";
170 }
171 identity DIGITAL_SIGNAL_TYPE_XGPON {
172 base DIGITAL_SIGNAL_TYPE;
173 description "none";
174 }
175 identity DIGITAL_SIGNAL_TYPE_IB_SDR {
176 base DIGITAL_SIGNAL_TYPE;
177 description "none";
178 }
179 identity DIGITAL_SIGNAL_TYPE_IB_DDR {
180 base DIGITAL_SIGNAL_TYPE;
181 description "none";
182 }
183 identity DIGITAL_SIGNAL_TYPE_IB_QDR {
184 base DIGITAL_SIGNAL_TYPE;
185 description "none";
186 }
187 identity DIGITAL_SIGNAL_TYPE_SBCON_ESCON {
188 base DIGITAL_SIGNAL_TYPE;
189 description "none";
190 }
191 identity DIGITAL_SIGNAL_TYPE_DVB_ASI {
192 base DIGITAL_SIGNAL_TYPE;
193 description "none";
194 }
195 identity DIGITAL_SIGNAL_TYPE_SDI {
196 base DIGITAL_SIGNAL_TYPE;
197 description "none";
198 }
199 identity DIGITAL_SIGNAL_TYPE_SDI_1G5 {
200 base DIGITAL_SIGNAL_TYPE;
201 description "none";
202 }
203 identity DIGITAL_SIGNAL_TYPE_SDI_3G {
204 base DIGITAL_SIGNAL_TYPE;
205 description "none";
206 }
207 typedef digital-signal-type {
208 type identityref {
209 base DIGITAL_SIGNAL_TYPE;
210 }
211 description "none";
212 }
213
214}