blob: 658fba2e94f0fc0789f5944afdf1f0cdf57d581a [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
Elia Battiston9bfe1102022-02-03 10:38:03 +01004 *
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
Elia Battiston9bfe1102022-02-03 10:38:03 +01008 *
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -07009 * http://www.apache.org/licenses/LICENSE-2.0
Elia Battiston9bfe1102022-02-03 10:38:03 +010010 *
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 Scandolof9d43412021-01-12 11:11:34 -080023
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070024package generated
25
26import "github.com/deckarep/golang-set"
27
Matteo Scandolof9d43412021-01-12 11:11:34 -080028// MacBridgePortFilterTableDataClassID is the 16-bit ID for the OMCI
29// Managed entity MAC bridge port filter table data
Andrea Campanella10426e22021-10-15 17:58:04 +020030const MacBridgePortFilterTableDataClassID = ClassID(49) // 0x0031
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070031
32var macbridgeportfiltertabledataBME *ManagedEntityDefinition
33
Andrea Campanella10426e22021-10-15 17:58:04 +020034// MacBridgePortFilterTableData (Class ID: #49 / 0x0031)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070035// This ME organizes data associated with a bridge port. The ONU automatically creates or deletes
36// an instance of this ME upon the creation or deletion of a MAC bridge port configuration data ME.
37//
Matteo Scandolof9d43412021-01-12 11:11:34 -080038// NOTE - The OLT should disable the learning mode in the MAC bridge service profile before writing
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070039// to the MAC filter table.
40//
41// Relationships
42// An instance of this ME is associated with an instance of a MAC bridge port configuration data
43// ME.
44//
45// Attributes
46// Managed Entity Id
Andrea Campanella10426e22021-10-15 17:58:04 +020047// This attribute uniquely identifies each instance of this ME. Through an identical ID, this ME is
48// implicitly linked to an instance of the MAC bridge port configuration data ME. (R) (mandatory)
49// (2-bytes)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070050//
51// Mac Filter Table
Andrea Campanella10426e22021-10-15 17:58:04 +020052// This attribute lists MAC addresses associated with the bridge port, each with an allow/disallow
53// forwarding indicator for traffic flowing out of the bridge port. Additionally, the forwarding
54// action may be based on a MAC source or DA. In this way, upstream traffic is filtered on ANI-side
55// bridge ports, and downstream traffic is filtered on UNI-side bridge ports. The setting of an
56// entry with a forward action implies that all other addresses are filtered. Conversely, the
57// setting of an entry with a filter action implies that all other addresses are forwarded. The
58// behaviour is unspecified if forward and filter actions are mixed.
59//
60// Each entry contains:
61//
62// - the entry number, an index into this attribute list (1-byte);
63//
64// - filter byte (1-byte);
65//
66// - MAC address (6-bytes).
67//
68// The bits of the filter byte are assigned as follows.
69//
70// Bit Name Setting
71//
72// 1 (LSB) Filter/forward 0: forward
73//
74// 1: filter
75//
76// 2 0: MAC DAs
77//
78// 1: MAC source addresses
79//
80// 3..6 Reserved 0
81//
82// 7..8 Add/remove 10: Clear entire table (set operation)
83//
84// 00: Remove this entry (set operation)
85//
86// 01: Add this entry
87//
88// Upon ME instantiation, the ONU sets this attribute to an empty table.
89//
Matteo Scandolof9d43412021-01-12 11:11:34 -080090// (R,-W) (Mandatory) (8N bytes, where N is the number of entries in the list)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070091//
92type MacBridgePortFilterTableData struct {
93 ManagedEntityDefinition
94 Attributes AttributeValueMap
95}
96
Elia Battiston9bfe1102022-02-03 10:38:03 +010097// Attribute name constants
98
99const MacBridgePortFilterTableData_MacFilterTable = "MacFilterTable"
100
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700101func init() {
102 macbridgeportfiltertabledataBME = &ManagedEntityDefinition{
103 Name: "MacBridgePortFilterTableData",
Elia Battiston9bfe1102022-02-03 10:38:03 +0100104 ClassID: MacBridgePortFilterTableDataClassID,
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700105 MessageTypes: mapset.NewSetWith(
106 Get,
107 GetNext,
108 Set,
Girish Gowdrae2683102021-03-05 08:24:26 -0800109 SetTable,
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700110 ),
Matteo Scandolof9d43412021-01-12 11:11:34 -0800111 AllowedAttributeMask: 0x8000,
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700112 AttributeDefinitions: AttributeDefinitionMap{
Elia Battiston9bfe1102022-02-03 10:38:03 +0100113 0: Uint16Field(ManagedEntityID, PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read), false, false, false, 0),
114 1: TableField(MacBridgePortFilterTableData_MacFilterTable, TableAttributeType, 0x8000, TableInfo{nil, 8}, mapset.NewSetWith(Read, Write), false, false, false, 1),
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700115 },
Matteo Scandolof9d43412021-01-12 11:11:34 -0800116 Access: CreatedByOnu,
117 Support: UnknownSupport,
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700118 }
119}
120
Matteo Scandolof9d43412021-01-12 11:11:34 -0800121// NewMacBridgePortFilterTableData (class ID 49) creates the basic
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700122// Managed Entity definition that is used to validate an ME of this type that
Matteo Scandolof9d43412021-01-12 11:11:34 -0800123// is received from or transmitted to the OMCC.
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700124func NewMacBridgePortFilterTableData(params ...ParamData) (*ManagedEntity, OmciErrors) {
Matteo Scandolof9d43412021-01-12 11:11:34 -0800125 return NewManagedEntity(*macbridgeportfiltertabledataBME, params...)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700126}