-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathbbf-melt-processing-derived-parameter-body.yang
793 lines (743 loc) · 27.1 KB
/
bbf-melt-processing-derived-parameter-body.yang
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
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
submodule bbf-melt-processing-derived-parameter-body {
yang-version 1.1;
belongs-to bbf-melt {
prefix bbf-melt;
}
include bbf-melt-base;
organization
"Broadband Forum <https://www.broadband-forum.org>
Common YANG Work Area";
contact
"Comments or questions about this Broadband Forum YANG module
should be directed to <mailto:[email protected]>.
Editor: Ken Kerpez, ASSIA, Inc.
Editor: Joey Boyd, Adtran
PS Leader: Joey Boyd, Adtran
WA Director: Sven Ooghe, Nokia
WA Director: Joey Boyd, Adtran";
description
"This submodule contains a collection of YANG definitions for
Metallic Line Test Processing (MELT-P) derived parameters.
Copyright (c) 2016-2022 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.
This version of this YANG module is part of TR-355a4; see
the TR itself for full legal notices.";
revision 2022-05-23 {
description
"Amendment 4.
* Approval Date: 2022-05-23
* Publication Date: 2022-05-23.";
reference
"TR-355a4: YANG Modules for FTTdp Management
<https://www.broadband-forum.org/download/
TR-355_Amendment-4.pdf>";
}
revision 2020-10-13 {
description
"Amendment 3.
* Approval Date: 2020-10-13
* Publication Date: 2020-10-13.";
reference
"TR-355a3: YANG Modules for FTTdp Management
<https://www.broadband-forum.org/download/
TR-355_Amendment-3.pdf>";
}
revision 2019-06-11 {
description
"Amendment 2.
* Approval Date: 2019-06-11
* Publication Date: 2019-06-11.";
reference
"TR-355a2: YANG Modules for FTTdp Management
<https://www.broadband-forum.org/technical/download/
TR-355_Amendment-2.pdf>";
}
revision 2018-10-01 {
description
"Amendment 1.
* Approval Date: 2018-10-01
* Publication Date: 2018-10-01.";
reference
"TR-355a1: YANG Modules for FTTdp Management
<https://www.broadband-forum.org/technical/download/
TR-355_Amendment-1.pdf>";
}
revision 2016-07-18 {
description
"Initial revision.
* Approval Date: see revision date above.
* Publication Date: 2016-08-05.";
reference
"TR-355: YANG Modules for FTTdp Management
<https://www.broadband-forum.org/technical/download/
TR-355.pdf>";
}
typedef melt-processing-derived-parameter {
type enumeration {
enum open-wire-failure-type {
description
"This sub-parameter is a five state indication of the type
of open wire failure defined as follows:
1) No open wire failure detected
2) Tip and ring wires open in equal distance
3) Tip wire open
4) Ring wire open
5) Undefined.
NOTE - An error-free loop will be classified as failure
state 2) in case that the remote end of the loop was left
open during the measurement, or the connected Customer
Premises Equipment (CPE) could not be detected (too low
parallel CPE system capacitance).";
reference
"ITU-T G.996.2 clause F.2.2.1.1 (MELT-O-WIRE-type)";
}
enum open-wire-failure-distance {
description
"This parameter represents a best-effort estimate of the
distance of the detected open wire failure from the
measurement point, i.e., from the central office or of
the total loop length if no failure is detected. A priori
knowledge of the loop characteristics is required for
reliable estimation of the distance. The range of valid
values is from 0 to 10000 meters with a granularity of 1
meter.";
reference
"ITU-T G.996.2 clauses F.2.1.2 and F.2.2.1.2
(MELT-O-WIRE-DIST)";
}
enum short-circuit-failure-type {
description
"This parameter is a six-state indication of the type of
short circuit failure defined as follows:
1) No short circuit detected
2) Tip and ring wires shorted to GND
3) Tip wire shorted to GND
4) Ring wire shorted to GND
5) Tip and ring wires shorted to each other
6) Undefined.";
reference
"ITU-T G.996.2 clause F.2.2.2.1 (MELT-S-CCT-type)";
}
enum leakage-identification {
description
"This parameter indicates a leakage to GND failure,
classified into the following states:
1) No leakage detected
2) Tip and ring wire leaking to GND
3) Tip wire leaking to GND
4) Ring wire leaking to GND.";
reference
"ITU-T G.996.2 clause F.2.2.3 (MELT-LEAK-ID)";
}
enum resistive-fault-identification {
description
"This parameter indicates a resistive fault to GND
failure, classified into the following states:
1) No resistive fault detected
2) Resistive fault tip and ring to GND
3) Resistive fault tip to GND
4) Resistive fault ring to GND.";
reference
"ITU-T G.996.2 clause F.2.2.4 (MELT-RFAULT-ID)";
}
enum foreign-voltage-type-classification {
description
"The foreign voltage impairment in the loop under test is
classified into the following states:
1) No foreign voltage detected
2) 16 2/3 Hz AC voltage
3) 25 Hz AC voltage
4) 50 Hz AC voltage
5) 60 Hz AC voltage
6) POTS equipment (-48 volts DC)
7) ISDN equipment (-96 volts DC)
8) Undefined foreign voltage detected.
This classification shall be done separately for both,
the tip and the ring wire.";
reference
"ITU-T G.996.2 clause F.2.2.5.1 (MELT-FV-TYPE)";
}
enum foreign-voltage-level-classification {
description
"This parameter provides a general classification of the
foreign voltage into the following classes:
1) hazardous potential (e.g., power contact)
2) foreign electromotive force
3) other.";
reference
"ITU-T G.996.2 clause F.2.2.5.2 (MELT-FV-LEVEL)";
}
enum far-end-signature-topology-type-identification {
description
"This parameter specifies the topology types of the
detected far-end signature.
Valid response values are:
- no signature detected
- unknown signature
- signature type DR detected
- signature type ZRC detected.";
reference
"ITU-T G.996.2 clause F.2.2.6.1 (MELT-FES-ID)";
}
enum cpe-identification-capacitive {
description
"Customer Premises Equipment (CPE) detected shall be
reported if the measured capacitance value CTR-Term is
>= MELT-SYSC-CPE. CTR-Term shall represent the termination
capacitance only. Therefore, the line capacitance shall be
subtracted from the measured CTR value. For this equation
to hold, the MELT-SYSC-CPE value should be derived from the
nominal CPE capacitance by accounting for all tolerances
and be set to the minimum possible measurement result.";
reference
"ITU-T G.996.2 clause F.2.2.7 (MELT-CPE-ID)";
}
}
description
"An enumerated list of MELT processing derived parameters.";
}
grouping processing-derived-parameters {
description
"Defines the Metallic Line Test Processing (MELT-P) derived
parameters.";
leaf open-wire-failure-type {
type enumeration {
enum no-open {
description
"No open wire failure detected.";
}
enum tip-ring-open {
description
"Tip and ring wires open in equal distance.";
}
enum tip-open {
description
"Tip wire open.";
}
enum ring-open {
description
"Ring wire open.";
}
enum undefined {
description
"Undefined.";
}
}
description
"This sub-parameter is a five state indication of the type of
open wire failure defined as follows:
1) No open wire failure detected
2) Tip and ring wires open in equal distance
3) Tip wire open
4) Ring wire open
5) Undefined.
NOTE - An error-free loop will be classified as failure
state 2) in case that the remote end of the loop was left
open during the measurement, or the connected Customer
Premises Equipment (CPE) could not be detected (too low
parallel CPE system capacitance).";
reference
"ITU-T G.996.2 clause F.2.2.1.1 (MELT-O-WIRE-type)";
}
leaf open-wire-failure-distance {
type uint16 {
range "0..10000";
}
units "meters";
description
"This parameter represents a best-effort estimate of the
distance of the detected open wire failure from the
measurement point, i.e., from the central office or of the
total loop length if no failure is detected. A priori
knowledge of the loop characteristics is required for
reliable estimation of the distance. The range of valid
values is from 0 to 10000 meters with a granularity of 1
meter.";
reference
"ITU-T G.996.2 clauses F.2.1.2 and F.2.2.1.2
(MELT-O-WIRE-DIST)";
}
leaf short-circuit-failure-type {
type enumeration {
enum no-short {
description
"No short circuit detected.";
}
enum tip-ring-short-to-ground {
description
"Tip and ring wires shorted to ground (GND).";
}
enum tip-short-to-ground {
description
"Tip wire shorted to ground (GND).";
}
enum ring-short-to-ground {
description
"Ring wire shorted to ground (GND).";
}
enum tip-ring-short-to-each-other {
description
"Tip and ring wires shorted to each other.";
}
enum undefined {
description
"Undefined.";
}
}
description
"This parameter is a six-state indication of the type of
short circuit failure defined as follows:
1) No short circuit detected
2) Tip and ring wires shorted to GND
3) Tip wire shorted to GND
4) Ring wire shorted to GND
5) Tip and ring wires shorted to each other
6) Undefined.";
reference
"ITU-T G.996.2 clause F.2.2.2.1 (MELT-S-CCT-type)";
}
leaf leakage-identification {
type enumeration {
enum no-leakage {
description
"No leakage detected.";
}
enum tip-ring-leaking {
description
"Tip and ring wire leaking to ground (GND).";
}
enum tip-leaking {
description
"Tip wire leaking to ground (GND).";
}
enum ring-leaking {
description
"Ring wire leaking to ground (GND).";
}
}
description
"This parameter indicates a leakage to ground (GND) failure,
classified into the following states:
1) No leakage detected
2) Tip and ring wire leaking to GND
3) Tip wire leaking to GND
4) Ring wire leaking to GND.";
reference
"ITU-T G.996.2 clause F.2.2.3 (MELT-LEAK-ID)";
}
leaf resistive-fault-identification {
type enumeration {
enum no-fault {
description
"No resistive fault detected.";
}
enum tip-ring-fault {
description
"Resistive fault tip and ring to ground (GND).";
}
enum tip-fault {
description
"Resistive fault tip to ground (GND).";
}
enum ring-fault {
description
"Resistive fault ring to ground (GND).";
}
}
description
"This parameter indicates a resistive fault to ground (GND)
failure, classified into the following states:
1) No resistive fault detected
2) Resistive fault tip and ring to GND
3) Resistive fault tip to GND
4) Resistive fault ring to GND.";
reference
"ITU-T G.996.2 clause F.2.2.4 (MELT-RFAULT-ID)";
}
leaf foreign-voltage-type-classification {
type enumeration {
enum no-foreign-voltage-detected {
description
"No foreign voltage detected.";
}
enum 16-hz-ac-voltage {
description
"16 2/3 Hz AC voltage on both tip and ring wires.";
}
enum 25-hz-ac-voltage {
description
"25 Hz AC voltage on both tip and ring wires.";
}
enum 50-hz-ac-voltage {
description
"50 Hz AC voltage on both tip and ring wires.";
}
enum 60-hz-ac-voltage {
description
"60 Hz AC voltage on both tip and ring wires.";
}
enum pots-equipment {
description
"POTS equipment (-48 volts DC) on both tip and ring
wires.";
}
enum isdn-equipment {
description
"ISDN equipment (-96 volts DC) on both tip and ring
wires.";
}
enum undefined-foreign-voltage-detected {
description
"Undefined foreign voltage detected on both tip and
ring wires.";
}
enum 16-hz-ac-voltage-tip {
description
"16 2/3 Hz AC voltage on the tip wire.";
}
enum 16-hz-ac-voltage-ring {
description
"16 2/3 Hz AC voltage on the ring wire.";
}
enum 25-hz-ac-voltage-tip {
description
"25 Hz AC voltage on the the tip wire.";
}
enum 25-hz-ac-voltage-ring {
description
"25 Hz AC voltage on the the ring wire.";
}
enum 50-hz-ac-voltage-tip {
description
"50 Hz AC voltage on the tip wire.";
}
enum 50-hz-ac-voltage-ring {
description
"50 Hz AC voltage on the ring wire.";
}
enum 60-hz-ac-voltage-tip {
description
"60 Hz AC voltage on the tip wire.";
}
enum 60-hz-ac-voltage-ring {
description
"60 Hz AC voltage on the ring wire.";
}
enum pots-equipment-tip {
description
"POTS equipment (-48 volts DC) on the tip wire.";
}
enum pots-equipment-ring {
description
"POTS equipment (-48 volts DC) on the ring wire.";
}
enum isdn-equipment-tip {
description
"ISDN equipment (-96 volts DC) on the tip wire.";
}
enum isdn-equipment-ring {
description
"ISDN equipment (-96 volts DC) on the ring wire.";
}
enum undefined-foreign-voltage-detected-tip {
description
"Undefined foreign voltage detected on the tip wire.";
}
enum undefined-foreign-voltage-detected-ring {
description
"Undefined foreign voltage detected on the ring wire.";
}
}
description
"The foreign voltage impairment in the loop under test is
classified into the following states:
1) No foreign voltage detected
2) 16 2/3 Hz AC voltage
3) 25 Hz AC voltage
4) 50 Hz AC voltage
5) 60 Hz AC voltage
6) POTS equipment (-48 volts DC)
7) ISDN equipment (-96 volts DC)
8) Undefined foreign voltage detected.
This classification shall be done separately for both, the
tip and the ring wire.";
reference
"ITU-T G.996.2 clause F.2.2.5.1 (MELT-FV-TYPE)";
}
leaf foreign-voltage-level-classification {
type enumeration {
enum hazardous-potential {
description
"Hazardous potential (e.g., power contact).";
}
enum foreign-electromotive-force {
description
"Foreign electromotive force.";
}
enum other {
description
"Other.";
}
}
description
"This parameter provides a general classification of the
foreign voltage into the following classes:
1) hazardous potential (e.g., power contact)
2) foreign electromotive force
3) other.";
reference
"ITU-T G.996.2 clause F.2.2.5.2 (MELT-FV-LEVEL)";
}
leaf far-end-signature-topology-type-identification {
type enumeration {
enum no-signature-detected {
description
"No signature detected.";
}
enum unknown-signature {
description
"Unknown signature.";
}
enum signature-type-dr {
description
"Signature type DR detected.";
}
enum signature-type-zrc {
description
"Signature type ZRC detected.";
}
enum signature-type-dr-inverse {
description
"Signature type DR inverse detected.";
}
enum signature-type-dr-plus-zrc {
description
"Signature types DR and XRC detected.";
}
enum signature-type-dr-inverse-plus-zrc {
description
"Signature types DR inverse and XRC detected.";
}
}
description
"This parameter specifies the topology types of the detected
far-end signature.
Valid response values are:
- no signature detected
- unknown signature
- signature type DR detected
- signature type ZRC detected.";
reference
"ITU-T G.996.2 clause F.2.2.6.1 (MELT-FES-ID)";
}
leaf cpe-identification-capacitive {
type enumeration {
enum no-cpe-detected {
description
"No CPE has been detected.";
}
enum cpe-detected {
description
"A CPE has been detected.";
}
}
description
"Customer Premises Equipment (CPE) detected shall be reported
if the measured capacitance value CTR-Term is
>= MELT-SYSC-CPE. CTR-Term shall represent the termination
capacitance only. Therefore, the line capacitance shall be
subtracted from the measured CTR value. For this equation to
hold, the MELT-SYSC-CPE value should be derived from the
nominal CPE capacitance by accounting for all tolerances and
be set to the minimum possible measurement result.";
reference
"ITU-T G.996.2 clause F.2.2.7 (MELT-CPE-ID)";
}
leaf unreliability-indicator {
if-feature
"bbf-melt:melt-processing-derived-parameter-reliability";
type bits {
bit open-wire-failure-type {
description
"This sub-parameter is a five state indication of the type
of open wire failure defined as follows:
1) No open wire failure detected
2) Tip and ring wires open in equal distance
3) Tip wire open
4) Ring wire open
5) Undefined.
NOTE - An error-free loop will be classified as failure
state 2) in case that the remote end of the loop was left
open during the measurement, or the connected CPE
equipment could not be detected (too low parallel CPE
system capacitance).";
reference
"ITU-T G.996.2 clause F.2.2.1.1 (MELT-O-WIRE-type)";
}
bit open-wire-failure-distance {
description
"This parameter represents a best-effort estimate of the
distance of the detected open wire failure from the
measurement point, i.e., from the central office or of
the total loop length if no failure is detected. A priori
knowledge of the loop characteristics is required for
reliable estimation of the distance (see clause F.2.1.2).
The range of valid values is from 0 to 10000 meters with
a granularity of 1 meter.";
reference
"ITU-T G.996.2 clause F.2.2.1.2 (MELT-O-WIRE-DIST)";
}
bit short-circuit-failure-type {
description
"This parameter is a six-state indication of the type of
short circuit failure defined as follows:
1) No short circuit detected
2) Tip and ring wires shorted to GND
3) Tip wire shorted to GND
4) Ring wire shorted to GND
5) Tip and ring wires shorted to each other
6) Undefined.";
reference
"ITU-T G.996.2 clause F.2.2.2.1 (MELT-S-CCT-type)";
}
bit leakage-identification {
description
"This parameter indicates a leakage to GND failure,
classified into the following states:
1) No leakage detected
2) Tip and ring wire leaking to GND
3) Tip wire leaking to GND
4) Ring wire leaking to GND.";
reference
"ITU-T G.996.2 clause F.2.2.3 (MELT-LEAK-ID)";
}
bit resistive-fault-identification {
description
"This parameter indicates a resistive fault to GND
failure, classified into the following states:
1) No resistive fault detected
2) Resistive fault tip and ring to GND
3) Resistive fault tip to GND
4) Resistive fault ring to GND.";
reference
"ITU-T G.996.2 clause F.2.2.4 (MELT-RFAULT-ID)";
}
bit foreign-voltage-type-classification {
description
"The foreign voltage impairment in the loop under test is
classified into the following states:
1) No foreign voltage detected
2) 16 2/3 Hz AC voltage
3) 25 Hz AC voltage
4) 50 Hz AC voltage
5) 60 Hz AC voltage
6) POTS equipment (-48 volts DC)
7) ISDN equipment (-96 volts DC)
8) Undefined foreign voltage detected.
This classification shall be done separately for both,
the tip and the ring wire.";
reference
"ITU-T G.996.2 clause F.2.2.5.1 (MELT-FV-TYPE)";
}
bit foreign-voltage-level-classification {
description
"This parameter provides a general classification of the
foreign voltage into the following classes:
1) hazardous potential (e.g., power contact)
2) foreign electromotive force
3) other.";
reference
"ITU-T G.996.2 clause F.2.2.5.2 (MELT-FV-LEVEL)";
}
bit far-end-signature-topology-type-identification {
description
"This parameter specifies the topology types of the
detected far-end signature.
Valid response values are:
- no signature detected
- unknown signature
- signature type DR detected
- signature type ZRC detected.";
reference
"ITU-T G.996.2 clause F.2.2.6.1 (MELT-FES-ID)";
}
bit cpe-identification-capacitive {
description
"CPE detected shall be reported if the measured
capacitance value CTR-Term is >= MELT-SYSC-CPE. CTR-Term
shall represent the termination capacitance only.
Therefore, the line capacitance shall be subtracted from
the measured CTR value. For this equation to hold, the
MELT-SYSC-CPE value should be derived from the nominal
CPE capacitance by accounting for all tolerances and be
set to the minimum possible measurement result.";
reference
"ITU-T G.996.2 clause F.2.2.7 (MELT-CPE-ID)";
}
}
description
"The unreliability indicator provides the set of parameters
whose data can be considered to be unreliable.
Possible reasons that the data is unreliable:
- The measurement may not have been able to run, possibly
due to external conditions.
- The result is not reliable as the accuracy may be
degraded due to external conditions.";
reference
"ITU-T G.996.2 clause F.2.2.8 (Reliability indicator)";
}
container melt-processing-derived-vendor-specific-status {
if-feature
"bbf-melt:melt-processing-derived-parameter-reliability";
description
"Vendor specific status associated with each MELT
processing derived test.";
list status {
key "parameter";
description
"A list of per parameter test status.";
leaf parameter {
type melt-processing-derived-parameter;
description
"The MELT processing derived parameter.";
}
leaf message {
type string;
description
"Vendor specific status message for each of the
MELT processing derived parameters.";
}
}
}
}
}