blob: d644bf823e9293de4ba951545f2583136bb3fd20 [file] [log] [blame]
Don Newton98fd8812019-09-23 15:15:02 -04001// Code generated by protoc-gen-go. DO NOT EDIT.
2// source: voltha_protos/omci_mib_db.proto
3
4package omci
5
6import (
7 fmt "fmt"
8 proto "github.com/golang/protobuf/proto"
Maninder12b909f2020-10-23 14:23:36 +05309 _ "github.com/opencord/voltha-protos/v4/go/common"
Don Newton98fd8812019-09-23 15:15:02 -040010 math "math"
11)
12
13// Reference imports to suppress errors if they are not otherwise used.
14var _ = proto.Marshal
15var _ = fmt.Errorf
16var _ = math.Inf
17
18// This is a compile-time assertion to ensure that this generated file
19// is compatible with the proto package it is being compiled against.
20// A compilation error at this line likely means your copy of the
21// proto package needs to be updated.
22const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
23
David K. Bainbridgeaea73cd2020-01-27 10:44:50 -080024type OpenOmciEventType_Types int32
Don Newton98fd8812019-09-23 15:15:02 -040025
26const (
David K. Bainbridgeaea73cd2020-01-27 10:44:50 -080027 OpenOmciEventType_state_change OpenOmciEventType_Types = 0
Don Newton98fd8812019-09-23 15:15:02 -040028)
29
David K. Bainbridgeaea73cd2020-01-27 10:44:50 -080030var OpenOmciEventType_Types_name = map[int32]string{
Don Newton98fd8812019-09-23 15:15:02 -040031 0: "state_change",
32}
33
David K. Bainbridgeaea73cd2020-01-27 10:44:50 -080034var OpenOmciEventType_Types_value = map[string]int32{
Don Newton98fd8812019-09-23 15:15:02 -040035 "state_change": 0,
36}
37
David K. Bainbridgeaea73cd2020-01-27 10:44:50 -080038func (x OpenOmciEventType_Types) String() string {
39 return proto.EnumName(OpenOmciEventType_Types_name, int32(x))
Don Newton98fd8812019-09-23 15:15:02 -040040}
41
David K. Bainbridgeaea73cd2020-01-27 10:44:50 -080042func (OpenOmciEventType_Types) EnumDescriptor() ([]byte, []int) {
Don Newton98fd8812019-09-23 15:15:02 -040043 return fileDescriptor_4fa402a2df36dcc1, []int{6, 0}
44}
45
46type MibAttributeData struct {
47 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
48 Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
49 XXX_NoUnkeyedLiteral struct{} `json:"-"`
50 XXX_unrecognized []byte `json:"-"`
51 XXX_sizecache int32 `json:"-"`
52}
53
54func (m *MibAttributeData) Reset() { *m = MibAttributeData{} }
55func (m *MibAttributeData) String() string { return proto.CompactTextString(m) }
56func (*MibAttributeData) ProtoMessage() {}
57func (*MibAttributeData) Descriptor() ([]byte, []int) {
58 return fileDescriptor_4fa402a2df36dcc1, []int{0}
59}
60
61func (m *MibAttributeData) XXX_Unmarshal(b []byte) error {
62 return xxx_messageInfo_MibAttributeData.Unmarshal(m, b)
63}
64func (m *MibAttributeData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
65 return xxx_messageInfo_MibAttributeData.Marshal(b, m, deterministic)
66}
67func (m *MibAttributeData) XXX_Merge(src proto.Message) {
68 xxx_messageInfo_MibAttributeData.Merge(m, src)
69}
70func (m *MibAttributeData) XXX_Size() int {
71 return xxx_messageInfo_MibAttributeData.Size(m)
72}
73func (m *MibAttributeData) XXX_DiscardUnknown() {
74 xxx_messageInfo_MibAttributeData.DiscardUnknown(m)
75}
76
77var xxx_messageInfo_MibAttributeData proto.InternalMessageInfo
78
79func (m *MibAttributeData) GetName() string {
80 if m != nil {
81 return m.Name
82 }
83 return ""
84}
85
86func (m *MibAttributeData) GetValue() string {
87 if m != nil {
88 return m.Value
89 }
90 return ""
91}
92
93type MibInstanceData struct {
94 InstanceId uint32 `protobuf:"varint,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
95 Created string `protobuf:"bytes,2,opt,name=created,proto3" json:"created,omitempty"`
96 Modified string `protobuf:"bytes,3,opt,name=modified,proto3" json:"modified,omitempty"`
97 Attributes []*MibAttributeData `protobuf:"bytes,4,rep,name=attributes,proto3" json:"attributes,omitempty"`
98 XXX_NoUnkeyedLiteral struct{} `json:"-"`
99 XXX_unrecognized []byte `json:"-"`
100 XXX_sizecache int32 `json:"-"`
101}
102
103func (m *MibInstanceData) Reset() { *m = MibInstanceData{} }
104func (m *MibInstanceData) String() string { return proto.CompactTextString(m) }
105func (*MibInstanceData) ProtoMessage() {}
106func (*MibInstanceData) Descriptor() ([]byte, []int) {
107 return fileDescriptor_4fa402a2df36dcc1, []int{1}
108}
109
110func (m *MibInstanceData) XXX_Unmarshal(b []byte) error {
111 return xxx_messageInfo_MibInstanceData.Unmarshal(m, b)
112}
113func (m *MibInstanceData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
114 return xxx_messageInfo_MibInstanceData.Marshal(b, m, deterministic)
115}
116func (m *MibInstanceData) XXX_Merge(src proto.Message) {
117 xxx_messageInfo_MibInstanceData.Merge(m, src)
118}
119func (m *MibInstanceData) XXX_Size() int {
120 return xxx_messageInfo_MibInstanceData.Size(m)
121}
122func (m *MibInstanceData) XXX_DiscardUnknown() {
123 xxx_messageInfo_MibInstanceData.DiscardUnknown(m)
124}
125
126var xxx_messageInfo_MibInstanceData proto.InternalMessageInfo
127
128func (m *MibInstanceData) GetInstanceId() uint32 {
129 if m != nil {
130 return m.InstanceId
131 }
132 return 0
133}
134
135func (m *MibInstanceData) GetCreated() string {
136 if m != nil {
137 return m.Created
138 }
139 return ""
140}
141
142func (m *MibInstanceData) GetModified() string {
143 if m != nil {
144 return m.Modified
145 }
146 return ""
147}
148
149func (m *MibInstanceData) GetAttributes() []*MibAttributeData {
150 if m != nil {
151 return m.Attributes
152 }
153 return nil
154}
155
156type MibClassData struct {
157 ClassId uint32 `protobuf:"varint,1,opt,name=class_id,json=classId,proto3" json:"class_id,omitempty"`
158 Instances []*MibInstanceData `protobuf:"bytes,2,rep,name=instances,proto3" json:"instances,omitempty"`
159 XXX_NoUnkeyedLiteral struct{} `json:"-"`
160 XXX_unrecognized []byte `json:"-"`
161 XXX_sizecache int32 `json:"-"`
162}
163
164func (m *MibClassData) Reset() { *m = MibClassData{} }
165func (m *MibClassData) String() string { return proto.CompactTextString(m) }
166func (*MibClassData) ProtoMessage() {}
167func (*MibClassData) Descriptor() ([]byte, []int) {
168 return fileDescriptor_4fa402a2df36dcc1, []int{2}
169}
170
171func (m *MibClassData) XXX_Unmarshal(b []byte) error {
172 return xxx_messageInfo_MibClassData.Unmarshal(m, b)
173}
174func (m *MibClassData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
175 return xxx_messageInfo_MibClassData.Marshal(b, m, deterministic)
176}
177func (m *MibClassData) XXX_Merge(src proto.Message) {
178 xxx_messageInfo_MibClassData.Merge(m, src)
179}
180func (m *MibClassData) XXX_Size() int {
181 return xxx_messageInfo_MibClassData.Size(m)
182}
183func (m *MibClassData) XXX_DiscardUnknown() {
184 xxx_messageInfo_MibClassData.DiscardUnknown(m)
185}
186
187var xxx_messageInfo_MibClassData proto.InternalMessageInfo
188
189func (m *MibClassData) GetClassId() uint32 {
190 if m != nil {
191 return m.ClassId
192 }
193 return 0
194}
195
196func (m *MibClassData) GetInstances() []*MibInstanceData {
197 if m != nil {
198 return m.Instances
199 }
200 return nil
201}
202
203type ManagedEntity struct {
204 ClassId uint32 `protobuf:"varint,1,opt,name=class_id,json=classId,proto3" json:"class_id,omitempty"`
205 Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
206 XXX_NoUnkeyedLiteral struct{} `json:"-"`
207 XXX_unrecognized []byte `json:"-"`
208 XXX_sizecache int32 `json:"-"`
209}
210
211func (m *ManagedEntity) Reset() { *m = ManagedEntity{} }
212func (m *ManagedEntity) String() string { return proto.CompactTextString(m) }
213func (*ManagedEntity) ProtoMessage() {}
214func (*ManagedEntity) Descriptor() ([]byte, []int) {
215 return fileDescriptor_4fa402a2df36dcc1, []int{3}
216}
217
218func (m *ManagedEntity) XXX_Unmarshal(b []byte) error {
219 return xxx_messageInfo_ManagedEntity.Unmarshal(m, b)
220}
221func (m *ManagedEntity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
222 return xxx_messageInfo_ManagedEntity.Marshal(b, m, deterministic)
223}
224func (m *ManagedEntity) XXX_Merge(src proto.Message) {
225 xxx_messageInfo_ManagedEntity.Merge(m, src)
226}
227func (m *ManagedEntity) XXX_Size() int {
228 return xxx_messageInfo_ManagedEntity.Size(m)
229}
230func (m *ManagedEntity) XXX_DiscardUnknown() {
231 xxx_messageInfo_ManagedEntity.DiscardUnknown(m)
232}
233
234var xxx_messageInfo_ManagedEntity proto.InternalMessageInfo
235
236func (m *ManagedEntity) GetClassId() uint32 {
237 if m != nil {
238 return m.ClassId
239 }
240 return 0
241}
242
243func (m *ManagedEntity) GetName() string {
244 if m != nil {
245 return m.Name
246 }
247 return ""
248}
249
250type MessageType struct {
251 MessageType uint32 `protobuf:"varint,1,opt,name=message_type,json=messageType,proto3" json:"message_type,omitempty"`
252 XXX_NoUnkeyedLiteral struct{} `json:"-"`
253 XXX_unrecognized []byte `json:"-"`
254 XXX_sizecache int32 `json:"-"`
255}
256
257func (m *MessageType) Reset() { *m = MessageType{} }
258func (m *MessageType) String() string { return proto.CompactTextString(m) }
259func (*MessageType) ProtoMessage() {}
260func (*MessageType) Descriptor() ([]byte, []int) {
261 return fileDescriptor_4fa402a2df36dcc1, []int{4}
262}
263
264func (m *MessageType) XXX_Unmarshal(b []byte) error {
265 return xxx_messageInfo_MessageType.Unmarshal(m, b)
266}
267func (m *MessageType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
268 return xxx_messageInfo_MessageType.Marshal(b, m, deterministic)
269}
270func (m *MessageType) XXX_Merge(src proto.Message) {
271 xxx_messageInfo_MessageType.Merge(m, src)
272}
273func (m *MessageType) XXX_Size() int {
274 return xxx_messageInfo_MessageType.Size(m)
275}
276func (m *MessageType) XXX_DiscardUnknown() {
277 xxx_messageInfo_MessageType.DiscardUnknown(m)
278}
279
280var xxx_messageInfo_MessageType proto.InternalMessageInfo
281
282func (m *MessageType) GetMessageType() uint32 {
283 if m != nil {
284 return m.MessageType
285 }
286 return 0
287}
288
289type MibDeviceData struct {
290 DeviceId string `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
291 Created string `protobuf:"bytes,2,opt,name=created,proto3" json:"created,omitempty"`
292 LastSyncTime string `protobuf:"bytes,3,opt,name=last_sync_time,json=lastSyncTime,proto3" json:"last_sync_time,omitempty"`
293 MibDataSync uint32 `protobuf:"varint,4,opt,name=mib_data_sync,json=mibDataSync,proto3" json:"mib_data_sync,omitempty"`
294 Version uint32 `protobuf:"varint,5,opt,name=version,proto3" json:"version,omitempty"`
295 Classes []*MibClassData `protobuf:"bytes,6,rep,name=classes,proto3" json:"classes,omitempty"`
296 ManagedEntities []*ManagedEntity `protobuf:"bytes,7,rep,name=managed_entities,json=managedEntities,proto3" json:"managed_entities,omitempty"`
297 MessageTypes []*MessageType `protobuf:"bytes,8,rep,name=message_types,json=messageTypes,proto3" json:"message_types,omitempty"`
298 XXX_NoUnkeyedLiteral struct{} `json:"-"`
299 XXX_unrecognized []byte `json:"-"`
300 XXX_sizecache int32 `json:"-"`
301}
302
303func (m *MibDeviceData) Reset() { *m = MibDeviceData{} }
304func (m *MibDeviceData) String() string { return proto.CompactTextString(m) }
305func (*MibDeviceData) ProtoMessage() {}
306func (*MibDeviceData) Descriptor() ([]byte, []int) {
307 return fileDescriptor_4fa402a2df36dcc1, []int{5}
308}
309
310func (m *MibDeviceData) XXX_Unmarshal(b []byte) error {
311 return xxx_messageInfo_MibDeviceData.Unmarshal(m, b)
312}
313func (m *MibDeviceData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
314 return xxx_messageInfo_MibDeviceData.Marshal(b, m, deterministic)
315}
316func (m *MibDeviceData) XXX_Merge(src proto.Message) {
317 xxx_messageInfo_MibDeviceData.Merge(m, src)
318}
319func (m *MibDeviceData) XXX_Size() int {
320 return xxx_messageInfo_MibDeviceData.Size(m)
321}
322func (m *MibDeviceData) XXX_DiscardUnknown() {
323 xxx_messageInfo_MibDeviceData.DiscardUnknown(m)
324}
325
326var xxx_messageInfo_MibDeviceData proto.InternalMessageInfo
327
328func (m *MibDeviceData) GetDeviceId() string {
329 if m != nil {
330 return m.DeviceId
331 }
332 return ""
333}
334
335func (m *MibDeviceData) GetCreated() string {
336 if m != nil {
337 return m.Created
338 }
339 return ""
340}
341
342func (m *MibDeviceData) GetLastSyncTime() string {
343 if m != nil {
344 return m.LastSyncTime
345 }
346 return ""
347}
348
349func (m *MibDeviceData) GetMibDataSync() uint32 {
350 if m != nil {
351 return m.MibDataSync
352 }
353 return 0
354}
355
356func (m *MibDeviceData) GetVersion() uint32 {
357 if m != nil {
358 return m.Version
359 }
360 return 0
361}
362
363func (m *MibDeviceData) GetClasses() []*MibClassData {
364 if m != nil {
365 return m.Classes
366 }
367 return nil
368}
369
370func (m *MibDeviceData) GetManagedEntities() []*ManagedEntity {
371 if m != nil {
372 return m.ManagedEntities
373 }
374 return nil
375}
376
377func (m *MibDeviceData) GetMessageTypes() []*MessageType {
378 if m != nil {
379 return m.MessageTypes
380 }
381 return nil
382}
383
384type OpenOmciEventType struct {
385 XXX_NoUnkeyedLiteral struct{} `json:"-"`
386 XXX_unrecognized []byte `json:"-"`
387 XXX_sizecache int32 `json:"-"`
388}
389
390func (m *OpenOmciEventType) Reset() { *m = OpenOmciEventType{} }
391func (m *OpenOmciEventType) String() string { return proto.CompactTextString(m) }
392func (*OpenOmciEventType) ProtoMessage() {}
393func (*OpenOmciEventType) Descriptor() ([]byte, []int) {
394 return fileDescriptor_4fa402a2df36dcc1, []int{6}
395}
396
397func (m *OpenOmciEventType) XXX_Unmarshal(b []byte) error {
398 return xxx_messageInfo_OpenOmciEventType.Unmarshal(m, b)
399}
400func (m *OpenOmciEventType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
401 return xxx_messageInfo_OpenOmciEventType.Marshal(b, m, deterministic)
402}
403func (m *OpenOmciEventType) XXX_Merge(src proto.Message) {
404 xxx_messageInfo_OpenOmciEventType.Merge(m, src)
405}
406func (m *OpenOmciEventType) XXX_Size() int {
407 return xxx_messageInfo_OpenOmciEventType.Size(m)
408}
409func (m *OpenOmciEventType) XXX_DiscardUnknown() {
410 xxx_messageInfo_OpenOmciEventType.DiscardUnknown(m)
411}
412
413var xxx_messageInfo_OpenOmciEventType proto.InternalMessageInfo
414
415type OpenOmciEvent struct {
David K. Bainbridgeaea73cd2020-01-27 10:44:50 -0800416 Type OpenOmciEventType_Types `protobuf:"varint,1,opt,name=type,proto3,enum=omci.OpenOmciEventType_Types" json:"type,omitempty"`
417 Data string `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
418 XXX_NoUnkeyedLiteral struct{} `json:"-"`
419 XXX_unrecognized []byte `json:"-"`
420 XXX_sizecache int32 `json:"-"`
Don Newton98fd8812019-09-23 15:15:02 -0400421}
422
423func (m *OpenOmciEvent) Reset() { *m = OpenOmciEvent{} }
424func (m *OpenOmciEvent) String() string { return proto.CompactTextString(m) }
425func (*OpenOmciEvent) ProtoMessage() {}
426func (*OpenOmciEvent) Descriptor() ([]byte, []int) {
427 return fileDescriptor_4fa402a2df36dcc1, []int{7}
428}
429
430func (m *OpenOmciEvent) XXX_Unmarshal(b []byte) error {
431 return xxx_messageInfo_OpenOmciEvent.Unmarshal(m, b)
432}
433func (m *OpenOmciEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
434 return xxx_messageInfo_OpenOmciEvent.Marshal(b, m, deterministic)
435}
436func (m *OpenOmciEvent) XXX_Merge(src proto.Message) {
437 xxx_messageInfo_OpenOmciEvent.Merge(m, src)
438}
439func (m *OpenOmciEvent) XXX_Size() int {
440 return xxx_messageInfo_OpenOmciEvent.Size(m)
441}
442func (m *OpenOmciEvent) XXX_DiscardUnknown() {
443 xxx_messageInfo_OpenOmciEvent.DiscardUnknown(m)
444}
445
446var xxx_messageInfo_OpenOmciEvent proto.InternalMessageInfo
447
David K. Bainbridgeaea73cd2020-01-27 10:44:50 -0800448func (m *OpenOmciEvent) GetType() OpenOmciEventType_Types {
Don Newton98fd8812019-09-23 15:15:02 -0400449 if m != nil {
450 return m.Type
451 }
452 return OpenOmciEventType_state_change
453}
454
455func (m *OpenOmciEvent) GetData() string {
456 if m != nil {
457 return m.Data
458 }
459 return ""
460}
461
462func init() {
David K. Bainbridgeaea73cd2020-01-27 10:44:50 -0800463 proto.RegisterEnum("omci.OpenOmciEventType_Types", OpenOmciEventType_Types_name, OpenOmciEventType_Types_value)
Don Newton98fd8812019-09-23 15:15:02 -0400464 proto.RegisterType((*MibAttributeData)(nil), "omci.MibAttributeData")
465 proto.RegisterType((*MibInstanceData)(nil), "omci.MibInstanceData")
466 proto.RegisterType((*MibClassData)(nil), "omci.MibClassData")
467 proto.RegisterType((*ManagedEntity)(nil), "omci.ManagedEntity")
468 proto.RegisterType((*MessageType)(nil), "omci.MessageType")
469 proto.RegisterType((*MibDeviceData)(nil), "omci.MibDeviceData")
470 proto.RegisterType((*OpenOmciEventType)(nil), "omci.OpenOmciEventType")
471 proto.RegisterType((*OpenOmciEvent)(nil), "omci.OpenOmciEvent")
472}
473
474func init() { proto.RegisterFile("voltha_protos/omci_mib_db.proto", fileDescriptor_4fa402a2df36dcc1) }
475
476var fileDescriptor_4fa402a2df36dcc1 = []byte{
David K. Bainbridgeaea73cd2020-01-27 10:44:50 -0800477 // 598 bytes of a gzipped FileDescriptorProto
Maninder12b909f2020-10-23 14:23:36 +0530478 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x54, 0xdf, 0x6a, 0xd4, 0x4e,
479 0x14, 0xfe, 0xed, 0x76, 0xb7, 0xdd, 0x9e, 0xdd, 0xb4, 0xdb, 0xf9, 0xa9, 0x4c, 0x0b, 0xc5, 0x12,
480 0x44, 0x7a, 0xa1, 0x59, 0xac, 0xa2, 0x57, 0x0a, 0x6e, 0x5b, 0xb4, 0x60, 0x28, 0xc4, 0xe2, 0x85,
481 0x37, 0x61, 0x92, 0x1c, 0xd3, 0x81, 0x9d, 0xc9, 0x92, 0x99, 0x06, 0xf2, 0x5e, 0xbe, 0x46, 0x5f,
482 0xc2, 0xab, 0x3e, 0x41, 0xaf, 0x65, 0x26, 0x7f, 0x36, 0x6b, 0x41, 0xbc, 0xcb, 0x77, 0xfe, 0x7c,
483 0xe7, 0x9c, 0xef, 0x0b, 0x03, 0x4f, 0x8b, 0x6c, 0xa1, 0xaf, 0x59, 0xb8, 0xcc, 0x33, 0x9d, 0xa9,
484 0x59, 0x26, 0x62, 0x1e, 0x0a, 0x1e, 0x85, 0x49, 0xe4, 0xd9, 0x10, 0x19, 0x98, 0xd0, 0x01, 0x5d,
485 0x2f, 0x13, 0xa8, 0x59, 0x95, 0x77, 0x4f, 0x61, 0xea, 0xf3, 0xe8, 0xa3, 0xd6, 0x39, 0x8f, 0x6e,
486 0x34, 0x9e, 0x31, 0xcd, 0xc8, 0x3e, 0x0c, 0x24, 0x13, 0x48, 0x7b, 0x47, 0xbd, 0xe3, 0xed, 0xf9,
487 0xf0, 0xee, 0xfe, 0xf6, 0xb0, 0x17, 0xd8, 0x10, 0x79, 0x04, 0xc3, 0x82, 0x2d, 0x6e, 0x90, 0xf6,
488 0x4d, 0x2e, 0xa8, 0x80, 0xfb, 0xb3, 0x07, 0xbb, 0x3e, 0x8f, 0x2e, 0xa4, 0xd2, 0x4c, 0xc6, 0x15,
489 0xc9, 0x73, 0x18, 0xf3, 0x1a, 0x87, 0x3c, 0xb1, 0x5c, 0x4e, 0xc3, 0x05, 0x4d, 0xe6, 0x22, 0x21,
490 0x14, 0xb6, 0xe2, 0x1c, 0x99, 0xc6, 0xa4, 0xe6, 0x6c, 0x20, 0x39, 0x80, 0x91, 0xc8, 0x12, 0xfe,
491 0x83, 0x63, 0x42, 0x37, 0x6c, 0xaa, 0xc5, 0xe4, 0x14, 0x80, 0x35, 0x3b, 0x2b, 0x3a, 0x38, 0xda,
492 0x38, 0x1e, 0x9f, 0x3c, 0xf1, 0xcc, 0xad, 0xde, 0x9f, 0xe7, 0xcc, 0xc7, 0xbf, 0xee, 0x6f, 0x0f,
493 0x37, 0xab, 0x9b, 0x82, 0x4e, 0x9b, 0x5b, 0xc2, 0xc4, 0xe7, 0xd1, 0xe9, 0x82, 0x29, 0x65, 0x57,
494 0x3e, 0x82, 0x51, 0x6c, 0xc0, 0x83, 0x7d, 0xb7, 0x6c, 0xf8, 0x22, 0x21, 0x9f, 0x60, 0xbb, 0x59,
495 0x5d, 0xd1, 0xbe, 0x9d, 0xfa, 0xb8, 0x9d, 0xda, 0x3d, 0x7f, 0x4e, 0xcc, 0x50, 0x67, 0x4d, 0x83,
496 0x60, 0xd5, 0xeb, 0x7e, 0x01, 0xc7, 0x67, 0x92, 0xa5, 0x98, 0x9c, 0x4b, 0xcd, 0x75, 0xf9, 0x0f,
497 0xb3, 0x1b, 0x57, 0xfa, 0x0f, 0x5c, 0x71, 0xdf, 0xc1, 0xd8, 0x47, 0xa5, 0x58, 0x8a, 0x57, 0xe5,
498 0x12, 0xc9, 0x31, 0x4c, 0x44, 0x05, 0x43, 0x5d, 0x2e, 0x71, 0x9d, 0x6f, 0x2c, 0x56, 0x95, 0xee,
499 0x5d, 0x1f, 0x1c, 0x9f, 0x47, 0x67, 0x58, 0xf0, 0xda, 0x36, 0x17, 0xb6, 0x13, 0x8b, 0x9a, 0x45,
500 0xda, 0x51, 0xa3, 0x2a, 0xfe, 0x57, 0xcb, 0x9e, 0xc1, 0xce, 0x82, 0x29, 0x1d, 0xaa, 0x52, 0xc6,
501 0xa1, 0xe6, 0x02, 0x6b, 0xe3, 0x26, 0x26, 0xfa, 0xb5, 0x94, 0xf1, 0x15, 0x17, 0x48, 0x5c, 0x70,
502 0xec, 0x3f, 0xca, 0x34, 0xb3, 0x95, 0x74, 0x60, 0x16, 0x0c, 0xc6, 0x82, 0x47, 0x66, 0x07, 0x53,
503 0x67, 0x66, 0x14, 0x98, 0x2b, 0x9e, 0x49, 0x3a, 0xb4, 0xd9, 0x06, 0x92, 0xf7, 0x50, 0x49, 0x82,
504 0x8a, 0x6e, 0x5a, 0x07, 0x48, 0xeb, 0x40, 0x6b, 0xe5, 0x7c, 0xd7, 0xc8, 0x0f, 0x2b, 0x4d, 0x83,
505 0xa6, 0x87, 0x7c, 0x80, 0xa9, 0xa8, 0x94, 0x0f, 0xd1, 0x48, 0xcf, 0x51, 0xd1, 0x2d, 0xcb, 0xf3,
506 0x7f, 0xcd, 0xd3, 0xf5, 0x25, 0xd8, 0x15, 0x1d, 0xc8, 0x51, 0x91, 0xb7, 0xe0, 0x74, 0xc5, 0x55,
507 0x74, 0x64, 0x9b, 0xf7, 0xea, 0xe6, 0x95, 0xb8, 0xc1, 0xa4, 0xa3, 0xb4, 0x72, 0x3d, 0xd8, 0xbb,
508 0x5c, 0xa2, 0xbc, 0x14, 0x31, 0x3f, 0x2f, 0x50, 0x6a, 0xab, 0xff, 0x3e, 0x0c, 0x6d, 0x96, 0x4c,
509 0x61, 0xa2, 0x34, 0xd3, 0x18, 0xc6, 0xd7, 0x4c, 0xa6, 0x38, 0xfd, 0xcf, 0xfd, 0x06, 0xce, 0x5a,
510 0x3d, 0x79, 0x05, 0x83, 0xd6, 0xcd, 0x9d, 0x93, 0xc3, 0x6a, 0xde, 0x03, 0x4a, 0xcf, 0xf2, 0x05,
511 0xb6, 0x94, 0x10, 0x18, 0x18, 0x91, 0x6b, 0x97, 0xec, 0xf7, 0xfc, 0x33, 0xd0, 0x2c, 0x4f, 0xbd,
512 0x6c, 0x89, 0x32, 0xce, 0xf2, 0xc4, 0xab, 0x5e, 0x06, 0xcb, 0xf6, 0xfd, 0x45, 0xca, 0xf5, 0xf5,
513 0x4d, 0xe4, 0xc5, 0x99, 0x98, 0x35, 0x05, 0xb3, 0xaa, 0xe0, 0x65, 0xfd, 0x74, 0x14, 0x6f, 0x66,
514 0x69, 0x66, 0xdf, 0x99, 0x68, 0xd3, 0x86, 0x5e, 0xff, 0x0e, 0x00, 0x00, 0xff, 0xff, 0x6d, 0xd7,
515 0xc0, 0x7b, 0x84, 0x04, 0x00, 0x00,
Don Newton98fd8812019-09-23 15:15:02 -0400516}