blob: b074c1126ad55725282017d996f71471fc1f316a [file] [log] [blame]
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -07001/*
2 * Copyright (c) 2018 - present. Boling Consulting Solutions (bcsw.net)
Matteo Scandolof9d43412021-01-12 11:11:34 -08003 * Copyright 2020-present Open Networking Foundation
4
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -07005 * 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
Matteo Scandolof9d43412021-01-12 11:11:34 -08008
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -07009 * http://www.apache.org/licenses/LICENSE-2.0
Matteo Scandolof9d43412021-01-12 11:11:34 -080010
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070011 * 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 Gowdrae2683102021-03-05 08:24:26 -080017/*
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070018 * 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 */
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070023
Matteo Scandolof9d43412021-01-12 11:11:34 -080024package generated
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070025
26// ManagedEntityInfo provides ManagedEntity information
27type ManagedEntityInfo struct {
28 New func(params ...ParamData) (*ManagedEntity, error)
29}
30
31// ParamData can be passed to the 'New' function to dictate how the returned
32// Managed Entity is created. You should supply either zero or one ParamData
33// structure to 'New'.
34//
35// If No ParamData is passed, the returned Managed Entity can only be used for
36// providing validation of other structures. This is commonly done in a packet
37// encoder/decoder to assist in that process.
38//
39// If One ParamData is passed, the returned Managed Entity will be initialized
40// with the given values/attributes and then validated. This is commonly done
41// when you wish to create an ME for transmission, storage or removal from a
42// persistent database, or some other similar purpose.
43//
44type ParamData struct {
45 EntityID uint16
46 Attributes AttributeValueMap
47}
48
49// CreateME wraps a function that makes it a creator of a Managed Entity
50type CreateME func(params ...ParamData) (*ManagedEntity, OmciErrors)
51
52var classToManagedEntityMap map[ClassID]CreateME
53
54func init() {
55 // Create mapping of 16-bit managed entity class IDs to ME-type
Girish Gowdrae2683102021-03-05 08:24:26 -080056 classToManagedEntityMap = make(map[ClassID]CreateME, 179)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070057
58 classToManagedEntityMap[2] = NewOnuData
59 classToManagedEntityMap[5] = NewCardholder
60 classToManagedEntityMap[6] = NewCircuitPack
61 classToManagedEntityMap[7] = NewSoftwareImage
62 classToManagedEntityMap[11] = NewPhysicalPathTerminationPointEthernetUni
63 classToManagedEntityMap[12] = NewPhysicalPathTerminationPointCesUni
64 classToManagedEntityMap[14] = NewInterworkingVccTerminationPoint
65 classToManagedEntityMap[16] = NewAal5Profile
66 classToManagedEntityMap[18] = NewAal5PerformanceMonitoringHistoryData
67 classToManagedEntityMap[21] = NewCesServiceProfile
68 classToManagedEntityMap[24] = NewEthernetPerformanceMonitoringHistoryData
69 classToManagedEntityMap[45] = NewMacBridgeServiceProfile
70 classToManagedEntityMap[46] = NewMacBridgeConfigurationData
71 classToManagedEntityMap[47] = NewMacBridgePortConfigurationData
72 classToManagedEntityMap[48] = NewMacBridgePortDesignationData
73 classToManagedEntityMap[49] = NewMacBridgePortFilterTableData
74 classToManagedEntityMap[50] = NewMacBridgePortBridgeTableData
75 classToManagedEntityMap[51] = NewMacBridgePerformanceMonitoringHistoryData
76 classToManagedEntityMap[52] = NewMacBridgePortPerformanceMonitoringHistoryData
77 classToManagedEntityMap[53] = NewPhysicalPathTerminationPointPotsUni
78 classToManagedEntityMap[58] = NewVoiceServiceProfile
79 classToManagedEntityMap[62] = NewVpPerformanceMonitoringHistoryData
80 classToManagedEntityMap[78] = NewVlanTaggingOperationConfigurationData
81 classToManagedEntityMap[79] = NewMacBridgePortFilterPreAssignTable
82 classToManagedEntityMap[82] = NewPhysicalPathTerminationPointVideoUni
83 classToManagedEntityMap[83] = NewPhysicalPathTerminationPointLctUni
84 classToManagedEntityMap[84] = NewVlanTaggingFilterData
85 classToManagedEntityMap[89] = NewEthernetPerformanceMonitoringHistoryData2
86 classToManagedEntityMap[90] = NewPhysicalPathTerminationPointVideoAni
87 classToManagedEntityMap[98] = NewPhysicalPathTerminationPointXdslUniPart1
88 classToManagedEntityMap[99] = NewPhysicalPathTerminationPointXdslUniPart2
89 classToManagedEntityMap[100] = NewXdslLineInventoryAndStatusDataPart1
90 classToManagedEntityMap[101] = NewXdslLineInventoryAndStatusDataPart2
91 classToManagedEntityMap[102] = NewXdslChannelDownstreamStatusData
92 classToManagedEntityMap[103] = NewXdslChannelUpstreamStatusData
93 classToManagedEntityMap[105] = NewXdslLineConfigurationProfilePart2
94 classToManagedEntityMap[106] = NewXdslLineConfigurationProfilePart3
95 classToManagedEntityMap[107] = NewXdslChannelConfigurationProfile
96 classToManagedEntityMap[108] = NewXdslSubcarrierMaskingDownstreamProfile
97 classToManagedEntityMap[109] = NewXdslSubcarrierMaskingUpstreamProfile
Matteo Scandolof9d43412021-01-12 11:11:34 -080098 classToManagedEntityMap[110] = NewXdslPsdMaskProfile
99 classToManagedEntityMap[111] = NewXdslDownstreamRfiBandsProfile
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700100 classToManagedEntityMap[112] = NewXdslXtuCPerformanceMonitoringHistoryData
101 classToManagedEntityMap[113] = NewXdslXtuRPerformanceMonitoringHistoryData
102 classToManagedEntityMap[114] = NewXdslXtuCChannelPerformanceMonitoringHistoryData
103 classToManagedEntityMap[115] = NewXdslXtuRChannelPerformanceMonitoringHistoryData
104 classToManagedEntityMap[116] = NewTcAdaptorPerformanceMonitoringHistoryDataXdsl
105 classToManagedEntityMap[130] = NewIeee8021PMapperServiceProfile
106 classToManagedEntityMap[131] = NewOltG
107 classToManagedEntityMap[133] = NewOnuPowerShedding
108 classToManagedEntityMap[134] = NewIpHostConfigData
109 classToManagedEntityMap[135] = NewIpHostPerformanceMonitoringHistoryData
110 classToManagedEntityMap[136] = NewTcpUdpConfigData
111 classToManagedEntityMap[137] = NewNetworkAddress
112 classToManagedEntityMap[138] = NewVoipConfigData
113 classToManagedEntityMap[139] = NewVoipVoiceCtp
114 classToManagedEntityMap[140] = NewCallControlPerformanceMonitoringHistoryData
115 classToManagedEntityMap[141] = NewVoipLineStatus
116 classToManagedEntityMap[142] = NewVoipMediaProfile
117 classToManagedEntityMap[143] = NewRtpProfileData
118 classToManagedEntityMap[144] = NewRtpPerformanceMonitoringHistoryData
119 classToManagedEntityMap[145] = NewNetworkDialPlanTable
120 classToManagedEntityMap[146] = NewVoipApplicationServiceProfile
121 classToManagedEntityMap[147] = NewVoipFeatureAccessCodes
122 classToManagedEntityMap[148] = NewAuthenticationSecurityMethod
123 classToManagedEntityMap[150] = NewSipAgentConfigData
124 classToManagedEntityMap[151] = NewSipAgentPerformanceMonitoringHistoryData
125 classToManagedEntityMap[152] = NewSipCallInitiationPerformanceMonitoringHistoryData
126 classToManagedEntityMap[153] = NewSipUserData
127 classToManagedEntityMap[155] = NewMgcConfigData
128 classToManagedEntityMap[156] = NewMgcPerformanceMonitoringHistoryData
129 classToManagedEntityMap[160] = NewEquipmentExtensionPackage
130 classToManagedEntityMap[162] = NewPhysicalPathTerminationPointMocaUni
131 classToManagedEntityMap[163] = NewMocaEthernetPerformanceMonitoringHistoryData
Matteo Scandolof9d43412021-01-12 11:11:34 -0800132 classToManagedEntityMap[168] = NewVdsl2LineInventoryAndStatusDataPart1
133 classToManagedEntityMap[169] = NewVdsl2LineInventoryAndStatusDataPart2
134 classToManagedEntityMap[170] = NewVdsl2LineInventoryAndStatusDataPart3
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700135 classToManagedEntityMap[171] = NewExtendedVlanTaggingOperationConfigurationData
136 classToManagedEntityMap[256] = NewOnuG
137 classToManagedEntityMap[257] = NewOnu2G
138 classToManagedEntityMap[262] = NewTCont
139 classToManagedEntityMap[263] = NewAniG
140 classToManagedEntityMap[264] = NewUniG
141 classToManagedEntityMap[266] = NewGemInterworkingTerminationPoint
142 classToManagedEntityMap[268] = NewGemPortNetworkCtp
143 classToManagedEntityMap[269] = NewVpNetworkCtp
144 classToManagedEntityMap[272] = NewGalEthernetProfile
145 classToManagedEntityMap[273] = NewThresholdData1
146 classToManagedEntityMap[274] = NewThresholdData2
147 classToManagedEntityMap[276] = NewGalEthernetPerformanceMonitoringHistoryData
148 classToManagedEntityMap[277] = NewPriorityQueue
149 classToManagedEntityMap[278] = NewTrafficScheduler
150 classToManagedEntityMap[280] = NewTrafficDescriptor
151 classToManagedEntityMap[281] = NewMulticastGemInterworkingTerminationPoint
152 classToManagedEntityMap[282] = NewPseudowireTerminationPoint
153 classToManagedEntityMap[283] = NewRtpPseudowireParameters
154 classToManagedEntityMap[284] = NewPseudowireMaintenanceProfile
155 classToManagedEntityMap[285] = NewPseudowirePerformanceMonitoringHistoryData
156 classToManagedEntityMap[286] = NewEthernetFlowTerminationPoint
157 classToManagedEntityMap[287] = NewOmci
158 classToManagedEntityMap[288] = NewManagedEntityMe
159 classToManagedEntityMap[289] = NewAttributeMe
160 classToManagedEntityMap[290] = NewDot1XPortExtensionPackage
161 classToManagedEntityMap[291] = NewDot1XConfigurationProfile
162 classToManagedEntityMap[292] = NewDot1XPerformanceMonitoringHistoryData
163 classToManagedEntityMap[293] = NewRadiusPerformanceMonitoringHistoryData
164 classToManagedEntityMap[296] = NewEthernetPerformanceMonitoringHistoryData3
165 classToManagedEntityMap[298] = NewDot1RateLimiter
166 classToManagedEntityMap[299] = NewDot1AgMaintenanceDomain
167 classToManagedEntityMap[300] = NewDot1AgMaintenanceAssociation
168 classToManagedEntityMap[301] = NewDot1AgDefaultMdLevel
169 classToManagedEntityMap[302] = NewDot1AgMep
170 classToManagedEntityMap[305] = NewDot1AgCfmStack
Matteo Scandolof9d43412021-01-12 11:11:34 -0800171 classToManagedEntityMap[306] = NewDot1AgChassisManagementInfo
172 classToManagedEntityMap[307] = NewOctetString
Girish Gowdrae2683102021-03-05 08:24:26 -0800173 classToManagedEntityMap[308] = NewGeneralPurposeBuffer
Matteo Scandolof9d43412021-01-12 11:11:34 -0800174 classToManagedEntityMap[309] = NewMulticastOperationsProfile
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700175 classToManagedEntityMap[310] = NewMulticastSubscriberConfigInfo
176 classToManagedEntityMap[311] = NewMulticastSubscriberMonitor
Girish Gowdrae2683102021-03-05 08:24:26 -0800177 classToManagedEntityMap[312] = NewFecPerformanceMonitoringHistoryData
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700178 classToManagedEntityMap[313] = NewReAniG
Matteo Scandolof9d43412021-01-12 11:11:34 -0800179 classToManagedEntityMap[314] = NewPhysicalPathTerminationPointReUni
180 classToManagedEntityMap[315] = NewReUpstreamAmplifier
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700181 classToManagedEntityMap[316] = NewReDownstreamAmplifier
182 classToManagedEntityMap[321] = NewEthernetFramePerformanceMonitoringHistoryDataDownstream
183 classToManagedEntityMap[322] = NewEthernetFramePerformanceMonitoringHistoryDataUpstream
Matteo Scandolof9d43412021-01-12 11:11:34 -0800184 classToManagedEntityMap[323] = NewVdsl2LineConfigurationExtensions2
185 classToManagedEntityMap[324] = NewXdslImpulseNoiseMonitorPerformanceMonitoringHistoryData
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700186 classToManagedEntityMap[325] = NewXdslLineInventoryAndStatusDataPart5
187 classToManagedEntityMap[328] = NewReCommonAmplifierParameters
188 classToManagedEntityMap[329] = NewVirtualEthernetInterfacePoint
189 classToManagedEntityMap[332] = NewEnhancedSecurityControl
190 classToManagedEntityMap[333] = NewMplsPseudowireTerminationPoint
191 classToManagedEntityMap[334] = NewEthernetFrameExtendedPm
192 classToManagedEntityMap[335] = NewSnmpConfigurationData
193 classToManagedEntityMap[336] = NewOnuDynamicPowerManagementControl
Matteo Scandolof9d43412021-01-12 11:11:34 -0800194 classToManagedEntityMap[337] = NewPwAtmConfigurationData
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700195 classToManagedEntityMap[338] = NewPwAtmPerformanceMonitoringHistoryData
196 classToManagedEntityMap[339] = NewPwEthernetConfigurationData
197 classToManagedEntityMap[340] = NewBbfTr069ManagementServer
198 classToManagedEntityMap[341] = NewGemPortNetworkCtpPerformanceMonitoringHistoryData
199 classToManagedEntityMap[342] = NewTcpUdpPerformanceMonitoringHistoryData
200 classToManagedEntityMap[343] = NewEnergyConsumptionPerformanceMonitoringHistoryData
201 classToManagedEntityMap[344] = NewXgPonTcPerformanceMonitoringHistoryData
202 classToManagedEntityMap[345] = NewXgPonDownstreamManagementPerformanceMonitoringHistoryData
203 classToManagedEntityMap[346] = NewXgPonUpstreamManagementPerformanceMonitoringHistoryData
204 classToManagedEntityMap[348] = NewMacBridgePortIcmpv6ProcessPreAssignTable
205 classToManagedEntityMap[400] = NewEthernetPseudowireParameters
206 classToManagedEntityMap[408] = NewXdslXtuCPerformanceMonitoringHistoryDataPart2
207 classToManagedEntityMap[410] = NewVdsl2LineConfigurationExtensions3
208 classToManagedEntityMap[412] = NewXdslChannelConfigurationProfilePart2
Matteo Scandolof9d43412021-01-12 11:11:34 -0800209 classToManagedEntityMap[413] = NewXtuDataGatheringConfiguration
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700210 classToManagedEntityMap[414] = NewXdslLineInventoryAndStatusDataPart8
Matteo Scandolof9d43412021-01-12 11:11:34 -0800211 classToManagedEntityMap[419] = NewEfmBondingGroup
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700212 classToManagedEntityMap[420] = NewEfmBondingLink
213 classToManagedEntityMap[421] = NewEfmBondingGroupPerformanceMonitoringHistoryData
214 classToManagedEntityMap[422] = NewEfmBondingGroupPerformanceMonitoringHistoryDataPart2
215 classToManagedEntityMap[423] = NewEfmBondingLinkPerformanceMonitoringHistoryData
216 classToManagedEntityMap[424] = NewEfmBondingPortPerformanceMonitoringHistoryData
217 classToManagedEntityMap[425] = NewEfmBondingPortPerformanceMonitoringHistoryDataPart2
218 classToManagedEntityMap[426] = NewEthernetFrameExtendedPm64Bit
219 classToManagedEntityMap[432] = NewFastChannelConfigurationProfile
220 classToManagedEntityMap[433] = NewFastDataPathConfigurationProfile
221 classToManagedEntityMap[434] = NewFastVectoringLineConfigurationExtensions
222 classToManagedEntityMap[436] = NewFastLineInventoryAndStatusDataPart2
223 classToManagedEntityMap[437] = NewFastXtuCPerformanceMonitoringHistoryData
224 classToManagedEntityMap[438] = NewFastXtuRPerformanceMonitoringHistoryData
225 classToManagedEntityMap[443] = NewTwdmChannelManagedEntity
226 classToManagedEntityMap[444] = NewTwdmChannelPhyLodsPerformanceMonitoringHistoryData
227 classToManagedEntityMap[445] = NewTwdmChannelXgemPerformanceMonitoringHistoryData
228 classToManagedEntityMap[446] = NewTwdmChannelPloamPerformanceMonitoringHistoryDataPart1
229 classToManagedEntityMap[447] = NewTwdmChannelPloamPerformanceMonitoringHistoryDataPart2
230 classToManagedEntityMap[448] = NewTwdmChannelPloamPerformanceMonitoringHistoryDataPart3
231 classToManagedEntityMap[449] = NewTwdmChannelTuningPerformanceMonitoringHistoryDataPart1
232 classToManagedEntityMap[450] = NewTwdmChannelTuningPerformanceMonitoringHistoryDataPart2
233 classToManagedEntityMap[451] = NewTwdmChannelTuningPerformanceMonitoringHistoryDataPart3
234 classToManagedEntityMap[452] = NewTwdmChannelOmciPerformanceMonitoringHistoryData
Matteo Scandolof9d43412021-01-12 11:11:34 -0800235 classToManagedEntityMap[453] = NewEnhancedFecPerformanceMonitoringHistoryData
236 classToManagedEntityMap[454] = NewEnhancedTcPerformanceMonitoringHistoryData
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700237}
238
Matteo Scandolof9d43412021-01-12 11:11:34 -0800239// LoadManagedEntityDefinition returns a function to create a Managed Entity for a specific
240// Managed Entity class ID
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700241func LoadManagedEntityDefinition(classID ClassID, params ...ParamData) (*ManagedEntity, OmciErrors) {
Matteo Scandolof9d43412021-01-12 11:11:34 -0800242 if newFunc, ok := classToManagedEntityMap[classID]; ok {
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700243 return newFunc(params...)
244 }
Matteo Scandolof9d43412021-01-12 11:11:34 -0800245 if IsVendorSpecificClassID(classID) {
246 return NewUnknownVendorSpecificME(classID, params...)
247 }
248 return NewUnknownG988ME(classID, params...)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700249}
250
Matteo Scandolof9d43412021-01-12 11:11:34 -0800251// GetSupportedClassIDs returns an array of Managed Entity Class IDs supported
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700252func GetSupportedClassIDs() []ClassID {
253 supported := make([]ClassID, 0, len(classToManagedEntityMap))
254 for k := range classToManagedEntityMap {
255 supported = append(supported, k)
256 }
257 return supported
258}
Matteo Scandolof9d43412021-01-12 11:11:34 -0800259
260// GetAttributesDefinitions returns the attribute definition map for a specific class
261func GetAttributesDefinitions(classID ClassID) (AttributeDefinitionMap, OmciErrors) {
262 medef, err := LoadManagedEntityDefinition(classID)
263 if err.StatusCode() != Success {
264 return nil, err
265 }
266 return medef.GetAttributeDefinitions(), err
267}
268
269// IsVendorSpecificClassID returns true if the provided class ID is reserved in ITU-T G.988
270// for vendor specific functionality
271func IsVendorSpecificClassID(classID ClassID) bool {
272 // Values below are from Table 11.2.4-1 of ITU-T G.988 (11/2017)
273 return (ClassID(240) <= classID && classID <= ClassID(255)) ||
274 (ClassID(350) <= classID && classID <= ClassID(399)) ||
275 (ClassID(65280) <= classID && classID <= ClassID(65535))
Girish Gowdra161d27a2021-05-05 12:01:44 -0700276}