blob: e243de43d6866c01a1fe9653b0d756fea3615696 [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 */
David K. Bainbridged80007b2021-04-12 12:22:29 +000017/*
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// PhysicalPathTerminationPointXdslUniPart2ClassID is the 16-bit ID for the OMCI
29// Managed entity Physical path termination point xDSL UNI part 2
mpagenko836a1fd2021-11-01 16:12:42 +000030const PhysicalPathTerminationPointXdslUniPart2ClassID = ClassID(99) // 0x0063
Holger Hildebrandtfa074992020-03-27 15:42:06 +000031
32var physicalpathterminationpointxdslunipart2BME *ManagedEntityDefinition
33
mpagenko836a1fd2021-11-01 16:12:42 +000034// PhysicalPathTerminationPointXdslUniPart2 (Class ID: #99 / 0x0063)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000035// This ME represents the point in the ONU where physical paths terminate on an xDSL CO modem
36// (xTU-C). Standards and chip sets support several forms of DSL, including VDSL2, and the xDSL ME
37// family is used for all of them, with specific extensions for technology variations.
38//
39// The ONU creates or deletes an instance of this ME at the same time it creates or deletes the
40// corresponding PPTP xDSL UNI part 1.
41//
42// Relationships
43// An instance of this ME is associated with each instance of a PPTP xDSL UNI part 1.
44//
45// Attributes
46// Managed Entity Id
mpagenko836a1fd2021-11-01 16:12:42 +000047// This attribute uniquely identifies each instance of this ME. Through an identical ID, this ME is
48// implicitly linked to an instance of the PPTP xDSL UNI part 1. (R) (mandatory) (2-bytes)
49//
50// Each of the following eight attributes is a pointer to an xDSL channel configuration profile ME.
51// In each case, the default value 0, set when the ME is auto-created, is a null pointer.
Holger Hildebrandtfa074992020-03-27 15:42:06 +000052//
53// Xdsl Channel Configuration Profile For Bearer Channel 0 Downstream
mpagenko836a1fd2021-11-01 16:12:42 +000054// (R,-W) (optional) (2-bytes)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000055//
56// Xdsl Channel Configuration Profile For Bearer Channel 1 Downstream
mpagenko836a1fd2021-11-01 16:12:42 +000057// (R,-W) (optional) (2-bytes)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000058//
59// Xdsl Channel Configuration Profile For Bearer Channel 2 Downstream
mpagenko836a1fd2021-11-01 16:12:42 +000060// (R,-W) (optional) (2-bytes)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000061//
62// Xdsl Channel Configuration Profile For Bearer Channel 3 Downstream
mpagenko836a1fd2021-11-01 16:12:42 +000063// (R,-W) (optional) (2-bytes)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000064//
65// Xdsl Channel Configuration Profile For Bearer Channel 0 Upstream
mpagenko836a1fd2021-11-01 16:12:42 +000066// (R,-W) (optional) (2-bytes)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000067//
68// Xdsl Channel Configuration Profile For Bearer Channel 1 Upstream
mpagenko836a1fd2021-11-01 16:12:42 +000069// (R,-W) (optional) (2-bytes)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000070//
71// Xdsl Channel Configuration Profile For Bearer Channel 2 Upstream
mpagenko836a1fd2021-11-01 16:12:42 +000072// (R,-W) (optional) (2-bytes)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000073//
74// Xdsl Channel Configuration Profile For Bearer Channel 3 Upstream
mpagenko836a1fd2021-11-01 16:12:42 +000075// (R,-W) (optional) (2-bytes)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000076//
77type PhysicalPathTerminationPointXdslUniPart2 struct {
78 ManagedEntityDefinition
79 Attributes AttributeValueMap
80}
81
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +000082// Attribute name constants
83
84const PhysicalPathTerminationPointXdslUniPart2_XdslChannelConfigurationProfileForBearerChannel0Downstream = "XdslChannelConfigurationProfileForBearerChannel0Downstream"
85const PhysicalPathTerminationPointXdslUniPart2_XdslChannelConfigurationProfileForBearerChannel1Downstream = "XdslChannelConfigurationProfileForBearerChannel1Downstream"
86const PhysicalPathTerminationPointXdslUniPart2_XdslChannelConfigurationProfileForBearerChannel2Downstream = "XdslChannelConfigurationProfileForBearerChannel2Downstream"
87const PhysicalPathTerminationPointXdslUniPart2_XdslChannelConfigurationProfileForBearerChannel3Downstream = "XdslChannelConfigurationProfileForBearerChannel3Downstream"
88const PhysicalPathTerminationPointXdslUniPart2_XdslChannelConfigurationProfileForBearerChannel0Upstream = "XdslChannelConfigurationProfileForBearerChannel0Upstream"
89const PhysicalPathTerminationPointXdslUniPart2_XdslChannelConfigurationProfileForBearerChannel1Upstream = "XdslChannelConfigurationProfileForBearerChannel1Upstream"
90const PhysicalPathTerminationPointXdslUniPart2_XdslChannelConfigurationProfileForBearerChannel2Upstream = "XdslChannelConfigurationProfileForBearerChannel2Upstream"
91const PhysicalPathTerminationPointXdslUniPart2_XdslChannelConfigurationProfileForBearerChannel3Upstream = "XdslChannelConfigurationProfileForBearerChannel3Upstream"
92
Holger Hildebrandtfa074992020-03-27 15:42:06 +000093func init() {
94 physicalpathterminationpointxdslunipart2BME = &ManagedEntityDefinition{
95 Name: "PhysicalPathTerminationPointXdslUniPart2",
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +000096 ClassID: PhysicalPathTerminationPointXdslUniPart2ClassID,
Holger Hildebrandtfa074992020-03-27 15:42:06 +000097 MessageTypes: mapset.NewSetWith(
98 Get,
99 Set,
100 ),
101 AllowedAttributeMask: 0xff00,
102 AttributeDefinitions: AttributeDefinitionMap{
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +0000103 0: Uint16Field(ManagedEntityID, PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read), false, false, false, 0),
104 1: Uint16Field(PhysicalPathTerminationPointXdslUniPart2_XdslChannelConfigurationProfileForBearerChannel0Downstream, UnsignedIntegerAttributeType, 0x8000, 0, mapset.NewSetWith(Read, Write), false, true, false, 1),
105 2: Uint16Field(PhysicalPathTerminationPointXdslUniPart2_XdslChannelConfigurationProfileForBearerChannel1Downstream, UnsignedIntegerAttributeType, 0x4000, 0, mapset.NewSetWith(Read, Write), false, true, false, 2),
106 3: Uint16Field(PhysicalPathTerminationPointXdslUniPart2_XdslChannelConfigurationProfileForBearerChannel2Downstream, UnsignedIntegerAttributeType, 0x2000, 0, mapset.NewSetWith(Read, Write), false, true, false, 3),
107 4: Uint16Field(PhysicalPathTerminationPointXdslUniPart2_XdslChannelConfigurationProfileForBearerChannel3Downstream, UnsignedIntegerAttributeType, 0x1000, 0, mapset.NewSetWith(Read, Write), false, true, false, 4),
108 5: Uint16Field(PhysicalPathTerminationPointXdslUniPart2_XdslChannelConfigurationProfileForBearerChannel0Upstream, UnsignedIntegerAttributeType, 0x0800, 0, mapset.NewSetWith(Read, Write), false, true, false, 5),
109 6: Uint16Field(PhysicalPathTerminationPointXdslUniPart2_XdslChannelConfigurationProfileForBearerChannel1Upstream, UnsignedIntegerAttributeType, 0x0400, 0, mapset.NewSetWith(Read, Write), false, true, false, 6),
110 7: Uint16Field(PhysicalPathTerminationPointXdslUniPart2_XdslChannelConfigurationProfileForBearerChannel2Upstream, UnsignedIntegerAttributeType, 0x0200, 0, mapset.NewSetWith(Read, Write), false, true, false, 7),
111 8: Uint16Field(PhysicalPathTerminationPointXdslUniPart2_XdslChannelConfigurationProfileForBearerChannel3Upstream, UnsignedIntegerAttributeType, 0x0100, 0, mapset.NewSetWith(Read, Write), false, true, false, 8),
Holger Hildebrandtfa074992020-03-27 15:42:06 +0000112 },
113 Access: CreatedByOnu,
114 Support: UnknownSupport,
115 }
116}
117
118// NewPhysicalPathTerminationPointXdslUniPart2 (class ID 99) 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 NewPhysicalPathTerminationPointXdslUniPart2(params ...ParamData) (*ManagedEntity, OmciErrors) {
122 return NewManagedEntity(*physicalpathterminationpointxdslunipart2BME, params...)
123}