blob: b0cce3254ed916ee7c0d3a4789c86557a5518f5d [file] [log] [blame]
Chip Boling6e27b352020-02-14 09:10:01 -06001/*
2 * Copyright (c) 2018 - present. Boling Consulting Solutions (bcsw.net)
Andrea Campanella7167ebb2020-02-24 09:56:38 +01003 * Copyright 2020-present Open Networking Foundation
Chip Boling8cdd6392022-01-27 08:43:37 -06004 *
Chip Boling6e27b352020-02-14 09:10:01 -06005 * 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
Chip Boling8cdd6392022-01-27 08:43:37 -06008 *
Chip Boling6e27b352020-02-14 09:10:01 -06009 * http://www.apache.org/licenses/LICENSE-2.0
Chip Boling8cdd6392022-01-27 08:43:37 -060010 *
Chip Boling6e27b352020-02-14 09:10:01 -060011 * 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. Bainbridgeadf422d2021-04-09 16:06:41 +000017/*
Chip Boling6e27b352020-02-14 09:10:01 -060018 * 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// VoipFeatureAccessCodesClassID is the 16-bit ID for the OMCI
29// Managed entity VoIP feature access codes
Chip Boling610117d2021-09-09 11:24:34 -050030const VoipFeatureAccessCodesClassID = ClassID(147) // 0x0093
Chip Boling6e27b352020-02-14 09:10:01 -060031
32var voipfeatureaccesscodesBME *ManagedEntityDefinition
33
Chip Boling610117d2021-09-09 11:24:34 -050034// VoipFeatureAccessCodes (Class ID: #147 / 0x0093)
Chip Boling6e27b352020-02-14 09:10:01 -060035// The VoIP feature access codes ME defines administrable feature access codes for the VoIP
36// subscriber. It is optional for ONUs that support VoIP services. If a non-OMCI interface is used
37// to manage VoIP signalling, this ME is unnecessary.
38//
39// Instances of this ME are created and deleted by the OLT. A VoIP feature access codes instance is
40// needed for each unique set of feature access code attributes.
41//
42// Relationships
43// An instance of this ME may be associated with one or more SIP user data MEs.
44//
45// Attributes
46// Managed Entity Id
Chip Boling610117d2021-09-09 11:24:34 -050047// The remaining attributes are access codes for the features mentioned in their names. Each
48// attribute is a string of characters from the set {0..9, *, #}, with trailing nulls in any unused
49// bytes.
50//
51// This attribute uniquely identifies each instance of this ME. (R) (mandatory) (2-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060052//
53// Cancel Call Waiting
Chip Boling610117d2021-09-09 11:24:34 -050054// (R,-W) (optional) (5-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060055//
56// Call Hold
Chip Boling610117d2021-09-09 11:24:34 -050057// (R,-W) (optional) (5-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060058//
59// Call Park
Chip Boling610117d2021-09-09 11:24:34 -050060// (R,-W) (optional) (5-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060061//
62// Caller Id Activate
Chip Boling610117d2021-09-09 11:24:34 -050063// (R,-W) (optional) (5-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060064//
65// Caller Id Deactivate
Chip Boling610117d2021-09-09 11:24:34 -050066// (R,-W) (optional) (5-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060067//
68// Do Not Disturb Activation
Chip Boling610117d2021-09-09 11:24:34 -050069// (R,-W) (optional) (5-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060070//
71// Do Not Disturb Deactivation
Chip Boling610117d2021-09-09 11:24:34 -050072// (R,-W) (optional) (5-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060073//
74// Do Not Disturb Pin Change
Chip Boling610117d2021-09-09 11:24:34 -050075// (R,-W) (optional) (5-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060076//
77// Emergency Service Number
Chip Boling610117d2021-09-09 11:24:34 -050078// (R,-W) (optional) (5-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060079//
80// Intercom Service
Chip Boling610117d2021-09-09 11:24:34 -050081// (R,-W) (optional) (5-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060082//
83// Unattended_Blind Call Transfer
84// Unattended/blind call transfer: (R, W) (optional) (5 bytes)
85//
86// Attended Call Transfer
Chip Boling610117d2021-09-09 11:24:34 -050087// (R, W) (optional) (5 bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060088//
89type VoipFeatureAccessCodes struct {
90 ManagedEntityDefinition
91 Attributes AttributeValueMap
92}
93
Chip Boling8cdd6392022-01-27 08:43:37 -060094// Attribute name constants
95
96const VoipFeatureAccessCodes_CancelCallWaiting = "CancelCallWaiting"
97const VoipFeatureAccessCodes_CallHold = "CallHold"
98const VoipFeatureAccessCodes_CallPark = "CallPark"
99const VoipFeatureAccessCodes_CallerIdActivate = "CallerIdActivate"
100const VoipFeatureAccessCodes_CallerIdDeactivate = "CallerIdDeactivate"
101const VoipFeatureAccessCodes_DoNotDisturbActivation = "DoNotDisturbActivation"
102const VoipFeatureAccessCodes_DoNotDisturbDeactivation = "DoNotDisturbDeactivation"
103const VoipFeatureAccessCodes_DoNotDisturbPinChange = "DoNotDisturbPinChange"
104const VoipFeatureAccessCodes_EmergencyServiceNumber = "EmergencyServiceNumber"
105const VoipFeatureAccessCodes_IntercomService = "IntercomService"
106const VoipFeatureAccessCodes_UnattendedBlindCallTransfer = "UnattendedBlindCallTransfer"
107const VoipFeatureAccessCodes_AttendedCallTransfer = "AttendedCallTransfer"
108
Chip Boling6e27b352020-02-14 09:10:01 -0600109func init() {
110 voipfeatureaccesscodesBME = &ManagedEntityDefinition{
111 Name: "VoipFeatureAccessCodes",
Chip Boling8cdd6392022-01-27 08:43:37 -0600112 ClassID: VoipFeatureAccessCodesClassID,
Chip Boling6e27b352020-02-14 09:10:01 -0600113 MessageTypes: mapset.NewSetWith(
114 Create,
115 Delete,
116 Get,
117 Set,
118 ),
119 AllowedAttributeMask: 0xfff0,
120 AttributeDefinitions: AttributeDefinitionMap{
Chip Boling8cdd6392022-01-27 08:43:37 -0600121 0: Uint16Field(ManagedEntityID, PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read), false, false, false, 0),
122 1: MultiByteField(VoipFeatureAccessCodes_CancelCallWaiting, OctetsAttributeType, 0x8000, 5, toOctets("AAAAAAA="), mapset.NewSetWith(Read, Write), false, true, false, 1),
123 2: MultiByteField(VoipFeatureAccessCodes_CallHold, OctetsAttributeType, 0x4000, 5, toOctets("AAAAAAA="), mapset.NewSetWith(Read, Write), false, true, false, 2),
124 3: MultiByteField(VoipFeatureAccessCodes_CallPark, OctetsAttributeType, 0x2000, 5, toOctets("AAAAAAA="), mapset.NewSetWith(Read, Write), false, true, false, 3),
125 4: MultiByteField(VoipFeatureAccessCodes_CallerIdActivate, OctetsAttributeType, 0x1000, 5, toOctets("AAAAAAA="), mapset.NewSetWith(Read, Write), false, true, false, 4),
126 5: MultiByteField(VoipFeatureAccessCodes_CallerIdDeactivate, OctetsAttributeType, 0x0800, 5, toOctets("AAAAAAA="), mapset.NewSetWith(Read, Write), false, true, false, 5),
127 6: MultiByteField(VoipFeatureAccessCodes_DoNotDisturbActivation, OctetsAttributeType, 0x0400, 5, toOctets("AAAAAAA="), mapset.NewSetWith(Read, Write), false, true, false, 6),
128 7: MultiByteField(VoipFeatureAccessCodes_DoNotDisturbDeactivation, OctetsAttributeType, 0x0200, 5, toOctets("AAAAAAA="), mapset.NewSetWith(Read, Write), false, true, false, 7),
129 8: MultiByteField(VoipFeatureAccessCodes_DoNotDisturbPinChange, OctetsAttributeType, 0x0100, 5, toOctets("AAAAAAA="), mapset.NewSetWith(Read, Write), false, true, false, 8),
130 9: MultiByteField(VoipFeatureAccessCodes_EmergencyServiceNumber, OctetsAttributeType, 0x0080, 5, toOctets("AAAAAAA="), mapset.NewSetWith(Read, Write), false, true, false, 9),
131 10: MultiByteField(VoipFeatureAccessCodes_IntercomService, OctetsAttributeType, 0x0040, 5, toOctets("AAAAAAA="), mapset.NewSetWith(Read, Write), false, true, false, 10),
132 11: MultiByteField(VoipFeatureAccessCodes_UnattendedBlindCallTransfer, OctetsAttributeType, 0x0020, 5, toOctets("AAAAAAA="), mapset.NewSetWith(Read, Write), false, true, false, 11),
133 12: MultiByteField(VoipFeatureAccessCodes_AttendedCallTransfer, OctetsAttributeType, 0x0010, 5, toOctets("AAAAAAA="), mapset.NewSetWith(Read, Write), false, true, false, 12),
Chip Boling6e27b352020-02-14 09:10:01 -0600134 },
135 Access: CreatedByOlt,
136 Support: UnknownSupport,
137 }
138}
139
140// NewVoipFeatureAccessCodes (class ID 147) creates the basic
141// Managed Entity definition that is used to validate an ME of this type that
142// is received from or transmitted to the OMCC.
143func NewVoipFeatureAccessCodes(params ...ParamData) (*ManagedEntity, OmciErrors) {
144 return NewManagedEntity(*voipfeatureaccesscodesBME, params...)
145}