blob: 5f1189ab553b973bf7ecd36050ed0d5418cf9edc [file] [log] [blame]
mpagenko836a1fd2021-11-01 16:12:42 +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 *
mpagenko836a1fd2021-11-01 16:12:42 +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 *
mpagenko836a1fd2021-11-01 16:12:42 +00009 * http://www.apache.org/licenses/LICENSE-2.0
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +000010 *
mpagenko836a1fd2021-11-01 16:12:42 +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 */
17/*
18 * 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// VlanTaggingOperationConfigurationDataClassID is the 16-bit ID for the OMCI
29// Managed entity VLAN tagging operation configuration data
30const VlanTaggingOperationConfigurationDataClassID = ClassID(78) // 0x004e
31
32var vlantaggingoperationconfigurationdataBME *ManagedEntityDefinition
33
34// VlanTaggingOperationConfigurationData (Class ID: #78 / 0x004e)
35// This ME organizes data associated with VLAN tagging. Instances of this ME are created and
36// deleted by the OLT.
37//
38// NOTE 1 - The extended VLAN tagging operation configuration data of clause 9.3.13 is preferred
39// for new implementations.
40//
41// Relationships
42// Zero or one instance of this ME may exist for an instance of any ME that can terminate or modify
43// an Ethernet stream.//// When this ME is associated with a UNI-side TP, it performs its upstream classification and
44// tagging operations before offering the upstream frame to other filtering, bridging or switching
45// functions. In the downstream direction, the defined inverse operation is the last operation
46// performed on the frame before offering it to the UNI-side termination.//// When this ME is associated with an ANI-side TP, it performs its upstream classification and
47// tagging operations as the last step before queueing for transmission to the OLT, after having
48// received the upstream frame from other filtering, bridging or switching functions. In the
49// downstream direction, the defined inverse operation is the first operation performed on the
50// frame before offering it to possible filter, bridge or switch functions.
51//
52// Attributes
53// Managed Entity Id
54// This attribute uniquely identifies each instance of this ME. When the optional association type
55// attribute is 0 or undefined, this attribute's value is the same as the ID of the ME with which
56// this VLAN tagging operation configuration data instance is associated, which may be either a
57// PPTP Ethernet UNI or an IP host config data or an IPv6 host config data ME. Otherwise, the value
58// of the ME ID is unconstrained except by the need to be unique. (R, set-by-create) (mandatory) (2
59// bytes)
60//
61// Upstream Vlan Tagging Operation Mode
62// This attribute controls upstream VLAN tagging. Valid values are as follows.
63//
64// 0 Upstream frame is sent as is, regardless of tag.
65//
66// 1 The upstream frame is tagged, whether or not the received frame was tagged. A tagged frame's
67// TCI is overwritten with the upstream VLAN tag TCI value. An untagged frame is prepended with a
68// tag whose values are taken from the upstream VLAN tag TCI value attribute.
69//
70// 2 A tag is prepended to the upstream frame, whether or not the received frame was tagged. If the
71// received frame is tagged, a second tag (Q-in-Q) is added to the frame. If the received frame is
72// not tagged, a tag is attached to the frame. The added tag is defined by the upstream VLAN tag
73// TCI value attribute.
74//
75// (R,-W, setbycreate) (mandatory) (1-byte)
76//
77// Upstream Vlan Tag Tci Value
78// This attribute specifies the TCI for upstream VLAN tagging. It is used when the upstream VLAN
79// tagging operation mode is 1 or 2. (R,-W, setbycreate) (mandatory) (2-bytes)
80//
81// Downstream Vlan Tagging Operation Mode
82// This attribute controls downstream VLAN tagging. Valid values are as follows.
83//
84// 0 Downstream frame is sent as is, regardless of tag.
85//
86// 1 If the received frame is tagged, the outer tag is stripped. An untagged frame is forwarded
87// unchanged.
88//
89// (R,-W, setbycreate) (mandatory) (1-byte)
90//
91// Association Type
92// This attribute specifies the type of ME that is associated with this VLAN tagging operation
93// configuration data ME. Values are assigned in accordance with the following list.
94//
95// 0 (Default) Physical path termination point Ethernet UNI (for backward compatibility, may also
96// be an IP host config data ME; they must not have the same ME ID). The associated ME instance is
97// implicit; its identifier is the same as that of this VLAN tagging operation configuration data.
98//
99// 1 IP host config data or IPv6 host config data
100//
101// 2 IEEE 802.1p mapper service profile
102//
103// 3 MAC bridge port configuration data
104//
105// 4 Physical path termination point xDSL UNI
106//
107// 5 GEM IW termination point
108//
109// 6 Multicast GEM IW termination point
110//
111// 7 Physical path termination point MoCA UNI
112//
113// 8 Reserved
114//
115// 9 Ethernet flow termination point
116//
117// 10 Physical path termination point Ethernet UNI
118//
119// 11 Virtual Ethernet interface point
120//
121// 12 MPLS pseudowire termination point
122//
123// 13 EFM bonding group
124//
125// The associated ME instance is identified by the associated ME pointer. (R,-W, setbycreate)
126// (optional) (1-byte)
127//
128// Associated Me Pointer
129// When the association type attribute is non-zero, this attribute points to the ME with which this
130// VLAN tagging operation configuration data ME is associated. Otherwise, this attribute is
131// undefined, and the association is implicit through the ME ID. (R,-W, setbycreate) (optional)
132// (2-bytes)
133//
134// NOTE 2 - Implicit association is retained for legacy compatibility. Explicit pointers are
135// preferred for new implementations.
136//
137// NOTE 3 - When the association type is xDSL, the two MSBs may be used to indicate a bearer
138// channel.
139//
140type VlanTaggingOperationConfigurationData struct {
141 ManagedEntityDefinition
142 Attributes AttributeValueMap
143}
144
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +0000145// Attribute name constants
146
147const VlanTaggingOperationConfigurationData_UpstreamVlanTaggingOperationMode = "UpstreamVlanTaggingOperationMode"
148const VlanTaggingOperationConfigurationData_UpstreamVlanTagTciValue = "UpstreamVlanTagTciValue"
149const VlanTaggingOperationConfigurationData_DownstreamVlanTaggingOperationMode = "DownstreamVlanTaggingOperationMode"
150const VlanTaggingOperationConfigurationData_AssociationType = "AssociationType"
151const VlanTaggingOperationConfigurationData_AssociatedMePointer = "AssociatedMePointer"
152
mpagenko836a1fd2021-11-01 16:12:42 +0000153func init() {
154 vlantaggingoperationconfigurationdataBME = &ManagedEntityDefinition{
155 Name: "VlanTaggingOperationConfigurationData",
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +0000156 ClassID: VlanTaggingOperationConfigurationDataClassID,
mpagenko836a1fd2021-11-01 16:12:42 +0000157 MessageTypes: mapset.NewSetWith(
158 Create,
159 Delete,
160 Get,
161 Set,
162 ),
163 AllowedAttributeMask: 0xf800,
164 AttributeDefinitions: AttributeDefinitionMap{
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +0000165 0: Uint16Field(ManagedEntityID, PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read, SetByCreate), false, false, false, 0),
166 1: ByteField(VlanTaggingOperationConfigurationData_UpstreamVlanTaggingOperationMode, EnumerationAttributeType, 0x8000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 1),
167 2: Uint16Field(VlanTaggingOperationConfigurationData_UpstreamVlanTagTciValue, UnsignedIntegerAttributeType, 0x4000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 2),
168 3: ByteField(VlanTaggingOperationConfigurationData_DownstreamVlanTaggingOperationMode, EnumerationAttributeType, 0x2000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 3),
169 4: ByteField(VlanTaggingOperationConfigurationData_AssociationType, EnumerationAttributeType, 0x1000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, true, false, 4),
170 5: Uint16Field(VlanTaggingOperationConfigurationData_AssociatedMePointer, PointerAttributeType, 0x0800, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, true, false, 5),
mpagenko836a1fd2021-11-01 16:12:42 +0000171 },
172 Access: CreatedByOlt,
173 Support: UnknownSupport,
174 }
175}
176
177// NewVlanTaggingOperationConfigurationData (class ID 78) creates the basic
178// Managed Entity definition that is used to validate an ME of this type that
179// is received from or transmitted to the OMCC.
180func NewVlanTaggingOperationConfigurationData(params ...ParamData) (*ManagedEntity, OmciErrors) {
181 return NewManagedEntity(*vlantaggingoperationconfigurationdataBME, params...)
182}