blob: 8530a26016125b871c9cda69cd45e29829547bb5 [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
Elia Battiston9bfe1102022-02-03 10:38:03 +01004 *
Matteo Scandolof9d43412021-01-12 11:11:34 -08005 * 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
Elia Battiston9bfe1102022-02-03 10:38:03 +01008 *
Matteo Scandolof9d43412021-01-12 11:11:34 -08009 * http://www.apache.org/licenses/LICENSE-2.0
Elia Battiston9bfe1102022-02-03 10:38:03 +010010 *
Matteo Scandolof9d43412021-01-12 11:11:34 -080011 * 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// Dot1XPerformanceMonitoringHistoryDataClassID is the 16-bit ID for the OMCI
29// Managed entity Dot1X performance monitoring history data
Andrea Campanella10426e22021-10-15 17:58:04 +020030const Dot1XPerformanceMonitoringHistoryDataClassID = ClassID(292) // 0x0124
Matteo Scandolof9d43412021-01-12 11:11:34 -080031
32var dot1xperformancemonitoringhistorydataBME *ManagedEntityDefinition
33
Andrea Campanella10426e22021-10-15 17:58:04 +020034// Dot1XPerformanceMonitoringHistoryData (Class ID: #292 / 0x0124)
Matteo Scandolof9d43412021-01-12 11:11:34 -080035// This ME collects performance statistics on an ONU's IEEE 802.1X CPE authentication operation.
36// Instances of this ME are created and 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 may be associated with each UNI that can perform IEEE-802.1X
42// authentication of CPE.
43//
44// Attributes
45// Managed Entity Id
Andrea Campanella10426e22021-10-15 17:58:04 +020046// This attribute uniquely identifies each instance of this ME. Through an identical ID, this ME is
47// implicitly linked to an instance of a PPTP. (R, setbycreate) (mandatory) (2-bytes)
Matteo Scandolof9d43412021-01-12 11:11:34 -080048//
49// Interval End Time
Andrea Campanella10426e22021-10-15 17:58:04 +020050// This attribute identifies the most recently finished 15-min interval. (R) (mandatory) (1-byte)
Matteo Scandolof9d43412021-01-12 11:11:34 -080051//
52// Threshold Data 1_2 Id
53// Threshold data 1/2 ID: This attribute points to an instance of the threshold data 1 and 2 MEs
54// that contains PM threshold values. (R,-W, setbycreate) (mandatory) (2-bytes)
55//
56// Eapol Frames Received
Andrea Campanella10426e22021-10-15 17:58:04 +020057// This attribute counts received valid EAPOL frames of any type. (R) (mandatory) (4-bytes)
Matteo Scandolof9d43412021-01-12 11:11:34 -080058//
59// Eapol Frames Transmitted
Andrea Campanella10426e22021-10-15 17:58:04 +020060// This attribute counts transmitted EAPOL frames of any type. (R) (mandatory) (4-bytes)
Matteo Scandolof9d43412021-01-12 11:11:34 -080061//
62// Eapol Start Frames Received
Andrea Campanella10426e22021-10-15 17:58:04 +020063// This attribute counts received EAPOL start frames. (R) (mandatory) (4-bytes)
Matteo Scandolof9d43412021-01-12 11:11:34 -080064//
65// Eapol Logoff Frames Received
Andrea Campanella10426e22021-10-15 17:58:04 +020066// This attribute counts received EAPOL logoff frames. (R) (mandatory) (4-bytes)
Matteo Scandolof9d43412021-01-12 11:11:34 -080067//
68// Invalid Eapol Frames Received
Andrea Campanella10426e22021-10-15 17:58:04 +020069// This attribute counts received EAPOL frames in which the frame type was not recognized. (R)
70// (mandatory) (4-bytes)
Matteo Scandolof9d43412021-01-12 11:11:34 -080071//
72// Eap Resp_Id Frames Received
73// EAP resp/id frames received: This attribute counts received EAP response frames containing an
74// identifier type field. (R) (mandatory) (4-bytes)
75//
76// Eap Response Frames Received
Andrea Campanella10426e22021-10-15 17:58:04 +020077// This attribute counts received EAP response frames, other than resp/id frames. (R) (mandatory)
78// (4-bytes)
Matteo Scandolof9d43412021-01-12 11:11:34 -080079//
80// Eap Initial Request Frames Transmitted
Andrea Campanella10426e22021-10-15 17:58:04 +020081// This attribute counts transmitted request frames containing an identifier type field. In [IEEE
82// 802.1X], this is also called ReqId. (R) (mandatory) (4-bytes)
Matteo Scandolof9d43412021-01-12 11:11:34 -080083//
84// Eap Request Frames Transmitted
Andrea Campanella10426e22021-10-15 17:58:04 +020085// This attribute counts transmitted request frames, other than request/id frames. (R) (mandatory)
86// (4-bytes)
Matteo Scandolof9d43412021-01-12 11:11:34 -080087//
88// Eap Length Error Frames Received
Andrea Campanella10426e22021-10-15 17:58:04 +020089// This attribute counts received EAPOL frames whose packet body length field was invalid. (R)
90// (mandatory) (4-bytes)
Matteo Scandolof9d43412021-01-12 11:11:34 -080091//
92// Eap Success Frames Generated Autonomously
Andrea Campanella10426e22021-10-15 17:58:04 +020093// This attribute counts EAPOL success frames generated according to the local fallback policy
94// because no radius server was available. (R) (mandatory) (4-bytes)
Matteo Scandolof9d43412021-01-12 11:11:34 -080095//
96// Eap Failure Frames Generated Autonomously
Andrea Campanella10426e22021-10-15 17:58:04 +020097// This attribute counts EAPOL failure frames generated according to the local fallback policy
98// because no radius server was available. (R) (mandatory) (4-bytes)
Matteo Scandolof9d43412021-01-12 11:11:34 -080099//
100type Dot1XPerformanceMonitoringHistoryData struct {
101 ManagedEntityDefinition
102 Attributes AttributeValueMap
103}
104
Elia Battiston9bfe1102022-02-03 10:38:03 +0100105// Attribute name constants
106
107const Dot1XPerformanceMonitoringHistoryData_IntervalEndTime = "IntervalEndTime"
108const Dot1XPerformanceMonitoringHistoryData_ThresholdData12Id = "ThresholdData12Id"
109const Dot1XPerformanceMonitoringHistoryData_EapolFramesReceived = "EapolFramesReceived"
110const Dot1XPerformanceMonitoringHistoryData_EapolFramesTransmitted = "EapolFramesTransmitted"
111const Dot1XPerformanceMonitoringHistoryData_EapolStartFramesReceived = "EapolStartFramesReceived"
112const Dot1XPerformanceMonitoringHistoryData_EapolLogoffFramesReceived = "EapolLogoffFramesReceived"
113const Dot1XPerformanceMonitoringHistoryData_InvalidEapolFramesReceived = "InvalidEapolFramesReceived"
114const Dot1XPerformanceMonitoringHistoryData_EapRespIdFramesReceived = "EapRespIdFramesReceived"
115const Dot1XPerformanceMonitoringHistoryData_EapResponseFramesReceived = "EapResponseFramesReceived"
116const Dot1XPerformanceMonitoringHistoryData_EapInitialRequestFramesTransmitted = "EapInitialRequestFramesTransmitted"
117const Dot1XPerformanceMonitoringHistoryData_EapRequestFramesTransmitted = "EapRequestFramesTransmitted"
118const Dot1XPerformanceMonitoringHistoryData_EapLengthErrorFramesReceived = "EapLengthErrorFramesReceived"
119const Dot1XPerformanceMonitoringHistoryData_EapSuccessFramesGeneratedAutonomously = "EapSuccessFramesGeneratedAutonomously"
120const Dot1XPerformanceMonitoringHistoryData_EapFailureFramesGeneratedAutonomously = "EapFailureFramesGeneratedAutonomously"
121
Matteo Scandolof9d43412021-01-12 11:11:34 -0800122func init() {
123 dot1xperformancemonitoringhistorydataBME = &ManagedEntityDefinition{
124 Name: "Dot1XPerformanceMonitoringHistoryData",
Elia Battiston9bfe1102022-02-03 10:38:03 +0100125 ClassID: Dot1XPerformanceMonitoringHistoryDataClassID,
Matteo Scandolof9d43412021-01-12 11:11:34 -0800126 MessageTypes: mapset.NewSetWith(
127 Create,
128 Delete,
129 Get,
130 Set,
Girish Gowdrae2683102021-03-05 08:24:26 -0800131 GetCurrentData,
Matteo Scandolof9d43412021-01-12 11:11:34 -0800132 ),
133 AllowedAttributeMask: 0xfffc,
134 AttributeDefinitions: AttributeDefinitionMap{
Elia Battiston9bfe1102022-02-03 10:38:03 +0100135 0: Uint16Field(ManagedEntityID, PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read, SetByCreate), false, false, false, 0),
136 1: ByteField(Dot1XPerformanceMonitoringHistoryData_IntervalEndTime, UnsignedIntegerAttributeType, 0x8000, 0, mapset.NewSetWith(Read), false, false, false, 1),
137 2: Uint16Field(Dot1XPerformanceMonitoringHistoryData_ThresholdData12Id, UnsignedIntegerAttributeType, 0x4000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 2),
138 3: Uint32Field(Dot1XPerformanceMonitoringHistoryData_EapolFramesReceived, CounterAttributeType, 0x2000, 0, mapset.NewSetWith(Read), false, false, false, 3),
139 4: Uint32Field(Dot1XPerformanceMonitoringHistoryData_EapolFramesTransmitted, CounterAttributeType, 0x1000, 0, mapset.NewSetWith(Read), false, false, false, 4),
140 5: Uint32Field(Dot1XPerformanceMonitoringHistoryData_EapolStartFramesReceived, CounterAttributeType, 0x0800, 0, mapset.NewSetWith(Read), false, false, false, 5),
141 6: Uint32Field(Dot1XPerformanceMonitoringHistoryData_EapolLogoffFramesReceived, CounterAttributeType, 0x0400, 0, mapset.NewSetWith(Read), false, false, false, 6),
142 7: Uint32Field(Dot1XPerformanceMonitoringHistoryData_InvalidEapolFramesReceived, CounterAttributeType, 0x0200, 0, mapset.NewSetWith(Read), false, false, false, 7),
143 8: Uint32Field(Dot1XPerformanceMonitoringHistoryData_EapRespIdFramesReceived, CounterAttributeType, 0x0100, 0, mapset.NewSetWith(Read), false, false, false, 8),
144 9: Uint32Field(Dot1XPerformanceMonitoringHistoryData_EapResponseFramesReceived, CounterAttributeType, 0x0080, 0, mapset.NewSetWith(Read), false, false, false, 9),
145 10: Uint32Field(Dot1XPerformanceMonitoringHistoryData_EapInitialRequestFramesTransmitted, CounterAttributeType, 0x0040, 0, mapset.NewSetWith(Read), false, false, false, 10),
146 11: Uint32Field(Dot1XPerformanceMonitoringHistoryData_EapRequestFramesTransmitted, CounterAttributeType, 0x0020, 0, mapset.NewSetWith(Read), false, false, false, 11),
147 12: Uint32Field(Dot1XPerformanceMonitoringHistoryData_EapLengthErrorFramesReceived, CounterAttributeType, 0x0010, 0, mapset.NewSetWith(Read), false, false, false, 12),
148 13: Uint32Field(Dot1XPerformanceMonitoringHistoryData_EapSuccessFramesGeneratedAutonomously, CounterAttributeType, 0x0008, 0, mapset.NewSetWith(Read), false, false, false, 13),
149 14: Uint32Field(Dot1XPerformanceMonitoringHistoryData_EapFailureFramesGeneratedAutonomously, CounterAttributeType, 0x0004, 0, mapset.NewSetWith(Read), false, false, false, 14),
Matteo Scandolof9d43412021-01-12 11:11:34 -0800150 },
151 Access: CreatedByOlt,
152 Support: UnknownSupport,
153 Alarms: AlarmMap{
154 4: "Invalid EAPOL frames received",
155 9: "EAP length error frames received",
156 },
157 }
158}
159
160// NewDot1XPerformanceMonitoringHistoryData (class ID 292) creates the basic
161// Managed Entity definition that is used to validate an ME of this type that
162// is received from or transmitted to the OMCC.
163func NewDot1XPerformanceMonitoringHistoryData(params ...ParamData) (*ManagedEntity, OmciErrors) {
164 return NewManagedEntity(*dot1xperformancemonitoringhistorydataBME, params...)
165}