blob: f42aa70ed765bb6c7d46dd38c7f869cf0b16b708 [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
Elia Battiston9bfe1102022-02-03 10:38:03 +01004 *
Matteo Scandolof9d43412021-01-12 11:11:34 -08005 * 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
Elia Battiston9bfe1102022-02-03 10:38:03 +01008 *
Matteo Scandolof9d43412021-01-12 11:11:34 -08009 * http://www.apache.org/licenses/LICENSE-2.0
Elia Battiston9bfe1102022-02-03 10:38:03 +010010 *
Matteo Scandolof9d43412021-01-12 11:11:34 -080011 * 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 */
Girish Gowdra161d27a2021-05-05 12:01:44 -070017/*
Matteo Scandolof9d43412021-01-12 11:11:34 -080018 * 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
Andrea Campanella10426e22021-10-15 17:58:04 +020030const ThresholdData1ClassID = ClassID(273) // 0x0111
Matteo Scandolof9d43412021-01-12 11:11:34 -080031
32var thresholddata1BME *ManagedEntityDefinition
33
Andrea Campanella10426e22021-10-15 17:58:04 +020034// ThresholdData1 (Class ID: #273 / 0x0111)
Matteo Scandolof9d43412021-01-12 11:11:34 -080035// 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
Andrea Campanella10426e22021-10-15 17:58:04 +020049// 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.
Matteo Scandolof9d43412021-01-12 11:11:34 -080055//
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
Elia Battiston9bfe1102022-02-03 10:38:03 +010082// 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
Matteo Scandolof9d43412021-01-12 11:11:34 -080092func init() {
93 thresholddata1BME = &ManagedEntityDefinition{
94 Name: "ThresholdData1",
Elia Battiston9bfe1102022-02-03 10:38:03 +010095 ClassID: ThresholdData1ClassID,
Matteo Scandolof9d43412021-01-12 11:11:34 -080096 MessageTypes: mapset.NewSetWith(
97 Create,
98 Delete,
99 Get,
100 Set,
101 ),
102 AllowedAttributeMask: 0xfe00,
103 AttributeDefinitions: AttributeDefinitionMap{
Elia Battiston9bfe1102022-02-03 10:38:03 +0100104 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),
Matteo Scandolof9d43412021-01-12 11:11:34 -0800112 },
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}