blob: 5831e6ff77b52f5c45ec847231583095b607e613 [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// BbfTr069ManagementServerClassID is the 16-bit ID for the OMCI
29// Managed entity BBF TR-069 management server
mpagenko836a1fd2021-11-01 16:12:42 +000030const BbfTr069ManagementServerClassID = ClassID(340) // 0x0154
Holger Hildebrandtfa074992020-03-27 15:42:06 +000031
32var bbftr069managementserverBME *ManagedEntityDefinition
33
mpagenko836a1fd2021-11-01 16:12:42 +000034// BbfTr069ManagementServer (Class ID: #340 / 0x0154)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000035// If functions within the ONU are managed by [BBF TR-069], this ME allows OMCI configuration of
36// the autoconfiguration server (ACS) URL and related authentication information for an ACS
37// connection initiated by the ONU. [BBF TR-069] supports other means to discover its ACS, so not
38// all BBF-TR069-compatible ONUs necessarily support this ME. Furthermore, even if the ONU does
39// support this ME, some operators may choose not to use it.
40//
41// An ONU that supports OMCI configuration of ACS information automatically creates instances of
42// this ME.
43//
44// Relationships
45// An instance of the BBF TR-069 management server ME exists for each instance of a BBF TR-069
46// management domain within the ONU.
47//
48// Attributes
49// Managed Entity Id
mpagenko836a1fd2021-11-01 16:12:42 +000050// This attribute uniquely identifies each instance of this ME. Through an identical ID, this ME is
51// implicitly linked to an instance of a VEIP that links to the BBF TR-069 management domain. (R)
52// (mandatory) (2-bytes)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000053//
54// Administrative State
mpagenko836a1fd2021-11-01 16:12:42 +000055// This attribute locks (1) and unlocks (0) the functions performed by this ME. When the
56// administrative state is locked, the functions of this ME are disabled. BBF TR-069 connectivity
57// to an ACS may be possible through means that do not depend on this ME. The default value of this
58// attribute is locked. (R,W) (mandatory) (1-byte)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000059//
60// Acs Network Address
mpagenko836a1fd2021-11-01 16:12:42 +000061// This attribute points to an instance of a network address ME that contains URL and
62// authentication information associated with the ACS URL. (R, W) (mandatory) (2 bytes)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000063//
64// Associated Tag
mpagenko836a1fd2021-11-01 16:12:42 +000065// This attribute is a TCI value for BBF TR-069 management traffic passing through the VEIP. A TCI,
66// comprising user priority, CFI and VID, is represented by 2-bytes. The value 0xFFFF specifies
67// that BBF TR-069 management traffic passes through the VEIP with neither a VLAN nor a priority
68// tag. (R, W) (mandatory) (2-bytes)
Holger Hildebrandtfa074992020-03-27 15:42:06 +000069//
70type BbfTr069ManagementServer struct {
71 ManagedEntityDefinition
72 Attributes AttributeValueMap
73}
74
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +000075// Attribute name constants
76
77const BbfTr069ManagementServer_AdministrativeState = "AdministrativeState"
78const BbfTr069ManagementServer_AcsNetworkAddress = "AcsNetworkAddress"
79const BbfTr069ManagementServer_AssociatedTag = "AssociatedTag"
80
Holger Hildebrandtfa074992020-03-27 15:42:06 +000081func init() {
82 bbftr069managementserverBME = &ManagedEntityDefinition{
83 Name: "BbfTr069ManagementServer",
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +000084 ClassID: BbfTr069ManagementServerClassID,
Holger Hildebrandtfa074992020-03-27 15:42:06 +000085 MessageTypes: mapset.NewSetWith(
86 Get,
87 Set,
88 ),
89 AllowedAttributeMask: 0xe000,
90 AttributeDefinitions: AttributeDefinitionMap{
Holger Hildebrandt3ac49bd2022-02-07 17:46:43 +000091 0: Uint16Field(ManagedEntityID, PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read), false, false, false, 0),
92 1: ByteField(BbfTr069ManagementServer_AdministrativeState, UnsignedIntegerAttributeType, 0x8000, 0, mapset.NewSetWith(Read, Write), false, false, false, 1),
93 2: Uint16Field(BbfTr069ManagementServer_AcsNetworkAddress, UnsignedIntegerAttributeType, 0x4000, 0, mapset.NewSetWith(Read, Write), false, false, false, 2),
94 3: Uint16Field(BbfTr069ManagementServer_AssociatedTag, UnsignedIntegerAttributeType, 0x2000, 0, mapset.NewSetWith(Read, Write), false, false, false, 3),
Holger Hildebrandtfa074992020-03-27 15:42:06 +000095 },
96 Access: CreatedByOnu,
97 Support: UnknownSupport,
98 }
99}
100
101// NewBbfTr069ManagementServer (class ID 340) creates the basic
102// Managed Entity definition that is used to validate an ME of this type that
103// is received from or transmitted to the OMCC.
104func NewBbfTr069ManagementServer(params ...ParamData) (*ManagedEntity, OmciErrors) {
105 return NewManagedEntity(*bbftr069managementserverBME, params...)
106}