blob: e7d9c7e60e9bf92afe1a04fa7a31e6b142b82e01 [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 Boling2d51f052021-02-09 09:04:15 -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// EfmBondingGroupPerformanceMonitoringHistoryDataPart2ClassID is the 16-bit ID for the OMCI
29// Managed entity EFM bonding group performance monitoring history data part 2
Chip Boling7a6e8d92021-07-14 15:42:21 -050030const EfmBondingGroupPerformanceMonitoringHistoryDataPart2ClassID ClassID = ClassID(421)
Chip Boling6e27b352020-02-14 09:10:01 -060031
32var efmbondinggroupperformancemonitoringhistorydatapart2BME *ManagedEntityDefinition
33
Chip Boling7a6e8d92021-07-14 15:42:21 -050034// EfmBondingGroupPerformanceMonitoringHistoryDataPart2 (class ID #421)
Chip Boling6e27b352020-02-14 09:10:01 -060035// This ME collects PM data as seen at the xTU-C. Instances of this ME are created and deleted by
36// the OLT.
37//
38// Relationships
39// An instance of this ME is associated with an xDSL UNI.
40//
41// Attributes
42// Managed Entity Id
43// Managed entity ID: This attribute uniquely identifies each instance of this ME. Through an
44// identical ID, this ME is implicitly linked to an instance of the EFM bonding group. (R,
45// setbycreate) (mandatory) (2-bytes)
46//
47// Interval End Time
48// Interval end time: This attribute identifies the most recently finished 15-min interval. (R)
49// (mandatory) (1-byte)
50//
51// Threshold Data 1_2 Id
52// Threshold data 1/2 ID: This attribute points to an instance of the threshold data 1 and 2 MEs
53// that contain PM threshold values. (R,-W, setbycreate) (mandatory) (2-bytes)
54//
55// Rx Unicast Frames
56// Rx unicast frames: Number of unicast Ethernet frames received over this group. (R) (mandatory)
57// (4-bytes)
58//
59// Tx Unicast Frames
60// Tx unicast frames: Number of unicast Ethernet frames transmitted over this group. (R)
61// (mandatory) (4-bytes)
62//
63// Rx Unicast Bytes
64// Rx unicast bytes: Number of bytes contained in the unicast Ethernet frames received over this
65// group. (R) (mandatory) (8-bytes)
66//
67// Tx Unicast Bytes
68// Tx unicast bytes: Number of bytes contained in the unicast Ethernet frames transmitted over this
69// group. (R) (mandatory) (8-bytes)
70//
71// Rx Broadcast Frames
72// Rx broadcast frames: Number of broadcast Ethernet frames received over this group. (R)
73// (mandatory) (4-bytes)
74//
75// Tx Broadcast Frames
76// Tx broadcast frames: Number of broadcast Ethernet frames transmitted over this group. (R)
77// (mandatory) (4-bytes)
78//
79// Rx Broadcast Bytes
80// Rx broadcast bytes: Number of bytes contained in the broadcast Ethernet frames received over
81// this group. (R) (mandatory) (8-bytes)
82//
83// Tx Broadcast Bytes
84// Tx broadcast bytes: Number of bytes contained in the broadcast Ethernet frames transmitted over
85// this group. (R) (mandatory) (8-bytes)
86//
87// Rx Multicast Frames
88// Rx multicast frames: Number of multicast Ethernet frames received over this group. (R)
89// (mandatory) (4-bytes)
90//
91// Tx Multicast Frames
92// Tx multicast frames: Number of multicast Ethernet frames transmitted over this group. (R)
93// (mandatory) (4-bytes)
94//
95// Rx Multicast Bytes
96// Rx multicast bytes: Number of bytes contained in the multicast Ethernet frames received over
97// this group. (R) (mandatory) (8-bytes)
98//
99// Tx Multicast Bytes
100// Tx multicast bytes: Number of bytes contained in the multicast Ethernet frames transmitted over
101// this group. (R) (mandatory) (8-bytes)
102//
103type EfmBondingGroupPerformanceMonitoringHistoryDataPart2 struct {
104 ManagedEntityDefinition
105 Attributes AttributeValueMap
106}
107
108func init() {
109 efmbondinggroupperformancemonitoringhistorydatapart2BME = &ManagedEntityDefinition{
110 Name: "EfmBondingGroupPerformanceMonitoringHistoryDataPart2",
Chip Boling7a6e8d92021-07-14 15:42:21 -0500111 ClassID: 421,
Chip Boling6e27b352020-02-14 09:10:01 -0600112 MessageTypes: mapset.NewSetWith(
113 Create,
114 Delete,
115 Get,
116 Set,
Chip Boling2d51f052021-02-09 09:04:15 -0600117 GetCurrentData,
Chip Boling6e27b352020-02-14 09:10:01 -0600118 ),
119 AllowedAttributeMask: 0xfffc,
120 AttributeDefinitions: AttributeDefinitionMap{
121 0: Uint16Field("ManagedEntityId", PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read, SetByCreate), false, false, false, 0),
122 1: ByteField("IntervalEndTime", UnsignedIntegerAttributeType, 0x8000, 0, mapset.NewSetWith(Read), false, false, false, 1),
123 2: Uint16Field("ThresholdData12Id", UnsignedIntegerAttributeType, 0x4000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 2),
124 3: Uint32Field("RxUnicastFrames", CounterAttributeType, 0x2000, 0, mapset.NewSetWith(Read), false, false, false, 3),
125 4: Uint32Field("TxUnicastFrames", CounterAttributeType, 0x1000, 0, mapset.NewSetWith(Read), false, false, false, 4),
126 5: Uint64Field("RxUnicastBytes", CounterAttributeType, 0x0800, 0, mapset.NewSetWith(Read), false, false, false, 5),
127 6: Uint64Field("TxUnicastBytes", CounterAttributeType, 0x0400, 0, mapset.NewSetWith(Read), false, false, false, 6),
128 7: Uint32Field("RxBroadcastFrames", CounterAttributeType, 0x0200, 0, mapset.NewSetWith(Read), false, false, false, 7),
129 8: Uint32Field("TxBroadcastFrames", CounterAttributeType, 0x0100, 0, mapset.NewSetWith(Read), false, false, false, 8),
130 9: Uint64Field("RxBroadcastBytes", CounterAttributeType, 0x0080, 0, mapset.NewSetWith(Read), false, false, false, 9),
131 10: Uint64Field("TxBroadcastBytes", CounterAttributeType, 0x0040, 0, mapset.NewSetWith(Read), false, false, false, 10),
132 11: Uint32Field("RxMulticastFrames", CounterAttributeType, 0x0020, 0, mapset.NewSetWith(Read), false, false, false, 11),
133 12: Uint32Field("TxMulticastFrames", CounterAttributeType, 0x0010, 0, mapset.NewSetWith(Read), false, false, false, 12),
134 13: Uint64Field("RxMulticastBytes", CounterAttributeType, 0x0008, 0, mapset.NewSetWith(Read), false, false, false, 13),
135 14: Uint64Field("TxMulticastBytes", CounterAttributeType, 0x0004, 0, mapset.NewSetWith(Read), false, false, false, 14),
136 },
137 Access: CreatedByOlt,
138 Support: UnknownSupport,
139 }
140}
141
Chip Boling7a6e8d92021-07-14 15:42:21 -0500142// NewEfmBondingGroupPerformanceMonitoringHistoryDataPart2 (class ID 421) creates the basic
Chip Boling6e27b352020-02-14 09:10:01 -0600143// Managed Entity definition that is used to validate an ME of this type that
144// is received from or transmitted to the OMCC.
145func NewEfmBondingGroupPerformanceMonitoringHistoryDataPart2(params ...ParamData) (*ManagedEntity, OmciErrors) {
146 return NewManagedEntity(*efmbondinggroupperformancemonitoringhistorydatapart2BME, params...)
147}