Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2018 - present. Boling Consulting Solutions (bcsw.net) |
Andrea Campanella | 7167ebb | 2020-02-24 09:56:38 +0100 | [diff] [blame] | 3 | * Copyright 2020-present Open Networking Foundation |
| 4 | |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 5 | * 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 |
Andrea Campanella | 7167ebb | 2020-02-24 09:56:38 +0100 | [diff] [blame] | 8 | |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 9 | * http://www.apache.org/licenses/LICENSE-2.0 |
Andrea Campanella | 7167ebb | 2020-02-24 09:56:38 +0100 | [diff] [blame] | 10 | |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 11 | * 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. Bainbridge | adf422d | 2021-04-09 16:06:41 +0000 | [diff] [blame] | 17 | /* |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 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 | |
| 24 | package generated |
| 25 | |
| 26 | import "github.com/deckarep/golang-set" |
| 27 | |
| 28 | // VlanTaggingOperationConfigurationDataClassID is the 16-bit ID for the OMCI |
| 29 | // Managed entity VLAN tagging operation configuration data |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 30 | const VlanTaggingOperationConfigurationDataClassID = ClassID(78) // 0x004e |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 31 | |
| 32 | var vlantaggingoperationconfigurationdataBME *ManagedEntityDefinition |
| 33 | |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 34 | // VlanTaggingOperationConfigurationData (Class ID: #78 / 0x004e) |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 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 |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 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) |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 60 | // |
| 61 | // Upstream Vlan Tagging Operation Mode |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 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 | // |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 75 | // (R,-W, setbycreate) (mandatory) (1-byte) |
| 76 | // |
| 77 | // Upstream Vlan Tag Tci Value |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 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) |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 80 | // |
| 81 | // Downstream Vlan Tagging Operation Mode |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 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 | // |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 89 | // (R,-W, setbycreate) (mandatory) (1-byte) |
| 90 | // |
| 91 | // Association Type |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 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 | // |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 125 | // The associated ME instance is identified by the associated ME pointer. (R,-W, setbycreate) |
| 126 | // (optional) (1-byte) |
| 127 | // |
| 128 | // Associated Me Pointer |
Chip Boling | 610117d | 2021-09-09 11:24:34 -0500 | [diff] [blame] | 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 | // |
Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame] | 137 | // NOTE 3 - When the association type is xDSL, the two MSBs may be used to indicate a bearer |
| 138 | // channel. |
| 139 | // |
| 140 | type VlanTaggingOperationConfigurationData struct { |
| 141 | ManagedEntityDefinition |
| 142 | Attributes AttributeValueMap |
| 143 | } |
| 144 | |
| 145 | func init() { |
| 146 | vlantaggingoperationconfigurationdataBME = &ManagedEntityDefinition{ |
| 147 | Name: "VlanTaggingOperationConfigurationData", |
| 148 | ClassID: 78, |
| 149 | MessageTypes: mapset.NewSetWith( |
| 150 | Create, |
| 151 | Delete, |
| 152 | Get, |
| 153 | Set, |
| 154 | ), |
| 155 | AllowedAttributeMask: 0xf800, |
| 156 | AttributeDefinitions: AttributeDefinitionMap{ |
| 157 | 0: Uint16Field("ManagedEntityId", PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read, SetByCreate), false, false, false, 0), |
| 158 | 1: ByteField("UpstreamVlanTaggingOperationMode", EnumerationAttributeType, 0x8000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 1), |
| 159 | 2: Uint16Field("UpstreamVlanTagTciValue", UnsignedIntegerAttributeType, 0x4000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 2), |
| 160 | 3: ByteField("DownstreamVlanTaggingOperationMode", EnumerationAttributeType, 0x2000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 3), |
| 161 | 4: ByteField("AssociationType", EnumerationAttributeType, 0x1000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, true, false, 4), |
| 162 | 5: Uint16Field("AssociatedMePointer", PointerAttributeType, 0x0800, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, true, false, 5), |
| 163 | }, |
| 164 | Access: CreatedByOlt, |
| 165 | Support: UnknownSupport, |
| 166 | } |
| 167 | } |
| 168 | |
| 169 | // NewVlanTaggingOperationConfigurationData (class ID 78) creates the basic |
| 170 | // Managed Entity definition that is used to validate an ME of this type that |
| 171 | // is received from or transmitted to the OMCC. |
| 172 | func NewVlanTaggingOperationConfigurationData(params ...ParamData) (*ManagedEntity, OmciErrors) { |
| 173 | return NewManagedEntity(*vlantaggingoperationconfigurationdataBME, params...) |
| 174 | } |