blob: 4f0901254377f0ea071a6e2a3549dac8e8a04cb1 [file] [log] [blame]
Holger Hildebrandtfa074992020-03-27 15:42:06 +00001/*
2 * Copyright (c) 2018 - present. Boling Consulting Solutions (bcsw.net)
3 * Copyright 2020-present Open Networking Foundation
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +00004 *
Holger Hildebrandtfa074992020-03-27 15:42:06 +00005 * 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
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +00008 *
Holger Hildebrandtfa074992020-03-27 15:42:06 +00009 * http://www.apache.org/licenses/LICENSE-2.0
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +000010 *
Holger Hildebrandtfa074992020-03-27 15:42:06 +000011 * 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 */
Himani Chawlaac1f5ad2021-02-04 21:21:54 +053017/*
Holger Hildebrandtfa074992020-03-27 15:42:06 +000018 * 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// VpPerformanceMonitoringHistoryDataClassID is the 16-bit ID for the OMCI
29// Managed entity VP performance monitoring history data
mpagenko836a1fd2021-11-01 16:12:42 +000030const VpPerformanceMonitoringHistoryDataClassID = ClassID(62) // 0x003e
Holger Hildebrandtfa074992020-03-27 15:42:06 +000031
32var vpperformancemonitoringhistorydataBME *ManagedEntityDefinition
33
mpagenko836a1fd2021-11-01 16:12:42 +000034// VpPerformanceMonitoringHistoryData (Class ID: #62 / 0x003e)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000035// This ME collects PM data associated with a VP network CTP. Instances of this ME are created and
36// deleted by the OLT.
37//
38// Relationships
39// An instance of this ME is associated with an instance of the VP network CTP ME. The performance
40// of upstream ATM flows is reported.
41//
42// Attributes
43// Managed Entity Id
mpagenko836a1fd2021-11-01 16:12:42 +000044// This attribute uniquely identifies each instance of this ME. Through an identical ID, this ME is
45// implicitly linked to an instance of the VP network CTP. (R, setbycreate) (mandatory) (2-bytes)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000046//
47// Interval End Time
mpagenko836a1fd2021-11-01 16:12:42 +000048// This attribute identifies the most recently finished 15-min interval. (R) (mandatory) (1-byte)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000049//
50// Threshold Data 1_2 Id
51// Threshold data 1/2 ID: This attribute points to an instance of the threshold data 1 ME that
52// contains PM threshold values. Since no threshold value attribute number exceeds 7, a threshold
53// data 2 ME is optional. (R,-W, setbycreate) (mandatory) (2-bytes)
54//
55// Lost C 0 1 Cells
56// Lost C-= 0-+ 1 cells: This attribute counts all cell loss. It cannot distinguish between cells
57// lost because of header bit errors, ATM-level header errors, cell policing, or buffer overflows.
58// It records only loss of information, independent of the priority of the cell. (R) (mandatory)
59// (2-bytes)
60//
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +000061// Lost C0 Cells
Holger Hildebrandtfa074992020-03-27 15:42:06 +000062// Lost C-= 0 cells: This attribute counts loss of high priority cells. It cannot distinguish
63// between cells lost because of header bit errors, ATM-level header errors, cell policing, or
64// buffer overflows. It records only loss of high priority cells. (R) (mandatory) (2-bytes)
65//
66// Misinserted Cells
mpagenko836a1fd2021-11-01 16:12:42 +000067// This attribute counts cells that are misrouted to a monitored VP. (R) (mandatory) (2-bytes)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000068//
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +000069// Transmitted C0 _ 1 Cells
Holger Hildebrandtfa074992020-03-27 15:42:06 +000070// Transmitted C-= 0-+ 1 cells: This attribute counts cells originated by the transmitting end
71// point (i.e., backward reporting is assumed). (R) (mandatory) (5-bytes)
72//
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +000073// Transmitted C0 Cells
Holger Hildebrandtfa074992020-03-27 15:42:06 +000074// Transmitted C-= 0 cells: This attribute counts high priority cells originated by the
75// transmitting end point (i.e., backward reporting is assumed). (R) (mandatory) (5-bytes)
76//
77// Impaired Block
78// Impaired blocks: This severely errored cell block counter is incremented whenever one of the
79// following events takes place: the number of misinserted cells reaches its threshold; the number
80// of bipolar violations reaches its threshold; or the number of lost cells reaches its threshold.
81// Threshold values are based on vendor-operator negotiation. (R) (mandatory) (2-bytes)
82//
83type VpPerformanceMonitoringHistoryData struct {
84 ManagedEntityDefinition
85 Attributes AttributeValueMap
86}
87
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +000088// Attribute name constants
89
90const VpPerformanceMonitoringHistoryData_IntervalEndTime = "IntervalEndTime"
91const VpPerformanceMonitoringHistoryData_ThresholdData12Id = "ThresholdData12Id"
92const VpPerformanceMonitoringHistoryData_LostC01Cells = "LostC01Cells"
93const VpPerformanceMonitoringHistoryData_LostC0Cells = "LostC0Cells"
94const VpPerformanceMonitoringHistoryData_MisinsertedCells = "MisinsertedCells"
95const VpPerformanceMonitoringHistoryData_TransmittedC01Cells = "TransmittedC01Cells"
96const VpPerformanceMonitoringHistoryData_TransmittedC0Cells = "TransmittedC0Cells"
97const VpPerformanceMonitoringHistoryData_ImpairedBlock = "ImpairedBlock"
98
Holger Hildebrandtfa074992020-03-27 15:42:06 +000099func init() {
100 vpperformancemonitoringhistorydataBME = &ManagedEntityDefinition{
101 Name: "VpPerformanceMonitoringHistoryData",
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +0000102 ClassID: VpPerformanceMonitoringHistoryDataClassID,
Holger Hildebrandtfa074992020-03-27 15:42:06 +0000103 MessageTypes: mapset.NewSetWith(
104 Create,
105 Delete,
106 Get,
107 Set,
Girish Gowdra5c5aaf42021-02-17 19:40:50 -0800108 GetCurrentData,
Holger Hildebrandtfa074992020-03-27 15:42:06 +0000109 ),
110 AllowedAttributeMask: 0xff00,
111 AttributeDefinitions: AttributeDefinitionMap{
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +0000112 0: Uint16Field(ManagedEntityID, PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read, SetByCreate), false, false, false, 0),
113 1: ByteField(VpPerformanceMonitoringHistoryData_IntervalEndTime, UnsignedIntegerAttributeType, 0x8000, 0, mapset.NewSetWith(Read), false, false, false, 1),
114 2: Uint16Field(VpPerformanceMonitoringHistoryData_ThresholdData12Id, UnsignedIntegerAttributeType, 0x4000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 2),
115 3: Uint16Field(VpPerformanceMonitoringHistoryData_LostC01Cells, CounterAttributeType, 0x2000, 0, mapset.NewSetWith(Read), false, false, false, 3),
116 4: Uint16Field(VpPerformanceMonitoringHistoryData_LostC0Cells, CounterAttributeType, 0x1000, 0, mapset.NewSetWith(Read), false, false, false, 4),
117 5: Uint16Field(VpPerformanceMonitoringHistoryData_MisinsertedCells, CounterAttributeType, 0x0800, 0, mapset.NewSetWith(Read), false, false, false, 5),
118 6: MultiByteField(VpPerformanceMonitoringHistoryData_TransmittedC01Cells, CounterAttributeType, 0x0400, 5, toOctets("AAAAAAA="), mapset.NewSetWith(Read), false, false, false, 6),
119 7: MultiByteField(VpPerformanceMonitoringHistoryData_TransmittedC0Cells, CounterAttributeType, 0x0200, 5, toOctets("AAAAAAA="), mapset.NewSetWith(Read), false, false, false, 7),
120 8: Uint16Field(VpPerformanceMonitoringHistoryData_ImpairedBlock, CounterAttributeType, 0x0100, 0, mapset.NewSetWith(Read), false, false, false, 8),
Holger Hildebrandtfa074992020-03-27 15:42:06 +0000121 },
122 Access: CreatedByOlt,
123 Support: UnknownSupport,
Himani Chawlaac1f5ad2021-02-04 21:21:54 +0530124 Alarms: AlarmMap{
125 0: "Lost CLP-= 0-+ 1 cells",
126 1: "Lost CLP-= 0 cells",
127 2: "Misinserted cells",
128 3: "Impaired blocks",
129 },
Holger Hildebrandtfa074992020-03-27 15:42:06 +0000130 }
131}
132
133// NewVpPerformanceMonitoringHistoryData (class ID 62) creates the basic
134// Managed Entity definition that is used to validate an ME of this type that
135// is received from or transmitted to the OMCC.
136func NewVpPerformanceMonitoringHistoryData(params ...ParamData) (*ManagedEntity, OmciErrors) {
137 return NewManagedEntity(*vpperformancemonitoringhistorydataBME, params...)
138}