blob: 1207ebc724b49402b18a65a15438f0c03f8ab8a6 [file] [log] [blame]
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -07001/*
2 * Copyright (c) 2018 - present. Boling Consulting Solutions (bcsw.net)
Matteo Scandolof9d43412021-01-12 11:11:34 -08003 * Copyright 2020-present Open Networking Foundation
4
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -07005 * 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
Matteo Scandolof9d43412021-01-12 11:11:34 -08008
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -07009 * http://www.apache.org/licenses/LICENSE-2.0
Matteo Scandolof9d43412021-01-12 11:11:34 -080010
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070011 * 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 */
Matteo Scandolof9d43412021-01-12 11:11:34 -080023
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070024package generated
25
26import "github.com/deckarep/golang-set"
27
Matteo Scandolof9d43412021-01-12 11:11:34 -080028// EthernetPerformanceMonitoringHistoryData3ClassID is the 16-bit ID for the OMCI
29// Managed entity Ethernet performance monitoring history data 3
30const EthernetPerformanceMonitoringHistoryData3ClassID ClassID = ClassID(296)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070031
32var ethernetperformancemonitoringhistorydata3BME *ManagedEntityDefinition
33
34// EthernetPerformanceMonitoringHistoryData3 (class ID #296)
35// This ME collects PM data associated with an Ethernet interface. It includes parameters defined
36// in the Ethernet statistics group of [IETF RFC 2819] that are not already covered by previously
37// defined Ethernet monitoring MEs. The received direction is from the CPE towards the network
38// (upstream).
39//
Matteo Scandolof9d43412021-01-12 11:11:34 -080040// NOTE 1 - Several of the same counters are available from the Ethernet frame PM history data MEs,
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070041// which are associated with MAC bridge ports. MAC bridge port association allows those MEs to be
42// used for any Ethernet flow, in both upstream and downstream directions, while the Ethernet PM
43// history data 3 ME can only be used on a physical IEEE 802.3 port.
44//
45// Instances of this ME are created and deleted by the OLT.
46//
47// For a complete discussion of generic PM architecture, refer to clause I.4.
48//
Matteo Scandolof9d43412021-01-12 11:11:34 -080049// NOTE 2 - Implementers are encouraged to consider the Ethernet frame extended PM ME defined in
50// clause-9.3.32, which collects the same counters in a more generalized way.
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070051//
52// Relationships
53// An instance of this ME is associated with an instance of the PPTP Ethernet UNI.
54//
55// Attributes
56// Managed Entity Id
57// Managed entity ID: This attribute uniquely identifies each instance of this ME. Through an
58// identical ID, this ME is implicitly linked to an instance of the PPTP Ethernet UNI. (R,
Matteo Scandolof9d43412021-01-12 11:11:34 -080059// setbycreate) (mandatory) (2-bytes)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070060//
61// Interval End Time
Matteo Scandolof9d43412021-01-12 11:11:34 -080062// Interval end time: This attribute identifies the most recently finished 15-min interval. (R)
63// (mandatory) (1-byte)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070064//
65// Threshold Data 1_2 Id
66// Threshold data 1/2 ID: This attribute points to an instance of the threshold data 1 ME that
67// contains PM threshold values. Since no threshold value attribute number exceeds 7, a threshold
Matteo Scandolof9d43412021-01-12 11:11:34 -080068// data 2 ME is optional. (R,-W, setbycreate) (mandatory) (2-bytes)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070069//
70// Drop Events
71// Drop events: The total number of events in which packets were dropped due to a lack of
72// resources. This is not necessarily the number of packets dropped; it is the number of times this
Matteo Scandolof9d43412021-01-12 11:11:34 -080073// event was detected. (R) (mandatory) (4-bytes)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070074//
75// Octets
76// Octets: The total number of octets received from the CPE, including those in bad packets,
Matteo Scandolof9d43412021-01-12 11:11:34 -080077// excluding framing bytes, but including FCS. (R) (mandatory) (4-bytes)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070078//
79// Packets
80// Packets: The total number of packets received, including bad packets, broadcast packets and
Matteo Scandolof9d43412021-01-12 11:11:34 -080081// multicast packets. (R) (mandatory) (4-bytes)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070082//
83// Broadcast Packets
84// Broadcast packets: The total number of received good packets directed to the broadcast address.
Matteo Scandolof9d43412021-01-12 11:11:34 -080085// This does not include multicast packets. (R) (mandatory) (4-bytes)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070086//
87// Multicast Packets
88// Multicast packets: The total number of received good packets directed to a multicast address.
Matteo Scandolof9d43412021-01-12 11:11:34 -080089// This does not include broadcast packets. (R) (mandatory) (4-bytes)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070090//
91// Undersize Packets
92// Undersize packets: The total number of packets received that were less than 64 octets long, but
93// were otherwise well formed (excluding framing bits, but including FCS). (R) (mandatory)
Matteo Scandolof9d43412021-01-12 11:11:34 -080094// (4-bytes)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070095//
96// Fragments
97// Fragments: The total number of packets received that were less than 64 octets long, excluding
98// framing bits but including FCS octets, and had either a bad FCS with an integral number of
99// octets (FCS error) or a bad FCS with a non-integral number of octets (alignment error). It is
100// entirely normal for this attribute to increment. This is because it counts both runts (which are
Matteo Scandolof9d43412021-01-12 11:11:34 -0800101// normal occurrences due to collisions) and noise hits. (R) (mandatory) (4-bytes)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700102//
103// Jabbers
104// Jabbers: The total number of packets received that were longer than 1518 octets, excluding
105// framing bits but including FCS octets, and had either a bad FCS with an integral number of
106// octets (FCS error) or a bad FCS with a non-integral number of octets (alignment error). The
Matteo Scandolof9d43412021-01-12 11:11:34 -0800107// range to detect jabber is between 20 ms and 150 ms. (R) (mandatory) (4-bytes)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700108//
109// Packets 64 Octets
110// Packets 64 octets: The total number of received packets (including bad packets) that were
Matteo Scandolof9d43412021-01-12 11:11:34 -0800111// 64-octets long, excluding framing bits but including FCS. (R) (mandatory) (4-bytes)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700112//
113// Packets 65 To 127 Octets
114// Packets 65 to 127 octets: The total number of received packets (including bad packets) that were
Matteo Scandolof9d43412021-01-12 11:11:34 -0800115// 65..127 octets long, excluding framing bits but including FCS. (R) (mandatory) (4-bytes)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700116//
117// Packets 128 To 255 Octets
118// Packets 128 to 255 octets: The total number of packets (including bad packets) received that
Matteo Scandolof9d43412021-01-12 11:11:34 -0800119// were 128..255 octets long, excluding framing bits but including FCS. (R) (mandatory) (4-bytes)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700120//
121// Packets 256 To 511 Octets
122// Packets 256 to 511 octets: The total number of packets (including bad packets) received that
Matteo Scandolof9d43412021-01-12 11:11:34 -0800123// were 256..511 octets long, excluding framing bits but including FCS. (R) (mandatory) (4-bytes)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700124//
125// Packets 512 To 1023 Octets
126// Packets 512 to 1023 octets: The total number of packets (including bad packets) received that
Matteo Scandolof9d43412021-01-12 11:11:34 -0800127// were 512..1023 octets long, excluding framing bits but including FCS. (R) (mandatory) (4-bytes)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700128//
129// Packets 1024 To 1518 Octets
130// Packets 1024 to 1518 octets: The total number of packets (including bad packets) received that
Matteo Scandolof9d43412021-01-12 11:11:34 -0800131// were 1024..1518 octets long, excluding framing bits but including FCS. (R) (mandatory) (4-bytes)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700132//
133type EthernetPerformanceMonitoringHistoryData3 struct {
134 ManagedEntityDefinition
135 Attributes AttributeValueMap
136}
137
138func init() {
139 ethernetperformancemonitoringhistorydata3BME = &ManagedEntityDefinition{
140 Name: "EthernetPerformanceMonitoringHistoryData3",
141 ClassID: 296,
142 MessageTypes: mapset.NewSetWith(
143 Create,
144 Delete,
145 Get,
146 Set,
147 ),
Matteo Scandolof9d43412021-01-12 11:11:34 -0800148 AllowedAttributeMask: 0xffff,
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700149 AttributeDefinitions: AttributeDefinitionMap{
Matteo Scandolof9d43412021-01-12 11:11:34 -0800150 0: Uint16Field("ManagedEntityId", PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read, SetByCreate), false, false, false, 0),
151 1: ByteField("IntervalEndTime", UnsignedIntegerAttributeType, 0x8000, 0, mapset.NewSetWith(Read), false, false, false, 1),
152 2: Uint16Field("ThresholdData12Id", PointerAttributeType, 0x4000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 2),
153 3: Uint32Field("DropEvents", CounterAttributeType, 0x2000, 0, mapset.NewSetWith(Read), false, false, false, 3),
154 4: Uint32Field("Octets", CounterAttributeType, 0x1000, 0, mapset.NewSetWith(Read), false, false, false, 4),
155 5: Uint32Field("Packets", CounterAttributeType, 0x0800, 0, mapset.NewSetWith(Read), false, false, false, 5),
156 6: Uint32Field("BroadcastPackets", CounterAttributeType, 0x0400, 0, mapset.NewSetWith(Read), false, false, false, 6),
157 7: Uint32Field("MulticastPackets", CounterAttributeType, 0x0200, 0, mapset.NewSetWith(Read), false, false, false, 7),
158 8: Uint32Field("UndersizePackets", CounterAttributeType, 0x0100, 0, mapset.NewSetWith(Read), false, false, false, 8),
159 9: Uint32Field("Fragments", CounterAttributeType, 0x0080, 0, mapset.NewSetWith(Read), false, false, false, 9),
160 10: Uint32Field("Jabbers", CounterAttributeType, 0x0040, 0, mapset.NewSetWith(Read), false, false, false, 10),
161 11: Uint32Field("Packets64Octets", CounterAttributeType, 0x0020, 0, mapset.NewSetWith(Read), false, false, false, 11),
162 12: Uint32Field("Packets65To127Octets", CounterAttributeType, 0x0010, 0, mapset.NewSetWith(Read), false, false, false, 12),
163 13: Uint32Field("Packets128To255Octets", CounterAttributeType, 0x0008, 0, mapset.NewSetWith(Read), false, false, false, 13),
164 14: Uint32Field("Packets256To511Octets", CounterAttributeType, 0x0004, 0, mapset.NewSetWith(Read), false, false, false, 14),
165 15: Uint32Field("Packets512To1023Octets", CounterAttributeType, 0x0002, 0, mapset.NewSetWith(Read), false, false, false, 15),
166 16: Uint32Field("Packets1024To1518Octets", CounterAttributeType, 0x0001, 0, mapset.NewSetWith(Read), false, false, false, 16),
167 },
168 Access: CreatedByOlt,
169 Support: UnknownSupport,
170 Alarms: AlarmMap{
171 0: "Drop events",
172 1: "Undersize packets",
173 2: "Fragments",
174 3: "Jabbers",
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700175 },
176 }
177}
178
Matteo Scandolof9d43412021-01-12 11:11:34 -0800179// NewEthernetPerformanceMonitoringHistoryData3 (class ID 296) creates the basic
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700180// Managed Entity definition that is used to validate an ME of this type that
Matteo Scandolof9d43412021-01-12 11:11:34 -0800181// is received from or transmitted to the OMCC.
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700182func NewEthernetPerformanceMonitoringHistoryData3(params ...ParamData) (*ManagedEntity, OmciErrors) {
Matteo Scandolof9d43412021-01-12 11:11:34 -0800183 return NewManagedEntity(*ethernetperformancemonitoringhistorydata3BME, params...)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700184}