William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1 | // Code generated by protoc-gen-go. DO NOT EDIT. |
| 2 | // source: voltha_protos/inter_container.proto |
| 3 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 4 | package inter_container |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 5 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 6 | import ( |
| 7 | fmt "fmt" |
| 8 | proto "github.com/golang/protobuf/proto" |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 9 | common "github.com/opencord/voltha-protos/v5/go/common" |
| 10 | openflow_13 "github.com/opencord/voltha-protos/v5/go/openflow_13" |
| 11 | openolt "github.com/opencord/voltha-protos/v5/go/openolt" |
| 12 | tech_profile "github.com/opencord/voltha-protos/v5/go/tech_profile" |
| 13 | voltha "github.com/opencord/voltha-protos/v5/go/voltha" |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 14 | math "math" |
| 15 | ) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 16 | |
| 17 | // Reference imports to suppress errors if they are not otherwise used. |
| 18 | var _ = proto.Marshal |
| 19 | var _ = fmt.Errorf |
| 20 | var _ = math.Inf |
| 21 | |
| 22 | // This is a compile-time assertion to ensure that this generated file |
| 23 | // is compatible with the proto package it is being compiled against. |
| 24 | // A compilation error at this line likely means your copy of the |
| 25 | // proto package needs to be updated. |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 26 | const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 27 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 28 | // |
| 29 | // Core-Adapter messages |
| 30 | // **** |
| 31 | // **** |
| 32 | // **** |
| 33 | type AdapterRegistration struct { |
| 34 | Adapter *voltha.Adapter `protobuf:"bytes,1,opt,name=adapter,proto3" json:"adapter,omitempty"` |
| 35 | DTypes *voltha.DeviceTypes `protobuf:"bytes,2,opt,name=dTypes,proto3" json:"dTypes,omitempty"` |
| 36 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 37 | XXX_unrecognized []byte `json:"-"` |
| 38 | XXX_sizecache int32 `json:"-"` |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 39 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 40 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 41 | func (m *AdapterRegistration) Reset() { *m = AdapterRegistration{} } |
| 42 | func (m *AdapterRegistration) String() string { return proto.CompactTextString(m) } |
| 43 | func (*AdapterRegistration) ProtoMessage() {} |
| 44 | func (*AdapterRegistration) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 45 | return fileDescriptor_941f0031a549667f, []int{0} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 46 | } |
| 47 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 48 | func (m *AdapterRegistration) XXX_Unmarshal(b []byte) error { |
| 49 | return xxx_messageInfo_AdapterRegistration.Unmarshal(m, b) |
| 50 | } |
| 51 | func (m *AdapterRegistration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 52 | return xxx_messageInfo_AdapterRegistration.Marshal(b, m, deterministic) |
| 53 | } |
| 54 | func (m *AdapterRegistration) XXX_Merge(src proto.Message) { |
| 55 | xxx_messageInfo_AdapterRegistration.Merge(m, src) |
| 56 | } |
| 57 | func (m *AdapterRegistration) XXX_Size() int { |
| 58 | return xxx_messageInfo_AdapterRegistration.Size(m) |
| 59 | } |
| 60 | func (m *AdapterRegistration) XXX_DiscardUnknown() { |
| 61 | xxx_messageInfo_AdapterRegistration.DiscardUnknown(m) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 62 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 63 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 64 | var xxx_messageInfo_AdapterRegistration proto.InternalMessageInfo |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 65 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 66 | func (m *AdapterRegistration) GetAdapter() *voltha.Adapter { |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 67 | if m != nil { |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 68 | return m.Adapter |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 69 | } |
| 70 | return nil |
| 71 | } |
| 72 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 73 | func (m *AdapterRegistration) GetDTypes() *voltha.DeviceTypes { |
| 74 | if m != nil { |
| 75 | return m.DTypes |
| 76 | } |
| 77 | return nil |
| 78 | } |
| 79 | |
| 80 | type ChildDeviceFilter struct { |
| 81 | ParentId string `protobuf:"bytes,1,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"` |
| 82 | SerialNumber string `protobuf:"bytes,2,opt,name=serial_number,json=serialNumber,proto3" json:"serial_number,omitempty"` |
| 83 | OnuId uint32 `protobuf:"varint,3,opt,name=onu_id,json=onuId,proto3" json:"onu_id,omitempty"` |
| 84 | ParentPortNo uint32 `protobuf:"varint,4,opt,name=parent_port_no,json=parentPortNo,proto3" json:"parent_port_no,omitempty"` |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 85 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 86 | XXX_unrecognized []byte `json:"-"` |
| 87 | XXX_sizecache int32 `json:"-"` |
| 88 | } |
| 89 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 90 | func (m *ChildDeviceFilter) Reset() { *m = ChildDeviceFilter{} } |
| 91 | func (m *ChildDeviceFilter) String() string { return proto.CompactTextString(m) } |
| 92 | func (*ChildDeviceFilter) ProtoMessage() {} |
| 93 | func (*ChildDeviceFilter) Descriptor() ([]byte, []int) { |
| 94 | return fileDescriptor_941f0031a549667f, []int{1} |
| 95 | } |
| 96 | |
| 97 | func (m *ChildDeviceFilter) XXX_Unmarshal(b []byte) error { |
| 98 | return xxx_messageInfo_ChildDeviceFilter.Unmarshal(m, b) |
| 99 | } |
| 100 | func (m *ChildDeviceFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 101 | return xxx_messageInfo_ChildDeviceFilter.Marshal(b, m, deterministic) |
| 102 | } |
| 103 | func (m *ChildDeviceFilter) XXX_Merge(src proto.Message) { |
| 104 | xxx_messageInfo_ChildDeviceFilter.Merge(m, src) |
| 105 | } |
| 106 | func (m *ChildDeviceFilter) XXX_Size() int { |
| 107 | return xxx_messageInfo_ChildDeviceFilter.Size(m) |
| 108 | } |
| 109 | func (m *ChildDeviceFilter) XXX_DiscardUnknown() { |
| 110 | xxx_messageInfo_ChildDeviceFilter.DiscardUnknown(m) |
| 111 | } |
| 112 | |
| 113 | var xxx_messageInfo_ChildDeviceFilter proto.InternalMessageInfo |
| 114 | |
| 115 | func (m *ChildDeviceFilter) GetParentId() string { |
| 116 | if m != nil { |
| 117 | return m.ParentId |
| 118 | } |
| 119 | return "" |
| 120 | } |
| 121 | |
| 122 | func (m *ChildDeviceFilter) GetSerialNumber() string { |
| 123 | if m != nil { |
| 124 | return m.SerialNumber |
| 125 | } |
| 126 | return "" |
| 127 | } |
| 128 | |
| 129 | func (m *ChildDeviceFilter) GetOnuId() uint32 { |
| 130 | if m != nil { |
| 131 | return m.OnuId |
| 132 | } |
| 133 | return 0 |
| 134 | } |
| 135 | |
| 136 | func (m *ChildDeviceFilter) GetParentPortNo() uint32 { |
| 137 | if m != nil { |
| 138 | return m.ParentPortNo |
| 139 | } |
| 140 | return 0 |
| 141 | } |
| 142 | |
| 143 | type PortFilter struct { |
| 144 | DeviceId string `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"` |
| 145 | Port uint32 `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"` |
| 146 | PortType voltha.Port_PortType `protobuf:"varint,3,opt,name=port_type,json=portType,proto3,enum=voltha.Port_PortType" json:"port_type,omitempty"` |
| 147 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 148 | XXX_unrecognized []byte `json:"-"` |
| 149 | XXX_sizecache int32 `json:"-"` |
| 150 | } |
| 151 | |
| 152 | func (m *PortFilter) Reset() { *m = PortFilter{} } |
| 153 | func (m *PortFilter) String() string { return proto.CompactTextString(m) } |
| 154 | func (*PortFilter) ProtoMessage() {} |
| 155 | func (*PortFilter) Descriptor() ([]byte, []int) { |
| 156 | return fileDescriptor_941f0031a549667f, []int{2} |
| 157 | } |
| 158 | |
| 159 | func (m *PortFilter) XXX_Unmarshal(b []byte) error { |
| 160 | return xxx_messageInfo_PortFilter.Unmarshal(m, b) |
| 161 | } |
| 162 | func (m *PortFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 163 | return xxx_messageInfo_PortFilter.Marshal(b, m, deterministic) |
| 164 | } |
| 165 | func (m *PortFilter) XXX_Merge(src proto.Message) { |
| 166 | xxx_messageInfo_PortFilter.Merge(m, src) |
| 167 | } |
| 168 | func (m *PortFilter) XXX_Size() int { |
| 169 | return xxx_messageInfo_PortFilter.Size(m) |
| 170 | } |
| 171 | func (m *PortFilter) XXX_DiscardUnknown() { |
| 172 | xxx_messageInfo_PortFilter.DiscardUnknown(m) |
| 173 | } |
| 174 | |
| 175 | var xxx_messageInfo_PortFilter proto.InternalMessageInfo |
| 176 | |
| 177 | func (m *PortFilter) GetDeviceId() string { |
| 178 | if m != nil { |
| 179 | return m.DeviceId |
| 180 | } |
| 181 | return "" |
| 182 | } |
| 183 | |
| 184 | func (m *PortFilter) GetPort() uint32 { |
| 185 | if m != nil { |
| 186 | return m.Port |
| 187 | } |
| 188 | return 0 |
| 189 | } |
| 190 | |
| 191 | func (m *PortFilter) GetPortType() voltha.Port_PortType { |
| 192 | if m != nil { |
| 193 | return m.PortType |
| 194 | } |
| 195 | return voltha.Port_UNKNOWN |
| 196 | } |
| 197 | |
| 198 | type DeviceDiscovery struct { |
| 199 | ParentId string `protobuf:"bytes,1,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"` |
| 200 | ParentPortNo uint32 `protobuf:"varint,2,opt,name=parent_port_no,json=parentPortNo,proto3" json:"parent_port_no,omitempty"` |
| 201 | ChildDeviceType string `protobuf:"bytes,3,opt,name=child_device_type,json=childDeviceType,proto3" json:"child_device_type,omitempty"` |
| 202 | ChannelId uint32 `protobuf:"varint,4,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"` |
| 203 | VendorId string `protobuf:"bytes,5,opt,name=vendor_id,json=vendorId,proto3" json:"vendor_id,omitempty"` |
| 204 | SerialNumber string `protobuf:"bytes,6,opt,name=serial_number,json=serialNumber,proto3" json:"serial_number,omitempty"` |
| 205 | OnuId uint32 `protobuf:"varint,7,opt,name=onu_id,json=onuId,proto3" json:"onu_id,omitempty"` |
| 206 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 207 | XXX_unrecognized []byte `json:"-"` |
| 208 | XXX_sizecache int32 `json:"-"` |
| 209 | } |
| 210 | |
| 211 | func (m *DeviceDiscovery) Reset() { *m = DeviceDiscovery{} } |
| 212 | func (m *DeviceDiscovery) String() string { return proto.CompactTextString(m) } |
| 213 | func (*DeviceDiscovery) ProtoMessage() {} |
| 214 | func (*DeviceDiscovery) Descriptor() ([]byte, []int) { |
| 215 | return fileDescriptor_941f0031a549667f, []int{3} |
| 216 | } |
| 217 | |
| 218 | func (m *DeviceDiscovery) XXX_Unmarshal(b []byte) error { |
| 219 | return xxx_messageInfo_DeviceDiscovery.Unmarshal(m, b) |
| 220 | } |
| 221 | func (m *DeviceDiscovery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 222 | return xxx_messageInfo_DeviceDiscovery.Marshal(b, m, deterministic) |
| 223 | } |
| 224 | func (m *DeviceDiscovery) XXX_Merge(src proto.Message) { |
| 225 | xxx_messageInfo_DeviceDiscovery.Merge(m, src) |
| 226 | } |
| 227 | func (m *DeviceDiscovery) XXX_Size() int { |
| 228 | return xxx_messageInfo_DeviceDiscovery.Size(m) |
| 229 | } |
| 230 | func (m *DeviceDiscovery) XXX_DiscardUnknown() { |
| 231 | xxx_messageInfo_DeviceDiscovery.DiscardUnknown(m) |
| 232 | } |
| 233 | |
| 234 | var xxx_messageInfo_DeviceDiscovery proto.InternalMessageInfo |
| 235 | |
| 236 | func (m *DeviceDiscovery) GetParentId() string { |
| 237 | if m != nil { |
| 238 | return m.ParentId |
| 239 | } |
| 240 | return "" |
| 241 | } |
| 242 | |
| 243 | func (m *DeviceDiscovery) GetParentPortNo() uint32 { |
| 244 | if m != nil { |
| 245 | return m.ParentPortNo |
| 246 | } |
| 247 | return 0 |
| 248 | } |
| 249 | |
| 250 | func (m *DeviceDiscovery) GetChildDeviceType() string { |
| 251 | if m != nil { |
| 252 | return m.ChildDeviceType |
| 253 | } |
| 254 | return "" |
| 255 | } |
| 256 | |
| 257 | func (m *DeviceDiscovery) GetChannelId() uint32 { |
| 258 | if m != nil { |
| 259 | return m.ChannelId |
| 260 | } |
| 261 | return 0 |
| 262 | } |
| 263 | |
| 264 | func (m *DeviceDiscovery) GetVendorId() string { |
| 265 | if m != nil { |
| 266 | return m.VendorId |
| 267 | } |
| 268 | return "" |
| 269 | } |
| 270 | |
| 271 | func (m *DeviceDiscovery) GetSerialNumber() string { |
| 272 | if m != nil { |
| 273 | return m.SerialNumber |
| 274 | } |
| 275 | return "" |
| 276 | } |
| 277 | |
| 278 | func (m *DeviceDiscovery) GetOnuId() uint32 { |
| 279 | if m != nil { |
| 280 | return m.OnuId |
| 281 | } |
| 282 | return 0 |
| 283 | } |
| 284 | |
| 285 | type DeviceStateFilter struct { |
| 286 | DeviceId string `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"` |
| 287 | ParentDeviceId string `protobuf:"bytes,2,opt,name=parent_device_id,json=parentDeviceId,proto3" json:"parent_device_id,omitempty"` |
| 288 | OperStatus common.OperStatus_Types `protobuf:"varint,3,opt,name=oper_status,json=operStatus,proto3,enum=common.OperStatus_Types" json:"oper_status,omitempty"` |
| 289 | ConnStatus common.ConnectStatus_Types `protobuf:"varint,4,opt,name=conn_status,json=connStatus,proto3,enum=common.ConnectStatus_Types" json:"conn_status,omitempty"` |
| 290 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 291 | XXX_unrecognized []byte `json:"-"` |
| 292 | XXX_sizecache int32 `json:"-"` |
| 293 | } |
| 294 | |
| 295 | func (m *DeviceStateFilter) Reset() { *m = DeviceStateFilter{} } |
| 296 | func (m *DeviceStateFilter) String() string { return proto.CompactTextString(m) } |
| 297 | func (*DeviceStateFilter) ProtoMessage() {} |
| 298 | func (*DeviceStateFilter) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 299 | return fileDescriptor_941f0031a549667f, []int{4} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 300 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 301 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 302 | func (m *DeviceStateFilter) XXX_Unmarshal(b []byte) error { |
| 303 | return xxx_messageInfo_DeviceStateFilter.Unmarshal(m, b) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 304 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 305 | func (m *DeviceStateFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 306 | return xxx_messageInfo_DeviceStateFilter.Marshal(b, m, deterministic) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 307 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 308 | func (m *DeviceStateFilter) XXX_Merge(src proto.Message) { |
| 309 | xxx_messageInfo_DeviceStateFilter.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 310 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 311 | func (m *DeviceStateFilter) XXX_Size() int { |
| 312 | return xxx_messageInfo_DeviceStateFilter.Size(m) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 313 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 314 | func (m *DeviceStateFilter) XXX_DiscardUnknown() { |
| 315 | xxx_messageInfo_DeviceStateFilter.DiscardUnknown(m) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 316 | } |
| 317 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 318 | var xxx_messageInfo_DeviceStateFilter proto.InternalMessageInfo |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 319 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 320 | func (m *DeviceStateFilter) GetDeviceId() string { |
| 321 | if m != nil { |
| 322 | return m.DeviceId |
| 323 | } |
| 324 | return "" |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 325 | } |
| 326 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 327 | func (m *DeviceStateFilter) GetParentDeviceId() string { |
| 328 | if m != nil { |
| 329 | return m.ParentDeviceId |
| 330 | } |
| 331 | return "" |
| 332 | } |
| 333 | |
| 334 | func (m *DeviceStateFilter) GetOperStatus() common.OperStatus_Types { |
| 335 | if m != nil { |
| 336 | return m.OperStatus |
| 337 | } |
| 338 | return common.OperStatus_UNKNOWN |
| 339 | } |
| 340 | |
| 341 | func (m *DeviceStateFilter) GetConnStatus() common.ConnectStatus_Types { |
| 342 | if m != nil { |
| 343 | return m.ConnStatus |
| 344 | } |
| 345 | return common.ConnectStatus_UNKNOWN |
| 346 | } |
| 347 | |
| 348 | type PortState struct { |
| 349 | DeviceId string `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"` |
| 350 | PortType voltha.Port_PortType `protobuf:"varint,2,opt,name=port_type,json=portType,proto3,enum=voltha.Port_PortType" json:"port_type,omitempty"` |
| 351 | PortNo uint32 `protobuf:"varint,3,opt,name=port_no,json=portNo,proto3" json:"port_no,omitempty"` |
| 352 | OperStatus common.OperStatus_Types `protobuf:"varint,4,opt,name=oper_status,json=operStatus,proto3,enum=common.OperStatus_Types" json:"oper_status,omitempty"` |
| 353 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 354 | XXX_unrecognized []byte `json:"-"` |
| 355 | XXX_sizecache int32 `json:"-"` |
| 356 | } |
| 357 | |
| 358 | func (m *PortState) Reset() { *m = PortState{} } |
| 359 | func (m *PortState) String() string { return proto.CompactTextString(m) } |
| 360 | func (*PortState) ProtoMessage() {} |
| 361 | func (*PortState) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 362 | return fileDescriptor_941f0031a549667f, []int{5} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 363 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 364 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 365 | func (m *PortState) XXX_Unmarshal(b []byte) error { |
| 366 | return xxx_messageInfo_PortState.Unmarshal(m, b) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 367 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 368 | func (m *PortState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 369 | return xxx_messageInfo_PortState.Marshal(b, m, deterministic) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 370 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 371 | func (m *PortState) XXX_Merge(src proto.Message) { |
| 372 | xxx_messageInfo_PortState.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 373 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 374 | func (m *PortState) XXX_Size() int { |
| 375 | return xxx_messageInfo_PortState.Size(m) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 376 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 377 | func (m *PortState) XXX_DiscardUnknown() { |
| 378 | xxx_messageInfo_PortState.DiscardUnknown(m) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 379 | } |
| 380 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 381 | var xxx_messageInfo_PortState proto.InternalMessageInfo |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 382 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 383 | func (m *PortState) GetDeviceId() string { |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 384 | if m != nil { |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 385 | return m.DeviceId |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 386 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 387 | return "" |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 388 | } |
| 389 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 390 | func (m *PortState) GetPortType() voltha.Port_PortType { |
| 391 | if m != nil { |
| 392 | return m.PortType |
| 393 | } |
| 394 | return voltha.Port_UNKNOWN |
| 395 | } |
| 396 | |
| 397 | func (m *PortState) GetPortNo() uint32 { |
| 398 | if m != nil { |
| 399 | return m.PortNo |
| 400 | } |
| 401 | return 0 |
| 402 | } |
| 403 | |
| 404 | func (m *PortState) GetOperStatus() common.OperStatus_Types { |
| 405 | if m != nil { |
| 406 | return m.OperStatus |
| 407 | } |
| 408 | return common.OperStatus_UNKNOWN |
| 409 | } |
| 410 | |
| 411 | type PortStateFilter struct { |
| 412 | DeviceId string `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"` |
| 413 | PortTypeFilter uint32 `protobuf:"varint,2,opt,name=port_type_filter,json=portTypeFilter,proto3" json:"port_type_filter,omitempty"` |
| 414 | OperStatus common.OperStatus_Types `protobuf:"varint,4,opt,name=oper_status,json=operStatus,proto3,enum=common.OperStatus_Types" json:"oper_status,omitempty"` |
| 415 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 416 | XXX_unrecognized []byte `json:"-"` |
| 417 | XXX_sizecache int32 `json:"-"` |
| 418 | } |
| 419 | |
| 420 | func (m *PortStateFilter) Reset() { *m = PortStateFilter{} } |
| 421 | func (m *PortStateFilter) String() string { return proto.CompactTextString(m) } |
| 422 | func (*PortStateFilter) ProtoMessage() {} |
| 423 | func (*PortStateFilter) Descriptor() ([]byte, []int) { |
| 424 | return fileDescriptor_941f0031a549667f, []int{6} |
| 425 | } |
| 426 | |
| 427 | func (m *PortStateFilter) XXX_Unmarshal(b []byte) error { |
| 428 | return xxx_messageInfo_PortStateFilter.Unmarshal(m, b) |
| 429 | } |
| 430 | func (m *PortStateFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 431 | return xxx_messageInfo_PortStateFilter.Marshal(b, m, deterministic) |
| 432 | } |
| 433 | func (m *PortStateFilter) XXX_Merge(src proto.Message) { |
| 434 | xxx_messageInfo_PortStateFilter.Merge(m, src) |
| 435 | } |
| 436 | func (m *PortStateFilter) XXX_Size() int { |
| 437 | return xxx_messageInfo_PortStateFilter.Size(m) |
| 438 | } |
| 439 | func (m *PortStateFilter) XXX_DiscardUnknown() { |
| 440 | xxx_messageInfo_PortStateFilter.DiscardUnknown(m) |
| 441 | } |
| 442 | |
| 443 | var xxx_messageInfo_PortStateFilter proto.InternalMessageInfo |
| 444 | |
| 445 | func (m *PortStateFilter) GetDeviceId() string { |
| 446 | if m != nil { |
| 447 | return m.DeviceId |
| 448 | } |
| 449 | return "" |
| 450 | } |
| 451 | |
| 452 | func (m *PortStateFilter) GetPortTypeFilter() uint32 { |
| 453 | if m != nil { |
| 454 | return m.PortTypeFilter |
| 455 | } |
| 456 | return 0 |
| 457 | } |
| 458 | |
| 459 | func (m *PortStateFilter) GetOperStatus() common.OperStatus_Types { |
| 460 | if m != nil { |
| 461 | return m.OperStatus |
| 462 | } |
| 463 | return common.OperStatus_UNKNOWN |
| 464 | } |
| 465 | |
| 466 | type PacketIn struct { |
| 467 | DeviceId string `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"` |
| 468 | Port uint32 `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"` |
| 469 | Packet []byte `protobuf:"bytes,3,opt,name=packet,proto3" json:"packet,omitempty"` |
| 470 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 471 | XXX_unrecognized []byte `json:"-"` |
| 472 | XXX_sizecache int32 `json:"-"` |
| 473 | } |
| 474 | |
| 475 | func (m *PacketIn) Reset() { *m = PacketIn{} } |
| 476 | func (m *PacketIn) String() string { return proto.CompactTextString(m) } |
| 477 | func (*PacketIn) ProtoMessage() {} |
| 478 | func (*PacketIn) Descriptor() ([]byte, []int) { |
| 479 | return fileDescriptor_941f0031a549667f, []int{7} |
| 480 | } |
| 481 | |
| 482 | func (m *PacketIn) XXX_Unmarshal(b []byte) error { |
| 483 | return xxx_messageInfo_PacketIn.Unmarshal(m, b) |
| 484 | } |
| 485 | func (m *PacketIn) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 486 | return xxx_messageInfo_PacketIn.Marshal(b, m, deterministic) |
| 487 | } |
| 488 | func (m *PacketIn) XXX_Merge(src proto.Message) { |
| 489 | xxx_messageInfo_PacketIn.Merge(m, src) |
| 490 | } |
| 491 | func (m *PacketIn) XXX_Size() int { |
| 492 | return xxx_messageInfo_PacketIn.Size(m) |
| 493 | } |
| 494 | func (m *PacketIn) XXX_DiscardUnknown() { |
| 495 | xxx_messageInfo_PacketIn.DiscardUnknown(m) |
| 496 | } |
| 497 | |
| 498 | var xxx_messageInfo_PacketIn proto.InternalMessageInfo |
| 499 | |
| 500 | func (m *PacketIn) GetDeviceId() string { |
| 501 | if m != nil { |
| 502 | return m.DeviceId |
| 503 | } |
| 504 | return "" |
| 505 | } |
| 506 | |
| 507 | func (m *PacketIn) GetPort() uint32 { |
| 508 | if m != nil { |
| 509 | return m.Port |
| 510 | } |
| 511 | return 0 |
| 512 | } |
| 513 | |
| 514 | func (m *PacketIn) GetPacket() []byte { |
| 515 | if m != nil { |
| 516 | return m.Packet |
| 517 | } |
| 518 | return nil |
| 519 | } |
| 520 | |
| 521 | type PacketOut struct { |
| 522 | DeviceId string `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"` |
| 523 | EgressPortNo uint32 `protobuf:"varint,2,opt,name=egress_port_no,json=egressPortNo,proto3" json:"egress_port_no,omitempty"` |
| 524 | Packet *openflow_13.OfpPacketOut `protobuf:"bytes,3,opt,name=packet,proto3" json:"packet,omitempty"` |
| 525 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 526 | XXX_unrecognized []byte `json:"-"` |
| 527 | XXX_sizecache int32 `json:"-"` |
| 528 | } |
| 529 | |
| 530 | func (m *PacketOut) Reset() { *m = PacketOut{} } |
| 531 | func (m *PacketOut) String() string { return proto.CompactTextString(m) } |
| 532 | func (*PacketOut) ProtoMessage() {} |
| 533 | func (*PacketOut) Descriptor() ([]byte, []int) { |
| 534 | return fileDescriptor_941f0031a549667f, []int{8} |
| 535 | } |
| 536 | |
| 537 | func (m *PacketOut) XXX_Unmarshal(b []byte) error { |
| 538 | return xxx_messageInfo_PacketOut.Unmarshal(m, b) |
| 539 | } |
| 540 | func (m *PacketOut) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 541 | return xxx_messageInfo_PacketOut.Marshal(b, m, deterministic) |
| 542 | } |
| 543 | func (m *PacketOut) XXX_Merge(src proto.Message) { |
| 544 | xxx_messageInfo_PacketOut.Merge(m, src) |
| 545 | } |
| 546 | func (m *PacketOut) XXX_Size() int { |
| 547 | return xxx_messageInfo_PacketOut.Size(m) |
| 548 | } |
| 549 | func (m *PacketOut) XXX_DiscardUnknown() { |
| 550 | xxx_messageInfo_PacketOut.DiscardUnknown(m) |
| 551 | } |
| 552 | |
| 553 | var xxx_messageInfo_PacketOut proto.InternalMessageInfo |
| 554 | |
| 555 | func (m *PacketOut) GetDeviceId() string { |
| 556 | if m != nil { |
| 557 | return m.DeviceId |
| 558 | } |
| 559 | return "" |
| 560 | } |
| 561 | |
| 562 | func (m *PacketOut) GetEgressPortNo() uint32 { |
| 563 | if m != nil { |
| 564 | return m.EgressPortNo |
| 565 | } |
| 566 | return 0 |
| 567 | } |
| 568 | |
| 569 | func (m *PacketOut) GetPacket() *openflow_13.OfpPacketOut { |
| 570 | if m != nil { |
| 571 | return m.Packet |
| 572 | } |
| 573 | return nil |
| 574 | } |
| 575 | |
| 576 | type DeviceReason struct { |
| 577 | DeviceId string `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"` |
| 578 | Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"` |
| 579 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 580 | XXX_unrecognized []byte `json:"-"` |
| 581 | XXX_sizecache int32 `json:"-"` |
| 582 | } |
| 583 | |
| 584 | func (m *DeviceReason) Reset() { *m = DeviceReason{} } |
| 585 | func (m *DeviceReason) String() string { return proto.CompactTextString(m) } |
| 586 | func (*DeviceReason) ProtoMessage() {} |
| 587 | func (*DeviceReason) Descriptor() ([]byte, []int) { |
| 588 | return fileDescriptor_941f0031a549667f, []int{9} |
| 589 | } |
| 590 | |
| 591 | func (m *DeviceReason) XXX_Unmarshal(b []byte) error { |
| 592 | return xxx_messageInfo_DeviceReason.Unmarshal(m, b) |
| 593 | } |
| 594 | func (m *DeviceReason) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 595 | return xxx_messageInfo_DeviceReason.Marshal(b, m, deterministic) |
| 596 | } |
| 597 | func (m *DeviceReason) XXX_Merge(src proto.Message) { |
| 598 | xxx_messageInfo_DeviceReason.Merge(m, src) |
| 599 | } |
| 600 | func (m *DeviceReason) XXX_Size() int { |
| 601 | return xxx_messageInfo_DeviceReason.Size(m) |
| 602 | } |
| 603 | func (m *DeviceReason) XXX_DiscardUnknown() { |
| 604 | xxx_messageInfo_DeviceReason.DiscardUnknown(m) |
| 605 | } |
| 606 | |
| 607 | var xxx_messageInfo_DeviceReason proto.InternalMessageInfo |
| 608 | |
| 609 | func (m *DeviceReason) GetDeviceId() string { |
| 610 | if m != nil { |
| 611 | return m.DeviceId |
| 612 | } |
| 613 | return "" |
| 614 | } |
| 615 | |
| 616 | func (m *DeviceReason) GetReason() string { |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 617 | if m != nil { |
| 618 | return m.Reason |
| 619 | } |
| 620 | return "" |
| 621 | } |
| 622 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 623 | type BulkFlows struct { |
| 624 | Device *voltha.Device `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` |
| 625 | Flows *openflow_13.Flows `protobuf:"bytes,2,opt,name=flows,proto3" json:"flows,omitempty"` |
| 626 | Groups *openflow_13.FlowGroups `protobuf:"bytes,3,opt,name=groups,proto3" json:"groups,omitempty"` |
| 627 | FlowMetadata *voltha.FlowMetadata `protobuf:"bytes,4,opt,name=flow_metadata,json=flowMetadata,proto3" json:"flow_metadata,omitempty"` |
| 628 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 629 | XXX_unrecognized []byte `json:"-"` |
| 630 | XXX_sizecache int32 `json:"-"` |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 631 | } |
| 632 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 633 | func (m *BulkFlows) Reset() { *m = BulkFlows{} } |
| 634 | func (m *BulkFlows) String() string { return proto.CompactTextString(m) } |
| 635 | func (*BulkFlows) ProtoMessage() {} |
| 636 | func (*BulkFlows) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 637 | return fileDescriptor_941f0031a549667f, []int{10} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 638 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 639 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 640 | func (m *BulkFlows) XXX_Unmarshal(b []byte) error { |
| 641 | return xxx_messageInfo_BulkFlows.Unmarshal(m, b) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 642 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 643 | func (m *BulkFlows) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 644 | return xxx_messageInfo_BulkFlows.Marshal(b, m, deterministic) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 645 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 646 | func (m *BulkFlows) XXX_Merge(src proto.Message) { |
| 647 | xxx_messageInfo_BulkFlows.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 648 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 649 | func (m *BulkFlows) XXX_Size() int { |
| 650 | return xxx_messageInfo_BulkFlows.Size(m) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 651 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 652 | func (m *BulkFlows) XXX_DiscardUnknown() { |
| 653 | xxx_messageInfo_BulkFlows.DiscardUnknown(m) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 654 | } |
| 655 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 656 | var xxx_messageInfo_BulkFlows proto.InternalMessageInfo |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 657 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 658 | func (m *BulkFlows) GetDevice() *voltha.Device { |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 659 | if m != nil { |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 660 | return m.Device |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 661 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 662 | return nil |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 663 | } |
| 664 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 665 | func (m *BulkFlows) GetFlows() *openflow_13.Flows { |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 666 | if m != nil { |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 667 | return m.Flows |
| 668 | } |
| 669 | return nil |
| 670 | } |
| 671 | |
| 672 | func (m *BulkFlows) GetGroups() *openflow_13.FlowGroups { |
| 673 | if m != nil { |
| 674 | return m.Groups |
| 675 | } |
| 676 | return nil |
| 677 | } |
| 678 | |
| 679 | func (m *BulkFlows) GetFlowMetadata() *voltha.FlowMetadata { |
| 680 | if m != nil { |
| 681 | return m.FlowMetadata |
| 682 | } |
| 683 | return nil |
| 684 | } |
| 685 | |
| 686 | type IncrementalFlows struct { |
| 687 | Device *voltha.Device `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` |
| 688 | Flows *openflow_13.FlowChanges `protobuf:"bytes,2,opt,name=flows,proto3" json:"flows,omitempty"` |
| 689 | Groups *openflow_13.FlowGroupChanges `protobuf:"bytes,3,opt,name=groups,proto3" json:"groups,omitempty"` |
| 690 | FlowMetadata *voltha.FlowMetadata `protobuf:"bytes,4,opt,name=flow_metadata,json=flowMetadata,proto3" json:"flow_metadata,omitempty"` |
| 691 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 692 | XXX_unrecognized []byte `json:"-"` |
| 693 | XXX_sizecache int32 `json:"-"` |
| 694 | } |
| 695 | |
| 696 | func (m *IncrementalFlows) Reset() { *m = IncrementalFlows{} } |
| 697 | func (m *IncrementalFlows) String() string { return proto.CompactTextString(m) } |
| 698 | func (*IncrementalFlows) ProtoMessage() {} |
| 699 | func (*IncrementalFlows) Descriptor() ([]byte, []int) { |
| 700 | return fileDescriptor_941f0031a549667f, []int{11} |
| 701 | } |
| 702 | |
| 703 | func (m *IncrementalFlows) XXX_Unmarshal(b []byte) error { |
| 704 | return xxx_messageInfo_IncrementalFlows.Unmarshal(m, b) |
| 705 | } |
| 706 | func (m *IncrementalFlows) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 707 | return xxx_messageInfo_IncrementalFlows.Marshal(b, m, deterministic) |
| 708 | } |
| 709 | func (m *IncrementalFlows) XXX_Merge(src proto.Message) { |
| 710 | xxx_messageInfo_IncrementalFlows.Merge(m, src) |
| 711 | } |
| 712 | func (m *IncrementalFlows) XXX_Size() int { |
| 713 | return xxx_messageInfo_IncrementalFlows.Size(m) |
| 714 | } |
| 715 | func (m *IncrementalFlows) XXX_DiscardUnknown() { |
| 716 | xxx_messageInfo_IncrementalFlows.DiscardUnknown(m) |
| 717 | } |
| 718 | |
| 719 | var xxx_messageInfo_IncrementalFlows proto.InternalMessageInfo |
| 720 | |
| 721 | func (m *IncrementalFlows) GetDevice() *voltha.Device { |
| 722 | if m != nil { |
| 723 | return m.Device |
| 724 | } |
| 725 | return nil |
| 726 | } |
| 727 | |
| 728 | func (m *IncrementalFlows) GetFlows() *openflow_13.FlowChanges { |
| 729 | if m != nil { |
| 730 | return m.Flows |
| 731 | } |
| 732 | return nil |
| 733 | } |
| 734 | |
| 735 | func (m *IncrementalFlows) GetGroups() *openflow_13.FlowGroupChanges { |
| 736 | if m != nil { |
| 737 | return m.Groups |
| 738 | } |
| 739 | return nil |
| 740 | } |
| 741 | |
| 742 | func (m *IncrementalFlows) GetFlowMetadata() *voltha.FlowMetadata { |
| 743 | if m != nil { |
| 744 | return m.FlowMetadata |
| 745 | } |
| 746 | return nil |
| 747 | } |
| 748 | |
| 749 | type PmConfigsInfo struct { |
| 750 | DeviceId string `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"` |
| 751 | PmConfigs *voltha.PmConfigs `protobuf:"bytes,2,opt,name=pm_configs,json=pmConfigs,proto3" json:"pm_configs,omitempty"` |
| 752 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 753 | XXX_unrecognized []byte `json:"-"` |
| 754 | XXX_sizecache int32 `json:"-"` |
| 755 | } |
| 756 | |
| 757 | func (m *PmConfigsInfo) Reset() { *m = PmConfigsInfo{} } |
| 758 | func (m *PmConfigsInfo) String() string { return proto.CompactTextString(m) } |
| 759 | func (*PmConfigsInfo) ProtoMessage() {} |
| 760 | func (*PmConfigsInfo) Descriptor() ([]byte, []int) { |
| 761 | return fileDescriptor_941f0031a549667f, []int{12} |
| 762 | } |
| 763 | |
| 764 | func (m *PmConfigsInfo) XXX_Unmarshal(b []byte) error { |
| 765 | return xxx_messageInfo_PmConfigsInfo.Unmarshal(m, b) |
| 766 | } |
| 767 | func (m *PmConfigsInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 768 | return xxx_messageInfo_PmConfigsInfo.Marshal(b, m, deterministic) |
| 769 | } |
| 770 | func (m *PmConfigsInfo) XXX_Merge(src proto.Message) { |
| 771 | xxx_messageInfo_PmConfigsInfo.Merge(m, src) |
| 772 | } |
| 773 | func (m *PmConfigsInfo) XXX_Size() int { |
| 774 | return xxx_messageInfo_PmConfigsInfo.Size(m) |
| 775 | } |
| 776 | func (m *PmConfigsInfo) XXX_DiscardUnknown() { |
| 777 | xxx_messageInfo_PmConfigsInfo.DiscardUnknown(m) |
| 778 | } |
| 779 | |
| 780 | var xxx_messageInfo_PmConfigsInfo proto.InternalMessageInfo |
| 781 | |
| 782 | func (m *PmConfigsInfo) GetDeviceId() string { |
| 783 | if m != nil { |
| 784 | return m.DeviceId |
| 785 | } |
| 786 | return "" |
| 787 | } |
| 788 | |
| 789 | func (m *PmConfigsInfo) GetPmConfigs() *voltha.PmConfigs { |
| 790 | if m != nil { |
| 791 | return m.PmConfigs |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 792 | } |
| 793 | return nil |
| 794 | } |
| 795 | |
| 796 | type SwitchCapability struct { |
| 797 | Desc *openflow_13.OfpDesc `protobuf:"bytes,1,opt,name=desc,proto3" json:"desc,omitempty"` |
| 798 | SwitchFeatures *openflow_13.OfpSwitchFeatures `protobuf:"bytes,2,opt,name=switch_features,json=switchFeatures,proto3" json:"switch_features,omitempty"` |
| 799 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 800 | XXX_unrecognized []byte `json:"-"` |
| 801 | XXX_sizecache int32 `json:"-"` |
| 802 | } |
| 803 | |
| 804 | func (m *SwitchCapability) Reset() { *m = SwitchCapability{} } |
| 805 | func (m *SwitchCapability) String() string { return proto.CompactTextString(m) } |
| 806 | func (*SwitchCapability) ProtoMessage() {} |
| 807 | func (*SwitchCapability) Descriptor() ([]byte, []int) { |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 808 | return fileDescriptor_941f0031a549667f, []int{13} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 809 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 810 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 811 | func (m *SwitchCapability) XXX_Unmarshal(b []byte) error { |
| 812 | return xxx_messageInfo_SwitchCapability.Unmarshal(m, b) |
| 813 | } |
| 814 | func (m *SwitchCapability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 815 | return xxx_messageInfo_SwitchCapability.Marshal(b, m, deterministic) |
| 816 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 817 | func (m *SwitchCapability) XXX_Merge(src proto.Message) { |
| 818 | xxx_messageInfo_SwitchCapability.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 819 | } |
| 820 | func (m *SwitchCapability) XXX_Size() int { |
| 821 | return xxx_messageInfo_SwitchCapability.Size(m) |
| 822 | } |
| 823 | func (m *SwitchCapability) XXX_DiscardUnknown() { |
| 824 | xxx_messageInfo_SwitchCapability.DiscardUnknown(m) |
| 825 | } |
| 826 | |
| 827 | var xxx_messageInfo_SwitchCapability proto.InternalMessageInfo |
| 828 | |
| 829 | func (m *SwitchCapability) GetDesc() *openflow_13.OfpDesc { |
| 830 | if m != nil { |
| 831 | return m.Desc |
| 832 | } |
| 833 | return nil |
| 834 | } |
| 835 | |
| 836 | func (m *SwitchCapability) GetSwitchFeatures() *openflow_13.OfpSwitchFeatures { |
| 837 | if m != nil { |
| 838 | return m.SwitchFeatures |
| 839 | } |
| 840 | return nil |
| 841 | } |
| 842 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 843 | type ImageDownloadMessage struct { |
| 844 | Device *voltha.Device `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` |
| 845 | Image *voltha.ImageDownload `protobuf:"bytes,2,opt,name=image,proto3" json:"image,omitempty"` |
| 846 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 847 | XXX_unrecognized []byte `json:"-"` |
| 848 | XXX_sizecache int32 `json:"-"` |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 849 | } |
| 850 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 851 | func (m *ImageDownloadMessage) Reset() { *m = ImageDownloadMessage{} } |
| 852 | func (m *ImageDownloadMessage) String() string { return proto.CompactTextString(m) } |
| 853 | func (*ImageDownloadMessage) ProtoMessage() {} |
| 854 | func (*ImageDownloadMessage) Descriptor() ([]byte, []int) { |
khenaidoo | ce41ea4 | 2020-06-09 18:10:16 -0400 | [diff] [blame] | 855 | return fileDescriptor_941f0031a549667f, []int{14} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 856 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 857 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 858 | func (m *ImageDownloadMessage) XXX_Unmarshal(b []byte) error { |
| 859 | return xxx_messageInfo_ImageDownloadMessage.Unmarshal(m, b) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 860 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 861 | func (m *ImageDownloadMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 862 | return xxx_messageInfo_ImageDownloadMessage.Marshal(b, m, deterministic) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 863 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 864 | func (m *ImageDownloadMessage) XXX_Merge(src proto.Message) { |
| 865 | xxx_messageInfo_ImageDownloadMessage.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 866 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 867 | func (m *ImageDownloadMessage) XXX_Size() int { |
| 868 | return xxx_messageInfo_ImageDownloadMessage.Size(m) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 869 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 870 | func (m *ImageDownloadMessage) XXX_DiscardUnknown() { |
| 871 | xxx_messageInfo_ImageDownloadMessage.DiscardUnknown(m) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 872 | } |
| 873 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 874 | var xxx_messageInfo_ImageDownloadMessage proto.InternalMessageInfo |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 875 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 876 | func (m *ImageDownloadMessage) GetDevice() *voltha.Device { |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 877 | if m != nil { |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 878 | return m.Device |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 879 | } |
Scott Baker | 06cb92d | 2020-04-16 10:05:23 -0700 | [diff] [blame] | 880 | return nil |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 881 | } |
| 882 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 883 | func (m *ImageDownloadMessage) GetImage() *voltha.ImageDownload { |
| 884 | if m != nil { |
| 885 | return m.Image |
| 886 | } |
| 887 | return nil |
| 888 | } |
| 889 | |
| 890 | type OMCITest struct { |
| 891 | Device *voltha.Device `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` |
| 892 | Request *voltha.OmciTestRequest `protobuf:"bytes,2,opt,name=request,proto3" json:"request,omitempty"` |
| 893 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 894 | XXX_unrecognized []byte `json:"-"` |
| 895 | XXX_sizecache int32 `json:"-"` |
| 896 | } |
| 897 | |
| 898 | func (m *OMCITest) Reset() { *m = OMCITest{} } |
| 899 | func (m *OMCITest) String() string { return proto.CompactTextString(m) } |
| 900 | func (*OMCITest) ProtoMessage() {} |
| 901 | func (*OMCITest) Descriptor() ([]byte, []int) { |
| 902 | return fileDescriptor_941f0031a549667f, []int{15} |
| 903 | } |
| 904 | |
| 905 | func (m *OMCITest) XXX_Unmarshal(b []byte) error { |
| 906 | return xxx_messageInfo_OMCITest.Unmarshal(m, b) |
| 907 | } |
| 908 | func (m *OMCITest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 909 | return xxx_messageInfo_OMCITest.Marshal(b, m, deterministic) |
| 910 | } |
| 911 | func (m *OMCITest) XXX_Merge(src proto.Message) { |
| 912 | xxx_messageInfo_OMCITest.Merge(m, src) |
| 913 | } |
| 914 | func (m *OMCITest) XXX_Size() int { |
| 915 | return xxx_messageInfo_OMCITest.Size(m) |
| 916 | } |
| 917 | func (m *OMCITest) XXX_DiscardUnknown() { |
| 918 | xxx_messageInfo_OMCITest.DiscardUnknown(m) |
| 919 | } |
| 920 | |
| 921 | var xxx_messageInfo_OMCITest proto.InternalMessageInfo |
| 922 | |
| 923 | func (m *OMCITest) GetDevice() *voltha.Device { |
| 924 | if m != nil { |
| 925 | return m.Device |
| 926 | } |
| 927 | return nil |
| 928 | } |
| 929 | |
| 930 | func (m *OMCITest) GetRequest() *voltha.OmciTestRequest { |
| 931 | if m != nil { |
| 932 | return m.Request |
| 933 | } |
| 934 | return nil |
| 935 | } |
| 936 | |
| 937 | type SimulateAlarmMessage struct { |
| 938 | Device *voltha.Device `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` |
| 939 | Request *voltha.SimulateAlarmRequest `protobuf:"bytes,2,opt,name=request,proto3" json:"request,omitempty"` |
| 940 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 941 | XXX_unrecognized []byte `json:"-"` |
| 942 | XXX_sizecache int32 `json:"-"` |
| 943 | } |
| 944 | |
| 945 | func (m *SimulateAlarmMessage) Reset() { *m = SimulateAlarmMessage{} } |
| 946 | func (m *SimulateAlarmMessage) String() string { return proto.CompactTextString(m) } |
| 947 | func (*SimulateAlarmMessage) ProtoMessage() {} |
| 948 | func (*SimulateAlarmMessage) Descriptor() ([]byte, []int) { |
| 949 | return fileDescriptor_941f0031a549667f, []int{16} |
| 950 | } |
| 951 | |
| 952 | func (m *SimulateAlarmMessage) XXX_Unmarshal(b []byte) error { |
| 953 | return xxx_messageInfo_SimulateAlarmMessage.Unmarshal(m, b) |
| 954 | } |
| 955 | func (m *SimulateAlarmMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 956 | return xxx_messageInfo_SimulateAlarmMessage.Marshal(b, m, deterministic) |
| 957 | } |
| 958 | func (m *SimulateAlarmMessage) XXX_Merge(src proto.Message) { |
| 959 | xxx_messageInfo_SimulateAlarmMessage.Merge(m, src) |
| 960 | } |
| 961 | func (m *SimulateAlarmMessage) XXX_Size() int { |
| 962 | return xxx_messageInfo_SimulateAlarmMessage.Size(m) |
| 963 | } |
| 964 | func (m *SimulateAlarmMessage) XXX_DiscardUnknown() { |
| 965 | xxx_messageInfo_SimulateAlarmMessage.DiscardUnknown(m) |
| 966 | } |
| 967 | |
| 968 | var xxx_messageInfo_SimulateAlarmMessage proto.InternalMessageInfo |
| 969 | |
| 970 | func (m *SimulateAlarmMessage) GetDevice() *voltha.Device { |
| 971 | if m != nil { |
| 972 | return m.Device |
| 973 | } |
| 974 | return nil |
| 975 | } |
| 976 | |
| 977 | func (m *SimulateAlarmMessage) GetRequest() *voltha.SimulateAlarmRequest { |
| 978 | if m != nil { |
| 979 | return m.Request |
| 980 | } |
| 981 | return nil |
| 982 | } |
| 983 | |
| 984 | type GetExtValueMessage struct { |
| 985 | ParentDevice *voltha.Device `protobuf:"bytes,1,opt,name=parent_device,json=parentDevice,proto3" json:"parent_device,omitempty"` |
| 986 | ChildDevice *voltha.Device `protobuf:"bytes,2,opt,name=child_device,json=childDevice,proto3" json:"child_device,omitempty"` |
| 987 | ValueType common.ValueType_Type `protobuf:"varint,3,opt,name=value_type,json=valueType,proto3,enum=common.ValueType_Type" json:"value_type,omitempty"` |
| 988 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 989 | XXX_unrecognized []byte `json:"-"` |
| 990 | XXX_sizecache int32 `json:"-"` |
| 991 | } |
| 992 | |
| 993 | func (m *GetExtValueMessage) Reset() { *m = GetExtValueMessage{} } |
| 994 | func (m *GetExtValueMessage) String() string { return proto.CompactTextString(m) } |
| 995 | func (*GetExtValueMessage) ProtoMessage() {} |
| 996 | func (*GetExtValueMessage) Descriptor() ([]byte, []int) { |
| 997 | return fileDescriptor_941f0031a549667f, []int{17} |
| 998 | } |
| 999 | |
| 1000 | func (m *GetExtValueMessage) XXX_Unmarshal(b []byte) error { |
| 1001 | return xxx_messageInfo_GetExtValueMessage.Unmarshal(m, b) |
| 1002 | } |
| 1003 | func (m *GetExtValueMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1004 | return xxx_messageInfo_GetExtValueMessage.Marshal(b, m, deterministic) |
| 1005 | } |
| 1006 | func (m *GetExtValueMessage) XXX_Merge(src proto.Message) { |
| 1007 | xxx_messageInfo_GetExtValueMessage.Merge(m, src) |
| 1008 | } |
| 1009 | func (m *GetExtValueMessage) XXX_Size() int { |
| 1010 | return xxx_messageInfo_GetExtValueMessage.Size(m) |
| 1011 | } |
| 1012 | func (m *GetExtValueMessage) XXX_DiscardUnknown() { |
| 1013 | xxx_messageInfo_GetExtValueMessage.DiscardUnknown(m) |
| 1014 | } |
| 1015 | |
| 1016 | var xxx_messageInfo_GetExtValueMessage proto.InternalMessageInfo |
| 1017 | |
| 1018 | func (m *GetExtValueMessage) GetParentDevice() *voltha.Device { |
| 1019 | if m != nil { |
| 1020 | return m.ParentDevice |
| 1021 | } |
| 1022 | return nil |
| 1023 | } |
| 1024 | |
| 1025 | func (m *GetExtValueMessage) GetChildDevice() *voltha.Device { |
| 1026 | if m != nil { |
| 1027 | return m.ChildDevice |
| 1028 | } |
| 1029 | return nil |
| 1030 | } |
| 1031 | |
| 1032 | func (m *GetExtValueMessage) GetValueType() common.ValueType_Type { |
| 1033 | if m != nil { |
| 1034 | return m.ValueType |
| 1035 | } |
| 1036 | return common.ValueType_EMPTY |
| 1037 | } |
| 1038 | |
| 1039 | type SetExtValueMessage struct { |
| 1040 | Device *voltha.Device `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` |
| 1041 | Value *voltha.ValueSet `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` |
| 1042 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1043 | XXX_unrecognized []byte `json:"-"` |
| 1044 | XXX_sizecache int32 `json:"-"` |
| 1045 | } |
| 1046 | |
| 1047 | func (m *SetExtValueMessage) Reset() { *m = SetExtValueMessage{} } |
| 1048 | func (m *SetExtValueMessage) String() string { return proto.CompactTextString(m) } |
| 1049 | func (*SetExtValueMessage) ProtoMessage() {} |
| 1050 | func (*SetExtValueMessage) Descriptor() ([]byte, []int) { |
| 1051 | return fileDescriptor_941f0031a549667f, []int{18} |
| 1052 | } |
| 1053 | |
| 1054 | func (m *SetExtValueMessage) XXX_Unmarshal(b []byte) error { |
| 1055 | return xxx_messageInfo_SetExtValueMessage.Unmarshal(m, b) |
| 1056 | } |
| 1057 | func (m *SetExtValueMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1058 | return xxx_messageInfo_SetExtValueMessage.Marshal(b, m, deterministic) |
| 1059 | } |
| 1060 | func (m *SetExtValueMessage) XXX_Merge(src proto.Message) { |
| 1061 | xxx_messageInfo_SetExtValueMessage.Merge(m, src) |
| 1062 | } |
| 1063 | func (m *SetExtValueMessage) XXX_Size() int { |
| 1064 | return xxx_messageInfo_SetExtValueMessage.Size(m) |
| 1065 | } |
| 1066 | func (m *SetExtValueMessage) XXX_DiscardUnknown() { |
| 1067 | xxx_messageInfo_SetExtValueMessage.DiscardUnknown(m) |
| 1068 | } |
| 1069 | |
| 1070 | var xxx_messageInfo_SetExtValueMessage proto.InternalMessageInfo |
| 1071 | |
| 1072 | func (m *SetExtValueMessage) GetDevice() *voltha.Device { |
| 1073 | if m != nil { |
| 1074 | return m.Device |
| 1075 | } |
| 1076 | return nil |
| 1077 | } |
| 1078 | |
| 1079 | func (m *SetExtValueMessage) GetValue() *voltha.ValueSet { |
| 1080 | if m != nil { |
| 1081 | return m.Value |
| 1082 | } |
| 1083 | return nil |
| 1084 | } |
| 1085 | |
| 1086 | type OmciMessage struct { |
Serkant Uluderya | cbcfaa4 | 2019-10-18 13:25:08 +0300 | [diff] [blame] | 1087 | Message []byte `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` |
| 1088 | ConnectStatus common.ConnectStatus_Types `protobuf:"varint,2,opt,name=connect_status,json=connectStatus,proto3,enum=common.ConnectStatus_Types" json:"connect_status,omitempty"` |
| 1089 | ProxyAddress *voltha.Device_ProxyAddress `protobuf:"bytes,3,opt,name=proxy_address,json=proxyAddress,proto3" json:"proxy_address,omitempty"` |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1090 | ParentDeviceId string `protobuf:"bytes,4,opt,name=parent_device_id,json=parentDeviceId,proto3" json:"parent_device_id,omitempty"` |
| 1091 | ChildDeviceId string `protobuf:"bytes,5,opt,name=child_device_id,json=childDeviceId,proto3" json:"child_device_id,omitempty"` |
Serkant Uluderya | cbcfaa4 | 2019-10-18 13:25:08 +0300 | [diff] [blame] | 1092 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1093 | XXX_unrecognized []byte `json:"-"` |
| 1094 | XXX_sizecache int32 `json:"-"` |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1095 | } |
| 1096 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1097 | func (m *OmciMessage) Reset() { *m = OmciMessage{} } |
| 1098 | func (m *OmciMessage) String() string { return proto.CompactTextString(m) } |
| 1099 | func (*OmciMessage) ProtoMessage() {} |
| 1100 | func (*OmciMessage) Descriptor() ([]byte, []int) { |
| 1101 | return fileDescriptor_941f0031a549667f, []int{19} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1102 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1103 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1104 | func (m *OmciMessage) XXX_Unmarshal(b []byte) error { |
| 1105 | return xxx_messageInfo_OmciMessage.Unmarshal(m, b) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1106 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1107 | func (m *OmciMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1108 | return xxx_messageInfo_OmciMessage.Marshal(b, m, deterministic) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1109 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1110 | func (m *OmciMessage) XXX_Merge(src proto.Message) { |
| 1111 | xxx_messageInfo_OmciMessage.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1112 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1113 | func (m *OmciMessage) XXX_Size() int { |
| 1114 | return xxx_messageInfo_OmciMessage.Size(m) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1115 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1116 | func (m *OmciMessage) XXX_DiscardUnknown() { |
| 1117 | xxx_messageInfo_OmciMessage.DiscardUnknown(m) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1118 | } |
| 1119 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1120 | var xxx_messageInfo_OmciMessage proto.InternalMessageInfo |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1121 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1122 | func (m *OmciMessage) GetMessage() []byte { |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1123 | if m != nil { |
| 1124 | return m.Message |
| 1125 | } |
| 1126 | return nil |
| 1127 | } |
| 1128 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1129 | func (m *OmciMessage) GetConnectStatus() common.ConnectStatus_Types { |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 1130 | if m != nil { |
| 1131 | return m.ConnectStatus |
| 1132 | } |
| 1133 | return common.ConnectStatus_UNKNOWN |
| 1134 | } |
| 1135 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1136 | func (m *OmciMessage) GetProxyAddress() *voltha.Device_ProxyAddress { |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 1137 | if m != nil { |
| 1138 | return m.ProxyAddress |
| 1139 | } |
| 1140 | return nil |
| 1141 | } |
| 1142 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1143 | func (m *OmciMessage) GetParentDeviceId() string { |
Girish Gowdra | 9c3e1c8 | 2021-06-01 14:29:34 -0700 | [diff] [blame] | 1144 | if m != nil { |
| 1145 | return m.ParentDeviceId |
| 1146 | } |
| 1147 | return "" |
| 1148 | } |
| 1149 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1150 | func (m *OmciMessage) GetChildDeviceId() string { |
Girish Gowdra | 9c3e1c8 | 2021-06-01 14:29:34 -0700 | [diff] [blame] | 1151 | if m != nil { |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1152 | return m.ChildDeviceId |
Girish Gowdra | 9c3e1c8 | 2021-06-01 14:29:34 -0700 | [diff] [blame] | 1153 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1154 | return "" |
Girish Gowdra | 9c3e1c8 | 2021-06-01 14:29:34 -0700 | [diff] [blame] | 1155 | } |
| 1156 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1157 | type TechProfileDownloadMessage struct { |
| 1158 | DeviceId string `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"` |
| 1159 | UniId uint32 `protobuf:"varint,2,opt,name=uni_id,json=uniId,proto3" json:"uni_id,omitempty"` |
| 1160 | TpInstancePath string `protobuf:"bytes,3,opt,name=tp_instance_path,json=tpInstancePath,proto3" json:"tp_instance_path,omitempty"` |
Girish Gowdra | 9c3e1c8 | 2021-06-01 14:29:34 -0700 | [diff] [blame] | 1161 | // Types that are valid to be assigned to TechTpInstance: |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1162 | // *TechProfileDownloadMessage_TpInstance |
| 1163 | // *TechProfileDownloadMessage_EponTpInstance |
| 1164 | TechTpInstance isTechProfileDownloadMessage_TechTpInstance `protobuf_oneof:"tech_tp_instance"` |
| 1165 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1166 | XXX_unrecognized []byte `json:"-"` |
| 1167 | XXX_sizecache int32 `json:"-"` |
Girish Gowdra | 9c3e1c8 | 2021-06-01 14:29:34 -0700 | [diff] [blame] | 1168 | } |
| 1169 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1170 | func (m *TechProfileDownloadMessage) Reset() { *m = TechProfileDownloadMessage{} } |
| 1171 | func (m *TechProfileDownloadMessage) String() string { return proto.CompactTextString(m) } |
| 1172 | func (*TechProfileDownloadMessage) ProtoMessage() {} |
| 1173 | func (*TechProfileDownloadMessage) Descriptor() ([]byte, []int) { |
| 1174 | return fileDescriptor_941f0031a549667f, []int{20} |
Matt Jeanneret | 15249fa | 2019-04-12 20:25:31 -0400 | [diff] [blame] | 1175 | } |
| 1176 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1177 | func (m *TechProfileDownloadMessage) XXX_Unmarshal(b []byte) error { |
| 1178 | return xxx_messageInfo_TechProfileDownloadMessage.Unmarshal(m, b) |
Matt Jeanneret | 15249fa | 2019-04-12 20:25:31 -0400 | [diff] [blame] | 1179 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1180 | func (m *TechProfileDownloadMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1181 | return xxx_messageInfo_TechProfileDownloadMessage.Marshal(b, m, deterministic) |
Matt Jeanneret | 15249fa | 2019-04-12 20:25:31 -0400 | [diff] [blame] | 1182 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1183 | func (m *TechProfileDownloadMessage) XXX_Merge(src proto.Message) { |
| 1184 | xxx_messageInfo_TechProfileDownloadMessage.Merge(m, src) |
Matt Jeanneret | 15249fa | 2019-04-12 20:25:31 -0400 | [diff] [blame] | 1185 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1186 | func (m *TechProfileDownloadMessage) XXX_Size() int { |
| 1187 | return xxx_messageInfo_TechProfileDownloadMessage.Size(m) |
Matt Jeanneret | 15249fa | 2019-04-12 20:25:31 -0400 | [diff] [blame] | 1188 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1189 | func (m *TechProfileDownloadMessage) XXX_DiscardUnknown() { |
| 1190 | xxx_messageInfo_TechProfileDownloadMessage.DiscardUnknown(m) |
Matt Jeanneret | 15249fa | 2019-04-12 20:25:31 -0400 | [diff] [blame] | 1191 | } |
| 1192 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1193 | var xxx_messageInfo_TechProfileDownloadMessage proto.InternalMessageInfo |
Matt Jeanneret | 15249fa | 2019-04-12 20:25:31 -0400 | [diff] [blame] | 1194 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1195 | func (m *TechProfileDownloadMessage) GetDeviceId() string { |
| 1196 | if m != nil { |
| 1197 | return m.DeviceId |
| 1198 | } |
| 1199 | return "" |
| 1200 | } |
| 1201 | |
| 1202 | func (m *TechProfileDownloadMessage) GetUniId() uint32 { |
Matt Jeanneret | 15249fa | 2019-04-12 20:25:31 -0400 | [diff] [blame] | 1203 | if m != nil { |
| 1204 | return m.UniId |
| 1205 | } |
| 1206 | return 0 |
| 1207 | } |
| 1208 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1209 | func (m *TechProfileDownloadMessage) GetTpInstancePath() string { |
Matt Jeanneret | 15249fa | 2019-04-12 20:25:31 -0400 | [diff] [blame] | 1210 | if m != nil { |
Girish Gowdra | 9c3e1c8 | 2021-06-01 14:29:34 -0700 | [diff] [blame] | 1211 | return m.TpInstancePath |
Matt Jeanneret | 15249fa | 2019-04-12 20:25:31 -0400 | [diff] [blame] | 1212 | } |
| 1213 | return "" |
| 1214 | } |
| 1215 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1216 | type isTechProfileDownloadMessage_TechTpInstance interface { |
| 1217 | isTechProfileDownloadMessage_TechTpInstance() |
Girish Gowdra | 9c3e1c8 | 2021-06-01 14:29:34 -0700 | [diff] [blame] | 1218 | } |
| 1219 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1220 | type TechProfileDownloadMessage_TpInstance struct { |
| 1221 | TpInstance *tech_profile.TechProfileInstance `protobuf:"bytes,4,opt,name=tp_instance,json=tpInstance,proto3,oneof"` |
Girish Gowdra | 9c3e1c8 | 2021-06-01 14:29:34 -0700 | [diff] [blame] | 1222 | } |
| 1223 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1224 | type TechProfileDownloadMessage_EponTpInstance struct { |
| 1225 | EponTpInstance *tech_profile.EponTechProfileInstance `protobuf:"bytes,5,opt,name=epon_tp_instance,json=eponTpInstance,proto3,oneof"` |
Girish Gowdra | 9c3e1c8 | 2021-06-01 14:29:34 -0700 | [diff] [blame] | 1226 | } |
| 1227 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1228 | func (*TechProfileDownloadMessage_TpInstance) isTechProfileDownloadMessage_TechTpInstance() {} |
Girish Gowdra | 9c3e1c8 | 2021-06-01 14:29:34 -0700 | [diff] [blame] | 1229 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1230 | func (*TechProfileDownloadMessage_EponTpInstance) isTechProfileDownloadMessage_TechTpInstance() {} |
Girish Gowdra | 9c3e1c8 | 2021-06-01 14:29:34 -0700 | [diff] [blame] | 1231 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1232 | func (m *TechProfileDownloadMessage) GetTechTpInstance() isTechProfileDownloadMessage_TechTpInstance { |
Girish Gowdra | 9c3e1c8 | 2021-06-01 14:29:34 -0700 | [diff] [blame] | 1233 | if m != nil { |
| 1234 | return m.TechTpInstance |
| 1235 | } |
| 1236 | return nil |
| 1237 | } |
| 1238 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1239 | func (m *TechProfileDownloadMessage) GetTpInstance() *tech_profile.TechProfileInstance { |
| 1240 | if x, ok := m.GetTechTpInstance().(*TechProfileDownloadMessage_TpInstance); ok { |
Girish Gowdra | 9c3e1c8 | 2021-06-01 14:29:34 -0700 | [diff] [blame] | 1241 | return x.TpInstance |
| 1242 | } |
| 1243 | return nil |
| 1244 | } |
| 1245 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1246 | func (m *TechProfileDownloadMessage) GetEponTpInstance() *tech_profile.EponTechProfileInstance { |
| 1247 | if x, ok := m.GetTechTpInstance().(*TechProfileDownloadMessage_EponTpInstance); ok { |
Girish Gowdra | 9c3e1c8 | 2021-06-01 14:29:34 -0700 | [diff] [blame] | 1248 | return x.EponTpInstance |
| 1249 | } |
| 1250 | return nil |
| 1251 | } |
| 1252 | |
| 1253 | // XXX_OneofWrappers is for the internal use of the proto package. |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1254 | func (*TechProfileDownloadMessage) XXX_OneofWrappers() []interface{} { |
Girish Gowdra | 9c3e1c8 | 2021-06-01 14:29:34 -0700 | [diff] [blame] | 1255 | return []interface{}{ |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1256 | (*TechProfileDownloadMessage_TpInstance)(nil), |
| 1257 | (*TechProfileDownloadMessage_EponTpInstance)(nil), |
Girish Gowdra | 9c3e1c8 | 2021-06-01 14:29:34 -0700 | [diff] [blame] | 1258 | } |
| 1259 | } |
| 1260 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1261 | type DeleteGemPortMessage struct { |
| 1262 | DeviceId string `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"` |
| 1263 | UniId uint32 `protobuf:"varint,2,opt,name=uni_id,json=uniId,proto3" json:"uni_id,omitempty"` |
| 1264 | TpInstancePath string `protobuf:"bytes,3,opt,name=tp_instance_path,json=tpInstancePath,proto3" json:"tp_instance_path,omitempty"` |
| 1265 | GemPortId uint32 `protobuf:"varint,4,opt,name=gem_port_id,json=gemPortId,proto3" json:"gem_port_id,omitempty"` |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1266 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1267 | XXX_unrecognized []byte `json:"-"` |
| 1268 | XXX_sizecache int32 `json:"-"` |
| 1269 | } |
| 1270 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1271 | func (m *DeleteGemPortMessage) Reset() { *m = DeleteGemPortMessage{} } |
| 1272 | func (m *DeleteGemPortMessage) String() string { return proto.CompactTextString(m) } |
| 1273 | func (*DeleteGemPortMessage) ProtoMessage() {} |
| 1274 | func (*DeleteGemPortMessage) Descriptor() ([]byte, []int) { |
| 1275 | return fileDescriptor_941f0031a549667f, []int{21} |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1276 | } |
| 1277 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1278 | func (m *DeleteGemPortMessage) XXX_Unmarshal(b []byte) error { |
| 1279 | return xxx_messageInfo_DeleteGemPortMessage.Unmarshal(m, b) |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1280 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1281 | func (m *DeleteGemPortMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1282 | return xxx_messageInfo_DeleteGemPortMessage.Marshal(b, m, deterministic) |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1283 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1284 | func (m *DeleteGemPortMessage) XXX_Merge(src proto.Message) { |
| 1285 | xxx_messageInfo_DeleteGemPortMessage.Merge(m, src) |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1286 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1287 | func (m *DeleteGemPortMessage) XXX_Size() int { |
| 1288 | return xxx_messageInfo_DeleteGemPortMessage.Size(m) |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1289 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1290 | func (m *DeleteGemPortMessage) XXX_DiscardUnknown() { |
| 1291 | xxx_messageInfo_DeleteGemPortMessage.DiscardUnknown(m) |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1292 | } |
| 1293 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1294 | var xxx_messageInfo_DeleteGemPortMessage proto.InternalMessageInfo |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1295 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1296 | func (m *DeleteGemPortMessage) GetDeviceId() string { |
| 1297 | if m != nil { |
| 1298 | return m.DeviceId |
| 1299 | } |
| 1300 | return "" |
| 1301 | } |
| 1302 | |
| 1303 | func (m *DeleteGemPortMessage) GetUniId() uint32 { |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1304 | if m != nil { |
| 1305 | return m.UniId |
| 1306 | } |
| 1307 | return 0 |
| 1308 | } |
| 1309 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1310 | func (m *DeleteGemPortMessage) GetTpInstancePath() string { |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1311 | if m != nil { |
Girish Gowdra | 9c3e1c8 | 2021-06-01 14:29:34 -0700 | [diff] [blame] | 1312 | return m.TpInstancePath |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1313 | } |
| 1314 | return "" |
| 1315 | } |
| 1316 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1317 | func (m *DeleteGemPortMessage) GetGemPortId() uint32 { |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1318 | if m != nil { |
| 1319 | return m.GemPortId |
| 1320 | } |
| 1321 | return 0 |
| 1322 | } |
| 1323 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1324 | type DeleteTcontMessage struct { |
| 1325 | DeviceId string `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"` |
| 1326 | UniId uint32 `protobuf:"varint,2,opt,name=uni_id,json=uniId,proto3" json:"uni_id,omitempty"` |
| 1327 | TpInstancePath string `protobuf:"bytes,3,opt,name=tp_instance_path,json=tpInstancePath,proto3" json:"tp_instance_path,omitempty"` |
| 1328 | AllocId uint32 `protobuf:"varint,4,opt,name=alloc_id,json=allocId,proto3" json:"alloc_id,omitempty"` |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1329 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1330 | XXX_unrecognized []byte `json:"-"` |
| 1331 | XXX_sizecache int32 `json:"-"` |
| 1332 | } |
| 1333 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1334 | func (m *DeleteTcontMessage) Reset() { *m = DeleteTcontMessage{} } |
| 1335 | func (m *DeleteTcontMessage) String() string { return proto.CompactTextString(m) } |
| 1336 | func (*DeleteTcontMessage) ProtoMessage() {} |
| 1337 | func (*DeleteTcontMessage) Descriptor() ([]byte, []int) { |
| 1338 | return fileDescriptor_941f0031a549667f, []int{22} |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1339 | } |
| 1340 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1341 | func (m *DeleteTcontMessage) XXX_Unmarshal(b []byte) error { |
| 1342 | return xxx_messageInfo_DeleteTcontMessage.Unmarshal(m, b) |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1343 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1344 | func (m *DeleteTcontMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1345 | return xxx_messageInfo_DeleteTcontMessage.Marshal(b, m, deterministic) |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1346 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1347 | func (m *DeleteTcontMessage) XXX_Merge(src proto.Message) { |
| 1348 | xxx_messageInfo_DeleteTcontMessage.Merge(m, src) |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1349 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1350 | func (m *DeleteTcontMessage) XXX_Size() int { |
| 1351 | return xxx_messageInfo_DeleteTcontMessage.Size(m) |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1352 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1353 | func (m *DeleteTcontMessage) XXX_DiscardUnknown() { |
| 1354 | xxx_messageInfo_DeleteTcontMessage.DiscardUnknown(m) |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1355 | } |
| 1356 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1357 | var xxx_messageInfo_DeleteTcontMessage proto.InternalMessageInfo |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1358 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1359 | func (m *DeleteTcontMessage) GetDeviceId() string { |
| 1360 | if m != nil { |
| 1361 | return m.DeviceId |
| 1362 | } |
| 1363 | return "" |
| 1364 | } |
| 1365 | |
| 1366 | func (m *DeleteTcontMessage) GetUniId() uint32 { |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1367 | if m != nil { |
| 1368 | return m.UniId |
| 1369 | } |
| 1370 | return 0 |
| 1371 | } |
| 1372 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1373 | func (m *DeleteTcontMessage) GetTpInstancePath() string { |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1374 | if m != nil { |
Girish Gowdra | 9c3e1c8 | 2021-06-01 14:29:34 -0700 | [diff] [blame] | 1375 | return m.TpInstancePath |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1376 | } |
| 1377 | return "" |
| 1378 | } |
| 1379 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1380 | func (m *DeleteTcontMessage) GetAllocId() uint32 { |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1381 | if m != nil { |
| 1382 | return m.AllocId |
| 1383 | } |
| 1384 | return 0 |
| 1385 | } |
| 1386 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1387 | type OnuIndicationMessage struct { |
| 1388 | DeviceId string `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"` |
| 1389 | OnuIndication *openolt.OnuIndication `protobuf:"bytes,2,opt,name=onu_indication,json=onuIndication,proto3" json:"onu_indication,omitempty"` |
| 1390 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1391 | XXX_unrecognized []byte `json:"-"` |
| 1392 | XXX_sizecache int32 `json:"-"` |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1393 | } |
| 1394 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1395 | func (m *OnuIndicationMessage) Reset() { *m = OnuIndicationMessage{} } |
| 1396 | func (m *OnuIndicationMessage) String() string { return proto.CompactTextString(m) } |
| 1397 | func (*OnuIndicationMessage) ProtoMessage() {} |
| 1398 | func (*OnuIndicationMessage) Descriptor() ([]byte, []int) { |
| 1399 | return fileDescriptor_941f0031a549667f, []int{23} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1400 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1401 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1402 | func (m *OnuIndicationMessage) XXX_Unmarshal(b []byte) error { |
| 1403 | return xxx_messageInfo_OnuIndicationMessage.Unmarshal(m, b) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1404 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1405 | func (m *OnuIndicationMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1406 | return xxx_messageInfo_OnuIndicationMessage.Marshal(b, m, deterministic) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1407 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1408 | func (m *OnuIndicationMessage) XXX_Merge(src proto.Message) { |
| 1409 | xxx_messageInfo_OnuIndicationMessage.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1410 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1411 | func (m *OnuIndicationMessage) XXX_Size() int { |
| 1412 | return xxx_messageInfo_OnuIndicationMessage.Size(m) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1413 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1414 | func (m *OnuIndicationMessage) XXX_DiscardUnknown() { |
| 1415 | xxx_messageInfo_OnuIndicationMessage.DiscardUnknown(m) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1416 | } |
| 1417 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1418 | var xxx_messageInfo_OnuIndicationMessage proto.InternalMessageInfo |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1419 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1420 | func (m *OnuIndicationMessage) GetDeviceId() string { |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1421 | if m != nil { |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1422 | return m.DeviceId |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1423 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1424 | return "" |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1425 | } |
| 1426 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1427 | func (m *OnuIndicationMessage) GetOnuIndication() *openolt.OnuIndication { |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1428 | if m != nil { |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1429 | return m.OnuIndication |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1430 | } |
| 1431 | return nil |
| 1432 | } |
| 1433 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1434 | type TechProfileInstanceRequestMessage struct { |
| 1435 | DeviceId string `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"` |
| 1436 | TpInstancePath string `protobuf:"bytes,2,opt,name=tp_instance_path,json=tpInstancePath,proto3" json:"tp_instance_path,omitempty"` |
| 1437 | ParentDeviceId string `protobuf:"bytes,3,opt,name=parent_device_id,json=parentDeviceId,proto3" json:"parent_device_id,omitempty"` |
| 1438 | ParentPonPort uint32 `protobuf:"varint,4,opt,name=parent_pon_port,json=parentPonPort,proto3" json:"parent_pon_port,omitempty"` |
| 1439 | OnuId uint32 `protobuf:"varint,5,opt,name=onu_id,json=onuId,proto3" json:"onu_id,omitempty"` |
| 1440 | UniId uint32 `protobuf:"varint,6,opt,name=uni_id,json=uniId,proto3" json:"uni_id,omitempty"` |
| 1441 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1442 | XXX_unrecognized []byte `json:"-"` |
| 1443 | XXX_sizecache int32 `json:"-"` |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1444 | } |
| 1445 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1446 | func (m *TechProfileInstanceRequestMessage) Reset() { *m = TechProfileInstanceRequestMessage{} } |
| 1447 | func (m *TechProfileInstanceRequestMessage) String() string { return proto.CompactTextString(m) } |
| 1448 | func (*TechProfileInstanceRequestMessage) ProtoMessage() {} |
| 1449 | func (*TechProfileInstanceRequestMessage) Descriptor() ([]byte, []int) { |
| 1450 | return fileDescriptor_941f0031a549667f, []int{24} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1451 | } |
| 1452 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1453 | func (m *TechProfileInstanceRequestMessage) XXX_Unmarshal(b []byte) error { |
| 1454 | return xxx_messageInfo_TechProfileInstanceRequestMessage.Unmarshal(m, b) |
| 1455 | } |
| 1456 | func (m *TechProfileInstanceRequestMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1457 | return xxx_messageInfo_TechProfileInstanceRequestMessage.Marshal(b, m, deterministic) |
| 1458 | } |
| 1459 | func (m *TechProfileInstanceRequestMessage) XXX_Merge(src proto.Message) { |
| 1460 | xxx_messageInfo_TechProfileInstanceRequestMessage.Merge(m, src) |
| 1461 | } |
| 1462 | func (m *TechProfileInstanceRequestMessage) XXX_Size() int { |
| 1463 | return xxx_messageInfo_TechProfileInstanceRequestMessage.Size(m) |
| 1464 | } |
| 1465 | func (m *TechProfileInstanceRequestMessage) XXX_DiscardUnknown() { |
| 1466 | xxx_messageInfo_TechProfileInstanceRequestMessage.DiscardUnknown(m) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1467 | } |
| 1468 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1469 | var xxx_messageInfo_TechProfileInstanceRequestMessage proto.InternalMessageInfo |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1470 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1471 | func (m *TechProfileInstanceRequestMessage) GetDeviceId() string { |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1472 | if m != nil { |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1473 | return m.DeviceId |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1474 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1475 | return "" |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1476 | } |
| 1477 | |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1478 | func (m *TechProfileInstanceRequestMessage) GetTpInstancePath() string { |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1479 | if m != nil { |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1480 | return m.TpInstancePath |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1481 | } |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1482 | return "" |
| 1483 | } |
| 1484 | |
| 1485 | func (m *TechProfileInstanceRequestMessage) GetParentDeviceId() string { |
| 1486 | if m != nil { |
| 1487 | return m.ParentDeviceId |
| 1488 | } |
| 1489 | return "" |
| 1490 | } |
| 1491 | |
| 1492 | func (m *TechProfileInstanceRequestMessage) GetParentPonPort() uint32 { |
| 1493 | if m != nil { |
| 1494 | return m.ParentPonPort |
| 1495 | } |
| 1496 | return 0 |
| 1497 | } |
| 1498 | |
| 1499 | func (m *TechProfileInstanceRequestMessage) GetOnuId() uint32 { |
| 1500 | if m != nil { |
| 1501 | return m.OnuId |
| 1502 | } |
| 1503 | return 0 |
| 1504 | } |
| 1505 | |
| 1506 | func (m *TechProfileInstanceRequestMessage) GetUniId() uint32 { |
| 1507 | if m != nil { |
| 1508 | return m.UniId |
| 1509 | } |
| 1510 | return 0 |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1511 | } |
| 1512 | |
| 1513 | func init() { |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1514 | proto.RegisterType((*AdapterRegistration)(nil), "voltha.AdapterRegistration") |
| 1515 | proto.RegisterType((*ChildDeviceFilter)(nil), "voltha.ChildDeviceFilter") |
| 1516 | proto.RegisterType((*PortFilter)(nil), "voltha.PortFilter") |
| 1517 | proto.RegisterType((*DeviceDiscovery)(nil), "voltha.DeviceDiscovery") |
| 1518 | proto.RegisterType((*DeviceStateFilter)(nil), "voltha.DeviceStateFilter") |
| 1519 | proto.RegisterType((*PortState)(nil), "voltha.PortState") |
| 1520 | proto.RegisterType((*PortStateFilter)(nil), "voltha.PortStateFilter") |
| 1521 | proto.RegisterType((*PacketIn)(nil), "voltha.PacketIn") |
| 1522 | proto.RegisterType((*PacketOut)(nil), "voltha.PacketOut") |
| 1523 | proto.RegisterType((*DeviceReason)(nil), "voltha.DeviceReason") |
| 1524 | proto.RegisterType((*BulkFlows)(nil), "voltha.BulkFlows") |
| 1525 | proto.RegisterType((*IncrementalFlows)(nil), "voltha.IncrementalFlows") |
| 1526 | proto.RegisterType((*PmConfigsInfo)(nil), "voltha.PmConfigsInfo") |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1527 | proto.RegisterType((*SwitchCapability)(nil), "voltha.SwitchCapability") |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1528 | proto.RegisterType((*ImageDownloadMessage)(nil), "voltha.ImageDownloadMessage") |
| 1529 | proto.RegisterType((*OMCITest)(nil), "voltha.OMCITest") |
| 1530 | proto.RegisterType((*SimulateAlarmMessage)(nil), "voltha.SimulateAlarmMessage") |
| 1531 | proto.RegisterType((*GetExtValueMessage)(nil), "voltha.GetExtValueMessage") |
| 1532 | proto.RegisterType((*SetExtValueMessage)(nil), "voltha.SetExtValueMessage") |
| 1533 | proto.RegisterType((*OmciMessage)(nil), "voltha.OmciMessage") |
| 1534 | proto.RegisterType((*TechProfileDownloadMessage)(nil), "voltha.TechProfileDownloadMessage") |
| 1535 | proto.RegisterType((*DeleteGemPortMessage)(nil), "voltha.DeleteGemPortMessage") |
| 1536 | proto.RegisterType((*DeleteTcontMessage)(nil), "voltha.DeleteTcontMessage") |
| 1537 | proto.RegisterType((*OnuIndicationMessage)(nil), "voltha.OnuIndicationMessage") |
| 1538 | proto.RegisterType((*TechProfileInstanceRequestMessage)(nil), "voltha.TechProfileInstanceRequestMessage") |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1539 | } |
| 1540 | |
| 1541 | func init() { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1542 | proto.RegisterFile("voltha_protos/inter_container.proto", fileDescriptor_941f0031a549667f) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1543 | } |
| 1544 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1545 | var fileDescriptor_941f0031a549667f = []byte{ |
khenaidoo | 5fc5cea | 2021-08-11 17:39:16 -0400 | [diff] [blame] | 1546 | // 1440 bytes of a gzipped FileDescriptorProto |
| 1547 | 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x58, 0x4f, 0x6f, 0xdb, 0xc6, |
| 1548 | 0x12, 0x7f, 0x74, 0x2c, 0xd9, 0x1a, 0xfd, 0xb1, 0xbd, 0xb1, 0x1d, 0xbf, 0xf8, 0xe5, 0x3d, 0x87, |
| 1549 | 0xc9, 0x0b, 0x9c, 0x06, 0x95, 0x1b, 0x1b, 0x69, 0x11, 0xa0, 0x05, 0x1a, 0xcb, 0x49, 0xca, 0x43, |
| 1550 | 0x62, 0x97, 0x32, 0x7a, 0xe8, 0xa1, 0xc4, 0x9a, 0x5c, 0x49, 0x44, 0xc8, 0x5d, 0x86, 0x5c, 0xca, |
| 1551 | 0xf1, 0xb9, 0x97, 0x5e, 0x7a, 0x69, 0xfb, 0x1d, 0x7a, 0x2d, 0xd0, 0x4f, 0xd1, 0x73, 0xaf, 0xfd, |
| 1552 | 0x04, 0xfd, 0x04, 0xbd, 0xb5, 0xd8, 0x7f, 0x12, 0x29, 0x29, 0x8e, 0x82, 0x16, 0xb9, 0x08, 0xdc, |
| 1553 | 0x9d, 0xdf, 0xcc, 0xfc, 0x66, 0x66, 0x77, 0x76, 0x57, 0x70, 0x6b, 0xc8, 0x22, 0x3e, 0xc0, 0x5e, |
| 1554 | 0x92, 0x32, 0xce, 0xb2, 0xbd, 0x90, 0x72, 0x92, 0x7a, 0x3e, 0xa3, 0x1c, 0x87, 0x94, 0xa4, 0x6d, |
| 1555 | 0x39, 0x8d, 0xaa, 0x0a, 0x74, 0xfd, 0x7a, 0x19, 0xec, 0xb3, 0x38, 0x66, 0x54, 0x61, 0x26, 0x65, |
| 1556 | 0x6a, 0xa4, 0x65, 0xff, 0x2b, 0xcb, 0x58, 0x42, 0x68, 0x2f, 0x62, 0xe7, 0xde, 0xfd, 0x03, 0x0d, |
| 1557 | 0xd8, 0x29, 0x03, 0x38, 0xf1, 0x07, 0xe2, 0xbb, 0x17, 0x46, 0x44, 0x23, 0xb6, 0xa7, 0x4d, 0xb0, |
| 1558 | 0x88, 0xcf, 0x16, 0xe2, 0x00, 0x27, 0xdc, 0x90, 0x9f, 0x24, 0x16, 0x90, 0x61, 0xe8, 0x6b, 0xab, |
| 1559 | 0x76, 0x0c, 0x57, 0x1f, 0x29, 0xb0, 0x4b, 0xfa, 0x61, 0xc6, 0x53, 0xcc, 0x43, 0x46, 0xd1, 0x5d, |
| 1560 | 0x58, 0xd2, 0x36, 0xb6, 0xac, 0x1d, 0x6b, 0xb7, 0xbe, 0xbf, 0xd2, 0xd6, 0xf1, 0x18, 0xb4, 0x91, |
| 1561 | 0xa3, 0x7b, 0x50, 0x0d, 0x4e, 0x2f, 0x12, 0x92, 0x6d, 0x2d, 0x48, 0xe4, 0x55, 0x83, 0x3c, 0x92, |
| 1562 | 0x7e, 0xa4, 0xc8, 0xd5, 0x10, 0xfb, 0x3b, 0x0b, 0xd6, 0x3a, 0x83, 0x30, 0x0a, 0x94, 0xf0, 0x49, |
| 1563 | 0x18, 0x09, 0x13, 0xdb, 0x50, 0x4b, 0x70, 0x4a, 0x28, 0xf7, 0xc2, 0x40, 0xfa, 0xab, 0xb9, 0xcb, |
| 1564 | 0x6a, 0xc2, 0x09, 0xd0, 0x2d, 0x68, 0x66, 0x24, 0x0d, 0x71, 0xe4, 0xd1, 0x3c, 0x3e, 0x23, 0xa9, |
| 1565 | 0x74, 0x53, 0x73, 0x1b, 0x6a, 0xf2, 0xb9, 0x9c, 0x43, 0x1b, 0x50, 0x65, 0x34, 0x17, 0xea, 0x57, |
| 1566 | 0x76, 0xac, 0xdd, 0xa6, 0x5b, 0x61, 0x34, 0x77, 0x02, 0x74, 0x1b, 0x5a, 0xda, 0x70, 0xc2, 0x52, |
| 1567 | 0xee, 0x51, 0xb6, 0xb5, 0x28, 0xc5, 0x0d, 0x35, 0x7b, 0xc2, 0x52, 0xfe, 0x9c, 0xd9, 0x2f, 0x01, |
| 1568 | 0xc4, 0xd7, 0x98, 0x8c, 0xca, 0x50, 0x81, 0x8c, 0x9a, 0x70, 0x02, 0x84, 0x60, 0x51, 0x58, 0x92, |
| 1569 | 0x1c, 0x9a, 0xae, 0xfc, 0x46, 0xfb, 0x50, 0x93, 0xd6, 0xf9, 0x45, 0x42, 0xa4, 0xfb, 0xd6, 0xfe, |
| 1570 | 0x86, 0xc9, 0x81, 0xb0, 0x2b, 0x7f, 0x44, 0xf8, 0xee, 0x72, 0xa2, 0xbf, 0xec, 0x3f, 0x2c, 0x58, |
| 1571 | 0x51, 0x29, 0x38, 0x0a, 0x33, 0x9f, 0x0d, 0x49, 0x7a, 0x71, 0x79, 0x16, 0xa6, 0x23, 0x59, 0x98, |
| 1572 | 0x8e, 0x04, 0xbd, 0x07, 0x6b, 0xbe, 0xc8, 0xae, 0xa7, 0x23, 0x18, 0x51, 0xaa, 0xb9, 0x2b, 0xfe, |
| 1573 | 0x38, 0xed, 0x82, 0x02, 0xba, 0x01, 0xe0, 0x0f, 0x30, 0xa5, 0x24, 0x12, 0xfe, 0x54, 0x5e, 0x6a, |
| 1574 | 0x7a, 0xc6, 0x09, 0x04, 0x9b, 0x21, 0xa1, 0x01, 0x4b, 0x85, 0xb4, 0xa2, 0xd8, 0xa8, 0x89, 0x59, |
| 1575 | 0x35, 0xa9, 0x5e, 0x5a, 0x93, 0xa5, 0x42, 0x4d, 0xec, 0x5f, 0x2d, 0x58, 0x53, 0x34, 0xba, 0x1c, |
| 1576 | 0x73, 0x32, 0x4f, 0xd6, 0x77, 0x61, 0x55, 0x07, 0x3f, 0xc6, 0xa8, 0x55, 0xa0, 0x93, 0x72, 0x64, |
| 1577 | 0x90, 0x0f, 0xa1, 0xce, 0x12, 0x92, 0x7a, 0x19, 0xc7, 0x3c, 0xcf, 0x74, 0x35, 0xb6, 0xda, 0x7a, |
| 1578 | 0x9f, 0x1e, 0x27, 0x24, 0xed, 0x4a, 0x49, 0x5b, 0x2d, 0x4b, 0x60, 0xa3, 0x19, 0xf4, 0x31, 0xd4, |
| 1579 | 0x7d, 0x46, 0xa9, 0x51, 0x5d, 0x94, 0xaa, 0xdb, 0x46, 0xb5, 0xc3, 0x28, 0x25, 0x3e, 0x2f, 0x6b, |
| 1580 | 0x0b, 0xbc, 0x9a, 0xb1, 0x7f, 0xb2, 0xa0, 0x26, 0x8a, 0x20, 0x63, 0xba, 0x3c, 0x9a, 0xd2, 0x7a, |
| 1581 | 0x59, 0x98, 0x6b, 0xbd, 0xa0, 0x6b, 0xb0, 0x64, 0xea, 0xae, 0x16, 0x78, 0x35, 0x51, 0x15, 0x9f, |
| 1582 | 0x08, 0x78, 0x71, 0xfe, 0x80, 0xed, 0xef, 0x2d, 0x58, 0x19, 0x51, 0x9e, 0xb7, 0x0c, 0x86, 0xb8, |
| 1583 | 0xd7, 0x93, 0x0a, 0x7a, 0x15, 0xb6, 0x0c, 0x51, 0x6d, 0xe6, 0x6f, 0xb0, 0xea, 0xc2, 0xf2, 0x09, |
| 1584 | 0xf6, 0x5f, 0x10, 0xee, 0xd0, 0xb7, 0xdf, 0x8a, 0x9b, 0x50, 0x4d, 0xa4, 0xb2, 0xcc, 0x52, 0xc3, |
| 1585 | 0xd5, 0x23, 0xfb, 0x6b, 0x51, 0x1d, 0xf9, 0x79, 0x9c, 0xf3, 0xcb, 0xcd, 0xde, 0x86, 0x16, 0xe9, |
| 1586 | 0xa7, 0x24, 0xcb, 0x26, 0x37, 0x9a, 0x9a, 0xd5, 0x1b, 0xed, 0xa0, 0xe4, 0xa8, 0xbe, 0xbf, 0xdd, |
| 1587 | 0x2e, 0xb6, 0x74, 0xd6, 0x4b, 0x3c, 0x25, 0xf6, 0x58, 0xce, 0x47, 0x2c, 0x3a, 0xd0, 0x50, 0x0b, |
| 1588 | 0xd5, 0x25, 0x38, 0x63, 0x6f, 0x08, 0x6f, 0x13, 0xaa, 0xa9, 0x84, 0xe9, 0x95, 0xae, 0x47, 0xf6, |
| 1589 | 0x2f, 0x16, 0xd4, 0x0e, 0xf3, 0xe8, 0xc5, 0x93, 0x88, 0x9d, 0x67, 0xe8, 0x0e, 0x54, 0x95, 0x86, |
| 1590 | 0x6e, 0xd3, 0xad, 0x72, 0xf3, 0x75, 0xb5, 0x14, 0xed, 0x42, 0x45, 0x90, 0x33, 0x3d, 0x1a, 0x95, |
| 1591 | 0xe8, 0x4a, 0x53, 0xae, 0x02, 0xa0, 0x3d, 0xa8, 0xf6, 0x53, 0x96, 0x27, 0x99, 0x8e, 0xec, 0xda, |
| 1592 | 0x14, 0xf4, 0xa9, 0x14, 0xbb, 0x1a, 0x86, 0x1e, 0x42, 0x53, 0x4a, 0x63, 0xc2, 0x71, 0x80, 0x39, |
| 1593 | 0x96, 0xd5, 0xae, 0xef, 0xaf, 0x1b, 0x26, 0x42, 0xe5, 0x99, 0x96, 0xb9, 0x8d, 0x5e, 0x61, 0x64, |
| 1594 | 0xff, 0x66, 0xc1, 0xaa, 0x43, 0xfd, 0x94, 0xc4, 0x84, 0x72, 0x1c, 0xbd, 0x5d, 0x48, 0xed, 0x72, |
| 1595 | 0x48, 0x5b, 0x53, 0x3c, 0x3b, 0x03, 0x4c, 0xfb, 0x64, 0x14, 0xd8, 0x83, 0x89, 0xc0, 0x6e, 0xcc, |
| 1596 | 0x0e, 0xcc, 0x68, 0xfd, 0x03, 0xe1, 0x7d, 0x05, 0xcd, 0x93, 0xb8, 0xc3, 0x68, 0x2f, 0xec, 0x67, |
| 1597 | 0x0e, 0xed, 0xb1, 0xcb, 0x0b, 0xfe, 0x01, 0x40, 0x12, 0x8b, 0x8b, 0x87, 0x80, 0xeb, 0xa0, 0xd6, |
| 1598 | 0x46, 0x7d, 0xc1, 0xd8, 0x71, 0x6b, 0x89, 0xf9, 0xb4, 0xbf, 0xb1, 0x60, 0xb5, 0x7b, 0x1e, 0x72, |
| 1599 | 0x7f, 0xd0, 0xc1, 0x09, 0x3e, 0x0b, 0xa3, 0x90, 0x5f, 0xa0, 0xbb, 0xb0, 0x18, 0x90, 0xcc, 0xd7, |
| 1600 | 0xc9, 0xdb, 0x98, 0x5a, 0x97, 0x42, 0xe8, 0x4a, 0x08, 0x72, 0x60, 0x25, 0x93, 0xea, 0x5e, 0x8f, |
| 1601 | 0x60, 0x9e, 0xa7, 0xa3, 0x23, 0x7c, 0x67, 0x4a, 0x6b, 0x02, 0xe7, 0xb6, 0xd4, 0xc4, 0x13, 0x3d, |
| 1602 | 0xb6, 0x5f, 0xc0, 0xba, 0x13, 0xe3, 0x3e, 0x39, 0x62, 0xe7, 0x34, 0x62, 0x38, 0x78, 0x46, 0xb2, |
| 1603 | 0x0c, 0xf7, 0xc9, 0xdc, 0xc5, 0xbc, 0x07, 0x95, 0x50, 0xe8, 0x6b, 0x02, 0xa3, 0x7e, 0x58, 0x32, |
| 1604 | 0xea, 0x2a, 0x8c, 0x4d, 0x60, 0xf9, 0xf8, 0x59, 0xc7, 0x39, 0x25, 0x19, 0x9f, 0xdb, 0xc1, 0x7d, |
| 1605 | 0x58, 0x4a, 0xc9, 0xcb, 0x9c, 0x64, 0x5c, 0xbb, 0xb8, 0x66, 0x80, 0xc7, 0xb1, 0x1f, 0x0a, 0x53, |
| 1606 | 0xae, 0x12, 0xbb, 0x06, 0x67, 0x0f, 0x61, 0xbd, 0x1b, 0xc6, 0x79, 0x84, 0x39, 0x79, 0x14, 0xe1, |
| 1607 | 0x34, 0x7e, 0xdb, 0x98, 0x3e, 0x9c, 0x74, 0xf9, 0x1f, 0x03, 0x2c, 0x99, 0x9d, 0xf2, 0xfb, 0xb3, |
| 1608 | 0x05, 0xe8, 0x29, 0xe1, 0x8f, 0x5f, 0xf1, 0x2f, 0x70, 0x94, 0x13, 0xe3, 0xf6, 0x00, 0x9a, 0xa5, |
| 1609 | 0x43, 0xf0, 0x35, 0xde, 0x1b, 0xc5, 0x13, 0x11, 0xdd, 0x87, 0x46, 0xf1, 0x42, 0xa0, 0x89, 0x4c, |
| 1610 | 0xea, 0xd4, 0x0b, 0x77, 0x03, 0xf4, 0x00, 0x60, 0x28, 0xfc, 0x16, 0xef, 0x33, 0x9b, 0xa6, 0x75, |
| 1611 | 0x4b, 0x46, 0xa2, 0x69, 0xcb, 0xce, 0xed, 0xd6, 0x86, 0x66, 0x6c, 0x07, 0x80, 0xba, 0xd3, 0xa4, |
| 1612 | 0xe7, 0xcd, 0xd5, 0x1d, 0xa8, 0x48, 0x53, 0x7a, 0x6f, 0xae, 0x1a, 0x98, 0x34, 0xd6, 0x25, 0xdc, |
| 1613 | 0x55, 0x62, 0xfb, 0x4f, 0x0b, 0xea, 0xa2, 0x60, 0xc6, 0xfe, 0x16, 0x2c, 0xc5, 0xea, 0x53, 0x3a, |
| 1614 | 0x68, 0xb8, 0x66, 0x88, 0x0e, 0xa1, 0xe5, 0xab, 0x33, 0xdb, 0x9c, 0x42, 0x0b, 0x6f, 0x3e, 0xd1, |
| 1615 | 0x9b, 0x7e, 0x71, 0x12, 0x7d, 0x0a, 0xcd, 0x24, 0x65, 0xaf, 0x2e, 0x3c, 0x1c, 0x04, 0xa2, 0xf9, |
| 1616 | 0x8f, 0x9a, 0x7d, 0x29, 0x88, 0xf6, 0x89, 0xc0, 0x3c, 0x52, 0x10, 0xb7, 0x91, 0x14, 0x46, 0x33, |
| 1617 | 0x6f, 0x2e, 0x8b, 0x33, 0x6f, 0x2e, 0x77, 0x60, 0xa5, 0x74, 0x75, 0x1b, 0xdd, 0xba, 0x9a, 0x85, |
| 1618 | 0xe2, 0x38, 0x81, 0xfd, 0xe3, 0x02, 0x5c, 0x3f, 0x25, 0xfe, 0xe0, 0x44, 0x3d, 0x0e, 0x26, 0x37, |
| 1619 | 0xdc, 0xa5, 0x2d, 0x66, 0x03, 0xaa, 0x39, 0x0d, 0xcd, 0xed, 0xa9, 0xe9, 0x56, 0x72, 0x1a, 0xaa, |
| 1620 | 0x73, 0x9d, 0x27, 0x5e, 0x48, 0x33, 0x8e, 0xa9, 0x4f, 0xbc, 0x04, 0xf3, 0x81, 0xbe, 0x34, 0xb6, |
| 1621 | 0x78, 0xe2, 0xe8, 0xe9, 0x13, 0xcc, 0x07, 0xe8, 0x08, 0xea, 0x05, 0xa4, 0x6e, 0x85, 0x37, 0xdb, |
| 1622 | 0xa5, 0xd7, 0x4a, 0x81, 0x9c, 0xd1, 0xfd, 0xec, 0x5f, 0x2e, 0x8c, 0x2d, 0xa1, 0xcf, 0x61, 0x95, |
| 1623 | 0x24, 0x8c, 0x7a, 0x45, 0x53, 0x15, 0x69, 0xea, 0xff, 0x65, 0x53, 0x8f, 0x13, 0x46, 0x67, 0x9b, |
| 1624 | 0x6b, 0x09, 0x03, 0xa7, 0x23, 0x93, 0x87, 0x08, 0x56, 0xa5, 0x66, 0xc1, 0xa4, 0xfd, 0x83, 0x05, |
| 1625 | 0xeb, 0x47, 0x24, 0x22, 0x9c, 0x3c, 0x25, 0xb1, 0x38, 0xb7, 0xdf, 0x4d, 0x8e, 0xfe, 0x0b, 0xf5, |
| 1626 | 0x3e, 0x89, 0xd5, 0xed, 0x61, 0x7c, 0xb1, 0xee, 0x2b, 0x0a, 0x4e, 0x60, 0x7f, 0x6b, 0x01, 0x52, |
| 1627 | 0xb4, 0x4e, 0xc5, 0x2b, 0xf3, 0xdd, 0x90, 0xfa, 0x37, 0x2c, 0xe3, 0x28, 0x62, 0xfe, 0x98, 0xd1, |
| 1628 | 0x92, 0x1c, 0x3b, 0x81, 0x9d, 0xc2, 0xfa, 0x31, 0xcd, 0x1d, 0x1a, 0x84, 0xbe, 0x7c, 0xfb, 0xcd, |
| 1629 | 0x45, 0xe8, 0x13, 0x68, 0xc9, 0xbb, 0xfd, 0x48, 0x4b, 0x77, 0x96, 0xcd, 0xb6, 0x79, 0x97, 0x96, |
| 1630 | 0x6c, 0xba, 0x4d, 0x56, 0x1c, 0xda, 0xbf, 0x5b, 0x70, 0x73, 0x46, 0x61, 0x75, 0x2b, 0x9c, 0x8b, |
| 1631 | 0xc1, 0xac, 0xd8, 0x17, 0x66, 0xc6, 0x3e, 0x6b, 0x0f, 0x5e, 0x79, 0xdd, 0x1e, 0x1c, 0x3d, 0xb2, |
| 1632 | 0xa8, 0xac, 0xa0, 0x4e, 0x56, 0xd3, 0xbc, 0xb2, 0xa8, 0x28, 0x62, 0xe1, 0x65, 0x53, 0x29, 0xbe, |
| 1633 | 0x36, 0xc7, 0x55, 0xaa, 0x16, 0xaa, 0x74, 0xf8, 0x1c, 0xae, 0xb2, 0xb4, 0x2f, 0x13, 0xe3, 0xb3, |
| 1634 | 0x34, 0xd0, 0xcd, 0xe3, 0xcb, 0x8f, 0xfa, 0x21, 0x1f, 0xe4, 0x67, 0xa2, 0x1d, 0xed, 0x19, 0x99, |
| 1635 | 0xfe, 0xd3, 0xe0, 0x7d, 0xf3, 0x17, 0xc2, 0x83, 0xbd, 0x3e, 0x9b, 0xfc, 0x47, 0xe2, 0xac, 0x2a, |
| 1636 | 0xa5, 0x07, 0x7f, 0x05, 0x00, 0x00, 0xff, 0xff, 0x9f, 0x82, 0x0a, 0xe6, 0xb9, 0x10, 0x00, 0x00, |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1637 | } |