blob: d398f61c8573f7d42e8dd4ddf0893cb55524b77b [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 */
David K. Bainbridgeadf422d2021-04-09 16:06:41 +000017/*
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// ThresholdData1ClassID is the 16-bit ID for the OMCI
29// Managed entity Threshold data 1
Chip Boling610117d2021-09-09 11:24:34 -050030const ThresholdData1ClassID = ClassID(273) // 0x0111
Chip Boling6e27b352020-02-14 09:10:01 -060031
32var thresholddata1BME *ManagedEntityDefinition
33
Chip Boling610117d2021-09-09 11:24:34 -050034// ThresholdData1 (Class ID: #273 / 0x0111)
Chip Boling6e27b352020-02-14 09:10:01 -060035// Threshold data are partitioned into two MEs for historical reasons. An instance of this ME,
36// together with an optional instance of the threshold data 2 ME, contains threshold values for
37// counters in PM history data MEs.
38//
39// For a complete discussion of generic PM architecture, refer to clause I.4.
40//
41// Instances of this ME are created and deleted by the OLT.
42//
43// Relationships
44// An instance of this ME may be related to multiple instances of PM history data type MEs.//// Paired instances of threshold data 1 ME and threshold data 2 ME are implicitly linked together
45// through a common ME ID.
46//
47// Attributes
48// Managed Entity Id
Chip Boling610117d2021-09-09 11:24:34 -050049// This attribute uniquely identifies each instance of this ME. (R, setbycreate) (mandatory)
50// (2-bytes)
51//
52// The following seven attributes specify threshold values for seven thresholded counters in
53// associated PM history data MEs. The definition of each PM history ME includes a table that links
54// each thresholded counter to one of these threshold value attributes.
Chip Boling6e27b352020-02-14 09:10:01 -060055//
56// Threshold Value_1
57// Threshold value-1: (R,-W, setbycreate) (mandatory) (4-bytes)
58//
59// Threshold Value_2
60// Threshold value-2: (R,-W, setbycreate) (mandatory) (4-bytes)
61//
62// Threshold Value_3
63// Threshold value-3: (R,-W, setbycreate) (mandatory) (4-bytes)
64//
65// Threshold Value_4
66// Threshold value-4: (R,-W, setbycreate) (mandatory) (4-bytes)
67//
68// Threshold Value_5
69// Threshold value-5: (R,-W, setbycreate) (mandatory) (4-bytes)
70//
71// Threshold Value_6
72// Threshold value-6: (R,-W, setbycreate) (mandatory) (4-bytes)
73//
74// Threshold Value_7
75// Threshold value-7: (R,-W, setbycreate) (mandatory) (4-bytes)
76//
77type ThresholdData1 struct {
78 ManagedEntityDefinition
79 Attributes AttributeValueMap
80}
81
82func init() {
83 thresholddata1BME = &ManagedEntityDefinition{
84 Name: "ThresholdData1",
85 ClassID: 273,
86 MessageTypes: mapset.NewSetWith(
87 Create,
88 Delete,
89 Get,
90 Set,
91 ),
92 AllowedAttributeMask: 0xfe00,
93 AttributeDefinitions: AttributeDefinitionMap{
94 0: Uint16Field("ManagedEntityId", PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read, SetByCreate), false, false, false, 0),
95 1: Uint32Field("ThresholdValue1", UnsignedIntegerAttributeType, 0x8000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 1),
96 2: Uint32Field("ThresholdValue2", UnsignedIntegerAttributeType, 0x4000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 2),
97 3: Uint32Field("ThresholdValue3", UnsignedIntegerAttributeType, 0x2000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 3),
98 4: Uint32Field("ThresholdValue4", UnsignedIntegerAttributeType, 0x1000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 4),
99 5: Uint32Field("ThresholdValue5", UnsignedIntegerAttributeType, 0x0800, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 5),
100 6: Uint32Field("ThresholdValue6", UnsignedIntegerAttributeType, 0x0400, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 6),
101 7: Uint32Field("ThresholdValue7", UnsignedIntegerAttributeType, 0x0200, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 7),
102 },
103 Access: CreatedByOlt,
104 Support: UnknownSupport,
105 }
106}
107
108// NewThresholdData1 (class ID 273) creates the basic
109// Managed Entity definition that is used to validate an ME of this type that
110// is received from or transmitted to the OMCC.
111func NewThresholdData1(params ...ParamData) (*ManagedEntity, OmciErrors) {
112 return NewManagedEntity(*thresholddata1BME, params...)
113}