blob: 2dd144af6434bbb37708f14c414c73feb6f10e0c [file] [log] [blame]
Chip Boling6e27b352020-02-14 09:10:01 -06001/*
2 * Copyright (c) 2018 - present. Boling Consulting Solutions (bcsw.net)
Andrea Campanella7167ebb2020-02-24 09:56:38 +01003 * Copyright 2020-present Open Networking Foundation
4
Chip Boling6e27b352020-02-14 09:10:01 -06005 * 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
Andrea Campanella7167ebb2020-02-24 09:56:38 +01008
Chip Boling6e27b352020-02-14 09:10:01 -06009 * http://www.apache.org/licenses/LICENSE-2.0
Andrea Campanella7167ebb2020-02-24 09:56:38 +010010
Chip Boling6e27b352020-02-14 09:10:01 -060011 * 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 */
Chip Boling34ebcb62021-02-02 12:13:58 -060017/*
Chip Boling6e27b352020-02-14 09:10:01 -060018 * 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// RadiusPerformanceMonitoringHistoryDataClassID is the 16-bit ID for the OMCI
29// Managed entity Radius performance monitoring history data
Chip Boling610117d2021-09-09 11:24:34 -050030const RadiusPerformanceMonitoringHistoryDataClassID = ClassID(293) // 0x0125
Chip Boling6e27b352020-02-14 09:10:01 -060031
32var radiusperformancemonitoringhistorydataBME *ManagedEntityDefinition
33
Chip Boling610117d2021-09-09 11:24:34 -050034// RadiusPerformanceMonitoringHistoryData (Class ID: #293 / 0x0125)
Chip Boling6e27b352020-02-14 09:10:01 -060035// This ME collects performance statistics on an ONU's radius client, particularly as related to
36// its IEEE-802.1X operation.
37//
38// Instances of this ME are created and deleted by the OLT.
39//
40// For a complete discussion of generic PM architecture, refer to clause I.4.
41//
42// Relationships
43// An instance of this ME is associated with an ONU.
44//
45// Attributes
46// Managed Entity Id
Chip Boling610117d2021-09-09 11:24:34 -050047// This attribute uniquely identifies each instance of this ME. Through an identical ID (namely 0),
48// this ME is implicitly linked to an instance of a dot1X configuration profile. (R, setbycreate)
49// (mandatory) (2-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060050//
51// Interval End Time
Chip Boling610117d2021-09-09 11:24:34 -050052// This attribute identifies the most recently finished 15-min interval. (R) (mandatory) (1-byte)
Chip Boling6e27b352020-02-14 09:10:01 -060053//
54// Threshold Data 1_2 Id
55// Threshold data 1/2 ID: This attribute points to an instance of the threshold data 1 ME that
56// contains PM threshold values. Since no threshold value attribute number exceeds 7, a threshold
57// data 2 ME is optional. (R,-W, setbycreate) (mandatory) (2-bytes)
58//
59// Access_Request Packets Transmitted
60// Access-request packets transmitted: This attribute counts transmitted radius access-request
61// messages, including retransmissions. (R) (mandatory) (4-bytes)
62//
63// Access_Request Retransmission Count
64// Access-request retransmission count: This attribute counts radius access-request
65// retransmissions. (R) (mandatory) (4-bytes)
66//
67// Access_Challenge Packets Received
68// Access-challenge packets received: This attribute counts received radius access-challenge
69// messages. (R) (mandatory) (4-bytes)
70//
71// Access_Accept Packets Received
72// Access-accept packets received: This attribute counts received radius access-accept messages.
73// (R) (mandatory) (4-bytes)
74//
75// Access_Reject Packets Received
76// Access-reject packets received: This attribute counts received radius access-reject messages.
77// (R) (mandatory) (4-bytes)
78//
79// Invalid Radius Packets Received
Chip Boling610117d2021-09-09 11:24:34 -050080// This attribute counts received invalid radius messages. (R) (mandatory) (4-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060081//
82type RadiusPerformanceMonitoringHistoryData struct {
83 ManagedEntityDefinition
84 Attributes AttributeValueMap
85}
86
87func init() {
88 radiusperformancemonitoringhistorydataBME = &ManagedEntityDefinition{
89 Name: "RadiusPerformanceMonitoringHistoryData",
90 ClassID: 293,
91 MessageTypes: mapset.NewSetWith(
92 Create,
93 Delete,
94 Get,
95 Set,
Chip Boling2d51f052021-02-09 09:04:15 -060096 GetCurrentData,
Chip Boling6e27b352020-02-14 09:10:01 -060097 ),
98 AllowedAttributeMask: 0xff00,
99 AttributeDefinitions: AttributeDefinitionMap{
100 0: Uint16Field("ManagedEntityId", PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read, SetByCreate), false, false, false, 0),
101 1: ByteField("IntervalEndTime", UnsignedIntegerAttributeType, 0x8000, 0, mapset.NewSetWith(Read), false, false, false, 1),
102 2: Uint16Field("ThresholdData12Id", UnsignedIntegerAttributeType, 0x4000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 2),
103 3: Uint32Field("AccessRequestPacketsTransmitted", CounterAttributeType, 0x2000, 0, mapset.NewSetWith(Read), false, false, false, 3),
104 4: Uint32Field("AccessRequestRetransmissionCount", CounterAttributeType, 0x1000, 0, mapset.NewSetWith(Read), false, false, false, 4),
105 5: Uint32Field("AccessChallengePacketsReceived", CounterAttributeType, 0x0800, 0, mapset.NewSetWith(Read), false, false, false, 5),
106 6: Uint32Field("AccessAcceptPacketsReceived", CounterAttributeType, 0x0400, 0, mapset.NewSetWith(Read), false, false, false, 6),
107 7: Uint32Field("AccessRejectPacketsReceived", CounterAttributeType, 0x0200, 0, mapset.NewSetWith(Read), false, false, false, 7),
108 8: Uint32Field("InvalidRadiusPacketsReceived", CounterAttributeType, 0x0100, 0, mapset.NewSetWith(Read), false, false, false, 8),
109 },
110 Access: CreatedByOlt,
111 Support: UnknownSupport,
Chip Boling34ebcb62021-02-02 12:13:58 -0600112 Alarms: AlarmMap{
113 1: "Retransmission count",
114 5: "Invalid radius packets received",
115 },
Chip Boling6e27b352020-02-14 09:10:01 -0600116 }
117}
118
119// NewRadiusPerformanceMonitoringHistoryData (class ID 293) creates the basic
120// Managed Entity definition that is used to validate an ME of this type that
121// is received from or transmitted to the OMCC.
122func NewRadiusPerformanceMonitoringHistoryData(params ...ParamData) (*ManagedEntity, OmciErrors) {
123 return NewManagedEntity(*radiusperformancemonitoringhistorydataBME, params...)
124}