blob: f42aa70ed765bb6c7d46dd38c7f869cf0b16b708 [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
Chip Boling8cdd6392022-01-27 08:43:37 -06004 *
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
Chip Boling8cdd6392022-01-27 08:43:37 -06008 *
Chip Boling6e27b352020-02-14 09:10:01 -06009 * http://www.apache.org/licenses/LICENSE-2.0
Chip Boling8cdd6392022-01-27 08:43:37 -060010 *
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
Chip Boling8cdd6392022-01-27 08:43:37 -060082// Attribute name constants
83
84const ThresholdData1_ThresholdValue1 = "ThresholdValue1"
85const ThresholdData1_ThresholdValue2 = "ThresholdValue2"
86const ThresholdData1_ThresholdValue3 = "ThresholdValue3"
87const ThresholdData1_ThresholdValue4 = "ThresholdValue4"
88const ThresholdData1_ThresholdValue5 = "ThresholdValue5"
89const ThresholdData1_ThresholdValue6 = "ThresholdValue6"
90const ThresholdData1_ThresholdValue7 = "ThresholdValue7"
91
Chip Boling6e27b352020-02-14 09:10:01 -060092func init() {
93 thresholddata1BME = &ManagedEntityDefinition{
94 Name: "ThresholdData1",
Chip Boling8cdd6392022-01-27 08:43:37 -060095 ClassID: ThresholdData1ClassID,
Chip Boling6e27b352020-02-14 09:10:01 -060096 MessageTypes: mapset.NewSetWith(
97 Create,
98 Delete,
99 Get,
100 Set,
101 ),
102 AllowedAttributeMask: 0xfe00,
103 AttributeDefinitions: AttributeDefinitionMap{
Chip Boling8cdd6392022-01-27 08:43:37 -0600104 0: Uint16Field(ManagedEntityID, PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read, SetByCreate), false, false, false, 0),
105 1: Uint32Field(ThresholdData1_ThresholdValue1, UnsignedIntegerAttributeType, 0x8000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 1),
106 2: Uint32Field(ThresholdData1_ThresholdValue2, UnsignedIntegerAttributeType, 0x4000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 2),
107 3: Uint32Field(ThresholdData1_ThresholdValue3, UnsignedIntegerAttributeType, 0x2000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 3),
108 4: Uint32Field(ThresholdData1_ThresholdValue4, UnsignedIntegerAttributeType, 0x1000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 4),
109 5: Uint32Field(ThresholdData1_ThresholdValue5, UnsignedIntegerAttributeType, 0x0800, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 5),
110 6: Uint32Field(ThresholdData1_ThresholdValue6, UnsignedIntegerAttributeType, 0x0400, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 6),
111 7: Uint32Field(ThresholdData1_ThresholdValue7, UnsignedIntegerAttributeType, 0x0200, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 7),
Chip Boling6e27b352020-02-14 09:10:01 -0600112 },
113 Access: CreatedByOlt,
114 Support: UnknownSupport,
115 }
116}
117
118// NewThresholdData1 (class ID 273) creates the basic
119// Managed Entity definition that is used to validate an ME of this type that
120// is received from or transmitted to the OMCC.
121func NewThresholdData1(params ...ParamData) (*ManagedEntity, OmciErrors) {
122 return NewManagedEntity(*thresholddata1BME, params...)
123}