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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
|
module onf-otn-odu-conditional-packages {
namespace "urn:onf:params:xml:ns:yang:onf-otn-odu-conditional-packages";
prefix onf-otn-odu-conditional-packages;
import core-model {
prefix core-model;
}
organization "ONF (Open Networking Foundation) Open Transport Working Group";
contact "WG Web: <https://www.opennetworking.org/technical-communities/areas/specification/1931-optical-transport>
WG Chair: Lyndon Ong
<mailto:lyong@ciena.com>
Editors: Mohit Chamania
<MChamania@advaoptical.com>
Dzmitry Khomchanka
<dzmitry.khomchanka@vpi-minsk.com>
Martin Skorupski
<mailto:martin.skorupski@highstreet-technologies.com>";
description "This model adds conditional packages to the ONF CoreModel 1.2
in order address OTN ODU use cases. It is a temorary model for
demontration purposes and bases on the ideas an concepts of
TAPI. However, modifications for a pure southbound were
nessesary.";
revision 2017-10-20 {
description "Initial version";
reference "ONF TR 512: Core Model.";
}
/***********************
* package type-definitions (copied from TAPI; revision: 2017-05-31)
**********************/
typedef mapping-type {
type enumeration {
enum amp {
description "none";
}
enum bmp {
description "none";
}
enum gfp-f {
description "none";
}
enum gmp {
description "none";
}
enum ttp-gfp-bmp {
description "none";
}
enum null {
description "none";
}
}
description "none";
}
typedef odu-named-payload-type {
type enumeration {
enum unknown {
description "none";
}
enum uninterpretable {
description "none";
}
}
description "none";
}
typedef odu-slot-size {
type enumeration {
enum 1-g-25 {
description "none";
}
enum 2-g-5 {
description "none";
}
}
description "none";
}
typedef odu-type {
type enumeration {
enum odu-0 {
description "none";
}
enum odu-1 {
description "none";
}
enum odu-2 {
description "none";
}
enum odu-2-e {
description "none";
}
enum odu-3 {
description "none";
}
enum odu-4 {
description "none";
}
enum odu-flex {
description "none";
}
enum odu-cn {
description "none";
}
}
description "none";
}
grouping odu-payload-type-g {
leaf named-payload-type {
type odu-named-payload-type;
description "none";
}
leaf hex-payload-type {
type uint64;
description "none";
}
description "none";
}
/***********************
* package object-classes
**********************/
/***********************
* OTN ODU Connection (ODU-CTP)
**********************/
list otn-odu-connection-pac {
key 'layer-protocol';
leaf layer-protocol {
type leafref {
path '/core-model:network-element/core-model:ltp/core-model:lp/core-model:uuid';
}
description "none";
}
container otn-odu-connection-capability {
config false;
uses otn-odu-connection-capability-g;
description "none";
}
container otn-odu-connection-configuration {
uses otn-odu-connection-configuration-g;
description "none";
}
container otn-odu-connection-status {
config false;
uses otn-odu-connection-status-g;
description "none";
}
container otn-odu-connection-current-problems {
config false;
uses otn-odu-connection-current-problems-g;
description "none";
}
container otn-odu-connection-current-performance {
config false;
uses otn-odu-connection-current-performance-g;
description "none";
}
container otn-odu-connection-historical-performances {
config false;
uses otn-odu-connection-historical-performances-g;
description "none";
}
description "none";
}
grouping otn-odu-connection-capability-g {
container accepted-payload-type {
uses odu-payload-type-g;
description
"This attribute is applicable when the ODU CTP object
instance represents a lower order ODU CTP Sink at the
client layer of the ODUP/ODU[i]j or ODUP/ODUj-21 adaptation
function.
This attribute is a 2-digit Hex code that indicates the new
accepted payload type.
Valid values are defined in Table 15-8 of ITU-T
Recommendation G.709 with one additional value
UN_INTERPRETABLE.";
}
description "none";
}
grouping otn-odu-connection-configuration-g {
leaf-list tributary-slot-list {
type uint64;
description
"This attribute contains a set of distinct (i.e. unique)
integers (e.g. 2, 3, 5, 9, 15 representing the tributary
slots TS2, TS3, TS5, TS9 and TS15) which represents the
resources occupied by the Low Order ODU Link Connection
(e.g. carrying an ODUflex with a bit rate of 6.25G).
This attribute applies when the LO ODU_ConnectionTerminationPoint
connects with an HO ODU_TrailTerminationPoint object.
It will not apply if this ODU_ConnectionTerminationPoint
object directly connects to an OTU_TrailTerminationPoint
object (i.e. OTU has no trib slots).
The upper bound of the integer allowed in this set is a
function of the HO-ODU server layer to which the ODU
connection has been mapped (adapted).
Thus, for example, M=8/32/80 for ODU2/ODU3/ODU4 server
layers (respectively). Note that the value of this
attribute can be changed only in the case of ODUflex and
has to be through specific operations (i.e. not be changing
the attribute tributarySlotList directly).";
}
leaf tributary-port-number {
type uint64;
description
"This attribute identifies the tributary port number that is
associated with the ODU CTP.
range of type : The value range depends on the size of the
Tributary Port Number (TPN) field used which depends on th
server-layer ODU or OTU.
In case of ODUk mapping into OTUk, there is no TPN field,
so the tributaryPortNumber shall be zero.
In case of LO ODUj mapping over ODU1, ODU2 or ODU3, the TPN
is encoded in a 6-bit field so the value range is 0-63.
See clause 14.4.1/G.709-2016.
In case of LO ODUj mapping over ODU4, the TPN is encoded in
a 7-bit field so the value range is 0-127.
See clause 14.4.1.4/G.709-2016.
In case of ODUk mapping over ODUCn, the TPN is encoded in a
14-bit field so the value range is 0-16383. See clause
20.4.1.1/G.709-2016.
";
}
leaf accepted-m-si {
type string;
description
"This attribute is applicable when the ODU CTP object
instance represents a lower order ODU1 or ODU2 CTP Sink at
the client layer of the ODU3P/ODU12 adaptation function or
represents a lower order ODUj CTP Sink at the client layer
of the ODUP/ODUj-21 adaptation function. This attribute is
a 1-byte field that represents the accepted multiplex
structure of the adaptation function. ";
}
leaf opu-tributary-slot-size {
type odu-slot-size;
description
"This attribute is applicable for ODU2 and ODU3 CTP only.
[sko] Why that?
It indicates the slot size of the ODU CTP.";
}
leaf auto-payload-type {
type boolean;
description
"This attribute is applicable when the ODU CTP object
instance represents a lower order ODU CTP Source at the
client layer of the ODUP/ODUj-21 adaptation function. The
value of true of this attribute configures that the
adaptation source function shall fall back to the payload
type PT=20 if the conditions specified in 14.3.10.1/G.798
are satisfied. ";
}
leaf configured-mapping-type {
type mapping-type;
description
"This attributes indicates the configured mapping type.";
}
leaf configured-client-type {
type string;
description
"This attribute configures the type of the client CTP of the
server ODU TTP.";
}
description
"This Pac contains the attributes associated with the ODU-CTP.";
}
grouping otn-odu-connection-status-g {
description "none";
}
grouping otn-odu-connection-current-problems-g {
description "none";
}
grouping otn-odu-connection-current-performance-g {
description "none";
}
grouping otn-odu-connection-historical-performances-g {
description "none";
}
/***********************
* OTN ODU Termination (ODU-TTP)
**********************/
list otn-odu-termination-pac {
key 'layer-protocol';
leaf layer-protocol {
type leafref {
path '/core-model:network-element/core-model:ltp/core-model:lp/core-model:uuid';
}
description "none";
}
container otn-odu-termination-capability {
config false;
uses otn-odu-termination-capability-g;
description "none";
}
container otn-odu-termination-configuration {
uses otn-odu-termination-configuration-g;
description "none";
}
container otn-odu-termination-status {
config false;
uses otn-odu-termination-status-g;
description "none";
}
container otn-odu-termination-current-problems {
config false;
uses otn-odu-termination-current-problems-g;
description "none";
}
container otn-odu-termination-current-performance {
config false;
uses otn-odu-termination-current-performance-g;
description "none";
}
container otn-odu-termination-historical-performances {
config false;
uses otn-odu-termination-historical-performances-g;
description "none";
}
description "none";
}
grouping otn-odu-termination-capability-g {
description "none";
}
grouping otn-odu-termination-configuration-g {
leaf odu-type {
type odu-type;
description "This attribute specifies the type of the ODU
termination point.";
}
leaf odu-rate {
type uint64;
description "This attribute indicates the rate of the ODU
terminatinon point.
This attribute is Set at create; i.e., once created
it cannot be changed directly.
In case of resizable ODU flex, its value can be
changed via HAO (not directly on the attribute).";
}
leaf odu-rate-tolerance {
type uint64;
units "ppm";
description "This attribute indicates the rate tolerance of the
ODU termination point.
Valid values are real value in the unit of ppm.
Standardized values are defined in Table 7-2/G.709.
";
}
description "none";
}
grouping otn-odu-termination-status-g {
description "none";
}
grouping otn-odu-termination-current-problems-g {
description "none";
}
grouping otn-odu-termination-current-performance-g {
description "none";
}
grouping otn-odu-termination-historical-performances-g {
description "none";
}
}
|