summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/mwtn/modelDescription/microwave-model@2018-10-10.schema-information.json
blob: 16f966e3d7a2974eaa40573a892bc26b480b607b (plain)
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
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
{ "schama-information": {

"microwave-model": {
"id": "microwave-model", 
"is-read-only": false, 
"description": ["This module contains a collection of YANG definitions for managing wireless networks. This model is for vendor agnostic management of wireless network elements."]
},
"rf-to-remote": {
"id": "rf-to-remote", 
"is-read-only": false, 
"description": ["Returning the header information of the remote site back to the remote site on the radio interface between both outdoor units."]
},
"rf-to-local": {
"id": "rf-to-local", 
"is-read-only": false, 
"description": ["Returning the header information of the local site back to the local site on the radio interface between both outdoor units."]
},
"if-to-remote": {
"id": "if-to-remote", 
"is-read-only": false, 
"description": ["Returning the header information of the remote site back to the remote site on the intermediate frequency interface between local indoor unit and outdoor unit."]
},
"if-to-local": {
"id": "if-to-local", 
"is-read-only": false, 
"description": ["Returning the header information of the local site back to the local site on the intermediate frequency interface between local indoor unit and outdoor unit."]
},
"none": {
"id": "none", 
"is-read-only": false, 
"description": ["none"]
},
"if": {
"id": "if", 
"is-read-only": false, 
"description": ["Intermediate Frequency on the interface between indoor and outdoor unit."]
},
"rf": {
"id": "rf", 
"is-read-only": false, 
"description": ["Radio Frequency on the interface between outdoor unit and outdoor unit at the remote site."]
},
"loop-back-type": {
"id": "loop-back-type", 
"is-read-only": false, 
"description": ["none"]
},
"non-alarmed": {
"id": "non-alarmed", 
"is-read-only": false, 
"description": ["none"]
},
"warning": {
"id": "warning", 
"is-read-only": false, 
"description": ["none"]
},
"minor": {
"id": "minor", 
"is-read-only": false, 
"description": ["none"]
},
"major": {
"id": "major", 
"is-read-only": false, 
"description": ["none"]
},
"critical": {
"id": "critical", 
"is-read-only": false, 
"description": ["none"]
},
"severity-type": {
"id": "severity-type", 
"is-read-only": false, 
"description": ["According to ITU-T M.3160"]
},
"supported-channel-plan": {
"id": "supported-channel-plan", 
"is-read-only": false, 
"description": ["Unique name (e.g. ECC/REC/(01)04_Annex 5) of a document, which describes a frequency grid that can be adjusted at the air interface. Corresponding channel plans to be delivered by the hardware vendor and to be stored by the operator in an controller/application attached database."]
},
"duplex-distance-is-variable": {
"id": "duplex-distance-is-variable", 
"is-read-only": false, 
"description": ["To be set on 'true', if the distance between transmitted and received frequency is variable."]
},
"duplex-distance-list": {
"id": "duplex-distance-list", 
"is-read-only": false, 
"description": ["Distance between transmitted and received frequency. To be filled with single value, in case duplex distance is not variable. To be filled with all configurable values, in case duplex distance is variable."]
},
"duplex-distance": {
"id": "duplex-distance", 
"is-read-only": false, 
"description": ["Distance between transmitted and received frequency."]
},
"auto-freq-select-is-avail": {
"id": "auto-freq-select-is-avail", 
"is-read-only": false, 
"description": ["In case the microwave radio is capable of automatically selecting the transmit frequency in unlicensed bands, this field shall contain a 'true'."]
},
"transmission-mode-list": {
"id": "transmission-mode-list", 
"is-read-only": false, 
"description": ["none"]
},
"channel-plan-type-g": {
"id": "channel-plan-type-g", 
"is-read-only": false, 
"description": ["none"]
},
"transmission-mode-id": {
"id": "transmission-mode-id", 
"is-read-only": false, 
"description": ["Indentifies the transmissionMode for internal reference."]
},
"transmission-mode-name": {
"id": "transmission-mode-name", 
"is-read-only": false, 
"description": ["Name of the transmission mode. BBBB-m*-i*/t*-r*. B=four digits of channel bandwidth in MHz. m*=required number of digits for modulation name. (i*/t*=code rate.) i*=required number of digits for number of information bits. t*=required number of digits for total bits. r*=required number of digits for rate reduction factor. Example: 028-4QAM-188/204-1"]
},
"channel-bandwidth": {
"id": "channel-bandwidth", 
"is-read-only": false, 
"description": ["Bandwidth of the transmit channel. The value shall be expressed explicitly (means in kHz) not as a reference to an international agreement. The values shall be chosen from the following _list: 3.500, 7.000, 14.000, 27.500, 28.000, 29.000, 29.650, 30.000, 40.000, 50.000, 55.000, 56.000, 59.300, 60.000, 80.000, 100.000, 112.000, 120.000, 150.000, 200.000, 250.000, 500.000, 750.000, 1.000.000, 1.250.000, 1.500.000, 1.750.000, 2.000.000;"]
},
"modulation-scheme": {
"id": "modulation-scheme", 
"is-read-only": false, 
"description": ["Modulation scheme, which is base to the other characteristics described in the same transmissionModeType data type. The modulation scheme shall be described by the number of states in the phase diagram (e.g. BPSK->'2' or 256QAM->'256')."]
},
"code-rate": {
"id": "code-rate", 
"is-read-only": false, 
"description": ["Code rate of the coding scheme in % (Net bit rate ≤ Gross bit rate · code rate)."]
},
"symbol-rate-reduction-factor": {
"id": "symbol-rate-reduction-factor", 
"is-read-only": false, 
"description": ["Reduction factor for the symbol rate. Example: value would be 4 for 1/4BPSK."]
},
"tx-power-min": {
"id": "tx-power-min", 
"is-read-only": false, 
"description": ["Value of the minimum transmit power the modem can operate in dBm."]
},
"tx-power-max": {
"id": "tx-power-max", 
"is-read-only": false, 
"description": ["Value of the maximum transmit power the modem can operate in dBm."]
},
"rx-threshold": {
"id": "rx-threshold", 
"is-read-only": false, 
"description": ["Value of the receive level required to decode the received signal with a Bit Error Rate of 1e-6 or less."]
},
"am-upshift-level": {
"id": "am-upshift-level", 
"is-read-only": false, 
"description": ["Value of the receive level that has to be exceeded to shift into a higher modulation scheme."]
},
"am-downshift-level": {
"id": "am-downshift-level", 
"is-read-only": false, 
"description": ["Value of the receive level that has to be exceeded for not shifting into a lower modulation scheme."]
},
"xpic-is-avail": {
"id": "xpic-is-avail", 
"is-read-only": false, 
"description": ["In case this air interface type is capable of XPIC, this field shall contain a 'true'. This information shall purely relate to capabilities of the equipment type, but not to the operational capability of a specific hardware composition on site. Means for example that this attribute might contain a 'true' statement, even if an additional cable would have been required to actually operate XPIC in a specific case."]
},
"transmission-mode-type-g": {
"id": "transmission-mode-type-g", 
"is-read-only": false, 
"description": ["none"]
},
"not-specified": {
"id": "not-specified", 
"is-read-only": false, 
"description": ["none"]
},
"horizontal": {
"id": "horizontal", 
"is-read-only": false, 
"description": ["none"]
},
"vertical": {
"id": "vertical", 
"is-read-only": false, 
"description": ["none"]
},
"polarization-type": {
"id": "polarization-type", 
"is-read-only": false, 
"description": ["none"]
},
"es": {
"id": "es", 
"is-read-only": false, 
"description": ["Errored Seconds. Threshold cross alarm will relate to TypeDefinitions::AirInterfacePerformanceType::es ."]
},
"ses": {
"id": "ses", 
"is-read-only": false, 
"description": ["Severely Errored Seconds. Threshold cross alarm will relate to TypeDefinitions::AirInterfacePerformanceType::ses ."]
},
"cses": {
"id": "cses", 
"is-read-only": false, 
"description": ["Consecutive Severely Errored Seconds. Threshold cross alarm will relate to TypeDefinitions::AirInterfacePerformanceType::cses ."]
},
"not-specified": {
"id": "not-specified", 
"is-read-only": false, 
"description": ["none"]
},
"g826-type": {
"id": "g826-type", 
"is-read-only": false, 
"description": ["none"]
},
"g826-value-kind": {
"id": "g826-value-kind", 
"is-read-only": false, 
"description": ["Kind of performance value that shall be equipped with a threshold alarm."]
},
"granularity-period": {
"id": "granularity-period", 
"is-read-only": false, 
"description": ["Period of the performance data collection."]
},
"alarm-raising-threshold": {
"id": "alarm-raising-threshold", 
"is-read-only": false, 
"description": ["Number of events required for raising the threshold cross alarm."]
},
"alarm-clearing-threshold": {
"id": "alarm-clearing-threshold", 
"is-read-only": false, 
"description": ["Number of events required for clearing the threshold cross alarm."]
},
"threshold-cross-alarm-type-g": {
"id": "threshold-cross-alarm-type-g", 
"is-read-only": false, 
"description": ["Allows defining a threshold cross alarm."]
},
"problem-kind-name": {
"id": "problem-kind-name", 
"is-read-only": false, 
"description": ["Name of the alarm according to AirInterface::AirInterfaceCapability::supportedAlarms"]
},
"problem-kind-severity": {
"id": "problem-kind-severity", 
"is-read-only": false, 
"description": ["Severity of this type of alarm."]
},
"air-interface-problem-severity-type-g": {
"id": "air-interface-problem-severity-type-g", 
"is-read-only": false, 
"description": ["none"]
},
"problem-name": {
"id": "problem-name", 
"is-read-only": false, 
"description": ["Name of the alarm according to AirInterface::AirInterfaceCapability::supportedAlarms"]
},
"air-interface-current-problem-type-g": {
"id": "air-interface-current-problem-type-g", 
"is-read-only": false, 
"description": ["none"]
},
"transmission-mode": {
"id": "transmission-mode", 
"is-read-only": false, 
"description": ["Operated transmission mode."]
},
"time": {
"id": "time", 
"is-read-only": false, 
"description": ["Sum of all seconds the transmitter operated the transmission mode."]
},
"time-x-states-type-g": {
"id": "time-x-states-type-g", 
"is-read-only": false, 
"description": ["none"]
},
"es": {
"id": "es", 
"is-read-only": false, 
"description": ["Number of errored seconds."]
},
"ses": {
"id": "ses", 
"is-read-only": false, 
"description": ["Number of severely errored seconds."]
},
"cses": {
"id": "cses", 
"is-read-only": false, 
"description": ["Number of consecutive severely errored seconds."]
},
"unavailability": {
"id": "unavailability", 
"is-read-only": false, 
"description": ["Total time of unavailability in seconds."]
},
"tx-level-min": {
"id": "tx-level-min", 
"is-read-only": false, 
"description": ["Minimum transmit power. Signed integers are required."]
},
"tx-level-max": {
"id": "tx-level-max", 
"is-read-only": false, 
"description": ["Maximum transmit power. Signed integers are required."]
},
"tx-level-avg": {
"id": "tx-level-avg", 
"is-read-only": false, 
"description": ["Averaged transmit power. Signed integers are required."]
},
"rx-level-min": {
"id": "rx-level-min", 
"is-read-only": false, 
"description": ["Minimum receive level. Signed integers are required."]
},
"rx-level-max": {
"id": "rx-level-max", 
"is-read-only": false, 
"description": ["Maximum receive level. Signed integers are required."]
},
"rx-level-avg": {
"id": "rx-level-avg", 
"is-read-only": false, 
"description": ["Averaged receive level. Signed integers are required."]
},
"time-x-states-list": {
"id": "time-x-states-list", 
"is-read-only": false, 
"description": ["Time period the transmitter operated in the respective transmission mode."]
},
"time2-states": {
"id": "time2-states", 
"is-read-only": false, 
"description": ["Sum of all seconds the transmitter operated in e.g. BPSK."]
},
"time4-states-s": {
"id": "time4-states-s", 
"is-read-only": false, 
"description": ["none"]
},
"time4-states": {
"id": "time4-states", 
"is-read-only": false, 
"description": ["none"]
},
"time8-states": {
"id": "time8-states", 
"is-read-only": false, 
"description": ["none"]
},
"time16-states-s": {
"id": "time16-states-s", 
"is-read-only": false, 
"description": ["none"]
},
"time16-states": {
"id": "time16-states", 
"is-read-only": false, 
"description": ["none"]
},
"time32-states": {
"id": "time32-states", 
"is-read-only": false, 
"description": ["none"]
},
"time64-states": {
"id": "time64-states", 
"is-read-only": false, 
"description": ["none"]
},
"time128-states": {
"id": "time128-states", 
"is-read-only": false, 
"description": ["none"]
},
"time256-states": {
"id": "time256-states", 
"is-read-only": false, 
"description": ["none"]
},
"time512-states": {
"id": "time512-states", 
"is-read-only": false, 
"description": ["none"]
},
"time512-states-l": {
"id": "time512-states-l", 
"is-read-only": false, 
"description": ["none"]
},
"time1024-states": {
"id": "time1024-states", 
"is-read-only": false, 
"description": ["none"]
},
"time1024-states-l": {
"id": "time1024-states-l", 
"is-read-only": false, 
"description": ["none"]
},
"time2048-states": {
"id": "time2048-states", 
"is-read-only": false, 
"description": ["none"]
},
"time2048-states-l": {
"id": "time2048-states-l", 
"is-read-only": false, 
"description": ["none"]
},
"time4096-states": {
"id": "time4096-states", 
"is-read-only": false, 
"description": ["none"]
},
"time4096-states-l": {
"id": "time4096-states-l", 
"is-read-only": false, 
"description": ["none"]
},
"time8192-states": {
"id": "time8192-states", 
"is-read-only": false, 
"description": ["none"]
},
"time8192-states-l": {
"id": "time8192-states-l", 
"is-read-only": false, 
"description": ["none"]
},
"snir-min": {
"id": "snir-min", 
"is-read-only": false, 
"description": ["Minimum signal to (noise+interference) ratio."]
},
"snir-max": {
"id": "snir-max", 
"is-read-only": false, 
"description": ["Maximum signal to (noise+interference) ratio."]
},
"snir-avg": {
"id": "snir-avg", 
"is-read-only": false, 
"description": ["Averaged signal to (noise+interference) ratio."]
},
"xpd-min": {
"id": "xpd-min", 
"is-read-only": false, 
"description": ["Minimum cross polarization discrimination."]
},
"xpd-max": {
"id": "xpd-max", 
"is-read-only": false, 
"description": ["Maximum cross polarization discrimination."]
},
"xpd-avg": {
"id": "xpd-avg", 
"is-read-only": false, 
"description": ["Averaged cross polarization discrimination."]
},
"rf-temp-min": {
"id": "rf-temp-min", 
"is-read-only": false, 
"description": ["Lowest temperature (in degree Celsius) of the radio module inside the outdoor unit."]
},
"rf-temp-max": {
"id": "rf-temp-max", 
"is-read-only": false, 
"description": ["Highest temperature (in degree Celsius) of the radio module inside the outdoor unit."]
},
"rf-temp-avg": {
"id": "rf-temp-avg", 
"is-read-only": false, 
"description": ["Averaged temperature (in degree Celsius) of the radio module inside the outdoor unit."]
},
"defect-blocks-sum": {
"id": "defect-blocks-sum", 
"is-read-only": false, 
"description": ["Total number of blocks that were defect after receiving and could not be corrected by the FEC."]
},
"time-period": {
"id": "time-period", 
"is-read-only": false, 
"description": ["Total length of the measurement period."]
},
"air-interface-performance-type-g": {
"id": "air-interface-performance-type-g", 
"is-read-only": false, 
"description": ["Consolidated performance information of the air interface."]
},
"performance-data": {
"id": "performance-data", 
"is-read-only": false, 
"description": ["none"]
},
"air-interface-current-performance-type-g": {
"id": "air-interface-current-performance-type-g", 
"is-read-only": false, 
"description": ["Turns performance information into current performance information by inheriting from OTN_CurrentData."]
},
"performance-data": {
"id": "performance-data", 
"is-read-only": false, 
"description": ["none"]
},
"air-interface-historical-performance-type-g": {
"id": "air-interface-historical-performance-type-g", 
"is-read-only": false, 
"description": ["Turns performance information into historical performance information by inheriting from OTN_HistoryData."]
},
"hsb": {
"id": "hsb", 
"is-read-only": false, 
"description": ["none"]
},
"protection-type": {
"id": "protection-type", 
"is-read-only": false, 
"description": ["none"]
},
"working": {
"id": "working", 
"is-read-only": false, 
"description": ["none"]
},
"protection": {
"id": "protection", 
"is-read-only": false, 
"description": ["none"]
},
"protected": {
"id": "protected", 
"is-read-only": false, 
"description": ["none"]
},
"role-type": {
"id": "role-type", 
"is-read-only": false, 
"description": ["none"]
},
"diversity-name": {
"id": "diversity-name", 
"is-read-only": false, 
"description": ["Names to be chosen from the following list: 'spaceDiversity', 'frequencyDiversity'"]
},
"number-of-air-interfaces-max": {
"id": "number-of-air-interfaces-max", 
"is-read-only": false, 
"description": ["Maximum number of air interfaces that could be part of this kind of diversity."]
},
"diversity-type-g": {
"id": "diversity-type-g", 
"is-read-only": false, 
"description": ["none"]
},
"group-down": {
"id": "group-down", 
"is-read-only": false, 
"description": ["All air interfaces that are members of the diversity configuration are down."]
},
"not-all-ai-active": {
"id": "not-all-ai-active", 
"is-read-only": false, 
"description": ["At least one, but not all of the air interfaces that are part of the diversity configuration is not working."]
},
"all-ai-active": {
"id": "all-ai-active", 
"is-read-only": false, 
"description": ["All air interfaces that are part of the diversity configuration are working."]
},
"air-interface-diversity-status-type": {
"id": "air-interface-diversity-status-type", 
"is-read-only": false, 
"description": ["none"]
},
"problem-kind-name": {
"id": "problem-kind-name", 
"is-read-only": false, 
"description": ["Name of the alarm according to AirInterfaceDiversity::AirInterfaceDiversityCapability::supportedAlarms"]
},
"problem-kind-severity": {
"id": "problem-kind-severity", 
"is-read-only": false, 
"description": ["Severity of this type of alarm."]
},
"air-interface-diversity-problem-severity-type-g": {
"id": "air-interface-diversity-problem-severity-type-g", 
"is-read-only": false, 
"description": ["none"]
},
"problem-name": {
"id": "problem-name", 
"is-read-only": false, 
"description": ["Name of the alarm according to AirInterfaceDiversity::AirInterfaceDiversityCapability::supportedAlarms"]
},
"air-interface-diversity-current-problem-type-g": {
"id": "air-interface-diversity-current-problem-type-g", 
"is-read-only": false, 
"description": ["none"]
},
"snir-min": {
"id": "snir-min", 
"is-read-only": false, 
"description": ["Minimum signal to (noise+interference) ratio of the combined signals."]
},
"snir-max": {
"id": "snir-max", 
"is-read-only": false, 
"description": ["Maximum signal to (noise+interference) ratio of the combined signals."]
},
"snir-avg": {
"id": "snir-avg", 
"is-read-only": false, 
"description": ["Average signal to (noise+interference) ratio of the combined signals."]
},
"air-interface-diversity-performance-type-g": {
"id": "air-interface-diversity-performance-type-g", 
"is-read-only": false, 
"description": ["Consolidated performance information of the air interface diversity group."]
},
"performance-data": {
"id": "performance-data", 
"is-read-only": false, 
"description": ["none"]
},
"air-interface-diversity-current-performance-type-g": {
"id": "air-interface-diversity-current-performance-type-g", 
"is-read-only": false, 
"description": ["Turns performance information into current performance information by inheriting from OTN_CurrentData."]
},
"performance-data": {
"id": "performance-data", 
"is-read-only": false, 
"description": ["none"]
},
"air-interface-diversity-historical-performance-type-g": {
"id": "air-interface-diversity-historical-performance-type-g", 
"is-read-only": false, 
"description": ["Turns performance information into historical performance information by inheriting from OTN_HistoryData."]
},
"tdm-structure-name": {
"id": "tdm-structure-name", 
"is-read-only": false, 
"description": ["Names to be chosen from the following list: 'e1','t1','j1','e3','ds3','stm1','cpri1','cpri2','cpri3','cpri4','cpri5','cpri6' or 'cpri7'"]
},
"tdm-segment-size": {
"id": "tdm-segment-size", 
"is-read-only": false, 
"description": ["Size of the TDM segment in kbit/s. Values to be chosen from the following list: '2048','1544','34000','44736 ','155520','614400','1228800','2457600','3072000','4915200','6144000' or '9830400;"]
},
"max-number-of-segments-reservable": {
"id": "max-number-of-segments-reservable", 
"is-read-only": false, 
"description": ["Device specific maximum number of segments (not depending on current air interface configuration) that can be reserved for this type of segment on a single air interface."]
},
"tdm-structure-type-g": {
"id": "tdm-structure-type-g", 
"is-read-only": false, 
"description": ["none"]
},
"problem-kind-name": {
"id": "problem-kind-name", 
"is-read-only": false, 
"description": ["Name of the alarm according to Structure::StructureCapability::supportedAlarms"]
},
"problem-kind-severity": {
"id": "problem-kind-severity", 
"is-read-only": false, 
"description": ["Severity of this type of alarm."]
},
"structure-problem-severity-type-g": {
"id": "structure-problem-severity-type-g", 
"is-read-only": false, 
"description": ["none"]
},
"problem-name": {
"id": "problem-name", 
"is-read-only": false, 
"description": ["Name of the alarm according to Structure::StructureCapability::supportedAlarms"]
},
"structure-current-problem-type-g": {
"id": "structure-current-problem-type-g", 
"is-read-only": false, 
"description": ["none"]
},
"time-period": {
"id": "time-period", 
"is-read-only": false, 
"description": ["Total length of the measurement period in seconds."]
},
"es": {
"id": "es", 
"is-read-only": false, 
"description": ["Number of errored seconds. 1+0: Same value as for single air interface. 1+1 and Diversity: Value representing the combined signals."]
},
"ses": {
"id": "ses", 
"is-read-only": false, 
"description": ["Number of severely errored seconds. 1+0: Same value as for single air interface. 1+1 and Diversity: Value representing the combined signals."]
},
"cses": {
"id": "cses", 
"is-read-only": false, 
"description": ["Number of consecutive severely errored seconds. 1+0: Same value as for single air interface. 1+1 and Diversity: Value representing the combined signals."]
},
"unavailability": {
"id": "unavailability", 
"is-read-only": false, 
"description": ["Total time of unavailability in seconds. 1+0: Same value as for single air interface. 1+1 and Diversity: Value representing the combined signals."]
},
"rx-level-min": {
"id": "rx-level-min", 
"is-read-only": false, 
"description": ["Minimum receive level. 1+0: Same value as for single air interface. 1+1: Value representing the combined signals. Diversity: To be left on default value."]
},
"rx-level-max": {
"id": "rx-level-max", 
"is-read-only": false, 
"description": ["Maximum receive level. 1+0: Same value as for single air interface. 1+1: Value representing the combined signals. Diversity: To be left on default value."]
},
"rx-level-avg": {
"id": "rx-level-avg", 
"is-read-only": false, 
"description": ["Averaged receive level. 1+0: Same value as for single air interface. 1+1: Value representing the combined signals. Diversity: To be left on default value."]
},
"structure-performance-type-g": {
"id": "structure-performance-type-g", 
"is-read-only": false, 
"description": ["Consolidated performance information of the Structure."]
},
"performance-data": {
"id": "performance-data", 
"is-read-only": false, 
"description": ["none"]
},
"structure-current-performance-type-g": {
"id": "structure-current-performance-type-g", 
"is-read-only": false, 
"description": ["Turns performance information into current performance information by inheriting from OTN_CurrentData."]
},
"performance-data": {
"id": "performance-data", 
"is-read-only": false, 
"description": ["none"]
},
"structure-historical-performance-type-g": {
"id": "structure-historical-performance-type-g", 
"is-read-only": false, 
"description": ["Turns performance information into historical performance information by inheriting from OTN_HistoryData."]
},
"container-name": {
"id": "container-name", 
"is-read-only": false, 
"description": ["Names to be chosen from the following list: 'ethernet','e1','t1','j1','e3','ds3','stm1','cpri1','cpri2','cpri3','cpri4','cpri5','cpri6' or 'cpri7'"]
},
"number-of-time-slots-required": {
"id": "number-of-time-slots-required", 
"is-read-only": false, 
"description": ["Number of time slots required for transporting this type of container. Value must be calculated by the vendor after defining the timeSlotCapacity. For containers of fixed size: numberOfTimeSlotsRequired = required bandwidth of the container divided by timeSlotCapacity. For containers of variable size the minimum (most probably 1) is to be stated."]
},
"tdm-time-slots-is-required": {
"id": "tdm-time-slots-is-required", 
"is-read-only": false, 
"description": ["Shall be set to '1', if this container type requires bandwidth (times slots) reserved for TDM transport."]
},
"bundling-is-avail": {
"id": "bundling-is-avail", 
"is-read-only": false, 
"description": ["If it is possible to combine transport resources of several radio links to transport this container type, this attribute shall be set to '1'."]
},
"container-type-g": {
"id": "container-type-g", 
"is-read-only": false, 
"description": ["none"]
},
"tdm-container-name": {
"id": "tdm-container-name", 
"is-read-only": false, 
"description": ["Names to be chosen from the following list: 'e1','t1','j1','e3','t3','stm1','cpri1','cpri2','cpri3','cpri4','cpri5','cpri6' or 'cpri7'"]
},
"tdm-container-size": {
"id": "tdm-container-size", 
"is-read-only": false, 
"description": ["Capacity required for transporting this type of container (in kbit/s). Values to be chosen from the following list: '2048','1544','34000','44736 ','155520','614400','1228800','2457600','3072000','4915200','6144000' or '9830400;"]
},
"tdm-container-type-g": {
"id": "tdm-container-type-g", 
"is-read-only": false, 
"description": ["none"]
},
"structure-id-ref": {
"id": "structure-id-ref", 
"is-read-only": false, 
"description": ["none"]
},
"segment-id-ref": {
"id": "segment-id-ref", 
"is-read-only": false, 
"description": ["Combinations of structureId and segmentId must be unique inside the device to assure that every resource is used just once."]
},
"segment-id-type-g": {
"id": "segment-id-type-g", 
"is-read-only": false, 
"description": ["Identifies the segments, which are used to transport the container."]
},
"segment-status-type-id": {
"id": "segment-status-type-id", 
"is-read-only": false, 
"description": ["none"]
},
"segment-is-reserved-for-tdm": {
"id": "segment-is-reserved-for-tdm", 
"is-read-only": false, 
"description": ["The number of segments, which is configured by Structure::StructureConfiguration::tdmReservedNumberOfSegements, has to be reserved for TDM. Starting from the lowest index value, these segments have to be marked with a 'true' in segmentIsReservedForTdm."]
},
"operational-status": {
"id": "operational-status", 
"is-read-only": false, 
"description": ["Current operational status of each segment."]
},
"obsolete-priority-class": {
"id": "obsolete-priority-class", 
"is-read-only": false, 
"description": ["PriorityClass as inherited from the associated Container::ContainerConfiguration::priorityClass. In case the device is capable of adapting the sequence, in which segments are being dropped in case of decreasing capacity of the air interface, priorityClass shall be considered, while calculating the dropOrderRank."]
},
"obsolete-drop-order-rank": {
"id": "obsolete-drop-order-rank", 
"is-read-only": false, 
"description": ["In case the device is NOT capable of adapting the sequence, in which segments are being dropped in case of decreasing capacity of the air interface, dropOrderRank is number of segments minus sequence number of the segment. In case the device is capable of adapting the sequence, dropOrderRank has to be calculated by the device in dependency to the assigned priorityClass. _unique: within Structure::StructureStatus::segmentStatusList"]
},
"segment-status-type-g": {
"id": "segment-status-type-g", 
"is-read-only": false, 
"description": ["none"]
},
"problem-kind-name": {
"id": "problem-kind-name", 
"is-read-only": false, 
"description": ["Name of the alarm according to Container::ContainerCapability::supportedAlarms"]
},
"problem-kind-severity": {
"id": "problem-kind-severity", 
"is-read-only": false, 
"description": ["Severity of this type of alarm."]
},
"container-problem-severity-type-g": {
"id": "container-problem-severity-type-g", 
"is-read-only": false, 
"description": ["none"]
},
"problem-name": {
"id": "problem-name", 
"is-read-only": false, 
"description": ["Name of the alarm according to Container::ContainerCapability::supportedAlarms"]
},
"container-current-problem-type-g": {
"id": "container-current-problem-type-g", 
"is-read-only": false, 
"description": ["none"]
},
"tx-ethernet-bytes-max-s": {
"id": "tx-ethernet-bytes-max-s", 
"is-read-only": false, 
"description": ["Counts the number of Bytes of Ethernet traffic (before header compression) transmitted within a second and keeps the highest value within the measurement period. Field to be left blank for all types of TDM containers."]
},
"tx-ethernet-bytes-max-m": {
"id": "tx-ethernet-bytes-max-m", 
"is-read-only": false, 
"description": ["Counts the number of Bytes of Ethernet traffic (before header compression) transmitted within a minute and keeps the highest value with in the measurement period. Field to be left blank for all types of TDM containers."]
},
"tx-ethernet-bytes-sum": {
"id": "tx-ethernet-bytes-sum", 
"is-read-only": false, 
"description": ["Total number of Bytes of Ethernet traffic (before header compression) transmitted (in direction out of the device) during the measurement period. Field to be left blank for all types of TDM containers."]
},
"time-period": {
"id": "time-period", 
"is-read-only": false, 
"description": ["Total length of the measurement period in seconds."]
},
"container-performance-type-g": {
"id": "container-performance-type-g", 
"is-read-only": false, 
"description": ["Consolidated performance information of the Container."]
},
"performance-data": {
"id": "performance-data", 
"is-read-only": false, 
"description": ["none"]
},
"container-current-performance-type-g": {
"id": "container-current-performance-type-g", 
"is-read-only": false, 
"description": ["Turns performance information into current performance information by inheriting from OTN_CurrentData."]
},
"performance-data": {
"id": "performance-data", 
"is-read-only": false, 
"description": ["none"]
},
"container-historical-performance-type-g": {
"id": "container-historical-performance-type-g", 
"is-read-only": false, 
"description": ["Turns performance information into historical performance information by inheriting from OTN_HistoryData."]
},
"gbic": {
"id": "gbic", 
"is-read-only": false, 
"description": ["none"]
},
"soldered-connector": {
"id": "soldered-connector", 
"is-read-only": false, 
"description": ["none"]
},
"sfp-sfp-plus-sfp28": {
"id": "sfp-sfp-plus-sfp28", 
"is-read-only": false, 
"description": ["none"]
},
"xbi-300-pin": {
"id": "xbi-300-pin", 
"is-read-only": false, 
"description": ["none"]
},
"xenpak": {
"id": "xenpak", 
"is-read-only": false, 
"description": ["none"]
},
"xfp": {
"id": "xfp", 
"is-read-only": false, 
"description": ["none"]
},
"xfp-e": {
"id": "xfp-e", 
"is-read-only": false, 
"description": ["none"]
},
"xpak": {
"id": "xpak", 
"is-read-only": false, 
"description": ["none"]
},
"x2": {
"id": "x2", 
"is-read-only": false, 
"description": ["none"]
},
"dwdm-sfp-sfp-plus": {
"id": "dwdm-sfp-sfp-plus", 
"is-read-only": false, 
"description": ["none"]
},
"qsfp": {
"id": "qsfp", 
"is-read-only": false, 
"description": ["none"]
},
"qsfp-plus": {
"id": "qsfp-plus", 
"is-read-only": false, 
"description": ["none"]
},
"cxp": {
"id": "cxp", 
"is-read-only": false, 
"description": ["none"]
},
"shielded-mini-multilane-hd-4-x": {
"id": "shielded-mini-multilane-hd-4-x", 
"is-read-only": false, 
"description": ["none"]
},
"shielded-mini-multilane-hd-8-x": {
"id": "shielded-mini-multilane-hd-8-x", 
"is-read-only": false, 
"description": ["none"]
},
"qsfp28": {
"id": "qsfp28", 
"is-read-only": false, 
"description": ["none"]
},
"cxp2": {
"id": "cxp2", 
"is-read-only": false, 
"description": ["none"]
},
"cdfp-style1-style2": {
"id": "cdfp-style1-style2", 
"is-read-only": false, 
"description": ["none"]
},
"shielded-mini-multilane-hd-4-x-fan-out": {
"id": "shielded-mini-multilane-hd-4-x-fan-out", 
"is-read-only": false, 
"description": ["none"]
},
"shielded-mini-multilane-hd-8-x-fan-out": {
"id": "shielded-mini-multilane-hd-8-x-fan-out", 
"is-read-only": false, 
"description": ["none"]
},
"cdfp-style3": {
"id": "cdfp-style3", 
"is-read-only": false, 
"description": ["none"]
},
"qsfp-micro": {
"id": "qsfp-micro", 
"is-read-only": false, 
"description": ["none"]
},
"qsfp-dd": {
"id": "qsfp-dd", 
"is-read-only": false, 
"description": ["none"]
},
"qsfp-plus-rate-select-v1": {
"id": "qsfp-plus-rate-select-v1", 
"is-read-only": false, 
"description": ["none"]
},
"qsfp-plus-rate-select-v2": {
"id": "qsfp-plus-rate-select-v2", 
"is-read-only": false, 
"description": ["none"]
},
"not-yet-defined": {
"id": "not-yet-defined", 
"is-read-only": false, 
"description": ["none"]
},
"mii-kind-type": {
"id": "mii-kind-type", 
"is-read-only": false, 
"description": ["none"]
},
"sc": {
"id": "sc", 
"is-read-only": false, 
"description": ["Subscriber Connector"]
},
"fibre-channel-style-1": {
"id": "fibre-channel-style-1", 
"is-read-only": false, 
"description": ["Copper connector"]
},
"fibre-channel-style-2": {
"id": "fibre-channel-style-2", 
"is-read-only": false, 
"description": ["Copper connector"]
},
"bnc-tnc": {
"id": "bnc-tnc", 
"is-read-only": false, 
"description": ["Bayonet/Threaded Neill-Concelman"]
},
"fc": {
"id": "fc", 
"is-read-only": false, 
"description": ["Fibre Channel coax headers"]
},
"fiber-jack": {
"id": "fiber-jack", 
"is-read-only": false, 
"description": ["none"]
},
"lc": {
"id": "lc", 
"is-read-only": false, 
"description": ["Lucent Connector"]
},
"mt-rj": {
"id": "mt-rj", 
"is-read-only": false, 
"description": ["Mechanical Transfer - Registered Jack"]
},
"mu": {
"id": "mu", 
"is-read-only": false, 
"description": ["Multiple Optical"]
},
"sg": {
"id": "sg", 
"is-read-only": false, 
"description": ["none"]
},
"optical-pigtail": {
"id": "optical-pigtail", 
"is-read-only": false, 
"description": ["none"]
},
"mpo1-x12": {
"id": "mpo1-x12", 
"is-read-only": false, 
"description": ["Multifiber Parallel Optic"]
},
"mpo2-x16": {
"id": "mpo2-x16", 
"is-read-only": false, 
"description": ["Multifiber Parallel Optic"]
},
"hssdc-ii": {
"id": "hssdc-ii", 
"is-read-only": false, 
"description": ["High Speed Serial Data Connector"]
},
"copper-pigtail": {
"id": "copper-pigtail", 
"is-read-only": false, 
"description": ["none"]
},
"rj45": {
"id": "rj45", 
"is-read-only": false, 
"description": ["8P8C, according to Clause 3 and Figures 1 through 5 of IEC 60603-7"]
},
"no-seperable-connector": {
"id": "no-seperable-connector", 
"is-read-only": false, 
"description": ["none"]
},
"mxc2-x16": {
"id": "mxc2-x16", 
"is-read-only": false, 
"description": ["none"]
},
"st": {
"id": "st", 
"is-read-only": false, 
"description": ["according to IEC 60874-10:1992, also often called BFOC/2.5"]
},
"not-yet-defined": {
"id": "not-yet-defined", 
"is-read-only": false, 
"description": ["none"]
},
"mdi-kind-type": {
"id": "mdi-kind-type", 
"is-read-only": false, 
"description": ["none"]
},
"tp-cat3": {
"id": "tp-cat3", 
"is-read-only": false, 
"description": ["none"]
},
"tp-cat5": {
"id": "tp-cat5", 
"is-read-only": false, 
"description": ["none"]
},
"tp-cat6": {
"id": "tp-cat6", 
"is-read-only": false, 
"description": ["none"]
},
"tp-cat8": {
"id": "tp-cat8", 
"is-read-only": false, 
"description": ["none"]
},
"single-mode": {
"id": "single-mode", 
"is-read-only": false, 
"description": ["none"]
},
"multi-mode": {
"id": "multi-mode", 
"is-read-only": false, 
"description": ["none"]
},
"not-yet-defined": {
"id": "not-yet-defined", 
"is-read-only": false, 
"description": ["none"]
},
"medium-kind-type": {
"id": "medium-kind-type", 
"is-read-only": false, 
"description": ["none"]
},
"10-base5": {
"id": "10-base5", 
"is-read-only": false, 
"description": ["Thick coax Medium Attachment Unit (MAU) as specified in 802.3 Clause 8"]
},
"foirl": {
"id": "foirl", 
"is-read-only": false, 
"description": ["FOIRL Medium Attachment Unit (MAU) as specified in 802.3 Clause 9.9"]
},
"10-base2": {
"id": "10-base2", 
"is-read-only": false, 
"description": ["Thin coax Medium Attachment Unit (MAU) as specified in 802.3 Clause 10"]
},
"10-broad36": {
"id": "10-broad36", 
"is-read-only": false, 
"description": ["Broadband DTE Medium Attachment Unit (MAU) as specified in 802.3 Clause 11"]
},
"10-base-t": {
"id": "10-base-t", 
"is-read-only": false, 
"description": ["Twisted-pair cabling Medium Attachment Unit (MAU) as specified in 802.3 Clause 14. Only to be applied when duplex mode unknown"]
},
"10-base-thd": {
"id": "10-base-thd", 
"is-read-only": false, 
"description": ["Twisted-pair cabling Medium Attachment Unit (MAU) as specified in 802.3 Clause 14 in half duplex mode"]
},
"10-base-tfd": {
"id": "10-base-tfd", 
"is-read-only": false, 
"description": ["Twisted-pair cabling Medium Attachment Unit (MAU) as specified in 802.3 Clause 14 in full duplex mode"]
},
"10-base-fp": {
"id": "10-base-fp", 
"is-read-only": false, 
"description": ["Passive fiber Medium Attachment Unit (MAU) as specified in 802.3 Clause 16"]
},
"10-base-fb": {
"id": "10-base-fb", 
"is-read-only": false, 
"description": ["Synchronous fiber Medium Attachment Unit (MAU) as specified in 802.3 Clause 17"]
},
"10-base-fl": {
"id": "10-base-fl", 
"is-read-only": false, 
"description": ["Asynchronous fiber Medium Attachment Unit (MAU) as specified in 802.3 Clause 18. Only to be applied when duplex mode unknown"]
},
"10-base-flhd": {
"id": "10-base-flhd", 
"is-read-only": false, 
"description": ["Asynchronous fiber Medium Attachment Unit (MAU) as specified in 802.3 Clause 18 in half duplex mode"]
},
"10-base-flfd": {
"id": "10-base-flfd", 
"is-read-only": false, 
"description": ["Asynchronous fiber Medium Attachment Unit (MAU) as specified in 802.3 Clause 18 in full duplex mode"]
},
"100-base-t4": {
"id": "100-base-t4", 
"is-read-only": false, 
"description": ["Four-pair Category 3 twisted-pair cabling as specified in 802.3 Clause 23"]
},
"100-base-tx": {
"id": "100-base-tx", 
"is-read-only": false, 
"description": ["Two-pair Category 5 twisted-pair cabling as specified in 802.3 Clause 25. Only to be applied when duplex mode unknown"]
},
"100-base-txhd": {
"id": "100-base-txhd", 
"is-read-only": false, 
"description": ["Two-pair Category 5 twisted-pair cabling as specified in 802.3 Clause 25 in half duplex mode"]
},
"100-base-txfd": {
"id": "100-base-txfd", 
"is-read-only": false, 
"description": ["Two-pair Category 5 twisted-pair cabling as specified in 802.3 Clause 25 in full duplex mode"]
},
"100-base-bx10-d": {
"id": "100-base-bx10-d", 
"is-read-only": false, 
"description": ["One single-mode fiber Optical Line Terminal (OLT=>office side) Physical layer entity (PHY) as specified in 802.3 Clause 58"]
},
"100-base-bx10-u": {
"id": "100-base-bx10-u", 
"is-read-only": false, 
"description": ["One single-mode fiber Optical Network Unit (ONU=>customer side) Physical layer entity (PHY) as specified in 802.3 Clause 58"]
},
"100-base-fx": {
"id": "100-base-fx", 
"is-read-only": false, 
"description": ["X fiber over Physical Medium Dependent (PMD) as specified in 802.3 Clause 26. Only to be applied when duplex mode unknown"]
},
"100-base-fxhd": {
"id": "100-base-fxhd", 
"is-read-only": false, 
"description": ["X fiber over Physical Medium Dependent (PMD) as specified in 802.3 Clause 26 in half duplex mode"]
},
"100-base-fxfd": {
"id": "100-base-fxfd", 
"is-read-only": false, 
"description": ["X fiber over Physical Medium Dependent (PMD) as specified in 802.3 Clause 26 in full duplex mode"]
},
"100-base-lx10": {
"id": "100-base-lx10", 
"is-read-only": false, 
"description": ["Two fiber Physical layer entity (PHY) as specified in 802.3 Clause 58"]
},
"100-base-t2": {
"id": "100-base-t2", 
"is-read-only": false, 
"description": ["Two-pair Category 3 twisted-pair cabling as specified in 802.3 Clause 32. Only to be applied when duplex mode unknown"]
},
"100-base-t2-hd": {
"id": "100-base-t2-hd", 
"is-read-only": false, 
"description": ["Two-pair Category 3 twisted-pair cabling as specified in 802.3 Clause 32 in half duplex mode"]
},
"100-base-t2-fd": {
"id": "100-base-t2-fd", 
"is-read-only": false, 
"description": ["Two-pair Category 3 twisted-pair cabling as specified in 802.3 Clause 32 in full duplex mode"]
},
"1000-base-x": {
"id": "1000-base-x", 
"is-read-only": false, 
"description": ["X as specified in 802.3 Clause 36 over undefined Physical Medium Dependent (PMD). Not to be configured and only to be returned when underlying PMD and duplex mode unknown"]
},
"1000-base-bx10-d": {
"id": "1000-base-bx10-d", 
"is-read-only": false, 
"description": ["One single-mode fiber Optical Line Terminal (OLT=>office side) Physical layer entity (PHY) as specified in 802.3 Clause 59"]
},
"1000-base-bx10-u": {
"id": "1000-base-bx10-u", 
"is-read-only": false, 
"description": ["One single-mode fiber Optical Network Unit (ONU=>customer side) Physical layer entity (PHY) as specified in 802.3 Clause 59"]
},
"1000-base-xhd": {
"id": "1000-base-xhd", 
"is-read-only": false, 
"description": ["X Physical Coding Sublayer (PCS) and Physical Medium Attachment (PMA) as specified in 802.3 Clause 36 over undefined Physical Medium Dependent (PMD) in half duplex mode. Not to be configured and only to be returned when underlying PMD unknown"]
},
"1000-base-xfd": {
"id": "1000-base-xfd", 
"is-read-only": false, 
"description": ["X Physical Coding Sublayer (PCS) and Physical Medium Attachment (PMA) as specified in 802.3 Clause 36 over undefined Physical Medium Dependent (PMD) in full duplex mode. Not to be configured and only to be returned when underlying PMD unknown"]
},
"1000-base-lx": {
"id": "1000-base-lx", 
"is-read-only": false, 
"description": ["X fiber over long-wavelength laser Physical Medium Dependent (PMD) as specified in 802.3 Clause 38. Only to be applied when duplex mode unknown"]
},
"1000-base-lxhd": {
"id": "1000-base-lxhd", 
"is-read-only": false, 
"description": ["X fiber over long-wavelength laser Physical Medium Dependent (PMD) as specified in 802.3 Clause 38 in half duplex mode"]
},
"1000-base-lxfd": {
"id": "1000-base-lxfd", 
"is-read-only": false, 
"description": ["X fiber over long-wavelength laser Physical Medium Dependent (PMD) as specified in 802.3 Clause 38 in full duplex mode"]
},
"1000-base-lx10": {
"id": "1000-base-lx10", 
"is-read-only": false, 
"description": ["Two fiber 10km Physical layer entity (PHY) as specified in 802.3 Clause 59"]
},
"1000-base-sx": {
"id": "1000-base-sx", 
"is-read-only": false, 
"description": ["X fiber over short-wavelength laser Physical Medium Dependent (PMD) as specified in 802.3 Clause 38. Only to be applied when duplex mode unknown"]
},
"1000-base-sxhd": {
"id": "1000-base-sxhd", 
"is-read-only": false, 
"description": ["X fiber over short-wavelength laser Physical Medium Dependent (PMD) as specified in 802.3 Clause 38 in half duplex mode"]
},
"1000-base-sxfd": {
"id": "1000-base-sxfd", 
"is-read-only": false, 
"description": ["X fiber over short-wavelength laser Physical Medium Dependent (PMD) as specified in 802.3 Clause 38 in full duplex mode"]
},
"1000-base-cx": {
"id": "1000-base-cx", 
"is-read-only": false, 
"description": ["X copper over 150-Ohm balanced cable Physical Medium Dependent (PMD) as specified in 802.3 Clause 39. Only to be applied when duplex mode unknown"]
},
"1000-base-cxhd": {
"id": "1000-base-cxhd", 
"is-read-only": false, 
"description": ["X copper over 150-Ohm balanced cable Physical Medium Dependent (PMD) as specified in 802.3 Clause 39 in half duplex mode"]
},
"1000-base-cxfd": {
"id": "1000-base-cxfd", 
"is-read-only": false, 
"description": ["X copper over 150-Ohm balanced cable Physical Medium Dependent (PMD) as specified in 802.3 Clause 39 in full duplex mode"]
},
"1000-base-kx": {
"id": "1000-base-kx", 
"is-read-only": false, 
"description": ["X Physical Coding Sublayer (PCS) and Physical Medium Attachment (PMA) over an electrical backplane Physical Medium Dependent (PMD) as specified in 802.3 Clause 70"]
},
"1000-base-t": {
"id": "1000-base-t", 
"is-read-only": false, 
"description": ["Four-pair Category 5 twisted-pair cabling Physical layer entity (PHY) as specified in 802.3 Clause 40. Only to be applied when duplex mode unknown"]
},
"1000-base-thd": {
"id": "1000-base-thd", 
"is-read-only": false, 
"description": ["Four-pair Category 5 twisted-pair cabling Physical layer entity (PHY) as specified in 802.3 Clause 40 in half duplex mode"]
},
"1000-base-tfd": {
"id": "1000-base-tfd", 
"is-read-only": false, 
"description": ["Four-pair Category 5 twisted-pair cabling Physical layer entity (PHY) as specified in 802.3 Clause 40 in full duplex mode"]
},
"10-gbase-x": {
"id": "10-gbase-x", 
"is-read-only": false, 
"description": ["X Physical Coding Sublayer (PCS) and Physical Medium Attachment (PMA) as specified in 802.3 Clause 48 over undefined Physical Medium Dependent (PMD). Not to be configured and only to be returned when underlying PMD unknown"]
},
"10-gbase-lx4": {
"id": "10-gbase-lx4", 
"is-read-only": false, 
"description": ["X fiber over 4 lane 1310nm optics as specified in 802.3 Clause 53"]
},
"10-gbase-cx4": {
"id": "10-gbase-cx4", 
"is-read-only": false, 
"description": ["X copper over 8 pair 100-Ohm balanced cable as specified in 802.3 Clause 54"]
},
"10-gbase-kx4": {
"id": "10-gbase-kx4", 
"is-read-only": false, 
"description": ["X Physical Coding Sublayer (PCS) and Physical Medium Attachment (PMA) over an electrical backplane Physical Medium Dependent (PMD) as specified in 802.3 Clause 71"]
},
"10-gbase-r": {
"id": "10-gbase-r", 
"is-read-only": false, 
"description": ["R Physical Coding Sublayer (PCS) and Physical Medium Attachment (PMA) as specified in 802.3 Clause 49 over undefined Physical Medium Dependent (PMD). Not to be configured and only to be returned when underlying PMD unknown"]
},
"10-gbase-er": {
"id": "10-gbase-er", 
"is-read-only": false, 
"description": ["R fiber over 1550nm optics as specified in 802.3 Clause 52"]
},
"10-gbase-lr": {
"id": "10-gbase-lr", 
"is-read-only": false, 
"description": ["R fiber over 1310nm optics as specified in 802.3 Clause 52"]
},
"10-gbase-sr": {
"id": "10-gbase-sr", 
"is-read-only": false, 
"description": ["R fiber over 850nm optics as specified in 802.3 Clause 52"]
},
"10-gbase-lrm": {
"id": "10-gbase-lrm", 
"is-read-only": false, 
"description": ["R fiber over 1310 nm optics as specified in 802.3 Clause 68"]
},
"10-gbase-kr": {
"id": "10-gbase-kr", 
"is-read-only": false, 
"description": ["R Physical Coding Sublayer (PCS) and Physical Medium Attachment (PMA) over an electrical backplane Physical Medium Dependent (PMD) as specified in 802.3 Clause 72"]
},
"10-gbase-t": {
"id": "10-gbase-t", 
"is-read-only": false, 
"description": ["Four-pair twisted-pair balanced copper cabling Physical layer entity (PHY) as specified in 802.3 Clause 55"]
},
"10-gbase-pr-d1": {
"id": "10-gbase-pr-d1", 
"is-read-only": false, 
"description": ["One single-mode fiber 10.3125 GBd continuous downstream / burst mode upstream Optical Line Terminal (OLT=>office side) Physical layer entity (PHY) as specified in 802.3 Clause 75"]
},
"10-gbase-pr-d2": {
"id": "10-gbase-pr-d2", 
"is-read-only": false, 
"description": ["One single-mode fiber 10.3125 GBd continuous downstream / burst mode upstream Optical Line Terminal (OLT=>office side) Physical layer entity (PHY) as specified in 802.3 Clause 75"]
},
"10-gbase-pr-d3": {
"id": "10-gbase-pr-d3", 
"is-read-only": false, 
"description": ["One single-mode fiber 10.3125 GBd continuous downstream / burst mode upstream Optical Line Terminal (OLT=>office side) Physical layer entity (PHY) as specified in 802.3 Clause 75"]
},
"10-gbase-pr-d4": {
"id": "10-gbase-pr-d4", 
"is-read-only": false, 
"description": ["One single-mode fiber 10.3125 GBd continuous downstream / burst mode upstream Optical Line Terminal (OLT=>office side) Physical layer entity (PHY) as specified in 802.3 Clause 75"]
},
"10-gbase-pr-u1": {
"id": "10-gbase-pr-u1", 
"is-read-only": false, 
"description": ["One single-mode fiber 10.3125 GBd continuous downstream / burst mode upstream Optical Network Unit (ONU=>customer side) Physical layer entity (PHY) as specified in 802.3 Clause 75"]
},
"10-gbase-pr-u2": {
"id": "10-gbase-pr-u2", 
"is-read-only": false, 
"description": ["One single-mode fiber 10.3125 GBd continuous downstream / burst mode upstream Optical Network Unit (ONU=>customer side) Physical layer entity (PHY) as specified in 802.3 Clause 75"]
},
"10-gbase-pr-u3": {
"id": "10-gbase-pr-u3", 
"is-read-only": false, 
"description": ["One single-mode fiber 10.3125 GBd continuous downstream / burst mode upstream Optical Network Unit (ONU=>customer side) Physical layer entity (PHY) as specified in 802.3 Clause 75"]
},
"10-gbase-pr-u4": {
"id": "10-gbase-pr-u4", 
"is-read-only": false, 
"description": ["One single-mode fiber 10.3125 GBd continuous downstream / burst mode upstream Optical Network Unit (ONU=>customer side) Physical layer entity (PHY) as specified in 802.3 Clause 75"]
},
"40-gbase-r": {
"id": "40-gbase-r", 
"is-read-only": false, 
"description": ["Multi-lane PCS as specified in 802.3 Clause 82 over undefined Physical Medium Attachment (PMA) and Physical Medium Dependent (PMD). Not to be configured and only to be returned when underlying PMD unknown"]
},
"40-gbase-kr4": {
"id": "40-gbase-kr4", 
"is-read-only": false, 
"description": ["40GBASE-R Physical Coding Sublayer (PCS) and Physical Medium Attachment (PMA) over an electrical backplane Physical Medium Dependent (PMD) as specified in 802.3 Clause 84"]
},
"40-gbase-cr4": {
"id": "40-gbase-cr4", 
"is-read-only": false, 
"description": ["40GBASE-R Physical Coding Sublayer (PCS) and Physical Medium Attachment (PMA) over 4 lane shielded copper balanced cable Physical Medium Dependent (PMD) as specified in 802.3 Clause 85"]
},
"40-gbase-sr4": {
"id": "40-gbase-sr4", 
"is-read-only": false, 
"description": ["40GBASE-R Physical Coding Sublayer (PCS) and Physical Medium Attachment (PMA) over 4 lane multimode fiber Physical Medium Dependent (PMD) as specified in 802.3 Clause 86"]
},
"4-x10-gbase-sr": {
"id": "4-x10-gbase-sr", 
"is-read-only": false, 
"description": ["4 times 10GBASE-S compatible to 802.3 Clause 52 over 4 lane multimode fiber"]
},
"40-gbase-lr4": {
"id": "40-gbase-lr4", 
"is-read-only": false, 
"description": ["40GBASE-R Physical Coding Sublayer (PCS) and Physical Medium Attachment (PMA) over 4 WDM lane single mode fiber Physical Medium Dependent (PMD), with long reach, as specified in 802.3 Clause 87"]
},
"40-gbase-er4": {
"id": "40-gbase-er4", 
"is-read-only": false, 
"description": ["40GBASE-R Physical Coding Sublayer (PCS) and Physical Medium Attachment (PMA) over 4 WDM lane single mode fiber Physical Medium Dependent (PMD), with extended reach, as specified in 802.3 Clause 87"]
},
"40-gbase-fr": {
"id": "40-gbase-fr", 
"is-read-only": false, 
"description": ["40GBASE-R Physical Coding Sublayer (PCS) and Physical Medium Attachment (PMA) over single mode fiber Physical Medium Dependent (PMD) as specified in 802.3 Clause 89"]
},
"100-gbase-r": {
"id": "100-gbase-r", 
"is-read-only": false, 
"description": ["Multi-lane PCS as specified in 802.3 Clause 82 over undefined 100GBASE-R or 100GBASE-P Physical Medium Attachment (PMA) and Physical Medium Dependent (PMD). Not to be configured and only to be returned when underlying PMD unknown"]
},
"100-gbase-cr4": {
"id": "100-gbase-cr4", 
"is-read-only": false, 
"description": ["100GBASE-R Physical Coding Sublayer (PCS) and Physical Medium Attachment (PMA) over 4 lane shielded copper balanced cable Physical Medium Dependent (PMD) as specified in 802.3 Clause 92"]
},
"100-gbase-kr4": {
"id": "100-gbase-kr4", 
"is-read-only": false, 
"description": ["100GBASE-R Physical Coding Sublayer (PCS) and Physical Medium Attachment (PMA) over an electrical backplane Physical Medium Dependent (PMD) as specified in 802.3 Clause 93"]
},
"100-gbase-kp4": {
"id": "100-gbase-kp4", 
"is-read-only": false, 
"description": ["100GBASE-P Physical Coding Sublayer (PCS) and Physical Medium Attachment (PMA) over an electrical backplane Physical Medium Dependent (PMD) as specified in 802.3 Clause 94"]
},
"100-gbase-cr10": {
"id": "100-gbase-cr10", 
"is-read-only": false, 
"description": ["100GBASE-R Physical Coding Sublayer (PCS) and Physical Medium Attachment (PMA) over 10 lane shielded copper balanced cable Physical Medium Dependent (PMD) as specified in 802.3 Clause 85"]
},
"100-gbase-sr4": {
"id": "100-gbase-sr4", 
"is-read-only": false, 
"description": ["100GBASE-R Physical Coding Sublayer (PCS) and Physical Medium Attachment (PMA) over 4 lane multimode fiber Physical Medium Dependent (PMD) as specified in 802.3 Clause 95"]
},
"100-gbase-sr10": {
"id": "100-gbase-sr10", 
"is-read-only": false, 
"description": ["100GBASE-R Physical Coding Sublayer (PCS) and Physical Medium Attachment (PMA) over 10 lane multimode fiber Physical Medium Dependent (PMD) as specified in 802.3 Clause 86"]
},
"2-x40-gbase-sr": {
"id": "2-x40-gbase-sr", 
"is-read-only": false, 
"description": ["2 times 40GBASE-S compatible to 802.3 Clause 86 over 10 lane multimode fiber"]
},
"10-x10-gbase-sr": {
"id": "10-x10-gbase-sr", 
"is-read-only": false, 
"description": ["10 times 10GBASE-S compatible to 802.3 Clause 52 over 10 lane multimode fiber"]
},
"12-x10-gbase-sr": {
"id": "12-x10-gbase-sr", 
"is-read-only": false, 
"description": ["12 times 10GBASE-S compatible to 802.3 Clause 52 over 12 lane multimode fiber"]
},
"100-gbase-lr4": {
"id": "100-gbase-lr4", 
"is-read-only": false, 
"description": ["100GBASE-R Physical Coding Sublayer (PCS) and Physical Medium Attachment (PMA) over 4 WDM lane single mode fiber Physical Medium Dependent (PMD), with long reach, as specified in 802.3 Clause 88"]
},
"100-gbase-er4": {
"id": "100-gbase-er4", 
"is-read-only": false, 
"description": ["100GBASE-R Physical Coding Sublayer (PCS) and Physical Medium Attachment (PMA) over 4 WDM lane single mode fiber Physical Medium Dependent (PMD), with extended reach, as specified in 802.3 Clause 88"]
},
"not-yet-defined": {
"id": "not-yet-defined", 
"is-read-only": false, 
"description": ["none"]
},
"pmd-name-type": {
"id": "pmd-name-type", 
"is-read-only": false, 
"description": ["none"]
},
"signal-ordering-kind-name": {
"id": "signal-ordering-kind-name", 
"is-read-only": false, 
"description": ["To be filled according to TR-541. Must be unique for referencing during configuration of the interface."]
},
"signal-list": {
"id": "signal-list", 
"is-read-only": false, 
"description": ["Desciption of the signals on the Media Dependent Interface (MDI), might be e.g. 'TX+' in case of e.g. 10BASE-T, might be e.g. '1,295.56 nm' in case of e.g. 100GBASE-LR4"]
},
"signal-ordering-type-g": {
"id": "signal-ordering-type-g", 
"is-read-only": false, 
"description": ["none"]
},
"mau-id": {
"id": "mau-id", 
"is-read-only": false, 
"description": ["802.3 according to 30.5.1.1.1 aMAUID Unique identifier of the Medium Attachment Unit (MAU) instance within the data about the device"]
},
"mii-kind": {
"id": "mii-kind", 
"is-read-only": false, 
"description": ["SFF8472_SFF8636 Kind of Medium Independent Interface (MII) provided by this Medium Attachment Unit (MAU) (e.g. SFP, moldered port)"]
},
"mdi-kind": {
"id": "mdi-kind", 
"is-read-only": false, 
"description": ["Kind of Medium Dependent Interface (MDI) provided by this Medium Attachment Unit (MAU)"]
},
"required-medium-kind": {
"id": "required-medium-kind", 
"is-read-only": false, 
"description": ["Kind of medium required for operating this Medium Attachment Unit (MAU), more like an information field"]
},
"wavelength-min": {
"id": "wavelength-min", 
"is-read-only": false, 
"description": ["SFF-8690 Minimum laser wavelength in pico meter, -1 = not applicable, 0 = not known, wavelengthMax = wavelength cannot be configured; multiplicity=0..3 for 10GBASE-LX4 according to 802.3 53.5"]
},
"wavelength-max": {
"id": "wavelength-max", 
"is-read-only": false, 
"description": ["Maximum laser wavelength in pico meter, -1 = not applicable, 0 = not known, wavelengthMin = wavelength cannot be configured; multiplicity=0..3 for 10GBASE-LX4 according to 802.3 53.5 SFF-8690"]
},
"wavelength-grid-min": {
"id": "wavelength-grid-min", 
"is-read-only": false, 
"description": ["Minimum grid spacing supported by the transceiver, -1 = not applicable, 0 = not known SFF-8690"]
},
"link-length-max": {
"id": "link-length-max", 
"is-read-only": false, 
"description": ["Indicates the maximum link length that is supported by the transceiver on the medium, which is specified in the standard referenced in TypeDefinitions::phyType::phyKind."]
},
"vendor-name": {
"id": "vendor-name", 
"is-read-only": false, 
"description": ["Name of the vendor of the transceiver Will be moved to CoreModel::CorePhysicalModel-Initial::EquipmentDetail::ObjectClasses::InvariantDetails::ManufacturerProperties::manufacturerName"]
},
"vendor-oui": {
"id": "vendor-oui", 
"is-read-only": false, 
"description": ["Describes the IEEE Company identifier of the vendor of the transceiver (1st part of 802.3 ResourceTypeID) 802.3 22.2.4.3.1 PHY Identifier; also referenced in 45.2.1.13 PMA/PMD package identifier Will be moved to CoreModel::CorePhysicalModel-Initial::EquipmentDetail::ObjectClasses::InvariantDetails::ManufacturerProperties::manufacturerIdentifier"]
},
"part-number": {
"id": "part-number", 
"is-read-only": false, 
"description": ["802.3 22.2.4.3.1 PHY Identifier; also referenced in 45.2.1.13 PMA/PMD package identifier as six bit model number Uniquely identifies the transceiver in the vendor's product lists Will be moved to CoreModel::CorePhysicalModel-Initial::EquipmentDetail::ObjectClasses::InvariantDetails::EquipmentType::partTypeIdentifier"]
},
"revision-number": {
"id": "revision-number", 
"is-read-only": false, 
"description": ["Identifies the revision number of the transceiver (3rd part of 802.3 ResourceTypeID) 802.3 22.2.4.3.1 PHY Identifier; also referenced in 45.2.1.13 PMA/PMD package identifier as four-bit revision number Will be moved to CoreModel::CorePhysicalModel-Initial::EquipmentDetail::ObjectClasses::InvariantDetails::EquipmentType::version"]
},
"serial-number": {
"id": "serial-number", 
"is-read-only": false, 
"description": ["Vendor's serial number for the transceiver. 0 = not applicable Will be moved to CoreModel::CorePhysicalModel-Initial::EquipmentDetail::ObjectClasses::InvariantDetails::EquipmentInstance::serialNumber"]
},
"date-code": {
"id": "date-code", 
"is-read-only": false, 
"description": ["Vendor's date code for the transceiver Will be moved to CoreModel::CorePhysicalModel-Initial::EquipmentDetail::ObjectClasses::InvariantDetails::EquipmentInstance::manufactureDate"]
},
"pmd-list": {
"id": "pmd-list", 
"is-read-only": false, 
"description": ["List of Physical Medium Dependent (PMD) that can be operated *** In case ordering of the signals depends on the PMD, pmdList has to be put into the datatype for the signal ordering ***"]
},
"signal-ordering-list": {
"id": "signal-ordering-list", 
"is-read-only": false, 
"description": ["Describes the different (e.g. MDI, MDI-X) ways of ordering the signals on the physical medium"]
},
"auto-signal-ordering-is-avail": {
"id": "auto-signal-ordering-is-avail", 
"is-read-only": false, 
"description": ["1 = there is a mechanism for automatically crossing over tx and rx implemented"]
},
"short-reach-mode-is-avail": {
"id": "short-reach-mode-is-avail", 
"is-read-only": false, 
"description": ["1 = Indicates that Short Reach Mode for 10GBASE-T according to 802.3 45.2.1.64 is available"]
},
"eee-is-avail": {
"id": "eee-is-avail", 
"is-read-only": false, 
"description": ["1 = Indicates that Energy-Efficient Ethernet (EEE) is available at the device."]
},
"unidirectional-operation-is-avail": {
"id": "unidirectional-operation-is-avail", 
"is-read-only": false, 
"description": ["1 = Medium Attachment Unit (MAU) able to transmit from Media Independent Interface (MII) regardless of whether the MAU has determined that a valid link has been established, 0 = MAU able to transmit from MII only when the MAU has determined that a valid link has been established 802.3"]
},
"supported-alarms": {
"id": "supported-alarms", 
"is-read-only": false, 
"description": ["MW IM Available alarms to be listed. Mandatory:'txFault', 'rxLos', 'tempHigh', 'tempLow', 'rxLevelHigh', 'rxLevelLow'. Optional:'vccHigh', 'vccLow', 'txBiasHigh', 'txBiasLow', 'txPowerHigh', 'txPowerLow', 'laserTempHigh', 'laserTempLow', 'tecCurrentHigh', 'tecCurrentLow'. Further alarms might be added by the device. Names are to be separated by commas."]
},
"mau-type-g": {
"id": "mau-type-g", 
"is-read-only": false, 
"description": ["none"]
},
"problem-kind-name": {
"id": "problem-kind-name", 
"is-read-only": false, 
"description": ["Name of the alarm according to WireInterface::WireInterfaceCapability::supportedAlarms"]
},
"problem-kind-severity": {
"id": "problem-kind-severity", 
"is-read-only": false, 
"description": ["Severity of this type of alarm."]
},
"wire-interface-problem-severity-type-g": {
"id": "wire-interface-problem-severity-type-g", 
"is-read-only": false, 
"description": ["none"]
},
"problem-name": {
"id": "problem-name", 
"is-read-only": false, 
"description": ["Name of the alarm according to WireInterface::WireInterfaceCapability::supportedAlarms"]
},
"wire-interface-current-problem-type-g": {
"id": "wire-interface-current-problem-type-g", 
"is-read-only": false, 
"description": ["none"]
},
"es": {
"id": "es", 
"is-read-only": false, 
"description": ["802.3 30.8.1.1.13 aLineESs Number of errored seconds"]
},
"ses": {
"id": "ses", 
"is-read-only": false, 
"description": ["802.3 30.8.1.1.12 aLineSESs Number of severely errored seconds"]
},
"symbol-error-during-carrier": {
"id": "symbol-error-during-carrier", 
"is-read-only": false, 
"description": ["802.3 according to 30.3.2.1.5 aSymbolErrorDuringCarrier Number of times when valid carrier was present and an invalid data symbol occured."]
},
"low-power-idle-transmitter-ms": {
"id": "low-power-idle-transmitter-ms", 
"is-read-only": false, 
"description": ["802.3 similar to 30.3.2.1.8 aTransmitLPIMicroseconds Number of milliseconds (original counter expresses microseconds), during which the transmitter was in power save mode"]
},
"low-power-idle-receiver-ms": {
"id": "low-power-idle-receiver-ms", 
"is-read-only": false, 
"description": ["802.3 similar to 30.3.2.1.9 aReceiveLPIMicroseconds Number of milliseconds (original counter expresses microseconds), during which the receiver was in power save mode"]
},
"wire-interface-performance-type-g": {
"id": "wire-interface-performance-type-g", 
"is-read-only": false, 
"description": ["none"]
},
"performance-data": {
"id": "performance-data", 
"is-read-only": false, 
"description": ["none"]
},
"wire-interface-current-performance-type-g": {
"id": "wire-interface-current-performance-type-g", 
"is-read-only": false, 
"description": ["Turns performance information into current performance information by inheriting from OTN_CurrentData."]
},
"performance-data": {
"id": "performance-data", 
"is-read-only": false, 
"description": ["none"]
},
"wire-interface-historical-performance-type-g": {
"id": "wire-interface-historical-performance-type-g", 
"is-read-only": false, 
"description": ["Turns performance information into historical performance information by inheriting from OTN_HistoryData."]
},
"layer-protocol": {
"id": "layer-protocol", 
"is-read-only": false, 
"description": ["CoreModel-CoreNetworkModule-ObjectClasses:NetworkElement/_ltpRefList/_lpList/uuid"]
},
"air-interface-capability": {
"id": "air-interface-capability", 
"is-read-only": false, 
"description": ["none"]
},
"air-interface-configuration": {
"id": "air-interface-configuration", 
"is-read-only": false, 
"description": ["none"]
},
"air-interface-status": {
"id": "air-interface-status", 
"is-read-only": false, 
"description": ["none"]
},
"air-interface-current-problems": {
"id": "air-interface-current-problems", 
"is-read-only": false, 
"description": ["none"]
},
"air-interface-current-performance": {
"id": "air-interface-current-performance", 
"is-read-only": false, 
"description": ["none"]
},
"air-interface-historical-performances": {
"id": "air-interface-historical-performances", 
"is-read-only": false, 
"description": ["none"]
},
"mw-air-interface-pac": {
"id": "mw-air-interface-pac", 
"is-read-only": false, 
"description": ["none"]
},
"type-of-equipment": {
"id": "type-of-equipment", 
"is-read-only": false, 
"description": ["This parameter indicates the equipment type. Instead of uploading the complete set of capabilities, capabilities of the same equipment type could be reused. Should be unique for a combination of modem, radio and their respective firmware."]
},
"tx-frequency-min": {
"id": "tx-frequency-min", 
"is-read-only": false, 
"description": ["Value of the minimum transmit frequency tunable at the air interface."]
},
"tx-frequency-max": {
"id": "tx-frequency-max", 
"is-read-only": false, 
"description": ["Value of the maximum transmit frequency tunable at the air interface."]
},
"rx-frequency-min": {
"id": "rx-frequency-min", 
"is-read-only": false, 
"description": ["Value of the minimum receive frequency tunable at the air interface."]
},
"rx-frequency-max": {
"id": "rx-frequency-max", 
"is-read-only": false, 
"description": ["Value of the maximum receive frequency tunable at the air interface."]
},
"adaptive-modulation-is-avail": {
"id": "adaptive-modulation-is-avail", 
"is-read-only": false, 
"description": ["In case the device is capable of adaptive modulation, this field shall contain a 'true'."]
},
"mimo-is-avail": {
"id": "mimo-is-avail", 
"is-read-only": false, 
"description": ["In case the device is capable of MIMO, this field shall contain a 'true'."]
},
"mimo-channels": {
"id": "mimo-channels", 
"is-read-only": false, 
"description": ["Maximum number (n) of spatial multiplexing streams that can be conveyed by an n x n MIMO configuration."]
},
"alic-is-avail": {
"id": "alic-is-avail", 
"is-read-only": false, 
"description": ["In case the microwave radio is capable of Adjacent Link Interference Cancelation (canceling of interference cause by transmitters located at the same site), this field shall contain a 'true'."]
},
"atpc-is-avail": {
"id": "atpc-is-avail", 
"is-read-only": false, 
"description": ["In case the microwave radio is capable of ATPC, this field shall contain a 'true'."]
},
"atpc-range": {
"id": "atpc-range", 
"is-read-only": false, 
"description": ["Extent of the ATPC range. This value represents a device specific maximum value. The actual range of the ATPC at a specific link might be limited by the difference between configured transmit power (AirInterface::AirInterfaceConfiguration::txPower) and minimum transmit power of the device (TypeDefinitions::TransmissionModeType::txPowerMin)."]
},
"encryption-is-avail": {
"id": "encryption-is-avail", 
"is-read-only": false, 
"description": ["Shall be marked 'true', if payload encryption is available."]
},
"supported-loop-back-kind-list": {
"id": "supported-loop-back-kind-list", 
"is-read-only": false, 
"description": ["List of supported kinds of looping back of header information to the remote site."]
},
"maintenance-timer-range": {
"id": "maintenance-timer-range", 
"is-read-only": false, 
"description": ["Available time periods for maintenance configurations (e.g. the loop back of microwave header information) to be described. Concrete values shall be separated by commas (e.g. '10, 60, 360'). Ranges shall be expressed as two values separated by a minus (e.g. '10-360')."]
},
"supported-alarm-list": {
"id": "supported-alarm-list", 
"is-read-only": false, 
"description": ["Available alarms to be listed. Mandatory:'signalIsLost','rslIsExceeded','signalIDMismatching','temperatureIsExceeded','modemIsFaulty','radioIsFaulty' and 'modulationIsDownShifted'. Further alarms might be added by the vendor."]
},
"supported-alarms": {
"id": "supported-alarms", 
"is-read-only": false, 
"description": ["Available alarms to be listed. Mandatory:'signalIsLost','rslIsExceeded','temperatureIsExceeded','modemIsFaulty','radioIsFaulty' and 'modulationIsDownShifted'. Further alarms might be added by the device. Names are to be separated by commas."]
},
"supported-channel-plan-list": {
"id": "supported-channel-plan-list", 
"is-read-only": false, 
"description": ["List of channel spacing that are supported by the device."]
},
"air-interface-capability-g": {
"id": "air-interface-capability-g", 
"is-read-only": false, 
"description": ["Describes the 'analog' capabilities of modem and transmitter of the microwave device. Value ranges of attributes are not independently (e.g. min. and max. transmit power depends on modulation). Legal combinations of values are expressed in transmissionModeTypes."]
},
"air-interface-name": {
"id": "air-interface-name", 
"is-read-only": false, 
"description": ["Operator specific microwave link ID (often used for coding area, type of element and sequential number)."]
},
"remote-air-interface-name": {
"id": "remote-air-interface-name", 
"is-read-only": false, 
"description": ["Name of the air interface, which belongs to the same link, at the remote site."]
},
"expected-signal-id": {
"id": "expected-signal-id", 
"is-read-only": false, 
"description": ["If set on '0', the receiver ignores the signal ID of the received signal. If set on any other value, the receiver exclusively synchronizes on signals with the same signal ID."]
},
"transmitted-signal-id": {
"id": "transmitted-signal-id", 
"is-read-only": false, 
"description": ["Transmitted radio signal ID for synchronizing the receiver."]
},
"radio-signal-id": {
"id": "radio-signal-id", 
"is-read-only": false, 
"description": ["The radioSignalId is transmitted on the air interface so the remote site of the link synchronizes on the correct transmitter. The local radio MUST NOT synchronize on a radio signal with a different radioSignalId. The link ID is neither an ID necessary to span the model nor an ID referencing external data. It is just some sort of name of the link transmitted so the correct remote site can be identified in an interference situation. The value zero might be used to make the microwave to disable the link ID check."]
},
"tx-frequency": {
"id": "tx-frequency", 
"is-read-only": false, 
"description": ["Center frequency of the transmit channel. The values to be configured have to exactly match the values listed in the international agreement referenced in channelPlanID. In case of automated selection of the transmit frequency this field shall describe the lowest center frequency selectable."]
},
"rx-frequency": {
"id": "rx-frequency", 
"is-read-only": false, 
"description": ["Center frequency of the receive channel."]
},
"transmission-mode-min": {
"id": "transmission-mode-min", 
"is-read-only": false, 
"description": ["Minimum transmission mode to be configured (in case adaptive modulation is not used, this value represents also the fixed transmission mode)."]
},
"transmission-mode-max": {
"id": "transmission-mode-max", 
"is-read-only": false, 
"description": ["Maximum transmission mode to be configured."]
},
"tx-channel-bandwidth": {
"id": "tx-channel-bandwidth", 
"is-read-only": false, 
"description": ["Bandwidth of the transmit channel. The value shall be expressed explicitly (means in kHz) not as a reference to an international agreement. The values shall be chosen from the following _list: 3.500, 7.000, 14.000, 27.500, 28.000, 29.000, 29.650, 30.000, 40.000, 50.000, 55.000, 56.000, 59.300, 60.000, 80.000, 100.000, 112.000, 120.000, 150.000, 200.000, 250.000, 500.000, 750.000, 1.000.000, 1.250.000, 1.500.000, 1.750.000, 2.000.000;"]
},
"rx-channel-bandwidth": {
"id": "rx-channel-bandwidth", 
"is-read-only": false, 
"description": ["Bandwidth of the receive channel. The value shall be expressed explicitly (means in kHz) not as a reference to an international agreement. The values shall be chosen from the following _list: 3.500, 7.000, 14.000, 27.500, 28.000, 29.000, 29.650, 30.000, 40.000, 50.000, 55.000, 56.000, 59.300, 60.000, 80.000, 100.000, 112.000, 120.000, 150.000, 200.000, 250.000, 500.000, 750.000, 1.000.000, 1.250.000, 1.500.000, 1.750.000, 2.000.000;"]
},
"polarization": {
"id": "polarization", 
"is-read-only": false, 
"description": ["Allows documenting the polarization of the air interface."]
},
"power-is-on": {
"id": "power-is-on", 
"is-read-only": false, 
"description": ["Power ON. Activation of the entire radio in a split mount configuration shall be expressed as a 'true'."]
},
"transmitter-is-on": {
"id": "transmitter-is-on", 
"is-read-only": false, 
"description": ["Activation of the transmitter inside the radio shall be expressed as a 'true'."]
},
"receiver-is-on": {
"id": "receiver-is-on", 
"is-read-only": false, 
"description": ["Maintenance Feature. Activation of the receiver inside the radio shall be expressed as a 'true'. Attribute shall also be used for RX main and RX diversity squelches in case of diversity configurations."]
},
"tx-power": {
"id": "tx-power", 
"is-read-only": false, 
"description": ["Transmit power to be configured on the microwave link. Signed Byte is required. The actually operated transmit power might be lower depending on adaptive modulation and ATPC."]
},
"adaptive-modulation-is-on": {
"id": "adaptive-modulation-is-on", 
"is-read-only": false, 
"description": ["Adaptive Modulation. Activation of adaptive modulation shall be expressed as a 'true'."]
},
"modulation-min": {
"id": "modulation-min", 
"is-read-only": false, 
"description": ["Minimum modulation to be configured (in case adaptive modulation is not used, this value represents also the fixed modulation). The modulation scheme shall be described by the number of states in the phase diagram (e.g. BPSK->'2' or 256QAM->'256'). Allowed values are defined in TypeDefinitions::transmissionModeType::modulationScheme."]
},
"modulation-max": {
"id": "modulation-max", 
"is-read-only": false, 
"description": ["Maximum modulation to be configured. The value of this field is only relevant, if Adaptive Modulation has been activated. The modulation scheme shall be described by the number of states in the phase diagram (e.g. BPSK->'2' or 256QAM->'256'). Allowed values are defined in TypeDefinitions::transmissionModeType::modulationScheme."]
},
"xpic-is-on": {
"id": "xpic-is-on", 
"is-read-only": false, 
"description": ["Activation of Cross Polarization Interference Cancelation shall be expressed as a 'true'. In case XPIC is not available for the current combination of channel bandwidth and modulation or the hardware in general, this parameter shall always be set to 'false'."]
},
"mimo-is-on": {
"id": "mimo-is-on", 
"is-read-only": false, 
"description": ["Activation of Multiple Input Multiple Output (MIMO) shall be expressed as a 'true'."]
},
"alic-is-on": {
"id": "alic-is-on", 
"is-read-only": false, 
"description": ["Activation of Adjacent Link Interference Cancelation (ALIC) shall be expressed as a 'true'."]
},
"atpc-is-on": {
"id": "atpc-is-on", 
"is-read-only": false, 
"description": ["ATPC. Activation of Automated Transmit Power Control shall be expressed as a 'true'."]
},
"atpc-thresh-upper": {
"id": "atpc-thresh-upper", 
"is-read-only": false, 
"description": ["If the receive level is higher than the upper threshold value, the transmitter is notified to decrease transmit power."]
},
"atpc-thresh-lower": {
"id": "atpc-thresh-lower", 
"is-read-only": false, 
"description": ["If the receive level is lower than the lower threshold value, the transmitter is notified to increase transmit power."]
},
"atpc-tx-power-min": {
"id": "atpc-tx-power-min", 
"is-read-only": false, 
"description": ["Transmit power, which is not to be undercut, while operating ATPC."]
},
"auto-freq-select-is-on": {
"id": "auto-freq-select-is-on", 
"is-read-only": false, 
"description": ["Activation of automatically selecting the transmit frequency in unlicensed bands shall be expressed as a 'true'."]
},
"auto-freq-select-range": {
"id": "auto-freq-select-range", 
"is-read-only": false, 
"description": ["Number of transmit channels (starting at the center frequency defined in txFrequency and with channel bandwidth according to txChannelBandwidth) that define the range within the transmit frequency can automatically been chosen."]
},
"modulation-is-on": {
"id": "modulation-is-on", 
"is-read-only": false, 
"description": ["Maintenance Feature. De-activation of the modulation of the carrier signal for fault management shall be expressed as a 'false'."]
},
"encryption-is-on": {
"id": "encryption-is-on", 
"is-read-only": false, 
"description": ["Activates encryption of the payload."]
},
"cryptographic-key": {
"id": "cryptographic-key", 
"is-read-only": false, 
"description": ["Key for transforming plaintext into ciphertext data."]
},
"performance-monitoring-collection-is-on": {
"id": "performance-monitoring-collection-is-on", 
"is-read-only": false, 
"description": ["Enables measurement, collection, storage and access to performance data."]
},
"threshold-cross-alarm-list": {
"id": "threshold-cross-alarm-list", 
"is-read-only": false, 
"description": ["List of threshold cross alarms to be configured."]
},
"loop-back-kind-on": {
"id": "loop-back-kind-on", 
"is-read-only": false, 
"description": ["Maintenance Feature. The currently configured type of looping back of the air interface header shall be expressed here. The received header is returned to the remote site."]
},
"maintenance-timer": {
"id": "maintenance-timer", 
"is-read-only": false, 
"description": ["Time of existence of any maintenance configuration (e.g. the loop back of microwave header information). Valid values are defined in AirInterface::AirInterfaceCapability::maintenanceTimerRange."]
},
"problem-kind-severity-list": {
"id": "problem-kind-severity-list", 
"is-read-only": false, 
"description": ["Severity of the problem to be configured."]
},
"air-interface-configuration-g": {
"id": "air-interface-configuration-g", 
"is-read-only": false, 
"description": ["Configuration of the radio link."]
},
"tx-frequency-cur": {
"id": "tx-frequency-cur", 
"is-read-only": false, 
"description": ["Center frequency of the currently operated transmit channel."]
},
"rx-frequency-cur": {
"id": "rx-frequency-cur", 
"is-read-only": false, 
"description": ["Center frequency of the currently operated receive channel."]
},
"tx-level-cur": {
"id": "tx-level-cur", 
"is-read-only": false, 
"description": ["Current transmit level."]
},
"rx-level-cur": {
"id": "rx-level-cur", 
"is-read-only": false, 
"description": ["Current receive level."]
},
"transmission-mode-cur": {
"id": "transmission-mode-cur", 
"is-read-only": false, 
"description": ["Currently operated transmission mode according to definitions in Capabilities."]
},
"modulation-cur": {
"id": "modulation-cur", 
"is-read-only": false, 
"description": ["Currently operated modulation on transmit path. The modulation scheme shall be described by the number of states in the phase diagram (e.g. BPSK->'2' or 256QAM->'256'). Allowed values are defined in TypeDefinitions::transmissionModeType::modulationScheme."]
},
"code-rate-cur": {
"id": "code-rate-cur", 
"is-read-only": false, 
"description": ["Code rate of the currently operated coding scheme (Net bit rate ? Gross bit rate ? code rate)."]
},
"received-signal-id": {
"id": "received-signal-id", 
"is-read-only": false, 
"description": ["ID of the signal, which the receiver is currently synchronized on."]
},
"snir-cur": {
"id": "snir-cur", 
"is-read-only": false, 
"description": ["Currently measured signal to (noise+interference) ratio."]
},
"xpd-cur": {
"id": "xpd-cur", 
"is-read-only": false, 
"description": ["Currently measured cross polarization discrimination."]
},
"rf-temp-cur": {
"id": "rf-temp-cur", 
"is-read-only": false, 
"description": ["Current temperature (in degree Celsius) of the radio module inside the outdoor unit."]
},
"last-status-change": {
"id": "last-status-change", 
"is-read-only": false, 
"description": ["Time the Air Interface entered its current operational status."]
},
"radio-power-is-up": {
"id": "radio-power-is-up", 
"is-read-only": false, 
"description": ["If the radio unit has power and is switched on, this shall be expressed as a 'true'."]
},
"link-is-up": {
"id": "link-is-up", 
"is-read-only": false, 
"description": ["If connection is established to the remote site with the same linkID, this shall be expressed as a 'true'."]
},
"xpic-is-up": {
"id": "xpic-is-up", 
"is-read-only": false, 
"description": ["If XPIC is currently actually working (not just configured), this shall be expressed as a 'true'."]
},
"mimo-is-up": {
"id": "mimo-is-up", 
"is-read-only": false, 
"description": ["If MIMO is currently actually working (not just configured), this shall be expressed as a 'true'."]
},
"alic-is-up": {
"id": "alic-is-up", 
"is-read-only": false, 
"description": ["If Adjacent Link Interference Cancelation (ALIC) is currently actually working (not just configured), this shall be expressed as a 'true'."]
},
"atpc-is-up": {
"id": "atpc-is-up", 
"is-read-only": false, 
"description": ["If ATPC is currently actually working (not just configured), this shall be expressed as a 'true'."]
},
"auto-freq-select-is-up": {
"id": "auto-freq-select-is-up", 
"is-read-only": false, 
"description": ["If automated frequency selection is currently actually working (not just configured), this shall be expressed as a 'true'."]
},
"loop-back-kind-up": {
"id": "loop-back-kind-up", 
"is-read-only": false, 
"description": ["The currently active (not just configured) type of looping back of the air interface header shall be expressed here. The received header is returned to the remote site."]
},
"local-end-point-id": {
"id": "local-end-point-id", 
"is-read-only": false, 
"description": ["The value of the localEndPointId is a vendor specific identifier of the air interface, used by the node to discover a microwave radio link."]
},
"remote-end-point-id": {
"id": "remote-end-point-id", 
"is-read-only": false, 
"description": ["The value of the remoteEndPointId is a vendor specific identifier or the airinterface at the remote side, used to by the node to discover a microwave radio link."]
},
"air-interface-status-g": {
"id": "air-interface-status-g", 
"is-read-only": false, 
"description": ["Measurements of current values on the air interface and operational status of the device."]
},
"current-problem-list": {
"id": "current-problem-list", 
"is-read-only": false, 
"description": ["none"]
},
"air-interface-current-problems-g": {
"id": "air-interface-current-problems-g", 
"is-read-only": false, 
"description": ["none"]
},
"current-performance-data-list": {
"id": "current-performance-data-list", 
"is-read-only": false, 
"description": ["At least values of the counters, which are reset every 15 minutes, are to be provided. If available, the current values of the counters, which are reset every 24 hour, can be provided, too."]
},
"air-interface-current-performance-g": {
"id": "air-interface-current-performance-g", 
"is-read-only": false, 
"description": ["Aggregated performance information of the air interface at a particular moment."]
},
"historical-performance-data-list": {
"id": "historical-performance-data-list", 
"is-read-only": false, 
"description": ["none"]
},
"air-interface-historical-performances-g": {
"id": "air-interface-historical-performances-g", 
"is-read-only": false, 
"description": ["Aggregated performance information of the air interface for a pre-defined measurement interval."]
},
"co-channel-group": {
"id": "co-channel-group", 
"is-read-only": false, 
"description": ["none"]
},
"co-channel-group-id": {
"id": "co-channel-group-id", 
"is-read-only": false, 
"description": ["none"]
},
"air-interface-list": {
"id": "air-interface-list", 
"is-read-only": false, 
"description": ["List of air interfaces, which are part of the co-channel (XPIC, MIMO, ALIC) group."]
},
"sort-of-co-channel-group": {
"id": "sort-of-co-channel-group", 
"is-read-only": false, 
"description": ["Type of group of air interfaces with the same transmit and receive frequency. The values shall be chosen from the following _list:'XPIC', 'MIMO', 'ALIC';"]
},
"logical-termination-point": {
"id": "logical-termination-point", 
"is-read-only": false, 
"description": ["none"]
},
"co-channel-group-g": {
"id": "co-channel-group-g", 
"is-read-only": false, 
"description": ["Required for configuring XPIC, MIMO and ALIC."]
},
"role": {
"id": "role", 
"is-read-only": false, 
"description": ["none"]
},
"endpoint": {
"id": "endpoint", 
"is-read-only": false, 
"description": ["none"]
},
"mw-air-interface-hsb-end-point-pac": {
"id": "mw-air-interface-hsb-end-point-pac", 
"is-read-only": false, 
"description": ["The EndPoint (EP) object class models the access to the FC function. Each EndPoint instance has a role (e.g., working, protection, protected, hub, spoke, leaf, root, etc.) with respect to the FC function. The association of the FC to LTPs is made via EndPoints (essentially the ports of the FC) where each EndPoint (EP) of the FC has a role in the context of the FC. The traffic forwarding between the associated End PointsEPs of the FC depends upon the type of FC and may be associated with FCSwitch object instances. In cases where there is protection conveys the protecting role of the access to the FC. The EP replaces the Protection Unit of a traditional protection model. It represents a protected (resilient/reliable) point or a protecting (unreliable working or protection) point."]
},
"prot-type": {
"id": "prot-type", 
"is-read-only": false, 
"description": ["Indicates the protection scheme that is used for the ProtectionGroup."]
},
"air-interface-hsb-configuration-is-faulty-severity": {
"id": "air-interface-hsb-configuration-is-faulty-severity", 
"is-read-only": false, 
"description": ["The level of severity of an airInterfaceHsbConfigurationIsFaulty alarm shall be chosen from an enumeration."]
},
"air-interface-hsb-is-partly-down-severity": {
"id": "air-interface-hsb-is-partly-down-severity", 
"is-read-only": false, 
"description": ["The level of severity for one link out of the HSB configuration being down shall be chosen from an enumeration."]
},
"air-interface-hsb-is-down-severity": {
"id": "air-interface-hsb-is-down-severity", 
"is-read-only": false, 
"description": ["The level of severity of the total HSB configuration being down shall be chosen from an enumeration."]
},
"fcswitch": {
"id": "fcswitch", 
"is-read-only": false, 
"description": ["none"]
},
"mw-air-interface-hsb-fc-switch-pac": {
"id": "mw-air-interface-hsb-fc-switch-pac", 
"is-read-only": false, 
"description": ["Represents and defines a protection switch structure encapsulated in the forwarding construct. Essentially performs the function of Protection Group. Associates to 2 or more Endpoints each playing the role of a Protection Unit. One or more protection EndPoints (standby/backup) provide protection for one or more working (i.e. regular/main/preferred) Endpoints where either protection or working can feed one or more protected Endpoint. May be used in revertive or non-revertive (symmetric) mode. When in revertive mode may define waitToRestore time. May be used in one of several modes including source switch, destination switched, source and destination switched etc (covering cases such as 1+1 ane 1:1). May be lockout (prevented from switching), force switched or manual switched. Will indicate switch state and change of state."]
},
"layer-protocol": {
"id": "layer-protocol", 
"is-read-only": false, 
"description": ["CoreModel-CoreNetworkModule-ObjectClasses:NetworkElement/_ltpRefList/_lpList/uuid"]
},
"air-interface-diversity-capability": {
"id": "air-interface-diversity-capability", 
"is-read-only": false, 
"description": ["none"]
},
"air-interface-diversity-configuration": {
"id": "air-interface-diversity-configuration", 
"is-read-only": false, 
"description": ["none"]
},
"air-interface-diversity-status": {
"id": "air-interface-diversity-status", 
"is-read-only": false, 
"description": ["none"]
},
"air-interface-diversity-current-problems": {
"id": "air-interface-diversity-current-problems", 
"is-read-only": false, 
"description": ["none"]
},
"air-interface-diversity-current-performance": {
"id": "air-interface-diversity-current-performance", 
"is-read-only": false, 
"description": ["none"]
},
"air-interface-diversity-historical-performances": {
"id": "air-interface-diversity-historical-performances", 
"is-read-only": false, 
"description": ["none"]
},
"mw-air-interface-diversity-pac": {
"id": "mw-air-interface-diversity-pac", 
"is-read-only": false, 
"description": ["none"]
},
"available-kinds-of-diversity": {
"id": "available-kinds-of-diversity", 
"is-read-only": false, 
"description": ["Available types of diversity to be listed."]
},
"supported-alarm-list": {
"id": "supported-alarm-list", 
"is-read-only": false, 
"description": ["Available alarms to be listed. Mandatory:'airInterfaceDiversityConfigurationIsPartlyDown' (at least one air interface is down, but not all of them) and 'airInterfaceDiversityConfigurationIsDown' (all air interfaces are down). Further alarms might be added by the vendor."]
},
"supported-alarms": {
"id": "supported-alarms", 
"is-read-only": false, 
"description": ["Available alarms to be listed. Mandatory:'airInterfaceDiversityConfigurationIsPartlyDown' (at least one air interface is down, but not all of them) and 'airInterfaceDiversityConfigurationIsDown' (all air interfaces are down). Further alarms might be added by the device. Names are to be separated by commas."]
},
"air-interface-diversity-capability-g": {
"id": "air-interface-diversity-capability-g", 
"is-read-only": false, 
"description": ["Describes the capabilities in implementing different types of air interface diversity."]
},
"air-interface-diversity": {
"id": "air-interface-diversity", 
"is-read-only": false, 
"description": ["Type of air interface diversity configured at the link."]
},
"air-interface-ltp-list": {
"id": "air-interface-ltp-list", 
"is-read-only": false, 
"description": ["_multiplicity:2-ThisAirInterfaceDiversity::AirInterfaceDiversityConfiguration::airInterfaceDiversity::diversityType::numberOfAirInterfacesMax"]
},
"performance-monitoring-collection-is-on": {
"id": "performance-monitoring-collection-is-on", 
"is-read-only": false, 
"description": ["Enables measurement, collection, storage and access to performance data."]
},
"threshold-cross-alarm-list": {
"id": "threshold-cross-alarm-list", 
"is-read-only": false, 
"description": ["List of threshold cross alarms to be configured."]
},
"problem-kind-severity-list": {
"id": "problem-kind-severity-list", 
"is-read-only": false, 
"description": ["Severity of the problem to be configured."]
},
"air-interface-diversity-configuration-g": {
"id": "air-interface-diversity-configuration-g", 
"is-read-only": false, 
"description": ["none"]
},
"snir-cur": {
"id": "snir-cur", 
"is-read-only": false, 
"description": ["Currently measured signal to (noise+interference) ratio of the combined signals."]
},
"air-interface-diversity-status": {
"id": "air-interface-diversity-status", 
"is-read-only": false, 
"description": ["Status of the air interface bundle."]
},
"last-status-change": {
"id": "last-status-change", 
"is-read-only": false, 
"description": ["Time the Diversity Group entered its current operational status."]
},
"air-interface-diversity-status-g": {
"id": "air-interface-diversity-status-g", 
"is-read-only": false, 
"description": ["none"]
},
"current-problem-list": {
"id": "current-problem-list", 
"is-read-only": false, 
"description": ["none"]
},
"air-interface-diversity-current-problems-g": {
"id": "air-interface-diversity-current-problems-g", 
"is-read-only": false, 
"description": ["none"]
},
"current-performance-data-list": {
"id": "current-performance-data-list", 
"is-read-only": false, 
"description": ["At least values of the counters, which are reset every 15 minutes, are to be provided. If available, the current values of the counters, which are reset every 24 hour, can be provided, too."]
},
"air-interface-diversity-current-performance-g": {
"id": "air-interface-diversity-current-performance-g", 
"is-read-only": false, 
"description": ["Aggregated performance information of the air interface diversity configuration at a particular moment."]
},
"historical-performance-data-list": {
"id": "historical-performance-data-list", 
"is-read-only": false, 
"description": ["none"]
},
"air-interface-diversity-historical-performances-g": {
"id": "air-interface-diversity-historical-performances-g", 
"is-read-only": false, 
"description": ["Aggregated performance information of the air interface diversity configuration for a pre-defined measurement interval."]
},
"layer-protocol": {
"id": "layer-protocol", 
"is-read-only": false, 
"description": ["CoreModel-CoreNetworkModule-ObjectClasses:NetworkElement/_ltpRefList/_lpList/uuid"]
},
"pure-ethernet-structure-capability": {
"id": "pure-ethernet-structure-capability", 
"is-read-only": false, 
"description": ["none"]
},
"pure-ethernet-structure-configuration": {
"id": "pure-ethernet-structure-configuration", 
"is-read-only": false, 
"description": ["none"]
},
"pure-ethernet-structure-status": {
"id": "pure-ethernet-structure-status", 
"is-read-only": false, 
"description": ["none"]
},
"pure-ethernet-structure-current-problems": {
"id": "pure-ethernet-structure-current-problems", 
"is-read-only": false, 
"description": ["none"]
},
"pure-ethernet-structure-current-performance": {
"id": "pure-ethernet-structure-current-performance", 
"is-read-only": false, 
"description": ["none"]
},
"pure-ethernet-structure-historical-performances": {
"id": "pure-ethernet-structure-historical-performances", 
"is-read-only": false, 
"description": ["none"]
},
"mw-pure-ethernet-structure-pac": {
"id": "mw-pure-ethernet-structure-pac", 
"is-read-only": false, 
"description": ["The pureEthernetStructure_Pac and its attached classes MUST be provided on management interfaces of microwave devices, which are transporting Ethernet traffic only."]
},
"structure-id": {
"id": "structure-id", 
"is-read-only": false, 
"description": ["Identifies the Structure for bundling and container."]
},
"supported-alarm-list": {
"id": "supported-alarm-list", 
"is-read-only": false, 
"description": ["Available alarms to be listed. Mandatory:non. Names are to be separated by commas. Further alarms might be added by the vendor."]
},
"supported-alarms": {
"id": "supported-alarms", 
"is-read-only": false, 
"description": ["Available alarms to be listed. Mandatory:non. Names are to be separated by commas. Further alarms might be added by the device."]
},
"pure-ethernet-structure-capability-g": {
"id": "pure-ethernet-structure-capability-g", 
"is-read-only": false, 
"description": ["Describes the logical structuring of the physical capacity provided by a pure Ethernet microwave device. Segmentation is not available. No fixed segment size. No TDM transport."]
},
"performance-monitoring-collection-is-on": {
"id": "performance-monitoring-collection-is-on", 
"is-read-only": false, 
"description": ["Enables measurement, collection, storage and access to performance data."]
},
"problem-kind-severity-list": {
"id": "problem-kind-severity-list", 
"is-read-only": false, 
"description": ["Severity of the type of problem to be configured."]
},
"pure-ethernet-structure-configuration-g": {
"id": "pure-ethernet-structure-configuration-g", 
"is-read-only": false, 
"description": ["none"]
},
"segment-status-list": {
"id": "segment-status-list", 
"is-read-only": false, 
"description": ["Status of the Ethernet transport segment. Always just one segment."]
},
"last-status-change": {
"id": "last-status-change", 
"is-read-only": false, 
"description": ["Time and date of the last update of the status information."]
},
"pure-ethernet-structure-status-g": {
"id": "pure-ethernet-structure-status-g", 
"is-read-only": false, 
"description": ["none"]
},
"current-problem-list": {
"id": "current-problem-list", 
"is-read-only": false, 
"description": ["none"]
},
"pure-ethernet-structure-current-problems-g": {
"id": "pure-ethernet-structure-current-problems-g", 
"is-read-only": false, 
"description": ["none"]
},
"current-performance-data-list": {
"id": "current-performance-data-list", 
"is-read-only": false, 
"description": ["At least values of the counters, which are reset every 15 minutes, are to be provided. If available, the current values of the counters, which are reset every 24 hour, can be provided, too."]
},
"pure-ethernet-structure-current-performance-g": {
"id": "pure-ethernet-structure-current-performance-g", 
"is-read-only": false, 
"description": ["Aggregated performance information of the structure of an pure Ethernet microwave at a particular moment."]
},
"historical-performance-data-list": {
"id": "historical-performance-data-list", 
"is-read-only": false, 
"description": ["none"]
},
"pure-ethernet-structure-historical-performances-g": {
"id": "pure-ethernet-structure-historical-performances-g", 
"is-read-only": false, 
"description": ["Aggregated performance information of the structure of an pure Ethernet microwave for a pre-defined measurement interval."]
},
"pure-ethernet": {
"id": "pure-ethernet", 
"is-read-only": false, 
"description": ["Feature 'pure-ethernet' is mandatory for device types transporting pure Ethernet."]
},
"layer-protocol": {
"id": "layer-protocol", 
"is-read-only": false, 
"description": ["CoreModel-CoreNetworkModule-ObjectClasses:NetworkElement/_ltpRefList/_lpList/uuid"]
},
"hybrid-mw-structure-capability": {
"id": "hybrid-mw-structure-capability", 
"is-read-only": false, 
"description": ["none"]
},
"hybrid-mw-structure-configuration": {
"id": "hybrid-mw-structure-configuration", 
"is-read-only": false, 
"description": ["none"]
},
"hybrid-mw-structure-status": {
"id": "hybrid-mw-structure-status", 
"is-read-only": false, 
"description": ["none"]
},
"hybrid-mw-structure-current-problems": {
"id": "hybrid-mw-structure-current-problems", 
"is-read-only": false, 
"description": ["none"]
},
"hybrid-mw-structure-current-performance": {
"id": "hybrid-mw-structure-current-performance", 
"is-read-only": false, 
"description": ["none"]
},
"hybrid-mw-structure-historical-performances": {
"id": "hybrid-mw-structure-historical-performances", 
"is-read-only": false, 
"description": ["none"]
},
"mw-hybrid-mw-structure-pac": {
"id": "mw-hybrid-mw-structure-pac", 
"is-read-only": false, 
"description": ["The HybridMwStructure_Pac and its attached classes MUST be provided on management interfaces of microwave devices, which are transporting TDM and Ethernet traffic."]
},
"structure-id": {
"id": "structure-id", 
"is-read-only": false, 
"description": ["Identifies the Structure for bundling and container."]
},
"supported-tdm-structure-types-list": {
"id": "supported-tdm-structure-types-list", 
"is-read-only": false, 
"description": ["Lists the TDM frame types that are supported."]
},
"supported-alarm-list": {
"id": "supported-alarm-list", 
"is-read-only": false, 
"description": ["Available alarms to be listed. Mandatory:non. Names are to be separated by commas. Further alarms might be added by the vendor."]
},
"supported-alarms": {
"id": "supported-alarms", 
"is-read-only": false, 
"description": ["Available alarms to be listed. Mandatory:non. Names are to be separated by commas. Further alarms might be added by the device."]
},
"hybrid-mw-structure-capability-g": {
"id": "hybrid-mw-structure-capability-g", 
"is-read-only": false, 
"description": ["Describes the logical structuring of the physical capacity provided by a hybrid microwave device (TDM + Ethernet). Segmentation is available. TDM transport is available."]
},
"structure-kind": {
"id": "structure-kind", 
"is-read-only": false, 
"description": ["TDM frame to be applied."]
},
"structure-type": {
"id": "structure-type", 
"is-read-only": false, 
"description": ["TDM frame to be applied."]
},
"number-of-tdm-segments-to-be-reserved": {
"id": "number-of-tdm-segments-to-be-reserved", 
"is-read-only": false, 
"description": ["Allows to configure the number of segments reserved for TDM frames of the type specified in HybridMwStructure::HybridMwStructureConfiguration::structureType"]
},
"performance-monitoring-collection-is-on": {
"id": "performance-monitoring-collection-is-on", 
"is-read-only": false, 
"description": ["Enables measurement, collection, storage and access to performance data."]
},
"problem-kind-severity-list": {
"id": "problem-kind-severity-list", 
"is-read-only": false, 
"description": ["Severity of the type of problem to be configured."]
},
"hybrid-mw-structure-configuration-g": {
"id": "hybrid-mw-structure-configuration-g", 
"is-read-only": false, 
"description": ["none"]
},
"segment-status-list": {
"id": "segment-status-list", 
"is-read-only": false, 
"description": ["Status of each segment (all TDM and one Ethernet). Multiplicity = HybridMwStructure::StructureConfiguration::tdmReservedNumberOfSegments + 1"]
},
"last-status-change": {
"id": "last-status-change", 
"is-read-only": false, 
"description": ["Time and date of the last update of the status information."]
},
"hybrid-mw-structure-status-g": {
"id": "hybrid-mw-structure-status-g", 
"is-read-only": false, 
"description": ["none"]
},
"current-problem-list": {
"id": "current-problem-list", 
"is-read-only": false, 
"description": ["none"]
},
"hybrid-mw-structure-current-problems-g": {
"id": "hybrid-mw-structure-current-problems-g", 
"is-read-only": false, 
"description": ["none"]
},
"current-performance-data-list": {
"id": "current-performance-data-list", 
"is-read-only": false, 
"description": ["At least values of the counters, which are reset every 15 minutes, are to be provided. If available, the current values of the counters, which are reset every 24 hour, can be provided, too."]
},
"hybrid-mw-structure-current-performance-g": {
"id": "hybrid-mw-structure-current-performance-g", 
"is-read-only": false, 
"description": ["Aggregated performance information of the structure of a hybrid microwave at a particular moment."]
},
"historical-performance-data-list": {
"id": "historical-performance-data-list", 
"is-read-only": false, 
"description": ["none"]
},
"hybrid-mw-structure-historical-performances-g": {
"id": "hybrid-mw-structure-historical-performances-g", 
"is-read-only": false, 
"description": ["Aggregated performance information of the structure of a hybrid microwave for a pre-defined measurement interval."]
},
"hybrid-microwave": {
"id": "hybrid-microwave", 
"is-read-only": false, 
"description": ["Feature 'hybrid-microwave' is mandatory for device types transporting Ethernet + TDM."]
},
"layer-protocol": {
"id": "layer-protocol", 
"is-read-only": false, 
"description": ["CoreModel-CoreNetworkModule-ObjectClasses:NetworkElement/_ltpRefList/_lpList/uuid"]
},
"ethernet-container-capability": {
"id": "ethernet-container-capability", 
"is-read-only": false, 
"description": ["none"]
},
"ethernet-container-configuration": {
"id": "ethernet-container-configuration", 
"is-read-only": false, 
"description": ["none"]
},
"ethernet-container-status": {
"id": "ethernet-container-status", 
"is-read-only": false, 
"description": ["none"]
},
"ethernet-container-current-problems": {
"id": "ethernet-container-current-problems", 
"is-read-only": false, 
"description": ["none"]
},
"ethernet-container-current-performance": {
"id": "ethernet-container-current-performance", 
"is-read-only": false, 
"description": ["none"]
},
"ethernet-container-historical-performances": {
"id": "ethernet-container-historical-performances", 
"is-read-only": false, 
"description": ["none"]
},
"mw-ethernet-container-pac": {
"id": "mw-ethernet-container-pac", 
"is-read-only": false, 
"description": ["none"]
},
"bundling-is-avail": {
"id": "bundling-is-avail", 
"is-read-only": false, 
"description": ["This attribute has to be set on 'true', if the device allows combining resources from several air interfaces for transporting this Ethernet container."]
},
"packet-compression-is-avail": {
"id": "packet-compression-is-avail", 
"is-read-only": false, 
"description": ["In case packet compression can be activated, but not configured to a certain type, packetCompressionAvail shall be set on 'true', but none of the compression level specific booleans."]
},
"layer2-compression-is-avail": {
"id": "layer2-compression-is-avail", 
"is-read-only": false, 
"description": ["Packet compression on layer 2 available at the device."]
},
"vlan-compression-is-avail": {
"id": "vlan-compression-is-avail", 
"is-read-only": false, 
"description": ["Packet compression on VLAN layer available at the device."]
},
"q-in-q-compression-is-avail": {
"id": "q-in-q-compression-is-avail", 
"is-read-only": false, 
"description": ["Packet compression on layer of a second VLAN available at the device."]
},
"mpls-compression-is-avail": {
"id": "mpls-compression-is-avail", 
"is-read-only": false, 
"description": ["Packet compression on mpls layer available at the device."]
},
"ipv4-compression-is-avail": {
"id": "ipv4-compression-is-avail", 
"is-read-only": false, 
"description": ["Packet compression on layer 3 for IPv4 available at the device."]
},
"ipv6-compression-is-avail": {
"id": "ipv6-compression-is-avail", 
"is-read-only": false, 
"description": ["Packet compression on layer 3 for IPv6 available at the device."]
},
"layer4-compression-is-avail": {
"id": "layer4-compression-is-avail", 
"is-read-only": false, 
"description": ["Packet compression on layer 4 (TCP and UDP header) available at the device."]
},
"encryption-is-avail": {
"id": "encryption-is-avail", 
"is-read-only": false, 
"description": ["Shall be marked 'true', if Ethernet payload encryption is available."]
},
"supported-alarm-list": {
"id": "supported-alarm-list", 
"is-read-only": false, 
"description": ["Available alarms to be listed. Mandatory:'framingIsFaulty' and 'containerIsDown'. Further alarms might be added by the vendor."]
},
"supported-alarms": {
"id": "supported-alarms", 
"is-read-only": false, 
"description": ["Available alarms to be listed. Mandatory:'framingIsFaulty' and 'containerIsDown'. Further alarms might be added by the device."]
},
"ethernet-container-capability-g": {
"id": "ethernet-container-capability-g", 
"is-read-only": false, 
"description": ["none"]
},
"container-id": {
"id": "container-id", 
"is-read-only": false, 
"description": ["ContainterID in Netconf must be the same as EthernetPortID in OpenFlow so a connection can be made between the two items, which separately exist in the controller."]
},
"segments-id-list": {
"id": "segments-id-list", 
"is-read-only": false, 
"description": ["Lists the segments used for transporting this Ethernet container. In case EthernetContainer::ContainerCapability::bundlingIsAvail==0, all TypeDefinitions::segmentIdType::structureId must be identical in the list."]
},
"packet-compression-is-on": {
"id": "packet-compression-is-on", 
"is-read-only": false, 
"description": ["In case packet compression is activated, but no type is activated, it is assumed that the device chooses the optimum."]
},
"layer2-compression-is-on": {
"id": "layer2-compression-is-on", 
"is-read-only": false, 
"description": ["Packet compression on layer 2 configured at the device."]
},
"vlan-compression-is-on": {
"id": "vlan-compression-is-on", 
"is-read-only": false, 
"description": ["Packet compression on VLAN layer configured at the device."]
},
"q-in-q-compression-is-on": {
"id": "q-in-q-compression-is-on", 
"is-read-only": false, 
"description": ["Packet compression on layer of a second VLAN configured at the device."]
},
"mpls-compression-is-on": {
"id": "mpls-compression-is-on", 
"is-read-only": false, 
"description": ["Packet compression on MPLS layer configured at the device."]
},
"ipv4-compression-is-on": {
"id": "ipv4-compression-is-on", 
"is-read-only": false, 
"description": ["Packet compression on layer 3 for IPv4 configured at the device."]
},
"ipv6-compression-is-on": {
"id": "ipv6-compression-is-on", 
"is-read-only": false, 
"description": ["Packet compression on layer 3 for IPv6 configured at the device."]
},
"layer4-compression-is-on": {
"id": "layer4-compression-is-on", 
"is-read-only": false, 
"description": ["Packet compression on layer 4 (TCP and UDP header) configured at the device."]
},
"encryption-is-on": {
"id": "encryption-is-on", 
"is-read-only": false, 
"description": ["Activates encryption of the Ethernet payload."]
},
"cryptographic-key": {
"id": "cryptographic-key", 
"is-read-only": false, 
"description": ["Key for transforming plaintext into cipher text data."]
},
"performance-monitoring-collection-is-on": {
"id": "performance-monitoring-collection-is-on", 
"is-read-only": false, 
"description": ["Enables measurement, collection, storage and access to performance data."]
},
"problem-kind-severity-list": {
"id": "problem-kind-severity-list", 
"is-read-only": false, 
"description": ["Severity of the problem to be configured."]
},
"ethernet-container-configuration-g": {
"id": "ethernet-container-configuration-g", 
"is-read-only": false, 
"description": ["none"]
},
"last-status-change": {
"id": "last-status-change", 
"is-read-only": false, 
"description": ["Time the Container entered its current operational status."]
},
"ethernet-container-status-g": {
"id": "ethernet-container-status-g", 
"is-read-only": false, 
"description": ["none"]
},
"current-problem-list": {
"id": "current-problem-list", 
"is-read-only": false, 
"description": ["none"]
},
"ethernet-container-current-problems-g": {
"id": "ethernet-container-current-problems-g", 
"is-read-only": false, 
"description": ["none"]
},
"current-performance-data-list": {
"id": "current-performance-data-list", 
"is-read-only": false, 
"description": ["none"]
},
"ethernet-container-current-performance-g": {
"id": "ethernet-container-current-performance-g", 
"is-read-only": false, 
"description": ["Aggregated performance information of the Ethernet container at a particular moment."]
},
"historical-performance-data-list": {
"id": "historical-performance-data-list", 
"is-read-only": false, 
"description": ["none"]
},
"ethernet-container-historical-performances-g": {
"id": "ethernet-container-historical-performances-g", 
"is-read-only": false, 
"description": ["Aggregated performance information of the Ethernet container for a pre-defined measurement interval."]
},
"layer-protocol": {
"id": "layer-protocol", 
"is-read-only": false, 
"description": ["CoreModel-CoreNetworkModule-ObjectClasses:NetworkElement/_ltpRefList/_lpList/uuid"]
},
"tdm-container-capability": {
"id": "tdm-container-capability", 
"is-read-only": false, 
"description": ["none"]
},
"tdm-container-configuration": {
"id": "tdm-container-configuration", 
"is-read-only": false, 
"description": ["none"]
},
"tdm-container-status": {
"id": "tdm-container-status", 
"is-read-only": false, 
"description": ["none"]
},
"tdm-container-current-problems": {
"id": "tdm-container-current-problems", 
"is-read-only": false, 
"description": ["none"]
},
"tdm-container-current-performance": {
"id": "tdm-container-current-performance", 
"is-read-only": false, 
"description": ["none"]
},
"tdm-container-historical-performances": {
"id": "tdm-container-historical-performances", 
"is-read-only": false, 
"description": ["none"]
},
"mw-tdm-container-pac": {
"id": "mw-tdm-container-pac", 
"is-read-only": false, 
"description": ["The TdmContainer_Pac and its attached classes MUST be provided on management interfaces of microwave devices, which are transporting TDM traffic."]
},
"supported-tdm-container-types-list": {
"id": "supported-tdm-container-types-list", 
"is-read-only": false, 
"description": ["Lists the TDM containers that are supported."]
},
"supported-alarm-list": {
"id": "supported-alarm-list", 
"is-read-only": false, 
"description": ["Available alarms to be listed. Mandatory:'framingIsFaulty' and 'containerIsDown'. Further alarms might be added by the vendor."]
},
"supported-alarms": {
"id": "supported-alarms", 
"is-read-only": false, 
"description": ["Available alarms to be listed. Mandatory:'framingIsFaulty' and 'containerIsDown'. Further alarms might be added by the device."]
},
"tdm-container-capability-g": {
"id": "tdm-container-capability-g", 
"is-read-only": false, 
"description": ["Bundling is not available."]
},
"container-id": {
"id": "container-id", 
"is-read-only": false, 
"description": ["ContainterID in Netconf must be the same as TDM Flow ID so a connection can be made between the two items, which separately exist in the controller."]
},
"container-type": {
"id": "container-type", 
"is-read-only": false, 
"description": ["Type of TDM container."]
},
"segment-id": {
"id": "segment-id", 
"is-read-only": false, 
"description": ["Multiplicity = 1; One segment per TDM container; Type of segment must match type of container;"]
},
"performance-monitoring-collection-is-on": {
"id": "performance-monitoring-collection-is-on", 
"is-read-only": false, 
"description": ["Enables measurement, collection, storage and access to performance data."]
},
"problem-kind-severity-list": {
"id": "problem-kind-severity-list", 
"is-read-only": false, 
"description": ["Severity of the problem to be configured."]
},
"tdm-container-configuration-g": {
"id": "tdm-container-configuration-g", 
"is-read-only": false, 
"description": ["none"]
},
"last-status-change": {
"id": "last-status-change", 
"is-read-only": false, 
"description": ["Time the Container entered its current operational status."]
},
"tdm-container-status-g": {
"id": "tdm-container-status-g", 
"is-read-only": false, 
"description": ["none"]
},
"current-problem-list": {
"id": "current-problem-list", 
"is-read-only": false, 
"description": ["none"]
},
"tdm-container-current-problems-g": {
"id": "tdm-container-current-problems-g", 
"is-read-only": false, 
"description": ["none"]
},
"current-performance-data-list": {
"id": "current-performance-data-list", 
"is-read-only": false, 
"description": ["At least values of the counters, which are reset every 15 minutes, are to be provided. If available, the current values of the counters, which are reset every 24 hour, can be provided, too."]
},
"tdm-container-current-performance-g": {
"id": "tdm-container-current-performance-g", 
"is-read-only": false, 
"description": ["Aggregated performance information of the TDM container at a particular moment."]
},
"historical-performance-data-list": {
"id": "historical-performance-data-list", 
"is-read-only": false, 
"description": ["none"]
},
"tdm-container-historical-performances-g": {
"id": "tdm-container-historical-performances-g", 
"is-read-only": false, 
"description": ["Aggregated performance information of the TDM container for a pre-defined measurement interval."]
},
"layer-protocol": {
"id": "layer-protocol", 
"is-read-only": false, 
"description": ["CoreModel-CoreNetworkModule-ObjectClasses:NetworkElement/_ltpRefList/_lpList/uuid"]
},
"wirebased-interface-capability": {
"id": "wirebased-interface-capability", 
"is-read-only": false, 
"description": ["none"]
},
"wirebased-interface-configuration": {
"id": "wirebased-interface-configuration", 
"is-read-only": false, 
"description": ["none"]
},
"wirebased-interface-status": {
"id": "wirebased-interface-status", 
"is-read-only": false, 
"description": ["none"]
},
"wirebased-interface-current-problems": {
"id": "wirebased-interface-current-problems", 
"is-read-only": false, 
"description": ["none"]
},
"wirebased-interface-current-performance": {
"id": "wirebased-interface-current-performance", 
"is-read-only": false, 
"description": ["none"]
},
"wirebased-interface-historical-performances": {
"id": "wirebased-interface-historical-performances", 
"is-read-only": false, 
"description": ["none"]
},
"wire-interface-pac": {
"id": "wire-interface-pac", 
"is-read-only": false, 
"description": ["none"]
},
"available-mau-list": {
"id": "available-mau-list", 
"is-read-only": false, 
"description": ["List of Medium Attachment Units (MAUs) that are available for being selected. If rate and service configuration (e.g. SFF-8079) are not supported, the MAU determined by hardware shall be described."]
},
"auto-pmd-negotiation-is-avail": {
"id": "auto-pmd-negotiation-is-avail", 
"is-read-only": false, 
"description": ["Parameter 1 = Indicates that device is supporting Auto-negotiation"]
},
"auto-pmd-negotiation-max-is-avail": {
"id": "auto-pmd-negotiation-max-is-avail", 
"is-read-only": false, 
"description": ["1 = Indicates that device is supporting definition of the maximum speed/Medium Attached Unit (MAU) automatically chosen when (autoNegotiationIsOn=1)"]
},
"supported-loop-back-kind-list": {
"id": "supported-loop-back-kind-list", 
"is-read-only": false, 
"description": ["List of supported kinds of looping back of header information to the remote site. 802.3 45.2.1.12.1 PMA remote loopback ability"]
},
"maintenance-timer-range": {
"id": "maintenance-timer-range", 
"is-read-only": false, 
"description": ["MW IM Available time periods for maintenance configurations (e.g. the loop back) to be described. Concrete values shall be separated by commas (e.g. '10, 60, 360'). Ranges shall be expressed as two values separated by a minus (e.g. '10-360')."]
},
"supported-alarm-list": {
"id": "supported-alarm-list", 
"is-read-only": false, 
"description": ["Available alarms to be listed. Mandatory:'txFault', 'rxLos', 'tempHigh', 'tempLow', 'rxLevelHigh', 'rxLevelLow'. Optional:'vccHigh', 'vccLow', 'txBiasHigh', 'txBiasLow', 'txPowerHigh', 'txPowerLow', 'laserTempHigh', 'laserTempLow', 'tecCurrentHigh', 'tecCurrentLow'. Further alarms might be added by the device. Names are to be separated by commas."]
},
"wire-interface-capability-g": {
"id": "wire-interface-capability-g", 
"is-read-only": false, 
"description": ["none"]
},
"wire-interface-name": {
"id": "wire-interface-name", 
"is-read-only": false, 
"description": ["Text field for the wire interface being named by the operator. Ideally used for entering unique numbers or names for unambiguously identifying the connection within the network Parameter"]
},
"remote-wire-interface-name": {
"id": "remote-wire-interface-name", 
"is-read-only": false, 
"description": ["Learning from MW IM Text field for defining the wire interface this one is connected with. Ideally used for entering unique numbers or names for unambiguously identifying the connection within the network"]
},
"interface-is-on": {
"id": "interface-is-on", 
"is-read-only": false, 
"description": ["1 = Activation of the interface (it gets powered and can be managed even if the transceiver is not yet transmitting or receiving). In case there is no Medium Attachment Unit (MAU) (e.g. no SFP in the cage) SETting (interfaceIsOn=1) must be ignored and GETing must return (interfaceIsOn=0) 802.3 according 30.3.2.2.1 acPhyAdminControl"]
},
"transceiver-is-on-list": {
"id": "transceiver-is-on-list", 
"is-read-only": false, 
"description": ["802.3 22.?.? and additionally 802.3 45.2.1.8 PMD transmit disable register (Register 1.9) 1 = Activation of the transmitter and receiver (e.g. laser) of the PHY; transceiverIsOnList[0]:total interface; transceiverIsOnList[1..10] different lanes of a multilane Medium Attachment Unit (MAU)"]
},
"auto-pmd-negotiation-is-on": {
"id": "auto-pmd-negotiation-is-on", 
"is-read-only": false, 
"description": ["Parameter 1 = Auto-negotiation is switched on"]
},
"fixed-pmd": {
"id": "fixed-pmd", 
"is-read-only": false, 
"description": ["If (autoPmdNegotiationIsOn=0) configuration of the concrete kind of Physical Medium Dependent (PMD). If (autoNegotiationIsOn=1) value of this field becomes irrelevant"]
},
"auto-pmd-negotiation-max": {
"id": "auto-pmd-negotiation-max", 
"is-read-only": false, 
"description": ["Parameter If (autoNegotiationIsOn=1) AND (autoNegotiationMauMaxIsAvail=1) configuration of the maximum speed/Physical Medium Dependent (PMD), which is automatically chosen by Auto-negotiation"]
},
"auto-signal-ordering-is-on": {
"id": "auto-signal-ordering-is-on", 
"is-read-only": false, 
"description": ["1 = e.g. auto-MDI-X is switched on"]
},
"fixed-signal-ordering": {
"id": "fixed-signal-ordering", 
"is-read-only": false, 
"description": ["If (autoSignalOrderingIsOn=0) configuration of the concrete kind of signal ordering on the media (e.g. MDI, or MDI-X). If (autoSignalOrderingIsOn=1) value of this field becomes irrelevant"]
},
"short-reach-mode-is-on": {
"id": "short-reach-mode-is-on", 
"is-read-only": false, 
"description": ["Activation of the Short Reach Mode for 10GBASE-T according to 802.3 45.2.1.64"]
},
"unidirectional-operation-is-on": {
"id": "unidirectional-operation-is-on", 
"is-read-only": false, 
"description": ["If (autoNegotiationIsOn=1) OR manualDuplexSelection=0 (=half duplex), this bit is ignored. When autoNegotiationIsOn=0 AND manualDuplexSelection=1 (=full duplex): 1 = Enable transmit from media independent interface regardless of whether the PHY has determined that a valid link has been established, 0 = Enable transmit from media independent interface only when the PHY has determined that a valid link has been established 802.3 Parameter"]
},
"wavelength-list": {
"id": "wavelength-list", 
"is-read-only": false, 
"description": ["Wavelength of the signal of laser in pico meter; multiplicity=0..3 for 10GBASE-LX4 according to 802.3 53.5 SFF-8690"]
},
"temperature-high-threshold": {
"id": "temperature-high-threshold", 
"is-read-only": false, 
"description": ["Threshold for alarming high temperature values. Will move to somewhere in the Physical Segment of the Core IM"]
},
"temperature-low-threshold": {
"id": "temperature-low-threshold", 
"is-read-only": false, 
"description": ["Threshold for alarming low temperature values. Will move to somewhere in the Physical Segment of the Core IM"]
},
"rxlevel-high-threshold": {
"id": "rxlevel-high-threshold", 
"is-read-only": false, 
"description": ["Threshold for alarming high RX levels."]
},
"rxlevel-low-threshold": {
"id": "rxlevel-low-threshold", 
"is-read-only": false, 
"description": ["Threshold for alarming low RX levels."]
},
"loop-back-kind-on": {
"id": "loop-back-kind-on", 
"is-read-only": false, 
"description": ["Parameter 802.3 according 22.2.4.1.2 Loopback Maintenance Feature. The currently configured type of looping back of the wire interface header shall be expressed here. The received header is returned to the remote site. Activation of local loopback mode on physical layer"]
},
"isolation-is-on": {
"id": "isolation-is-on", 
"is-read-only": false, 
"description": ["1 = Activation of the separation of the PHY from higher network layers 802.3"]
},
"restart-pmd-negotiation-is-on": {
"id": "restart-pmd-negotiation-is-on", 
"is-read-only": false, 
"description": ["Restarts the auto negotiation process 802.3"]
},
"reset-mau-is-on": {
"id": "reset-mau-is-on", 
"is-read-only": false, 
"description": ["802.3 Resets the entire Medium Access Unit (MAU)"]
},
"maintenance-timer": {
"id": "maintenance-timer", 
"is-read-only": false, 
"description": ["Parameter and MW IM Time of existence of any maintenance configuration (e.g. the loop back). Valid values are defined in WireInterface::WireInterfaceCapability::maintenanceTimerRange"]
},
"problem-kind-severity-list": {
"id": "problem-kind-severity-list", 
"is-read-only": false, 
"description": ["Severity of the problem to be configured."]
},
"wire-interface-configuration-g": {
"id": "wire-interface-configuration-g", 
"is-read-only": false, 
"description": ["none"]
},
"interface-is-up": {
"id": "interface-is-up", 
"is-read-only": false, 
"description": ["802.3 according 30.3.2.1.7 aPhyAdminState 1 = A Physical layer entity (PHY) exists (including Medium Attachment Unit (e.g. SFP) ) and it is powered and can be managed"]
},
"receive-signal-is-detected": {
"id": "receive-signal-is-detected", 
"is-read-only": false, 
"description": ["802.3 45.2.1.9 PMD receive signal detect 1 = Receiver (e.g. laser) detects signal; receiveSignalIsDetected[0]:total interface; receiveSignalIsDetected[1..10] different lanes of a multilane Medium Attachment Unit (MAU)"]
},
"pmd-is-up": {
"id": "pmd-is-up", 
"is-read-only": false, 
"description": ["Inverse of 802.3 45.2.1.2.3 Fault (1.1.7) If (interfaceIsUp=1) BUT 0 = there is a fault in either transmit or receive path"]
},
"pmd-cur": {
"id": "pmd-cur", 
"is-read-only": false, 
"description": ["Indicates the kind of Physical Medium Dependent (PMD) currently operated at this interface"]
},
"signal-ordering-kind-cur": {
"id": "signal-ordering-kind-cur", 
"is-read-only": false, 
"description": ["Reference on a SignalOrderingType for expressing the currently active way of ordering the signals on the physical medium. Must contain a value as defined in TypeDefinitions::SignalOrderingType::signalOrderingKindName"]
},
"eee-is-up": {
"id": "eee-is-up", 
"is-read-only": false, 
"description": ["1 = Energy Efficient Ethernet is supported at both ends of the link and it is activated"]
},
"link-is-up": {
"id": "link-is-up", 
"is-read-only": false, 
"description": ["Parameter 1 = (transceiverIsUp=1) AND communication is established to the remote site"]
},
"link-is-idle": {
"id": "link-is-idle", 
"is-read-only": false, 
"description": ["1 = (linkIsUp=1) AND (eeeIsAvail=1) AND (eeeIsOn=1) AND link is currently in idle mode. If Energy Efficient Ethernet is not supported or switched off, this attribute must be 0."]
},
"tx-level-cur": {
"id": "tx-level-cur", 
"is-read-only": false, 
"description": ["Current transmit power"]
},
"rx-level-cur": {
"id": "rx-level-cur", 
"is-read-only": false, 
"description": ["Current receive power; Also used for receive signal power measured at the Medium Dependent Interface (MDI) of 10GBASE-T during training as described in 802.3 55.4.3.1"]
},
"temp-cur": {
"id": "temp-cur", 
"is-read-only": false, 
"description": ["Current temperature (in degree Celsius) inside the transceiver To be moved to CoreModel::CorePhysicalModel-Initial::EquipmentDetail::ObjectClasses::DynamicDetails::PhysicalProperties"]
},
"loop-back-kind-up": {
"id": "loop-back-kind-up", 
"is-read-only": false, 
"description": ["Paramter and MW IM The currently active (not just configured) type of looping back of the wire interface header shall be expressed here. The received header is returned to the remote site."]
},
"wire-interface-status-g": {
"id": "wire-interface-status-g", 
"is-read-only": false, 
"description": ["none"]
},
"current-problem-list": {
"id": "current-problem-list", 
"is-read-only": false, 
"description": ["none"]
},
"wire-interface-current-problems-g": {
"id": "wire-interface-current-problems-g", 
"is-read-only": false, 
"description": ["none"]
},
"current-performance-data-list": {
"id": "current-performance-data-list", 
"is-read-only": false, 
"description": ["At least values of the counters, which are reset every 15 minutes, are to be provided. If available, the current values of the counters, which are reset every 24 hour, can be provided, too."]
},
"wire-interface-current-performance-g": {
"id": "wire-interface-current-performance-g", 
"is-read-only": false, 
"description": ["Aggregated performance information of the air interface at a particular moment."]
},
"historical-performance-data-list": {
"id": "historical-performance-data-list", 
"is-read-only": false, 
"description": ["none"]
},
"wire-interface-historical-performances-g": {
"id": "wire-interface-historical-performances-g", 
"is-read-only": false, 
"description": ["Aggregated performance information of the air interface for a pre-defined measurement interval."]
},
"sequence-number": {
"id": "sequence-number", 
"is-read-only": false, 
"description": ["Unique sequence number of the current problem object."]
},
"time-stamp": {
"id": "time-stamp", 
"is-read-only": false, 
"description": ["Time and date of the problem."]
},
"problem-severity": {
"id": "problem-severity", 
"is-read-only": false, 
"description": ["Severity of the alarm."]
},
"mw-current-problem-g": {
"id": "mw-current-problem-g", 
"is-read-only": false, 
"description": ["none"]
},
"object-creation-notification": {
"id": "object-creation-notification", 
"is-read-only": false, 
"description": ["none"]
},
"counter": {
"id": "counter", 
"is-read-only": false, 
"description": ["Counts object creation notifications."]
},
"time-stamp": {
"id": "time-stamp", 
"is-read-only": false, 
"description": ["none"]
},
"object-id-ref": {
"id": "object-id-ref", 
"is-read-only": false, 
"description": ["ID of the affected MW_AirInterface_Pac, MW_AirInterfaceDiversity_Pac, MW_Structure_Pac, MW_PureEthernetStructure_Pac, MW_HybridMwStructure_Pac, MW_Container_Pac, MW_EthernetContainer_Pac or MW_TdmContainer_Pac."]
},
"object-type": {
"id": "object-type", 
"is-read-only": false, 
"description": ["Type of Object to be chosen from the following list of values: 'MW_AirInterface_Pac', 'MW_AirInterfaceDiversity_Pac', 'MW_Structure_Pac', 'MW_PureEthernetStructure_Pac', 'MW_HybridMwStructure_Pac', 'MW_Container_Pac', 'MW_EthernetContainer_Pac' or 'MW_TdmContainer_Pac'."]
},
"object-creation-notification-g": {
"id": "object-creation-notification-g", 
"is-read-only": false, 
"description": ["To be sent when a new MW_AirInterface_Pac, MW_AirInterfaceDiversity_Pac, MW_Structure_Pac, MW_PureEthernetStructure_Pac, MW_HybridMwStructure_Pac, MW_Container_Pac, MW_EthernetContainer_Pac or MW_TdmContainer_Pac has to be instancieted in the controller."]
},
"object-deletion-notification": {
"id": "object-deletion-notification", 
"is-read-only": false, 
"description": ["none"]
},
"counter": {
"id": "counter", 
"is-read-only": false, 
"description": ["Counts object deletion notifications."]
},
"time-stamp": {
"id": "time-stamp", 
"is-read-only": false, 
"description": ["none"]
},
"object-id-ref": {
"id": "object-id-ref", 
"is-read-only": false, 
"description": ["ID of the affected MW_AirInterface_Pac, MW_AirInterfaceDiversity_Pac, MW_Structure_Pac, MW_PureEthernetStructure_Pac, MW_HybridMwStructure_Pac, MW_Container_Pac, MW_EthernetContainer_Pac or MW_TdmContainer_Pac."]
},
"object-deletion-notification-g": {
"id": "object-deletion-notification-g", 
"is-read-only": false, 
"description": ["To be sent when a new MW_AirInterface_Pac, MW_AirInterfaceDiversity_Pac, MW_Structure_Pac, MW_PureEthernetStructure_Pac, MW_HybridMwStructure_Pac, MW_Container_Pac, MW_EthernetContainer_Pac or MW_TdmContainer_Pac instance has to be deleted in the controller."]
},
"attribute-value-changed-notification": {
"id": "attribute-value-changed-notification", 
"is-read-only": false, 
"description": ["none"]
},
"counter": {
"id": "counter", 
"is-read-only": false, 
"description": ["Counts attribute value changed notifications."]
},
"time-stamp": {
"id": "time-stamp", 
"is-read-only": false, 
"description": ["none"]
},
"object-id-ref": {
"id": "object-id-ref", 
"is-read-only": false, 
"description": ["ID of the affected MW_AirInterface_Pac, MW_AirInterfaceDiversity_Pac, MW_Structure_Pac, MW_PureEthernetStructure_Pac, MW_HybridMwStructure_Pac, MW_Container_Pac, MW_EthernetContainer_Pac or MW_TdmContainer_Pac."]
},
"attribute-name": {
"id": "attribute-name", 
"is-read-only": false, 
"description": ["Name of the attribute that has been changed."]
},
"new-value": {
"id": "new-value", 
"is-read-only": false, 
"description": ["Attribute value converted to a string (xml, json, ...)"]
},
"attribute-value-changed-notification-g": {
"id": "attribute-value-changed-notification-g", 
"is-read-only": false, 
"description": ["To be sent when an attribute has changed and one or more controllers have to update their data."]
},
"problem-notification": {
"id": "problem-notification", 
"is-read-only": false, 
"description": ["none"]
},
"counter": {
"id": "counter", 
"is-read-only": false, 
"description": ["Counts problem notifications"]
},
"time-stamp": {
"id": "time-stamp", 
"is-read-only": false, 
"description": ["none"]
},
"object-id-ref": {
"id": "object-id-ref", 
"is-read-only": false, 
"description": ["ID of the affected MW_AirInterface_Pac, MW_AirInterfaceDiversity_Pac, MW_Structure_Pac, MW_PureEthernetStructure_Pac, MW_HybridMwStructure_Pac, MW_Container_Pac, MW_EthernetContainer_Pac or MW_TdmContainer_Pac."]
},
"problem": {
"id": "problem", 
"is-read-only": false, 
"description": ["Name of the problem according to AirInterface::AirInterfaceCapability::supportedAlarms or AirInterfaceDiversity::AirInterfaceDiversityCapability::supportedAlarms or Structure::StructureCapability::supportedAlarms or PureEthernetStructure::PureEthernetStructureCapability::supportedAlarms or HybridMwStructure::HybridMwStructureCapability::supportedAlarms or Container::ContainerCapability::supportedAlarms or EthernetContainer::EthernetContainerCapability::supportedAlarms or TdmContainer::TdmContainerCapability::supportedAlarms."]
},
"severity": {
"id": "severity", 
"is-read-only": false, 
"description": ["Severity of the problem according to AirInterface::AirInterfaceConfiguration::problemSeverityList, AirInterfaceDiversity::AirInterfaceDiversityConfiguration::problemSeverityList, Structure::StructureConfiguration::problemSeverityList, PureEthernetStructure::PureEthernetStructureConfiguration::problemSeverityList, HybridMwStructure::HybridMwStructureConfiguration::problemSeverityList, Container::ContainerConfiguration::problemSeverityList, EthernetContainer::EthernetContainerConfiguration::problemSeverityList or TdmContainer::TdmContainerConfiguration::problemSeverityList"]
},
"problem-notification-g": {
"id": "problem-notification-g", 
"is-read-only": false, 
"description": ["To be sent when a problem occurs at a MW_AirInterface_Pac, MW_AirInterfaceDiversity_Pac, MW_Structure_Pac, MW_PureEthernetStructure_Pac, MW_HybridMwStructure_Pac, MW_Container_Pac, MW_EthernetContainer_Pac or MW_TdmContainer_Pac."]
}}
}