| /* |
| * Copyright (c) 2018 - present. Boling Consulting Solutions (bcsw.net) |
| * Copyright 2020-present Open Networking Foundation |
| * |
| * Licensed under the Apache License, Version 2.0 (the "License"); |
| * you may not use this file except in compliance with the License. |
| * You may obtain a copy of the License at |
| * |
| * http://www.apache.org/licenses/LICENSE-2.0 |
| * |
| * Unless required by applicable law or agreed to in writing, software |
| * distributed under the License is distributed on an "AS IS" BASIS, |
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| * See the License for the specific language governing permissions and |
| * limitations under the License. |
| */ |
| /* |
| * NOTE: This file was generated, manual edits will be overwritten! |
| * |
| * Generated by 'goCodeGenerator.py': |
| * https://github.com/cboling/OMCI-parser/README.md |
| */ |
| |
| package generated |
| |
| import "github.com/deckarep/golang-set" |
| |
| // MocaEthernetPerformanceMonitoringHistoryDataClassID is the 16-bit ID for the OMCI |
| // Managed entity MoCA Ethernet performance monitoring history data |
| const MocaEthernetPerformanceMonitoringHistoryDataClassID = ClassID(163) // 0x00a3 |
| |
| var mocaethernetperformancemonitoringhistorydataBME *ManagedEntityDefinition |
| |
| // MocaEthernetPerformanceMonitoringHistoryData (Class ID: #163 / 0x00a3) |
| // This ME collects PM data for an MoCA Ethernet interface. Instances of this ME are created and |
| // deleted by the OLT. |
| // |
| // For a complete discussion of generic PM architecture, refer to clause I.4. |
| // |
| // Relationships |
| // An instance of this ME is associated with an instance of the PPTP MoCA UNI ME. |
| // |
| // Attributes |
| // Managed Entity Id |
| // This attribute uniquely identifies each instance of this ME. Through an identical ID, this ME is |
| // implicitly linked to an instance of the PPTP MoCA UNI. (R, setbycreate) (mandatory) (2-bytes) |
| // |
| // Interval End Time |
| // This attribute identifies the most recently finished 15-min interval. (R) (mandatory) (1-byte) |
| // |
| // Threshold Data 1_2 Id |
| // Threshold data 1/2 ID: This attribute points to an instance of the threshold data 1 and 2 MEs |
| // that contains PM threshold values. (R,-W, setbycreate) (mandatory) (2-bytes) |
| // |
| // Incoming PM refers to upstream traffic received on the UNI; outgoing PM refers to downstream |
| // traffic transmitted on the UNI. |
| // |
| // Incoming Unicast Packets |
| // (R) (optional) (4-bytes) |
| // |
| // Incoming Discarded Packets |
| // (R) (optional) (4-bytes) |
| // |
| // Incoming Errored Packets |
| // (R) (optional) (4-bytes) |
| // |
| // Incoming Unknown Packets |
| // (R) (optional) (4-bytes) |
| // |
| // Incoming Multicast Packets |
| // (R) (optional) (4-bytes) |
| // |
| // Incoming Broadcast Packets |
| // (R) (optional) (4-bytes) |
| // |
| // Incoming Octets |
| // (R) (optional) (4-bytes) |
| // |
| // Outgoing Unicast Packets |
| // (R) (optional) (4-bytes) |
| // |
| // Outgoing Discarded Packets |
| // (R) (optional) (4-bytes) |
| // |
| // Outgoing Errored Packets |
| // (R) (optional) (4-bytes) |
| // |
| // Outgoing Unknown Packets |
| // (R) (optional) (4-bytes) |
| // |
| // Outgoing Multicast Packets |
| // (R) (optional) (4-bytes) |
| // |
| // Outgoing Broadcast Packets |
| // (R) (optional) (4-bytes) |
| // |
| // Outgoing Octets |
| // (R) (optional) (4-bytes) |
| // |
| type MocaEthernetPerformanceMonitoringHistoryData struct { |
| ManagedEntityDefinition |
| Attributes AttributeValueMap |
| } |
| |
| // Attribute name constants |
| |
| const MocaEthernetPerformanceMonitoringHistoryData_IntervalEndTime = "IntervalEndTime" |
| const MocaEthernetPerformanceMonitoringHistoryData_ThresholdData12Id = "ThresholdData12Id" |
| const MocaEthernetPerformanceMonitoringHistoryData_IncomingUnicastPackets = "IncomingUnicastPackets" |
| const MocaEthernetPerformanceMonitoringHistoryData_IncomingDiscardedPackets = "IncomingDiscardedPackets" |
| const MocaEthernetPerformanceMonitoringHistoryData_IncomingErroredPackets = "IncomingErroredPackets" |
| const MocaEthernetPerformanceMonitoringHistoryData_IncomingUnknownPackets = "IncomingUnknownPackets" |
| const MocaEthernetPerformanceMonitoringHistoryData_IncomingMulticastPackets = "IncomingMulticastPackets" |
| const MocaEthernetPerformanceMonitoringHistoryData_IncomingBroadcastPackets = "IncomingBroadcastPackets" |
| const MocaEthernetPerformanceMonitoringHistoryData_IncomingOctets = "IncomingOctets" |
| const MocaEthernetPerformanceMonitoringHistoryData_OutgoingUnicastPackets = "OutgoingUnicastPackets" |
| const MocaEthernetPerformanceMonitoringHistoryData_OutgoingDiscardedPackets = "OutgoingDiscardedPackets" |
| const MocaEthernetPerformanceMonitoringHistoryData_OutgoingErroredPackets = "OutgoingErroredPackets" |
| const MocaEthernetPerformanceMonitoringHistoryData_OutgoingUnknownPackets = "OutgoingUnknownPackets" |
| const MocaEthernetPerformanceMonitoringHistoryData_OutgoingMulticastPackets = "OutgoingMulticastPackets" |
| const MocaEthernetPerformanceMonitoringHistoryData_OutgoingBroadcastPackets = "OutgoingBroadcastPackets" |
| const MocaEthernetPerformanceMonitoringHistoryData_OutgoingOctets = "OutgoingOctets" |
| |
| func init() { |
| mocaethernetperformancemonitoringhistorydataBME = &ManagedEntityDefinition{ |
| Name: "MocaEthernetPerformanceMonitoringHistoryData", |
| ClassID: MocaEthernetPerformanceMonitoringHistoryDataClassID, |
| MessageTypes: mapset.NewSetWith( |
| Create, |
| Delete, |
| Get, |
| Set, |
| ), |
| AllowedAttributeMask: 0xffff, |
| AttributeDefinitions: AttributeDefinitionMap{ |
| 0: Uint16Field(ManagedEntityID, PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read, SetByCreate), false, false, false, 0), |
| 1: ByteField(MocaEthernetPerformanceMonitoringHistoryData_IntervalEndTime, UnsignedIntegerAttributeType, 0x8000, 0, mapset.NewSetWith(Read), false, false, false, 1), |
| 2: Uint16Field(MocaEthernetPerformanceMonitoringHistoryData_ThresholdData12Id, UnsignedIntegerAttributeType, 0x4000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 2), |
| 3: Uint32Field(MocaEthernetPerformanceMonitoringHistoryData_IncomingUnicastPackets, CounterAttributeType, 0x2000, 0, mapset.NewSetWith(Read), false, true, false, 3), |
| 4: Uint32Field(MocaEthernetPerformanceMonitoringHistoryData_IncomingDiscardedPackets, CounterAttributeType, 0x1000, 0, mapset.NewSetWith(Read), false, true, false, 4), |
| 5: Uint32Field(MocaEthernetPerformanceMonitoringHistoryData_IncomingErroredPackets, CounterAttributeType, 0x0800, 0, mapset.NewSetWith(Read), false, true, false, 5), |
| 6: Uint32Field(MocaEthernetPerformanceMonitoringHistoryData_IncomingUnknownPackets, CounterAttributeType, 0x0400, 0, mapset.NewSetWith(Read), false, true, false, 6), |
| 7: Uint32Field(MocaEthernetPerformanceMonitoringHistoryData_IncomingMulticastPackets, CounterAttributeType, 0x0200, 0, mapset.NewSetWith(Read), false, true, false, 7), |
| 8: Uint32Field(MocaEthernetPerformanceMonitoringHistoryData_IncomingBroadcastPackets, CounterAttributeType, 0x0100, 0, mapset.NewSetWith(Read), false, true, false, 8), |
| 9: Uint32Field(MocaEthernetPerformanceMonitoringHistoryData_IncomingOctets, CounterAttributeType, 0x0080, 0, mapset.NewSetWith(Read), false, true, false, 9), |
| 10: Uint32Field(MocaEthernetPerformanceMonitoringHistoryData_OutgoingUnicastPackets, CounterAttributeType, 0x0040, 0, mapset.NewSetWith(Read), false, true, false, 10), |
| 11: Uint32Field(MocaEthernetPerformanceMonitoringHistoryData_OutgoingDiscardedPackets, CounterAttributeType, 0x0020, 0, mapset.NewSetWith(Read), false, true, false, 11), |
| 12: Uint32Field(MocaEthernetPerformanceMonitoringHistoryData_OutgoingErroredPackets, CounterAttributeType, 0x0010, 0, mapset.NewSetWith(Read), false, true, false, 12), |
| 13: Uint32Field(MocaEthernetPerformanceMonitoringHistoryData_OutgoingUnknownPackets, CounterAttributeType, 0x0008, 0, mapset.NewSetWith(Read), false, true, false, 13), |
| 14: Uint32Field(MocaEthernetPerformanceMonitoringHistoryData_OutgoingMulticastPackets, CounterAttributeType, 0x0004, 0, mapset.NewSetWith(Read), false, true, false, 14), |
| 15: Uint32Field(MocaEthernetPerformanceMonitoringHistoryData_OutgoingBroadcastPackets, CounterAttributeType, 0x0002, 0, mapset.NewSetWith(Read), false, true, false, 15), |
| 16: Uint32Field(MocaEthernetPerformanceMonitoringHistoryData_OutgoingOctets, CounterAttributeType, 0x0001, 0, mapset.NewSetWith(Read), false, true, false, 16), |
| }, |
| Access: CreatedByOlt, |
| Support: UnknownSupport, |
| Alarms: AlarmMap{ |
| 0: "Incoming unicast packets", |
| 1: "Incoming discarded packets", |
| 2: "Incoming errored packets", |
| 3: "Incoming unknown packets", |
| 4: "Incoming multicast packets", |
| 5: "Incoming broadcast packets", |
| 6: "Incoming octets", |
| 7: "Outgoing unicast packets", |
| 8: "Outgoing discarded packets", |
| 9: "Outgoing errored packets", |
| 10: "Outgoing unknown packets", |
| 11: "Outgoing multicast packets", |
| 12: "Outgoing broadcast packets", |
| 13: "Outgoing octets", |
| }, |
| } |
| } |
| |
| // NewMocaEthernetPerformanceMonitoringHistoryData (class ID 163) creates the basic |
| // Managed Entity definition that is used to validate an ME of this type that |
| // is received from or transmitted to the OMCC. |
| func NewMocaEthernetPerformanceMonitoringHistoryData(params ...ParamData) (*ManagedEntity, OmciErrors) { |
| return NewManagedEntity(*mocaethernetperformancemonitoringhistorydataBME, params...) |
| } |