blob: 5c4602516c9aa8197fed202d23bd55096f35b536 [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
4
5 * 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
8
9 * http://www.apache.org/licenses/LICENSE-2.0
10
11 * 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// EfmBondingPortPerformanceMonitoringHistoryDataPart2ClassID is the 16-bit ID for the OMCI
29// Managed entity EFM bonding port performance monitoring history data part 2
30const EfmBondingPortPerformanceMonitoringHistoryDataPart2ClassID ClassID = ClassID(425)
31
32var efmbondingportperformancemonitoringhistorydatapart2BME *ManagedEntityDefinition
33
34// EfmBondingPortPerformanceMonitoringHistoryDataPart2 (class ID #425)
35// 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. The two MSBs of
44// the first byte are the bearer channel ID. Excluding the first 2-bits of the first byte, the
45// remaining part of the ME ID is identical to that of this ME's parent PPTP xDSL UNI part 1. (R,
46// setbycreate) (mandatory) (2-bytes)
47//
48// Interval End Time
49// Interval end time: This attribute identifies the most recently finished 15-min interval. (R)
50// (mandatory) (1-byte)
51//
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 contain PM threshold values. (R,-W, setbycreate) (mandatory) (2-bytes)
55//
56// Rx Unicast Frames
57// Rx unicast frames: Number of unicast Ethernet frames received over this port. (R) (mandatory)
58// (4-bytes)
59//
60// Tx Unicast Frames
61// Tx unicast frames: Number of unicast Ethernet frames transmitted over this port. (R) (mandatory)
62// (4-bytes)
63//
64// Rx Unicast Bytes
65// Rx unicast bytes: Number of bytes contained in the unicast Ethernet frames received over this
66// port. (R) (mandatory) (4-bytes)
67//
68// Tx Unicast Bytes
69// Tx unicast bytes: Number of bytes contained in the unicast Ethernet frames transmitted over this
70// port. (R) (mandatory) (4-bytes)
71//
72// Rx Broadcast Frames
73// Rx broadcast frames: Number of broadcast Ethernet frames received over this port. (R)
74// (mandatory) (4-bytes)
75//
76// Tx Broadcast Frames
77// Tx broadcast frames: Number of broadcast Ethernet frames transmitted over this port. (R)
78// (mandatory) (4-bytes)
79//
80// Rx Broadcast Bytes
81// Rx broadcast bytes: Number of bytes contained in the broadcast Ethernet frames received over
82// this port. (R) (mandatory) (4-bytes)
83//
84// Tx Broadcast Bytes
85// Tx broadcast bytes: Number of bytes contained in the broadcast Ethernet frames transmitted over
86// this port. (R) (mandatory) (4-bytes)
87//
88// Rx Multicast Frames
89// Rx multicast frames: Number of multicast Ethernet frames received over this port. (R)
90// (mandatory) (4-bytes)
91//
92// Tx Multicast Frames
93// Tx multicast frames: Number of multicast Ethernet frames transmitted over this port. (R)
94// (mandatory) (4-bytes)
95//
96// Rx Multicast Bytes
97// Rx multicast bytes: Number of bytes contained in the multicast Ethernet frames received over
98// this port. (R) (mandatory) (4-bytes)
99//
100// Tx Multicast Bytes
101// Tx multicast bytes: Number of bytes contained in the multicast Ethernet frames transmitted over
102// this port. (R) (mandatory) (4-bytes)
103//
104type EfmBondingPortPerformanceMonitoringHistoryDataPart2 struct {
105 ManagedEntityDefinition
106 Attributes AttributeValueMap
107}
108
109func init() {
110 efmbondingportperformancemonitoringhistorydatapart2BME = &ManagedEntityDefinition{
111 Name: "EfmBondingPortPerformanceMonitoringHistoryDataPart2",
112 ClassID: 425,
113 MessageTypes: mapset.NewSetWith(
114 Create,
115 Delete,
116 Get,
117 Set,
118 ),
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: Uint32Field("RxUnicastBytes", CounterAttributeType, 0x0800, 0, mapset.NewSetWith(Read), false, false, false, 5),
127 6: Uint32Field("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: Uint32Field("RxBroadcastBytes", CounterAttributeType, 0x0080, 0, mapset.NewSetWith(Read), false, false, false, 9),
131 10: Uint32Field("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: Uint32Field("RxMulticastBytes", CounterAttributeType, 0x0008, 0, mapset.NewSetWith(Read), false, false, false, 13),
135 14: Uint32Field("TxMulticastBytes", CounterAttributeType, 0x0004, 0, mapset.NewSetWith(Read), false, false, false, 14),
136 },
137 Access: CreatedByOlt,
138 Support: UnknownSupport,
139 }
140}
141
142// NewEfmBondingPortPerformanceMonitoringHistoryDataPart2 (class ID 425) creates the basic
143// Managed Entity definition that is used to validate an ME of this type that
144// is received from or transmitted to the OMCC.
145func NewEfmBondingPortPerformanceMonitoringHistoryDataPart2(params ...ParamData) (*ManagedEntity, OmciErrors) {
146 return NewManagedEntity(*efmbondingportperformancemonitoringhistorydatapart2BME, params...)
147}