blob: 8c131396645f5fb68de4f5068d5e8d5b87d9edda [file] [log] [blame]
Matteo Scandolof9d43412021-01-12 11:11:34 -08001/*
2 * Copyright (c) 2018 - present. Boling Consulting Solutions (bcsw.net)
3 * Copyright 2020-present Open Networking Foundation
4
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8
9 * http://www.apache.org/licenses/LICENSE-2.0
10
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 */
17/*
18 * NOTE: This file was generated, manual edits will be overwritten!
19 *
20 * Generated by 'goCodeGenerator.py':
21 * https://github.com/cboling/OMCI-parser/README.md
22 */
23
24package generated
25
26import "github.com/deckarep/golang-set"
27
28// TcAdaptorPerformanceMonitoringHistoryDataXdslClassID is the 16-bit ID for the OMCI
29// Managed entity TC adaptor performance monitoring history data xDSL
Andrea Campanella10426e22021-10-15 17:58:04 +020030const TcAdaptorPerformanceMonitoringHistoryDataXdslClassID = ClassID(116) // 0x0074
Matteo Scandolof9d43412021-01-12 11:11:34 -080031
32var tcadaptorperformancemonitoringhistorydataxdslBME *ManagedEntityDefinition
33
Andrea Campanella10426e22021-10-15 17:58:04 +020034// TcAdaptorPerformanceMonitoringHistoryDataXdsl (Class ID: #116 / 0x0074)
Matteo Scandolof9d43412021-01-12 11:11:34 -080035// This ME collects PM data of an xTUC to xTUR ATM data path. Instances of this ME are created and
36// deleted by the OLT.
37//
38// For a complete discussion of generic PM architecture, refer to clause I.4.
39//
40// Relationships
41// An instance of this ME is associated with an xDSL UNI.
42//
43// Attributes
44// Managed Entity Id
Andrea Campanella10426e22021-10-15 17:58:04 +020045// This attribute uniquely identifies each instance of this ME. Through an identical ID, this ME is
46// implicitly linked to an instance of the PPTP xDSL UNI part 1. (R) (mandatory) (2-bytes)
Matteo Scandolof9d43412021-01-12 11:11:34 -080047//
48// Interval End Time
Andrea Campanella10426e22021-10-15 17:58:04 +020049// This attribute identifies the most recently finished 15-min interval. (R) (mandatory) (1-byte)
Matteo Scandolof9d43412021-01-12 11:11:34 -080050//
51// Threshold Data 1_2 Id
52// Threshold data1/2 ID: This attribute points to an instance of the threshold data1 ME that
53// contains PM threshold values. Since no threshold value attribute number exceeds 7, a threshold
54// data 2 ME is optional. (R,-W, setbycreate) (mandatory) (2-bytes)
55//
56// Near_End Hec Violation Count
57// Near-end HEC violation count: This attribute counts near-end HEC anomalies in the ATM data path.
58// (R) (mandatory) (2-bytes)
59//
60// Near_End Delineated Total Cell Count Cd P
61// Near-end delineated total cell count (CDP): This attribute counts the total number of cells
62// passed through the cell delineation and HEC function process operating on the ATM data path
63// while in the SYNC state. (R) (mandatory) (4-bytes)
64//
65// Near_End User Total Cell Count Cu_P
66// Near-end user total cell count(CU-P): This attribute counts the total number of cells in the ATM
67// data path delivered at the V-C interface. (R) (mandatory) (4-bytes)
68//
69// Near_End Idle Cell Bit Error Count
70// Near-end idle cell bit error count: This attribute counts cells with bit errors in the ATM data
71// path idle payload received at the near end. (R) (mandatory) (2-bytes)
72//
73// Far_End Hec Violation Count
74// Far-end HEC violation count: This attribute counts far-end HEC anomalies in the ATM data path.
75// (R) (mandatory) (2-bytes)
76//
77// Far_End Delineated Total Cell Count Cd_Pfe
78// Far-end delineated total cell count (CD-PFE): This attribute counts the total number of cells
79// passed through the cell delineation process and HEC function operating on the ATM data path
80// while in the SYNC state. (R) (mandatory) (4-bytes)
81//
82// Far_End User Total Cell Count Cu_Pfe
83// Far-end user total cell count (CU-PFE): This attribute counts the total number of cells in the
84// ATM data path delivered at the T-R interface. (R) (mandatory) (4-bytes)
85//
86// Far_End Idle Cell Bit Error Count
87// Far-end idle cell bit error count: This attribute counts cells with bit errors in the ATM data
88// path idle payload received at the far end. (R) (mandatory) (2-bytes)
89//
90type TcAdaptorPerformanceMonitoringHistoryDataXdsl struct {
91 ManagedEntityDefinition
92 Attributes AttributeValueMap
93}
94
95func init() {
96 tcadaptorperformancemonitoringhistorydataxdslBME = &ManagedEntityDefinition{
97 Name: "TcAdaptorPerformanceMonitoringHistoryDataXdsl",
98 ClassID: 116,
99 MessageTypes: mapset.NewSetWith(
100 Create,
101 Delete,
102 Get,
103 Set,
Girish Gowdrae2683102021-03-05 08:24:26 -0800104 GetCurrentData,
Matteo Scandolof9d43412021-01-12 11:11:34 -0800105 ),
106 AllowedAttributeMask: 0xffc0,
107 AttributeDefinitions: AttributeDefinitionMap{
108 0: Uint16Field("ManagedEntityId", PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read), false, false, false, 0),
109 1: ByteField("IntervalEndTime", UnsignedIntegerAttributeType, 0x8000, 0, mapset.NewSetWith(Read), false, false, false, 1),
110 2: Uint16Field("ThresholdData12Id", UnsignedIntegerAttributeType, 0x4000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 2),
111 3: Uint16Field("NearEndHecViolationCount", CounterAttributeType, 0x2000, 0, mapset.NewSetWith(Read), false, false, false, 3),
112 4: Uint32Field("NearEndDelineatedTotalCellCountCdP", CounterAttributeType, 0x1000, 0, mapset.NewSetWith(Read), false, false, false, 4),
113 5: Uint32Field("NearEndUserTotalCellCountCuP", CounterAttributeType, 0x0800, 0, mapset.NewSetWith(Read), false, false, false, 5),
114 6: Uint16Field("NearEndIdleCellBitErrorCount", CounterAttributeType, 0x0400, 0, mapset.NewSetWith(Read), false, false, false, 6),
115 7: Uint16Field("FarEndHecViolationCount", CounterAttributeType, 0x0200, 0, mapset.NewSetWith(Read), false, false, false, 7),
116 8: Uint32Field("FarEndDelineatedTotalCellCountCdPfe", CounterAttributeType, 0x0100, 0, mapset.NewSetWith(Read), false, false, false, 8),
117 9: Uint32Field("FarEndUserTotalCellCountCuPfe", CounterAttributeType, 0x0080, 0, mapset.NewSetWith(Read), false, false, false, 9),
118 10: Uint16Field("FarEndIdleCellBitErrorCount", CounterAttributeType, 0x0040, 0, mapset.NewSetWith(Read), false, false, false, 10),
119 },
120 Access: CreatedByOlt,
121 Support: UnknownSupport,
122 Alarms: AlarmMap{
123 0: "Near-end HEC violation",
124 1: "Near-end idle cell bit error count",
125 2: "Far-end HEC violation count",
126 3: "Far-end idle cell bit error count",
127 4: "Near-end delineated total cell count (CD-P)",
128 5: "Near-end user total cell count (CU-P)",
129 6: "Far-end delineated total cell count (CD-PFE)",
130 7: "Far-end user total cell count (CU-PFE)",
131 },
132 }
133}
134
135// NewTcAdaptorPerformanceMonitoringHistoryDataXdsl (class ID 116) creates the basic
136// Managed Entity definition that is used to validate an ME of this type that
137// is received from or transmitted to the OMCC.
138func NewTcAdaptorPerformanceMonitoringHistoryDataXdsl(params ...ParamData) (*ManagedEntity, OmciErrors) {
139 return NewManagedEntity(*tcadaptorperformancemonitoringhistorydataxdslBME, params...)
140}