[VOL-1624]
Tech profile changes in openolt adapter 2.x.
[VOL-1623]
Support for meter update
Change-Id: I98f2dd9848ce2b330dfbc536b06559c071e8cd8c
diff --git a/go/openolt/openolt.pb.go b/go/openolt/openolt.pb.go
index 727b8c7..fc2e69f 100644
--- a/go/openolt/openolt.pb.go
+++ b/go/openolt/openolt.pb.go
@@ -7,6 +7,7 @@
context "context"
fmt "fmt"
proto "github.com/golang/protobuf/proto"
+ tech_profile "github.com/opencord/voltha-protos/go/tech_profile"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
math "math"
@@ -23,151 +24,90 @@
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
-type Direction int32
+// SchedulerConfig from public import voltha_protos/tech_profile.proto
+type SchedulerConfig = tech_profile.SchedulerConfig
-const (
- Direction_UPSTREAM Direction = 0
- Direction_DOWNSTREAM Direction = 1
- Direction_BIDIRECTIONAL Direction = 2
-)
+// TrafficShapingInfo from public import voltha_protos/tech_profile.proto
+type TrafficShapingInfo = tech_profile.TrafficShapingInfo
-var Direction_name = map[int32]string{
- 0: "UPSTREAM",
- 1: "DOWNSTREAM",
- 2: "BIDIRECTIONAL",
-}
+// TrafficScheduler from public import voltha_protos/tech_profile.proto
+type TrafficScheduler = tech_profile.TrafficScheduler
-var Direction_value = map[string]int32{
- "UPSTREAM": 0,
- "DOWNSTREAM": 1,
- "BIDIRECTIONAL": 2,
-}
+// TrafficSchedulers from public import voltha_protos/tech_profile.proto
+type TrafficSchedulers = tech_profile.TrafficSchedulers
-func (x Direction) String() string {
- return proto.EnumName(Direction_name, int32(x))
-}
+// TailDropDiscardConfig from public import voltha_protos/tech_profile.proto
+type TailDropDiscardConfig = tech_profile.TailDropDiscardConfig
-func (Direction) EnumDescriptor() ([]byte, []int) {
- return fileDescriptor_c072e7aa0dfd74d5, []int{0}
-}
+// RedDiscardConfig from public import voltha_protos/tech_profile.proto
+type RedDiscardConfig = tech_profile.RedDiscardConfig
-type SchedulingPolicy int32
+// WRedDiscardConfig from public import voltha_protos/tech_profile.proto
+type WRedDiscardConfig = tech_profile.WRedDiscardConfig
-const (
- SchedulingPolicy_WRR SchedulingPolicy = 0
- SchedulingPolicy_StrictPriority SchedulingPolicy = 1
- SchedulingPolicy_Hybrid SchedulingPolicy = 2
-)
+// DiscardConfig from public import voltha_protos/tech_profile.proto
+type DiscardConfig = tech_profile.DiscardConfig
+type DiscardConfig_TailDropDiscardConfig = tech_profile.DiscardConfig_TailDropDiscardConfig
+type DiscardConfig_RedDiscardConfig = tech_profile.DiscardConfig_RedDiscardConfig
+type DiscardConfig_WredDiscardConfig = tech_profile.DiscardConfig_WredDiscardConfig
-var SchedulingPolicy_name = map[int32]string{
- 0: "WRR",
- 1: "StrictPriority",
- 2: "Hybrid",
-}
+// TrafficQueue from public import voltha_protos/tech_profile.proto
+type TrafficQueue = tech_profile.TrafficQueue
-var SchedulingPolicy_value = map[string]int32{
- "WRR": 0,
- "StrictPriority": 1,
- "Hybrid": 2,
-}
+// TrafficQueues from public import voltha_protos/tech_profile.proto
+type TrafficQueues = tech_profile.TrafficQueues
-func (x SchedulingPolicy) String() string {
- return proto.EnumName(SchedulingPolicy_name, int32(x))
-}
+// Direction from public import voltha_protos/tech_profile.proto
+type Direction = tech_profile.Direction
-func (SchedulingPolicy) EnumDescriptor() ([]byte, []int) {
- return fileDescriptor_c072e7aa0dfd74d5, []int{1}
-}
+var Direction_name = tech_profile.Direction_name
+var Direction_value = tech_profile.Direction_value
-type AdditionalBW int32
+const Direction_UPSTREAM = Direction(tech_profile.Direction_UPSTREAM)
+const Direction_DOWNSTREAM = Direction(tech_profile.Direction_DOWNSTREAM)
+const Direction_BIDIRECTIONAL = Direction(tech_profile.Direction_BIDIRECTIONAL)
-const (
- AdditionalBW_AdditionalBW_None AdditionalBW = 0
- AdditionalBW_AdditionalBW_NA AdditionalBW = 1
- AdditionalBW_AdditionalBW_BestEffort AdditionalBW = 2
- AdditionalBW_AdditionalBW_Auto AdditionalBW = 3
-)
+// SchedulingPolicy from public import voltha_protos/tech_profile.proto
+type SchedulingPolicy = tech_profile.SchedulingPolicy
-var AdditionalBW_name = map[int32]string{
- 0: "AdditionalBW_None",
- 1: "AdditionalBW_NA",
- 2: "AdditionalBW_BestEffort",
- 3: "AdditionalBW_Auto",
-}
+var SchedulingPolicy_name = tech_profile.SchedulingPolicy_name
+var SchedulingPolicy_value = tech_profile.SchedulingPolicy_value
-var AdditionalBW_value = map[string]int32{
- "AdditionalBW_None": 0,
- "AdditionalBW_NA": 1,
- "AdditionalBW_BestEffort": 2,
- "AdditionalBW_Auto": 3,
-}
+const SchedulingPolicy_WRR = SchedulingPolicy(tech_profile.SchedulingPolicy_WRR)
+const SchedulingPolicy_StrictPriority = SchedulingPolicy(tech_profile.SchedulingPolicy_StrictPriority)
+const SchedulingPolicy_Hybrid = SchedulingPolicy(tech_profile.SchedulingPolicy_Hybrid)
-func (x AdditionalBW) String() string {
- return proto.EnumName(AdditionalBW_name, int32(x))
-}
+// AdditionalBW from public import voltha_protos/tech_profile.proto
+type AdditionalBW = tech_profile.AdditionalBW
-func (AdditionalBW) EnumDescriptor() ([]byte, []int) {
- return fileDescriptor_c072e7aa0dfd74d5, []int{2}
-}
+var AdditionalBW_name = tech_profile.AdditionalBW_name
+var AdditionalBW_value = tech_profile.AdditionalBW_value
-type DiscardPolicy int32
+const AdditionalBW_AdditionalBW_None = AdditionalBW(tech_profile.AdditionalBW_AdditionalBW_None)
+const AdditionalBW_AdditionalBW_NA = AdditionalBW(tech_profile.AdditionalBW_AdditionalBW_NA)
+const AdditionalBW_AdditionalBW_BestEffort = AdditionalBW(tech_profile.AdditionalBW_AdditionalBW_BestEffort)
+const AdditionalBW_AdditionalBW_Auto = AdditionalBW(tech_profile.AdditionalBW_AdditionalBW_Auto)
-const (
- DiscardPolicy_TailDrop DiscardPolicy = 0
- DiscardPolicy_WTailDrop DiscardPolicy = 1
- DiscardPolicy_Red DiscardPolicy = 2
- DiscardPolicy_WRed DiscardPolicy = 3
-)
+// DiscardPolicy from public import voltha_protos/tech_profile.proto
+type DiscardPolicy = tech_profile.DiscardPolicy
-var DiscardPolicy_name = map[int32]string{
- 0: "TailDrop",
- 1: "WTailDrop",
- 2: "Red",
- 3: "WRed",
-}
+var DiscardPolicy_name = tech_profile.DiscardPolicy_name
+var DiscardPolicy_value = tech_profile.DiscardPolicy_value
-var DiscardPolicy_value = map[string]int32{
- "TailDrop": 0,
- "WTailDrop": 1,
- "Red": 2,
- "WRed": 3,
-}
+const DiscardPolicy_TailDrop = DiscardPolicy(tech_profile.DiscardPolicy_TailDrop)
+const DiscardPolicy_WTailDrop = DiscardPolicy(tech_profile.DiscardPolicy_WTailDrop)
+const DiscardPolicy_Red = DiscardPolicy(tech_profile.DiscardPolicy_Red)
+const DiscardPolicy_WRed = DiscardPolicy(tech_profile.DiscardPolicy_WRed)
-func (x DiscardPolicy) String() string {
- return proto.EnumName(DiscardPolicy_name, int32(x))
-}
+// InferredAdditionBWIndication from public import voltha_protos/tech_profile.proto
+type InferredAdditionBWIndication = tech_profile.InferredAdditionBWIndication
-func (DiscardPolicy) EnumDescriptor() ([]byte, []int) {
- return fileDescriptor_c072e7aa0dfd74d5, []int{3}
-}
+var InferredAdditionBWIndication_name = tech_profile.InferredAdditionBWIndication_name
+var InferredAdditionBWIndication_value = tech_profile.InferredAdditionBWIndication_value
-type InferredAdditionBWIndication int32
-
-const (
- InferredAdditionBWIndication_InferredAdditionBWIndication_None InferredAdditionBWIndication = 0
- InferredAdditionBWIndication_InferredAdditionBWIndication_Assured InferredAdditionBWIndication = 1
- InferredAdditionBWIndication_InferredAdditionBWIndication_BestEffort InferredAdditionBWIndication = 2
-)
-
-var InferredAdditionBWIndication_name = map[int32]string{
- 0: "InferredAdditionBWIndication_None",
- 1: "InferredAdditionBWIndication_Assured",
- 2: "InferredAdditionBWIndication_BestEffort",
-}
-
-var InferredAdditionBWIndication_value = map[string]int32{
- "InferredAdditionBWIndication_None": 0,
- "InferredAdditionBWIndication_Assured": 1,
- "InferredAdditionBWIndication_BestEffort": 2,
-}
-
-func (x InferredAdditionBWIndication) String() string {
- return proto.EnumName(InferredAdditionBWIndication_name, int32(x))
-}
-
-func (InferredAdditionBWIndication) EnumDescriptor() ([]byte, []int) {
- return fileDescriptor_c072e7aa0dfd74d5, []int{4}
-}
+const InferredAdditionBWIndication_InferredAdditionBWIndication_None = InferredAdditionBWIndication(tech_profile.InferredAdditionBWIndication_InferredAdditionBWIndication_None)
+const InferredAdditionBWIndication_InferredAdditionBWIndication_Assured = InferredAdditionBWIndication(tech_profile.InferredAdditionBWIndication_InferredAdditionBWIndication_Assured)
+const InferredAdditionBWIndication_InferredAdditionBWIndication_BestEffort = InferredAdditionBWIndication(tech_profile.InferredAdditionBWIndication_InferredAdditionBWIndication_BestEffort)
type DeviceInfo_DeviceResourceRanges_Pool_PoolType int32
@@ -1244,6 +1184,7 @@
IntfId uint32 `protobuf:"fixed32,1,opt,name=intf_id,json=intfId,proto3" json:"intf_id,omitempty"`
OnuId uint32 `protobuf:"fixed32,2,opt,name=onu_id,json=onuId,proto3" json:"onu_id,omitempty"`
PortNo uint32 `protobuf:"fixed32,4,opt,name=port_no,json=portNo,proto3" json:"port_no,omitempty"`
+ GemportId uint32 `protobuf:"fixed32,5,opt,name=gemport_id,json=gemportId,proto3" json:"gemport_id,omitempty"`
Pkt []byte `protobuf:"bytes,3,opt,name=pkt,proto3" json:"pkt,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
@@ -1296,6 +1237,13 @@
return 0
}
+func (m *OnuPacket) GetGemportId() uint32 {
+ if m != nil {
+ return m.GemportId
+ }
+ return 0
+}
+
func (m *OnuPacket) GetPkt() []byte {
if m != nil {
return m.Pkt
@@ -1947,6 +1895,7 @@
Priority int32 `protobuf:"fixed32,9,opt,name=priority,proto3" json:"priority,omitempty"`
Cookie uint64 `protobuf:"fixed64,12,opt,name=cookie,proto3" json:"cookie,omitempty"`
PortNo uint32 `protobuf:"fixed32,13,opt,name=port_no,json=portNo,proto3" json:"port_no,omitempty"`
+ GroupId uint32 `protobuf:"fixed32,14,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
@@ -2068,6 +2017,13 @@
return 0
}
+func (m *Flow) GetGroupId() uint32 {
+ if m != nil {
+ return m.GroupId
+ }
+ return 0
+}
+
type SerialNumber struct {
VendorId []byte `protobuf:"bytes,1,opt,name=vendor_id,json=vendorId,proto3" json:"vendor_id,omitempty"`
VendorSpecific []byte `protobuf:"bytes,2,opt,name=vendor_specific,json=vendorSpecific,proto3" json:"vendor_specific,omitempty"`
@@ -2998,542 +2954,6 @@
return 0
}
-type Scheduler struct {
- Direction Direction `protobuf:"varint,1,opt,name=direction,proto3,enum=openolt.Direction" json:"direction,omitempty"`
- AdditionalBw AdditionalBW `protobuf:"varint,2,opt,name=additional_bw,json=additionalBw,proto3,enum=openolt.AdditionalBW" json:"additional_bw,omitempty"`
- Priority uint32 `protobuf:"fixed32,3,opt,name=priority,proto3" json:"priority,omitempty"`
- Weight uint32 `protobuf:"fixed32,4,opt,name=weight,proto3" json:"weight,omitempty"`
- SchedPolicy SchedulingPolicy `protobuf:"varint,5,opt,name=sched_policy,json=schedPolicy,proto3,enum=openolt.SchedulingPolicy" json:"sched_policy,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
-}
-
-func (m *Scheduler) Reset() { *m = Scheduler{} }
-func (m *Scheduler) String() string { return proto.CompactTextString(m) }
-func (*Scheduler) ProtoMessage() {}
-func (*Scheduler) Descriptor() ([]byte, []int) {
- return fileDescriptor_c072e7aa0dfd74d5, []int{34}
-}
-
-func (m *Scheduler) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_Scheduler.Unmarshal(m, b)
-}
-func (m *Scheduler) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_Scheduler.Marshal(b, m, deterministic)
-}
-func (m *Scheduler) XXX_Merge(src proto.Message) {
- xxx_messageInfo_Scheduler.Merge(m, src)
-}
-func (m *Scheduler) XXX_Size() int {
- return xxx_messageInfo_Scheduler.Size(m)
-}
-func (m *Scheduler) XXX_DiscardUnknown() {
- xxx_messageInfo_Scheduler.DiscardUnknown(m)
-}
-
-var xxx_messageInfo_Scheduler proto.InternalMessageInfo
-
-func (m *Scheduler) GetDirection() Direction {
- if m != nil {
- return m.Direction
- }
- return Direction_UPSTREAM
-}
-
-func (m *Scheduler) GetAdditionalBw() AdditionalBW {
- if m != nil {
- return m.AdditionalBw
- }
- return AdditionalBW_AdditionalBW_None
-}
-
-func (m *Scheduler) GetPriority() uint32 {
- if m != nil {
- return m.Priority
- }
- return 0
-}
-
-func (m *Scheduler) GetWeight() uint32 {
- if m != nil {
- return m.Weight
- }
- return 0
-}
-
-func (m *Scheduler) GetSchedPolicy() SchedulingPolicy {
- if m != nil {
- return m.SchedPolicy
- }
- return SchedulingPolicy_WRR
-}
-
-type TrafficShapingInfo struct {
- Cir uint32 `protobuf:"fixed32,1,opt,name=cir,proto3" json:"cir,omitempty"`
- Cbs uint32 `protobuf:"fixed32,2,opt,name=cbs,proto3" json:"cbs,omitempty"`
- Pir uint32 `protobuf:"fixed32,3,opt,name=pir,proto3" json:"pir,omitempty"`
- Pbs uint32 `protobuf:"fixed32,4,opt,name=pbs,proto3" json:"pbs,omitempty"`
- Gir uint32 `protobuf:"fixed32,5,opt,name=gir,proto3" json:"gir,omitempty"`
- AddBwInd InferredAdditionBWIndication `protobuf:"varint,6,opt,name=add_bw_ind,json=addBwInd,proto3,enum=openolt.InferredAdditionBWIndication" json:"add_bw_ind,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
-}
-
-func (m *TrafficShapingInfo) Reset() { *m = TrafficShapingInfo{} }
-func (m *TrafficShapingInfo) String() string { return proto.CompactTextString(m) }
-func (*TrafficShapingInfo) ProtoMessage() {}
-func (*TrafficShapingInfo) Descriptor() ([]byte, []int) {
- return fileDescriptor_c072e7aa0dfd74d5, []int{35}
-}
-
-func (m *TrafficShapingInfo) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_TrafficShapingInfo.Unmarshal(m, b)
-}
-func (m *TrafficShapingInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_TrafficShapingInfo.Marshal(b, m, deterministic)
-}
-func (m *TrafficShapingInfo) XXX_Merge(src proto.Message) {
- xxx_messageInfo_TrafficShapingInfo.Merge(m, src)
-}
-func (m *TrafficShapingInfo) XXX_Size() int {
- return xxx_messageInfo_TrafficShapingInfo.Size(m)
-}
-func (m *TrafficShapingInfo) XXX_DiscardUnknown() {
- xxx_messageInfo_TrafficShapingInfo.DiscardUnknown(m)
-}
-
-var xxx_messageInfo_TrafficShapingInfo proto.InternalMessageInfo
-
-func (m *TrafficShapingInfo) GetCir() uint32 {
- if m != nil {
- return m.Cir
- }
- return 0
-}
-
-func (m *TrafficShapingInfo) GetCbs() uint32 {
- if m != nil {
- return m.Cbs
- }
- return 0
-}
-
-func (m *TrafficShapingInfo) GetPir() uint32 {
- if m != nil {
- return m.Pir
- }
- return 0
-}
-
-func (m *TrafficShapingInfo) GetPbs() uint32 {
- if m != nil {
- return m.Pbs
- }
- return 0
-}
-
-func (m *TrafficShapingInfo) GetGir() uint32 {
- if m != nil {
- return m.Gir
- }
- return 0
-}
-
-func (m *TrafficShapingInfo) GetAddBwInd() InferredAdditionBWIndication {
- if m != nil {
- return m.AddBwInd
- }
- return InferredAdditionBWIndication_InferredAdditionBWIndication_None
-}
-
-type Tcont struct {
- Direction Direction `protobuf:"varint,1,opt,name=direction,proto3,enum=openolt.Direction" json:"direction,omitempty"`
- AllocId uint32 `protobuf:"fixed32,2,opt,name=alloc_id,json=allocId,proto3" json:"alloc_id,omitempty"`
- Scheduler *Scheduler `protobuf:"bytes,3,opt,name=scheduler,proto3" json:"scheduler,omitempty"`
- TrafficShapingInfo *TrafficShapingInfo `protobuf:"bytes,4,opt,name=traffic_shaping_info,json=trafficShapingInfo,proto3" json:"traffic_shaping_info,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
-}
-
-func (m *Tcont) Reset() { *m = Tcont{} }
-func (m *Tcont) String() string { return proto.CompactTextString(m) }
-func (*Tcont) ProtoMessage() {}
-func (*Tcont) Descriptor() ([]byte, []int) {
- return fileDescriptor_c072e7aa0dfd74d5, []int{36}
-}
-
-func (m *Tcont) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_Tcont.Unmarshal(m, b)
-}
-func (m *Tcont) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_Tcont.Marshal(b, m, deterministic)
-}
-func (m *Tcont) XXX_Merge(src proto.Message) {
- xxx_messageInfo_Tcont.Merge(m, src)
-}
-func (m *Tcont) XXX_Size() int {
- return xxx_messageInfo_Tcont.Size(m)
-}
-func (m *Tcont) XXX_DiscardUnknown() {
- xxx_messageInfo_Tcont.DiscardUnknown(m)
-}
-
-var xxx_messageInfo_Tcont proto.InternalMessageInfo
-
-func (m *Tcont) GetDirection() Direction {
- if m != nil {
- return m.Direction
- }
- return Direction_UPSTREAM
-}
-
-func (m *Tcont) GetAllocId() uint32 {
- if m != nil {
- return m.AllocId
- }
- return 0
-}
-
-func (m *Tcont) GetScheduler() *Scheduler {
- if m != nil {
- return m.Scheduler
- }
- return nil
-}
-
-func (m *Tcont) GetTrafficShapingInfo() *TrafficShapingInfo {
- if m != nil {
- return m.TrafficShapingInfo
- }
- return nil
-}
-
-type Tconts struct {
- IntfId uint32 `protobuf:"fixed32,1,opt,name=intf_id,json=intfId,proto3" json:"intf_id,omitempty"`
- OnuId uint32 `protobuf:"fixed32,2,opt,name=onu_id,json=onuId,proto3" json:"onu_id,omitempty"`
- UniId uint32 `protobuf:"fixed32,4,opt,name=uni_id,json=uniId,proto3" json:"uni_id,omitempty"`
- PortNo uint32 `protobuf:"fixed32,5,opt,name=port_no,json=portNo,proto3" json:"port_no,omitempty"`
- Tconts []*Tcont `protobuf:"bytes,3,rep,name=tconts,proto3" json:"tconts,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
-}
-
-func (m *Tconts) Reset() { *m = Tconts{} }
-func (m *Tconts) String() string { return proto.CompactTextString(m) }
-func (*Tconts) ProtoMessage() {}
-func (*Tconts) Descriptor() ([]byte, []int) {
- return fileDescriptor_c072e7aa0dfd74d5, []int{37}
-}
-
-func (m *Tconts) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_Tconts.Unmarshal(m, b)
-}
-func (m *Tconts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_Tconts.Marshal(b, m, deterministic)
-}
-func (m *Tconts) XXX_Merge(src proto.Message) {
- xxx_messageInfo_Tconts.Merge(m, src)
-}
-func (m *Tconts) XXX_Size() int {
- return xxx_messageInfo_Tconts.Size(m)
-}
-func (m *Tconts) XXX_DiscardUnknown() {
- xxx_messageInfo_Tconts.DiscardUnknown(m)
-}
-
-var xxx_messageInfo_Tconts proto.InternalMessageInfo
-
-func (m *Tconts) GetIntfId() uint32 {
- if m != nil {
- return m.IntfId
- }
- return 0
-}
-
-func (m *Tconts) GetOnuId() uint32 {
- if m != nil {
- return m.OnuId
- }
- return 0
-}
-
-func (m *Tconts) GetUniId() uint32 {
- if m != nil {
- return m.UniId
- }
- return 0
-}
-
-func (m *Tconts) GetPortNo() uint32 {
- if m != nil {
- return m.PortNo
- }
- return 0
-}
-
-func (m *Tconts) GetTconts() []*Tcont {
- if m != nil {
- return m.Tconts
- }
- return nil
-}
-
-type TailDropDiscardConfig struct {
- QueueSize uint32 `protobuf:"fixed32,1,opt,name=queue_size,json=queueSize,proto3" json:"queue_size,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
-}
-
-func (m *TailDropDiscardConfig) Reset() { *m = TailDropDiscardConfig{} }
-func (m *TailDropDiscardConfig) String() string { return proto.CompactTextString(m) }
-func (*TailDropDiscardConfig) ProtoMessage() {}
-func (*TailDropDiscardConfig) Descriptor() ([]byte, []int) {
- return fileDescriptor_c072e7aa0dfd74d5, []int{38}
-}
-
-func (m *TailDropDiscardConfig) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_TailDropDiscardConfig.Unmarshal(m, b)
-}
-func (m *TailDropDiscardConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_TailDropDiscardConfig.Marshal(b, m, deterministic)
-}
-func (m *TailDropDiscardConfig) XXX_Merge(src proto.Message) {
- xxx_messageInfo_TailDropDiscardConfig.Merge(m, src)
-}
-func (m *TailDropDiscardConfig) XXX_Size() int {
- return xxx_messageInfo_TailDropDiscardConfig.Size(m)
-}
-func (m *TailDropDiscardConfig) XXX_DiscardUnknown() {
- xxx_messageInfo_TailDropDiscardConfig.DiscardUnknown(m)
-}
-
-var xxx_messageInfo_TailDropDiscardConfig proto.InternalMessageInfo
-
-func (m *TailDropDiscardConfig) GetQueueSize() uint32 {
- if m != nil {
- return m.QueueSize
- }
- return 0
-}
-
-type RedDiscardConfig struct {
- MinThreshold uint32 `protobuf:"fixed32,1,opt,name=min_threshold,json=minThreshold,proto3" json:"min_threshold,omitempty"`
- MaxThreshold uint32 `protobuf:"fixed32,2,opt,name=max_threshold,json=maxThreshold,proto3" json:"max_threshold,omitempty"`
- MaxProbability uint32 `protobuf:"fixed32,3,opt,name=max_probability,json=maxProbability,proto3" json:"max_probability,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
-}
-
-func (m *RedDiscardConfig) Reset() { *m = RedDiscardConfig{} }
-func (m *RedDiscardConfig) String() string { return proto.CompactTextString(m) }
-func (*RedDiscardConfig) ProtoMessage() {}
-func (*RedDiscardConfig) Descriptor() ([]byte, []int) {
- return fileDescriptor_c072e7aa0dfd74d5, []int{39}
-}
-
-func (m *RedDiscardConfig) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_RedDiscardConfig.Unmarshal(m, b)
-}
-func (m *RedDiscardConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_RedDiscardConfig.Marshal(b, m, deterministic)
-}
-func (m *RedDiscardConfig) XXX_Merge(src proto.Message) {
- xxx_messageInfo_RedDiscardConfig.Merge(m, src)
-}
-func (m *RedDiscardConfig) XXX_Size() int {
- return xxx_messageInfo_RedDiscardConfig.Size(m)
-}
-func (m *RedDiscardConfig) XXX_DiscardUnknown() {
- xxx_messageInfo_RedDiscardConfig.DiscardUnknown(m)
-}
-
-var xxx_messageInfo_RedDiscardConfig proto.InternalMessageInfo
-
-func (m *RedDiscardConfig) GetMinThreshold() uint32 {
- if m != nil {
- return m.MinThreshold
- }
- return 0
-}
-
-func (m *RedDiscardConfig) GetMaxThreshold() uint32 {
- if m != nil {
- return m.MaxThreshold
- }
- return 0
-}
-
-func (m *RedDiscardConfig) GetMaxProbability() uint32 {
- if m != nil {
- return m.MaxProbability
- }
- return 0
-}
-
-type WRedDiscardConfig struct {
- Green *RedDiscardConfig `protobuf:"bytes,1,opt,name=green,proto3" json:"green,omitempty"`
- Yellow *RedDiscardConfig `protobuf:"bytes,2,opt,name=yellow,proto3" json:"yellow,omitempty"`
- Red *RedDiscardConfig `protobuf:"bytes,3,opt,name=red,proto3" json:"red,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
-}
-
-func (m *WRedDiscardConfig) Reset() { *m = WRedDiscardConfig{} }
-func (m *WRedDiscardConfig) String() string { return proto.CompactTextString(m) }
-func (*WRedDiscardConfig) ProtoMessage() {}
-func (*WRedDiscardConfig) Descriptor() ([]byte, []int) {
- return fileDescriptor_c072e7aa0dfd74d5, []int{40}
-}
-
-func (m *WRedDiscardConfig) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_WRedDiscardConfig.Unmarshal(m, b)
-}
-func (m *WRedDiscardConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_WRedDiscardConfig.Marshal(b, m, deterministic)
-}
-func (m *WRedDiscardConfig) XXX_Merge(src proto.Message) {
- xxx_messageInfo_WRedDiscardConfig.Merge(m, src)
-}
-func (m *WRedDiscardConfig) XXX_Size() int {
- return xxx_messageInfo_WRedDiscardConfig.Size(m)
-}
-func (m *WRedDiscardConfig) XXX_DiscardUnknown() {
- xxx_messageInfo_WRedDiscardConfig.DiscardUnknown(m)
-}
-
-var xxx_messageInfo_WRedDiscardConfig proto.InternalMessageInfo
-
-func (m *WRedDiscardConfig) GetGreen() *RedDiscardConfig {
- if m != nil {
- return m.Green
- }
- return nil
-}
-
-func (m *WRedDiscardConfig) GetYellow() *RedDiscardConfig {
- if m != nil {
- return m.Yellow
- }
- return nil
-}
-
-func (m *WRedDiscardConfig) GetRed() *RedDiscardConfig {
- if m != nil {
- return m.Red
- }
- return nil
-}
-
-type DiscardConfig struct {
- DiscardPolicy DiscardPolicy `protobuf:"varint,1,opt,name=discard_policy,json=discardPolicy,proto3,enum=openolt.DiscardPolicy" json:"discard_policy,omitempty"`
- // Types that are valid to be assigned to DiscardConfig:
- // *DiscardConfig_TailDropDiscardConfig
- // *DiscardConfig_RedDiscardConfig
- // *DiscardConfig_WredDiscardConfig
- DiscardConfig isDiscardConfig_DiscardConfig `protobuf_oneof:"discard_config"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
-}
-
-func (m *DiscardConfig) Reset() { *m = DiscardConfig{} }
-func (m *DiscardConfig) String() string { return proto.CompactTextString(m) }
-func (*DiscardConfig) ProtoMessage() {}
-func (*DiscardConfig) Descriptor() ([]byte, []int) {
- return fileDescriptor_c072e7aa0dfd74d5, []int{41}
-}
-
-func (m *DiscardConfig) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_DiscardConfig.Unmarshal(m, b)
-}
-func (m *DiscardConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_DiscardConfig.Marshal(b, m, deterministic)
-}
-func (m *DiscardConfig) XXX_Merge(src proto.Message) {
- xxx_messageInfo_DiscardConfig.Merge(m, src)
-}
-func (m *DiscardConfig) XXX_Size() int {
- return xxx_messageInfo_DiscardConfig.Size(m)
-}
-func (m *DiscardConfig) XXX_DiscardUnknown() {
- xxx_messageInfo_DiscardConfig.DiscardUnknown(m)
-}
-
-var xxx_messageInfo_DiscardConfig proto.InternalMessageInfo
-
-func (m *DiscardConfig) GetDiscardPolicy() DiscardPolicy {
- if m != nil {
- return m.DiscardPolicy
- }
- return DiscardPolicy_TailDrop
-}
-
-type isDiscardConfig_DiscardConfig interface {
- isDiscardConfig_DiscardConfig()
-}
-
-type DiscardConfig_TailDropDiscardConfig struct {
- TailDropDiscardConfig *TailDropDiscardConfig `protobuf:"bytes,2,opt,name=tail_drop_discard_config,json=tailDropDiscardConfig,proto3,oneof"`
-}
-
-type DiscardConfig_RedDiscardConfig struct {
- RedDiscardConfig *RedDiscardConfig `protobuf:"bytes,3,opt,name=red_discard_config,json=redDiscardConfig,proto3,oneof"`
-}
-
-type DiscardConfig_WredDiscardConfig struct {
- WredDiscardConfig *WRedDiscardConfig `protobuf:"bytes,4,opt,name=wred_discard_config,json=wredDiscardConfig,proto3,oneof"`
-}
-
-func (*DiscardConfig_TailDropDiscardConfig) isDiscardConfig_DiscardConfig() {}
-
-func (*DiscardConfig_RedDiscardConfig) isDiscardConfig_DiscardConfig() {}
-
-func (*DiscardConfig_WredDiscardConfig) isDiscardConfig_DiscardConfig() {}
-
-func (m *DiscardConfig) GetDiscardConfig() isDiscardConfig_DiscardConfig {
- if m != nil {
- return m.DiscardConfig
- }
- return nil
-}
-
-func (m *DiscardConfig) GetTailDropDiscardConfig() *TailDropDiscardConfig {
- if x, ok := m.GetDiscardConfig().(*DiscardConfig_TailDropDiscardConfig); ok {
- return x.TailDropDiscardConfig
- }
- return nil
-}
-
-func (m *DiscardConfig) GetRedDiscardConfig() *RedDiscardConfig {
- if x, ok := m.GetDiscardConfig().(*DiscardConfig_RedDiscardConfig); ok {
- return x.RedDiscardConfig
- }
- return nil
-}
-
-func (m *DiscardConfig) GetWredDiscardConfig() *WRedDiscardConfig {
- if x, ok := m.GetDiscardConfig().(*DiscardConfig_WredDiscardConfig); ok {
- return x.WredDiscardConfig
- }
- return nil
-}
-
-// XXX_OneofWrappers is for the internal use of the proto package.
-func (*DiscardConfig) XXX_OneofWrappers() []interface{} {
- return []interface{}{
- (*DiscardConfig_TailDropDiscardConfig)(nil),
- (*DiscardConfig_RedDiscardConfig)(nil),
- (*DiscardConfig_WredDiscardConfig)(nil),
- }
-}
-
type Empty struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
@@ -3544,7 +2964,7 @@
func (m *Empty) String() string { return proto.CompactTextString(m) }
func (*Empty) ProtoMessage() {}
func (*Empty) Descriptor() ([]byte, []int) {
- return fileDescriptor_c072e7aa0dfd74d5, []int{42}
+ return fileDescriptor_c072e7aa0dfd74d5, []int{34}
}
func (m *Empty) XXX_Unmarshal(b []byte) error {
@@ -3566,11 +2986,6 @@
var xxx_messageInfo_Empty proto.InternalMessageInfo
func init() {
- proto.RegisterEnum("openolt.Direction", Direction_name, Direction_value)
- proto.RegisterEnum("openolt.SchedulingPolicy", SchedulingPolicy_name, SchedulingPolicy_value)
- proto.RegisterEnum("openolt.AdditionalBW", AdditionalBW_name, AdditionalBW_value)
- proto.RegisterEnum("openolt.DiscardPolicy", DiscardPolicy_name, DiscardPolicy_value)
- proto.RegisterEnum("openolt.InferredAdditionBWIndication", InferredAdditionBWIndication_name, InferredAdditionBWIndication_value)
proto.RegisterEnum("openolt.DeviceInfo_DeviceResourceRanges_Pool_PoolType", DeviceInfo_DeviceResourceRanges_Pool_PoolType_name, DeviceInfo_DeviceResourceRanges_Pool_PoolType_value)
proto.RegisterEnum("openolt.DeviceInfo_DeviceResourceRanges_Pool_SharingType", DeviceInfo_DeviceResourceRanges_Pool_SharingType_name, DeviceInfo_DeviceResourceRanges_Pool_SharingType_value)
proto.RegisterType((*Indication)(nil), "openolt.Indication")
@@ -3609,248 +3024,201 @@
proto.RegisterType((*OnuTransmissionInterferenceWarning)(nil), "openolt.OnuTransmissionInterferenceWarning")
proto.RegisterType((*OnuActivationFailureIndication)(nil), "openolt.OnuActivationFailureIndication")
proto.RegisterType((*OnuProcessingErrorIndication)(nil), "openolt.OnuProcessingErrorIndication")
- proto.RegisterType((*Scheduler)(nil), "openolt.Scheduler")
- proto.RegisterType((*TrafficShapingInfo)(nil), "openolt.TrafficShapingInfo")
- proto.RegisterType((*Tcont)(nil), "openolt.Tcont")
- proto.RegisterType((*Tconts)(nil), "openolt.Tconts")
- proto.RegisterType((*TailDropDiscardConfig)(nil), "openolt.TailDropDiscardConfig")
- proto.RegisterType((*RedDiscardConfig)(nil), "openolt.RedDiscardConfig")
- proto.RegisterType((*WRedDiscardConfig)(nil), "openolt.WRedDiscardConfig")
- proto.RegisterType((*DiscardConfig)(nil), "openolt.DiscardConfig")
proto.RegisterType((*Empty)(nil), "openolt.Empty")
}
func init() { proto.RegisterFile("voltha_protos/openolt.proto", fileDescriptor_c072e7aa0dfd74d5) }
var fileDescriptor_c072e7aa0dfd74d5 = []byte{
- // 3628 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x5a, 0xcd, 0x73, 0x1c, 0x49,
- 0x56, 0x57, 0xab, 0x5b, 0xfd, 0xf1, 0xfa, 0x53, 0x29, 0xcb, 0x96, 0x25, 0xaf, 0x57, 0xd4, 0x7a,
- 0xd7, 0xc6, 0xcb, 0xda, 0x33, 0x9e, 0x8d, 0x85, 0x9d, 0x1d, 0xd8, 0x91, 0xd4, 0xf2, 0xa8, 0x41,
- 0x72, 0x2b, 0x4a, 0xed, 0x15, 0xbb, 0x04, 0x51, 0x5b, 0x5d, 0x95, 0xdd, 0x9d, 0xa1, 0xea, 0xca,
- 0x9a, 0xcc, 0x6c, 0xb7, 0xbc, 0xdc, 0x16, 0xb8, 0x13, 0x6c, 0x70, 0x80, 0x80, 0x1b, 0x11, 0x1c,
- 0x38, 0x72, 0x21, 0x82, 0x23, 0x57, 0x82, 0x0b, 0x70, 0xe6, 0xc2, 0x8d, 0x7f, 0x81, 0x03, 0x91,
- 0x1f, 0xf5, 0xd5, 0x2d, 0xc9, 0x96, 0xc3, 0x04, 0x17, 0x45, 0xe7, 0x7b, 0xbf, 0xf7, 0xab, 0x7c,
- 0xf9, 0x3e, 0x32, 0x2b, 0x4b, 0xb0, 0xf3, 0x86, 0x06, 0x62, 0xe2, 0x3a, 0x11, 0xa3, 0x82, 0xf2,
- 0xe7, 0x34, 0xc2, 0x21, 0x0d, 0xc4, 0x33, 0x35, 0x44, 0x15, 0x33, 0xdc, 0x7e, 0x30, 0xa6, 0x74,
- 0x1c, 0xe0, 0xe7, 0x6e, 0x44, 0x9e, 0xbb, 0x61, 0x48, 0x85, 0x2b, 0x08, 0x0d, 0xb9, 0x86, 0x59,
- 0xff, 0x52, 0x02, 0xe8, 0x85, 0x3e, 0xf1, 0x94, 0x14, 0x7d, 0x0a, 0x15, 0x1a, 0x08, 0x87, 0x84,
- 0xfe, 0x56, 0x61, 0xb7, 0xf0, 0xa4, 0xfe, 0xe2, 0xee, 0xb3, 0x98, 0xb6, 0x1f, 0x88, 0x14, 0x78,
- 0xb4, 0x62, 0x97, 0xa9, 0x12, 0xa0, 0xef, 0x43, 0x95, 0x84, 0x62, 0xa4, 0x6c, 0x56, 0x95, 0xcd,
- 0xbd, 0xc4, 0xa6, 0x17, 0x8a, 0x51, 0xce, 0xa8, 0x42, 0xb4, 0x04, 0xed, 0x41, 0x53, 0x59, 0xd1,
- 0x08, 0x33, 0x65, 0x5a, 0x54, 0xa6, 0x3b, 0x39, 0xd3, 0x7e, 0x84, 0x59, 0xce, 0xbc, 0x4e, 0x52,
- 0x29, 0xfa, 0x1d, 0x68, 0xd0, 0x70, 0xe6, 0xf8, 0x84, 0x7b, 0x8a, 0xa1, 0xa4, 0x18, 0xb6, 0xd3,
- 0x09, 0x87, 0xb3, 0x2e, 0xe1, 0x5e, 0x8e, 0x00, 0x68, 0x22, 0x54, 0xbe, 0x86, 0x33, 0x65, 0xba,
- 0xb6, 0xe8, 0x6b, 0x38, 0x5b, 0xf0, 0x55, 0x09, 0xa4, 0xaf, 0x74, 0xea, 0x11, 0x65, 0x53, 0x5e,
- 0xf0, 0xb5, 0x3f, 0xf5, 0x48, 0xde, 0x57, 0xaa, 0x25, 0xe8, 0xfb, 0x50, 0x89, 0x2e, 0xf4, 0xa2,
- 0x56, 0x94, 0xd1, 0xfd, 0xc4, 0xe8, 0xd4, 0xf5, 0x2e, 0xf0, 0xc2, 0xba, 0x46, 0x17, 0x6a, 0x5d,
- 0x7f, 0x0b, 0x20, 0xa2, 0x4c, 0x38, 0x5c, 0xb8, 0x82, 0x6f, 0x55, 0x17, 0x9e, 0x76, 0x4a, 0x99,
- 0x38, 0x93, 0xa1, 0xe4, 0x82, 0x78, 0xfc, 0x68, 0xc5, 0xae, 0x45, 0x46, 0xc2, 0xa5, 0xe5, 0x28,
- 0xa0, 0x73, 0x63, 0x59, 0x5b, 0xb0, 0x7c, 0x19, 0xd0, 0x79, 0xde, 0x72, 0x64, 0x24, 0x1c, 0xfd,
- 0x26, 0xd4, 0xdc, 0xc0, 0x65, 0x53, 0x35, 0x57, 0x50, 0x86, 0x5b, 0x89, 0xe1, 0x9e, 0xd4, 0xe4,
- 0xa6, 0x5a, 0x75, 0x8d, 0x68, 0xbf, 0x0c, 0x25, 0xdf, 0x15, 0xae, 0xf5, 0xf7, 0x15, 0x68, 0x2f,
- 0xe0, 0xe4, 0x3a, 0x07, 0x94, 0x5f, 0x99, 0x53, 0xc7, 0x94, 0xe7, 0x7d, 0x0f, 0x94, 0x00, 0x75,
- 0xa1, 0xe5, 0xbf, 0x25, 0xe1, 0xd8, 0x19, 0xbb, 0x3c, 0xca, 0x64, 0xd6, 0x83, 0xc4, 0xb2, 0x2b,
- 0xd5, 0x5f, 0xb9, 0x3c, 0xca, 0xd9, 0x37, 0xfc, 0x8c, 0x58, 0xe6, 0x98, 0x0c, 0x70, 0xea, 0xd1,
- 0x62, 0x8e, 0xf5, 0xc3, 0xd9, 0xb2, 0x53, 0x75, 0x9a, 0x4a, 0xd1, 0x39, 0xdc, 0x91, 0x14, 0x5c,
- 0xb8, 0x4c, 0xcc, 0x22, 0x67, 0xe4, 0x92, 0x20, 0x93, 0x6b, 0x8f, 0xb2, 0x4c, 0x67, 0x1a, 0xf3,
- 0xd2, 0x25, 0xc1, 0x8c, 0xe1, 0x1c, 0xe5, 0x3a, 0xcd, 0xa9, 0x25, 0xf1, 0xcf, 0xe0, 0xae, 0x22,
- 0x26, 0xe3, 0xd0, 0x0d, 0x1c, 0x1f, 0x8f, 0x99, 0xeb, 0xe3, 0x4c, 0x2e, 0x7e, 0x2b, 0x47, 0xad,
- 0x50, 0x5d, 0x0d, 0xca, 0x31, 0x6f, 0xd0, 0x65, 0x2d, 0xfa, 0x03, 0xb8, 0xa7, 0x0a, 0x83, 0x91,
- 0x91, 0x70, 0xe8, 0xc8, 0x99, 0x93, 0xd0, 0xa7, 0xf3, 0x4c, 0xd2, 0xe6, 0xc8, 0xbb, 0x12, 0xd6,
- 0x1f, 0x9d, 0x2b, 0xd0, 0x12, 0xf9, 0xa2, 0x16, 0x0d, 0x40, 0x7a, 0xe3, 0x04, 0x94, 0x73, 0x27,
- 0xa9, 0x05, 0x9d, 0xd6, 0x8f, 0xb3, 0xb4, 0xc7, 0x94, 0xf3, 0xfe, 0x48, 0x16, 0xc5, 0xc1, 0xc4,
- 0x0d, 0x43, 0x1c, 0xe4, 0xa8, 0x5b, 0xd4, 0x20, 0x4c, 0x89, 0xc4, 0xeb, 0xac, 0x5c, 0xe1, 0xe9,
- 0x3a, 0x57, 0xaf, 0x58, 0x67, 0x8d, 0xb9, 0x76, 0x9d, 0x53, 0xb5, 0x24, 0xee, 0xeb, 0x26, 0x21,
- 0xc8, 0x5c, 0xcf, 0x54, 0x57, 0xc3, 0x77, 0xb3, 0x84, 0x03, 0xe6, 0x86, 0x7c, 0x4a, 0x38, 0x27,
- 0x34, 0xec, 0x85, 0x02, 0xb3, 0x11, 0x66, 0x38, 0xf4, 0xf0, 0xb9, 0xcb, 0x42, 0x12, 0x8e, 0x4d,
- 0xd7, 0x18, 0x90, 0xb9, 0x9a, 0xe9, 0xcf, 0xf5, 0xe2, 0xba, 0x9e, 0x20, 0x6f, 0xd4, 0x73, 0xd3,
- 0xc9, 0xc2, 0xf2, 0x2a, 0xec, 0x25, 0xb0, 0xab, 0xe6, 0x2b, 0x7d, 0xce, 0x23, 0xf4, 0x13, 0xb6,
- 0xe4, 0x13, 0x22, 0x46, 0x3d, 0xcc, 0xb9, 0xac, 0x02, 0xcc, 0x18, 0xd5, 0x5d, 0xb2, 0xae, 0x1e,
- 0xf1, 0xed, 0xec, 0x23, 0x4e, 0x13, 0xdc, 0xa1, 0x84, 0xe5, 0x1e, 0xb0, 0x49, 0xaf, 0xd2, 0x27,
- 0xd5, 0xfa, 0x0c, 0x9a, 0xb9, 0xae, 0x8e, 0xbe, 0x01, 0xa0, 0x1a, 0xb2, 0xec, 0x1c, 0x58, 0x55,
- 0x6b, 0xcd, 0xae, 0x49, 0x89, 0x6c, 0x0f, 0xd8, 0x3a, 0x82, 0x56, 0xbe, 0xa3, 0xa3, 0x7b, 0x50,
- 0xd1, 0xcd, 0x5f, 0xd7, 0x76, 0xc5, 0x2e, 0xab, 0x06, 0xef, 0x2f, 0x30, 0xad, 0x2e, 0x32, 0x4d,
- 0x60, 0x7d, 0xa9, 0x3d, 0x5f, 0x4f, 0xf6, 0x39, 0x34, 0x39, 0x66, 0xc4, 0x0d, 0x9c, 0x70, 0x36,
- 0x1d, 0x62, 0x66, 0xba, 0xc1, 0x66, 0xb2, 0x0c, 0x67, 0x4a, 0xfb, 0x4a, 0x29, 0xed, 0x06, 0xcf,
- 0x8c, 0xac, 0x7f, 0x2a, 0x40, 0x33, 0xd7, 0xce, 0xaf, 0x7f, 0xcc, 0x26, 0x94, 0xd5, 0x86, 0xa0,
- 0xbb, 0x4d, 0xc5, 0x5e, 0x93, 0x5d, 0x7f, 0xd1, 0x95, 0xe2, 0x82, 0x2b, 0xe8, 0x9b, 0x50, 0x77,
- 0xfd, 0x29, 0x09, 0x8d, 0x7e, 0x4d, 0xe9, 0x41, 0x89, 0x34, 0x60, 0x69, 0xf6, 0xa5, 0xf7, 0x9f,
- 0xfd, 0xcf, 0x01, 0x2d, 0x6f, 0x84, 0x08, 0x41, 0x49, 0xbc, 0x8d, 0xe2, 0x00, 0xa9, 0xdf, 0x59,
- 0xaf, 0x56, 0x6f, 0x88, 0xc4, 0xe2, 0xf4, 0x2d, 0x1b, 0x5a, 0xf9, 0x9d, 0xeb, 0xd6, 0xeb, 0xd3,
- 0x81, 0x62, 0x74, 0x21, 0x14, 0x73, 0xc3, 0x96, 0x3f, 0xad, 0x7f, 0x2e, 0x40, 0x67, 0x71, 0x67,
- 0x43, 0x3b, 0x50, 0x53, 0xb4, 0x6a, 0xe6, 0x7a, 0x95, 0xd4, 0xc1, 0x61, 0xb0, 0x30, 0xfb, 0xa5,
- 0x3c, 0x1a, 0xe3, 0xa9, 0xda, 0x08, 0x93, 0xe7, 0xd6, 0x8c, 0xa4, 0xe7, 0x4b, 0x3b, 0xb5, 0xd5,
- 0x11, 0xdd, 0xdc, 0x2b, 0x76, 0x59, 0x0e, 0xb5, 0x42, 0x19, 0x85, 0x54, 0xf5, 0xbc, 0x8a, 0x5d,
- 0x96, 0xc3, 0x57, 0x14, 0xdd, 0x85, 0xb2, 0x47, 0xe9, 0x05, 0xc1, 0xaa, 0x69, 0x95, 0x6d, 0x33,
- 0x8a, 0xbd, 0x28, 0xa5, 0x5e, 0x3c, 0x82, 0x9a, 0x6e, 0x07, 0xae, 0x77, 0xfd, 0x04, 0xad, 0x2f,
- 0xa0, 0x76, 0x84, 0x5d, 0x26, 0x86, 0xd8, 0x15, 0xe8, 0x39, 0x6c, 0x4c, 0xe2, 0x81, 0x6e, 0x66,
- 0x62, 0xc6, 0xb0, 0xb1, 0x40, 0x89, 0xea, 0x2c, 0xd6, 0x58, 0x7f, 0x5c, 0x80, 0x62, 0x3f, 0x9c,
- 0xdd, 0x7a, 0xcd, 0x97, 0x72, 0xaa, 0xf8, 0xde, 0x39, 0xa5, 0x3c, 0x25, 0x3a, 0x0b, 0x2b, 0xb6,
- 0xfc, 0x69, 0xfd, 0x1e, 0x54, 0x64, 0x0e, 0x9c, 0xf0, 0xf1, 0x47, 0x08, 0xfe, 0x08, 0x6a, 0xb2,
- 0x2b, 0xa9, 0xf0, 0xdf, 0x9a, 0x2e, 0x13, 0xb6, 0x52, 0x2e, 0x6c, 0xcb, 0xcf, 0xf9, 0x21, 0x34,
- 0x5e, 0x47, 0x01, 0x09, 0x2f, 0xde, 0xf5, 0x28, 0x63, 0xba, 0x9a, 0x9a, 0xfe, 0x79, 0x0d, 0xa0,
- 0x8b, 0xdf, 0x10, 0x0f, 0xf7, 0xc2, 0x91, 0x4a, 0x89, 0x37, 0x38, 0xf4, 0x29, 0x33, 0x05, 0x65,
- 0x46, 0xe8, 0x0e, 0xac, 0x4d, 0xa9, 0x8f, 0x03, 0xd3, 0xbe, 0xf4, 0x00, 0xfd, 0x3a, 0x74, 0x26,
- 0x2e, 0xf3, 0xe7, 0x2e, 0xc3, 0xce, 0x1b, 0xcc, 0xe4, 0xae, 0x61, 0xaa, 0xaa, 0x1d, 0xcb, 0x7f,
- 0xa2, 0xc5, 0x12, 0x3a, 0x22, 0x6c, 0x9a, 0x83, 0x96, 0x34, 0x34, 0x96, 0xc7, 0xd0, 0x1d, 0xa8,
- 0xf9, 0x6a, 0x46, 0x72, 0xfe, 0x1d, 0x5d, 0x1d, 0x5a, 0xd0, 0xf3, 0xd1, 0x27, 0x70, 0xc7, 0x28,
- 0xf3, 0x41, 0x5f, 0x57, 0x38, 0xa4, 0x75, 0xd9, 0x88, 0x4b, 0xba, 0x88, 0x86, 0x8e, 0x5c, 0x3c,
- 0xbe, 0xd5, 0x50, 0xcb, 0x51, 0x8d, 0x68, 0x28, 0x4f, 0x8d, 0x1c, 0x3d, 0x04, 0x10, 0xd8, 0x9b,
- 0x84, 0x34, 0xa0, 0xe3, 0xb7, 0x71, 0xc3, 0x4a, 0x25, 0x68, 0x57, 0xef, 0x99, 0xc4, 0xd7, 0xe7,
- 0x1e, 0x53, 0x40, 0xa0, 0x22, 0xa4, 0x8e, 0x31, 0xe8, 0x01, 0x80, 0x41, 0x60, 0xb3, 0xfb, 0x57,
- 0xec, 0xaa, 0xd2, 0x1f, 0x86, 0x3e, 0x7a, 0x04, 0x2d, 0x37, 0x08, 0xa8, 0x97, 0x32, 0x54, 0x15,
- 0xa2, 0xa1, 0xa4, 0x31, 0xc7, 0x2e, 0x34, 0x12, 0x14, 0x36, 0x3b, 0x73, 0xc5, 0x06, 0x83, 0x91,
- 0x3c, 0x4f, 0xa0, 0x93, 0xd6, 0xbe, 0x61, 0x02, 0x85, 0x6a, 0x25, 0x1d, 0x40, 0x73, 0x3d, 0x82,
- 0x56, 0x06, 0x89, 0xcd, 0x46, 0x59, 0xb1, 0x1b, 0x09, 0x4e, 0xf2, 0x59, 0xd0, 0x34, 0xcd, 0xc2,
- 0x90, 0x35, 0x15, 0xa8, 0xae, 0x5b, 0x86, 0x66, 0x7a, 0x08, 0xf5, 0x18, 0x23, 0x69, 0x5a, 0xba,
- 0xe1, 0x68, 0x84, 0xe4, 0xf8, 0x12, 0xca, 0xcc, 0x0d, 0xc7, 0x98, 0x6f, 0xb5, 0x77, 0x8b, 0x4f,
- 0xea, 0x2f, 0x9e, 0xa4, 0x27, 0xd2, 0x24, 0xa1, 0xcc, 0x4f, 0x1b, 0x73, 0x3a, 0x63, 0x1e, 0xb6,
- 0x15, 0xde, 0x36, 0x76, 0xdb, 0x7f, 0x51, 0x82, 0x3b, 0x57, 0x01, 0xd0, 0xfd, 0xf8, 0x45, 0xca,
- 0xe7, 0x5b, 0x85, 0xdd, 0xe2, 0x93, 0x8a, 0x79, 0x5b, 0xf2, 0x17, 0x23, 0xb6, 0xba, 0x14, 0xb1,
- 0x03, 0x58, 0x8b, 0x28, 0x0d, 0xf8, 0x56, 0x51, 0x4d, 0xea, 0x7b, 0xef, 0x3b, 0xa9, 0x67, 0xa7,
- 0x94, 0x06, 0xb6, 0xb6, 0xdd, 0xfe, 0x9f, 0x55, 0x28, 0xc9, 0x31, 0xfa, 0xdd, 0xcc, 0xf6, 0xd2,
- 0x7a, 0xf1, 0x83, 0x5b, 0x91, 0xa9, 0x3f, 0xb2, 0xa5, 0x9b, 0x6d, 0xe9, 0x0c, 0x2a, 0x7c, 0xe2,
- 0x32, 0x12, 0x8e, 0xd5, 0xb4, 0x5b, 0x2f, 0x7e, 0x78, 0x3b, 0xba, 0x33, 0x6d, 0xac, 0x18, 0x63,
- 0x26, 0x59, 0x98, 0x3a, 0x80, 0xba, 0xe7, 0xeb, 0x81, 0xac, 0x73, 0x6c, 0x8e, 0xe6, 0x15, 0x5b,
- 0xfe, 0xb4, 0xf6, 0xa0, 0x1a, 0x4f, 0x07, 0x01, 0x94, 0xfb, 0xaf, 0x5e, 0x3b, 0xbd, 0x6e, 0x67,
- 0x05, 0x35, 0xa0, 0xba, 0x77, 0x7c, 0xdc, 0x3f, 0x90, 0xa3, 0x02, 0x6a, 0x01, 0x7c, 0x75, 0x78,
- 0x72, 0xda, 0xb7, 0x07, 0x72, 0xbc, 0x8a, 0xea, 0x50, 0x79, 0x79, 0xdc, 0x3f, 0x97, 0x83, 0xa2,
- 0x35, 0x81, 0x7a, 0x66, 0x0a, 0xe8, 0x2e, 0xa0, 0xee, 0x61, 0xb7, 0x77, 0xb0, 0x37, 0x38, 0xec,
- 0x3a, 0xa7, 0x87, 0xb6, 0xd3, 0x7b, 0x35, 0x78, 0xd9, 0x59, 0x41, 0xdf, 0x84, 0x9d, 0xb3, 0xa3,
- 0x3d, 0xfb, 0xb0, 0xeb, 0xec, 0xff, 0xd4, 0xd9, 0x3b, 0x3e, 0x56, 0x72, 0xf5, 0x63, 0x70, 0x78,
- 0x70, 0xd4, 0x29, 0xa0, 0x5d, 0x78, 0x70, 0x05, 0xe0, 0x6c, 0xef, 0xe4, 0x50, 0x23, 0x56, 0xad,
- 0x3f, 0x29, 0x02, 0x1c, 0x04, 0x2e, 0xe7, 0x64, 0x44, 0x30, 0x53, 0x0d, 0xd2, 0x11, 0x51, 0xd2,
- 0xcd, 0xd6, 0xe8, 0x20, 0x22, 0x3e, 0xda, 0x80, 0x35, 0xea, 0xbc, 0x49, 0xda, 0x66, 0x89, 0xfe,
- 0x84, 0xa8, 0x66, 0x4a, 0x34, 0xd6, 0x2c, 0x08, 0x89, 0xb1, 0x44, 0x61, 0xf5, 0x92, 0x94, 0x88,
- 0xc4, 0xde, 0x83, 0x0a, 0x75, 0xa2, 0x21, 0x11, 0x5c, 0x55, 0x7e, 0xc5, 0x2e, 0xd3, 0x53, 0x39,
- 0x52, 0xfd, 0xd3, 0x28, 0xcc, 0x8e, 0x49, 0xb4, 0xe2, 0x3e, 0x54, 0xb1, 0x98, 0xe8, 0x7d, 0x5b,
- 0x97, 0x7a, 0x05, 0x8b, 0x49, 0xbc, 0x6d, 0xfb, 0x5c, 0x38, 0x53, 0xd7, 0x53, 0x25, 0xde, 0xb0,
- 0xcb, 0x3e, 0x17, 0x27, 0xae, 0x27, 0x15, 0x9c, 0x79, 0x4a, 0x51, 0xd3, 0x0a, 0xce, 0x3c, 0xa9,
- 0x90, 0x49, 0x1e, 0xe9, 0x1b, 0x0b, 0x53, 0xcb, 0x15, 0x12, 0x9d, 0xaa, 0x1b, 0x8b, 0x4d, 0x90,
- 0xd6, 0x0e, 0x89, 0x4c, 0xf1, 0xae, 0xf9, 0x5c, 0xf4, 0x22, 0x29, 0x96, 0x54, 0x24, 0x32, 0x7d,
- 0x6c, 0x8d, 0x33, 0xaf, 0x17, 0x49, 0x22, 0x29, 0x96, 0xd5, 0x6d, 0xea, 0x58, 0x3e, 0x51, 0x36,
- 0x38, 0xa9, 0x92, 0x44, 0x4a, 0xa5, 0x0b, 0x58, 0xce, 0x52, 0xa9, 0x76, 0xa1, 0x21, 0x5f, 0xc5,
- 0x85, 0x3b, 0xd6, 0xfe, 0xb4, 0x75, 0x29, 0x45, 0x17, 0x62, 0xe0, 0xaa, 0x08, 0x5b, 0x7f, 0x04,
- 0x35, 0x79, 0x24, 0xa7, 0xe1, 0xc1, 0x54, 0x75, 0x0c, 0xd7, 0xf7, 0x1d, 0x3a, 0x13, 0x98, 0x49,
- 0x23, 0x15, 0x8b, 0xaa, 0x5d, 0x77, 0x7d, 0xbf, 0x2f, 0x65, 0x03, 0x77, 0x2c, 0xbb, 0x14, 0xc3,
- 0x53, 0xfa, 0x06, 0x67, 0x60, 0xab, 0x0a, 0xd6, 0xd2, 0xf2, 0x04, 0xb9, 0x0b, 0x0d, 0xc1, 0xdc,
- 0xc8, 0x11, 0xd4, 0x99, 0x50, 0xae, 0xb3, 0xb7, 0x6a, 0x83, 0x94, 0x0d, 0xe8, 0x11, 0xe5, 0xc2,
- 0xfa, 0xc7, 0x02, 0x94, 0xf5, 0xd3, 0xd1, 0x23, 0x28, 0x7a, 0xd3, 0xf8, 0x8d, 0x19, 0xa5, 0x2f,
- 0xe1, 0xf1, 0xdc, 0x6c, 0xa9, 0xbe, 0x3a, 0x1d, 0x32, 0x21, 0x2e, 0xe6, 0x42, 0x9c, 0xe6, 0x54,
- 0x69, 0x21, 0xa7, 0x74, 0x9e, 0xac, 0xe5, 0xf3, 0xe4, 0xea, 0x74, 0x48, 0x93, 0xad, 0x92, 0x49,
- 0x36, 0xeb, 0x6f, 0x8a, 0x50, 0x7a, 0x19, 0xd0, 0xb9, 0xea, 0xfe, 0x9e, 0x7c, 0xe3, 0x70, 0xb2,
- 0xdb, 0x71, 0xdb, 0x6e, 0x68, 0x69, 0xef, 0xaa, 0xfd, 0xbf, 0x1d, 0xef, 0xff, 0x9b, 0x50, 0x9e,
- 0x85, 0x44, 0x8a, 0xeb, 0x5a, 0x3c, 0x0b, 0xc9, 0x4d, 0xc7, 0xbc, 0x1d, 0x50, 0xbd, 0x59, 0x07,
- 0x53, 0x6f, 0xad, 0x55, 0x29, 0x50, 0xd9, 0x79, 0x1f, 0xaa, 0xf1, 0x0e, 0xa3, 0x72, 0xad, 0x6d,
- 0x57, 0xcc, 0xee, 0x82, 0xbe, 0x03, 0xed, 0x10, 0x8b, 0x39, 0x65, 0x17, 0xc9, 0x2c, 0xd7, 0x14,
- 0xa2, 0x69, 0xc4, 0xbd, 0xab, 0x8e, 0x9f, 0x65, 0x05, 0xc9, 0x1c, 0x3f, 0x3f, 0x03, 0xf0, 0x92,
- 0x92, 0x35, 0x6f, 0xc1, 0x1b, 0x49, 0xac, 0xd2, 0x6a, 0xb6, 0x33, 0x30, 0xf4, 0x18, 0xca, 0xae,
- 0x8a, 0xa2, 0x79, 0xbb, 0x6d, 0x2f, 0x04, 0xd7, 0x36, 0x6a, 0xb4, 0x0d, 0xd5, 0x88, 0x11, 0xca,
- 0x88, 0x78, 0xab, 0xaa, 0xa8, 0x6d, 0x27, 0xe3, 0xcc, 0x31, 0xb6, 0x91, 0x3b, 0xc6, 0x66, 0x0e,
- 0x50, 0xcd, 0xec, 0x01, 0xca, 0x1a, 0x40, 0x63, 0xf1, 0x84, 0xa0, 0x8f, 0x39, 0x71, 0x84, 0x1a,
- 0x76, 0x55, 0x0b, 0x7a, 0x3e, 0x7a, 0x0c, 0x6d, 0xa3, 0xe4, 0x11, 0xf6, 0xc8, 0x88, 0x78, 0xe6,
- 0xf8, 0xd4, 0xd2, 0xe2, 0x33, 0x23, 0xb5, 0xfe, 0xb5, 0x04, 0xad, 0xfc, 0x55, 0xd4, 0xf5, 0xe7,
- 0xb0, 0xfb, 0x50, 0x65, 0x97, 0xce, 0xf0, 0xad, 0xc0, 0x5c, 0xb1, 0x95, 0xed, 0x0a, 0xbb, 0xdc,
- 0x97, 0x43, 0xb9, 0xcc, 0xec, 0xd2, 0x89, 0xd4, 0x41, 0x4e, 0x27, 0x6d, 0xd9, 0xae, 0xb1, 0x4b,
- 0x7d, 0xb2, 0xe3, 0xaa, 0xc4, 0x2e, 0x9d, 0x99, 0xe7, 0xca, 0xaa, 0x36, 0xa0, 0x92, 0x02, 0xb5,
- 0xd8, 0xe5, 0x6b, 0x29, 0xce, 0x23, 0xa7, 0x39, 0xe4, 0x5a, 0x8c, 0x3c, 0x59, 0x46, 0x0e, 0x73,
- 0xc8, 0x72, 0x8c, 0xdc, 0x5f, 0x46, 0xea, 0x77, 0xf0, 0x18, 0x59, 0x89, 0x91, 0xea, 0x9d, 0x3a,
- 0x46, 0xde, 0x87, 0xaa, 0x88, 0x3d, 0xac, 0x6a, 0x0f, 0x45, 0xea, 0xa1, 0x48, 0x3d, 0xac, 0x69,
- 0x0f, 0x45, 0xd6, 0x43, 0xb1, 0xe8, 0x21, 0xe8, 0x67, 0x88, 0x25, 0x0f, 0xc5, 0xa2, 0x87, 0xf5,
- 0x18, 0x79, 0xb2, 0x8c, 0xcc, 0x7b, 0xd8, 0x88, 0x91, 0xfb, 0xcb, 0xc8, 0xbc, 0x87, 0xcd, 0x18,
- 0x99, 0xf3, 0xd0, 0x82, 0x26, 0xbb, 0x74, 0x3c, 0xe6, 0x69, 0x34, 0x57, 0xfd, 0xb5, 0x6c, 0xd7,
- 0xd9, 0xe5, 0x01, 0xf3, 0x14, 0x52, 0xb9, 0x3a, 0x24, 0x51, 0x0c, 0x68, 0x6b, 0x57, 0x87, 0x24,
- 0x32, 0xea, 0x07, 0x50, 0x13, 0x64, 0x8a, 0xb9, 0x70, 0xa7, 0x91, 0x3a, 0xe9, 0x56, 0xec, 0x54,
- 0x20, 0x5f, 0xd7, 0x5b, 0xf9, 0x1b, 0xca, 0x6c, 0xf1, 0x17, 0x72, 0xc5, 0xff, 0xe1, 0x09, 0xf5,
- 0xe1, 0x81, 0xba, 0x79, 0xf6, 0x5f, 0x42, 0x33, 0x77, 0xa5, 0x79, 0x7d, 0x31, 0xdc, 0x85, 0xb2,
- 0x7c, 0x21, 0x9f, 0x71, 0x73, 0x9a, 0x33, 0x23, 0xeb, 0x0f, 0x61, 0xe3, 0x8a, 0xab, 0xcd, 0x5b,
- 0xbf, 0x47, 0xa5, 0xf4, 0xc5, 0x1c, 0xfd, 0x7f, 0x16, 0x00, 0x2d, 0xdf, 0x7a, 0x7e, 0xc8, 0x95,
- 0x48, 0x40, 0xb9, 0x93, 0x7b, 0x44, 0x2d, 0xa0, 0xfc, 0x4c, 0x09, 0xb4, 0x7a, 0x18, 0xab, 0x4b,
- 0xb1, 0x7a, 0x68, 0xd4, 0x4f, 0xa0, 0x13, 0xd0, 0xc8, 0x73, 0xa6, 0x84, 0x27, 0x1c, 0xfa, 0x2d,
- 0xa4, 0x25, 0xe5, 0x27, 0x84, 0xc7, 0x44, 0x9f, 0xc2, 0xa6, 0x41, 0x9a, 0x84, 0x8b, 0xe1, 0x65,
- 0xfd, 0xe6, 0xa3, 0xe1, 0x3a, 0xf1, 0xb4, 0x89, 0x85, 0x61, 0xe7, 0x86, 0xcb, 0xd8, 0x8f, 0xb6,
- 0x90, 0x7f, 0x59, 0x80, 0xed, 0xeb, 0x6f, 0x66, 0x3f, 0xd6, 0x63, 0xd0, 0x67, 0x70, 0x97, 0x84,
- 0xf2, 0xd5, 0x11, 0x3b, 0x43, 0x22, 0xcc, 0x1a, 0x30, 0x57, 0x60, 0xb3, 0x83, 0x6f, 0x18, 0xed,
- 0x3e, 0x11, 0x6a, 0x11, 0x6c, 0x57, 0x60, 0xeb, 0x57, 0x7a, 0x6e, 0xd7, 0x5c, 0xec, 0x7e, 0xb4,
- 0xb9, 0xdd, 0x81, 0x35, 0x75, 0xc5, 0x1c, 0x1f, 0x26, 0xd4, 0x40, 0xb2, 0x87, 0x78, 0xee, 0xe0,
- 0xaf, 0xe3, 0xe3, 0x44, 0x39, 0xc4, 0xf3, 0xc3, 0xaf, 0x7d, 0x6b, 0x02, 0x0f, 0x6f, 0xbe, 0x16,
- 0xfe, 0x68, 0xb1, 0xf9, 0xab, 0x82, 0xce, 0x81, 0x6b, 0x2e, 0x8a, 0xff, 0x7f, 0x83, 0xf3, 0xcb,
- 0x02, 0x58, 0xef, 0xbe, 0x74, 0xfe, 0xbf, 0x0d, 0x92, 0x75, 0xaa, 0x62, 0x71, 0xc3, 0xe5, 0xf4,
- 0x6d, 0x9f, 0x6f, 0xbd, 0x82, 0x07, 0x37, 0xdd, 0x45, 0xdf, 0x9a, 0xef, 0xbf, 0x0b, 0x50, 0x3b,
- 0xf3, 0x26, 0xd8, 0x9f, 0x05, 0x98, 0xa1, 0x4f, 0xa0, 0xe6, 0x13, 0x86, 0xf5, 0xa9, 0x49, 0xbf,
- 0x96, 0xa6, 0x47, 0xe2, 0x6e, 0xac, 0xb1, 0x53, 0x10, 0xfa, 0x5c, 0x9d, 0xdc, 0x89, 0xfc, 0xed,
- 0x06, 0xce, 0x70, 0x6e, 0xde, 0x3e, 0xd3, 0x0b, 0xb2, 0xbd, 0x44, 0xbb, 0x7f, 0x6e, 0x37, 0x52,
- 0xec, 0xfe, 0x3c, 0x77, 0xee, 0x2a, 0x9a, 0xbb, 0x93, 0xcc, 0xb9, 0x6b, 0x8e, 0xc9, 0x78, 0x12,
- 0x2f, 0xa8, 0x19, 0xa1, 0x2f, 0xa0, 0xc1, 0xe5, 0x74, 0x9d, 0x88, 0x06, 0xc4, 0xd3, 0xb7, 0x2a,
- 0xad, 0xcc, 0x87, 0x3e, 0xe3, 0x0b, 0x09, 0xc7, 0xa7, 0x0a, 0x60, 0xd7, 0x15, 0x5c, 0x0f, 0xac,
- 0x7f, 0x28, 0x00, 0x1a, 0x30, 0x77, 0x34, 0x22, 0xde, 0xd9, 0xc4, 0x8d, 0x48, 0x38, 0x56, 0x17,
- 0x53, 0x1d, 0x28, 0x7a, 0x84, 0x99, 0x05, 0x93, 0x3f, 0x95, 0x64, 0xc8, 0xcd, 0x52, 0xc9, 0x9f,
- 0xf1, 0x6d, 0x5e, 0x31, 0xb9, 0xcd, 0x53, 0x92, 0x21, 0x4f, 0xee, 0xf7, 0x34, 0x66, 0x4c, 0x98,
- 0xa9, 0x47, 0xf9, 0x13, 0x1d, 0x00, 0xc8, 0x17, 0x9b, 0x61, 0xfa, 0x55, 0xa8, 0x95, 0xf9, 0xaa,
- 0xd0, 0x0b, 0x47, 0x98, 0x31, 0xec, 0xc7, 0x6b, 0xb4, 0x7f, 0x9e, 0x46, 0xd2, 0xae, 0xba, 0xbe,
- 0xbf, 0x2f, 0xfb, 0x89, 0xf5, 0x1f, 0x05, 0x58, 0x1b, 0x78, 0x34, 0x14, 0x1f, 0x10, 0x9f, 0xec,
- 0xd9, 0x5c, 0x7b, 0x93, 0x9c, 0xcd, 0x3f, 0x81, 0x1a, 0x8f, 0x23, 0x6f, 0xee, 0x35, 0xd1, 0xe2,
- 0x3a, 0x62, 0x66, 0xa7, 0x20, 0x74, 0x02, 0x77, 0x84, 0x5e, 0x3d, 0x87, 0xeb, 0xe5, 0x73, 0x48,
- 0x38, 0xa2, 0xe6, 0xa2, 0x3d, 0xfd, 0xde, 0xb7, 0xbc, 0xc4, 0x36, 0x12, 0x4b, 0x32, 0xeb, 0xcf,
- 0x0a, 0x50, 0x56, 0x7e, 0xf1, 0x5b, 0x97, 0x61, 0xfa, 0xfe, 0x62, 0xea, 0x2d, 0x79, 0x7f, 0x89,
- 0x4f, 0xe5, 0x6b, 0xb9, 0x6b, 0xcd, 0xef, 0x40, 0x59, 0xa8, 0x27, 0x99, 0x9b, 0x9b, 0x56, 0x3a,
- 0x57, 0x29, 0xb6, 0x8d, 0xd6, 0xfa, 0x01, 0x6c, 0x0e, 0x5c, 0x12, 0x74, 0x19, 0x8d, 0xba, 0x84,
- 0x7b, 0x2e, 0xf3, 0x0f, 0x68, 0x38, 0x22, 0x63, 0xb9, 0xd5, 0x7e, 0x3d, 0xc3, 0x33, 0xec, 0x70,
- 0xf2, 0x8b, 0xf8, 0xa2, 0xb9, 0xa6, 0x24, 0x67, 0xe4, 0x17, 0xd8, 0xfa, 0xd3, 0x02, 0x74, 0x6c,
- 0xec, 0xe7, 0x6d, 0xbe, 0x05, 0xcd, 0x29, 0x09, 0x1d, 0x31, 0x61, 0x98, 0x4f, 0x68, 0x10, 0xbb,
- 0xd6, 0x98, 0x92, 0x70, 0x10, 0xcb, 0x14, 0xc8, 0xbd, 0xcc, 0x80, 0x56, 0x0d, 0xc8, 0xbd, 0x4c,
- 0x41, 0x8f, 0xa1, 0x2d, 0x41, 0x11, 0xa3, 0x43, 0x77, 0x48, 0x82, 0xb4, 0x60, 0x5a, 0x53, 0xf7,
- 0xf2, 0x34, 0x95, 0x5a, 0x7f, 0x5b, 0x80, 0xf5, 0xf3, 0xa5, 0x89, 0x3c, 0x87, 0xb5, 0x31, 0xc3,
- 0x38, 0x34, 0x6f, 0xb9, 0x69, 0xb5, 0x2c, 0x22, 0x6d, 0x8d, 0x43, 0x9f, 0x42, 0xf9, 0x2d, 0x0e,
- 0x02, 0x3a, 0x37, 0x5f, 0x80, 0x6e, 0xb0, 0x30, 0x40, 0xf4, 0x5d, 0x28, 0x32, 0x1c, 0x7f, 0xfa,
- 0xbd, 0x01, 0x2f, 0x51, 0xd6, 0xbf, 0xaf, 0x42, 0x33, 0x3f, 0xc5, 0xdf, 0x86, 0x96, 0xaf, 0x05,
- 0x71, 0x65, 0xeb, 0xf4, 0xbe, 0x9b, 0x49, 0x6f, 0xa5, 0x36, 0x65, 0xdd, 0xf4, 0xb3, 0x43, 0xf4,
- 0x53, 0xd8, 0x12, 0x2e, 0x09, 0x1c, 0x9f, 0xd1, 0xc8, 0x89, 0x89, 0x3c, 0x45, 0x6d, 0x5c, 0x78,
- 0x98, 0x46, 0xfc, 0xaa, 0x00, 0x1f, 0xad, 0xd8, 0x9b, 0xe2, 0xca, 0xc8, 0xf7, 0x00, 0x31, 0xec,
- 0x2f, 0x92, 0xbe, 0xcb, 0xcf, 0xa3, 0x15, 0xbb, 0xc3, 0x16, 0xe3, 0x70, 0x0c, 0x1b, 0xf3, 0x2b,
- 0xb8, 0x16, 0xff, 0xa1, 0xe2, 0xfc, 0x0a, 0xb2, 0xf5, 0xf9, 0x22, 0xdb, 0x7e, 0x27, 0x5d, 0x32,
- 0x4d, 0x64, 0x55, 0x60, 0xed, 0x70, 0x1a, 0x89, 0xb7, 0x4f, 0xbf, 0x80, 0x5a, 0xd2, 0x0d, 0x50,
- 0x03, 0xaa, 0xaf, 0x4f, 0xcf, 0x06, 0xf6, 0xe1, 0xde, 0x49, 0x67, 0x05, 0xb5, 0x00, 0xba, 0xfd,
- 0xf3, 0x57, 0x66, 0x5c, 0x40, 0xeb, 0xd0, 0xdc, 0xef, 0x75, 0x7b, 0xf6, 0xe1, 0xc1, 0xa0, 0xd7,
- 0x7f, 0xb5, 0x77, 0xdc, 0x59, 0x7d, 0xfa, 0x23, 0xe8, 0x2c, 0xb6, 0x51, 0x54, 0x81, 0xe2, 0xb9,
- 0x6d, 0x77, 0x56, 0x10, 0x82, 0xd6, 0x99, 0x60, 0xc4, 0x13, 0xa7, 0xa6, 0x55, 0x77, 0x0a, 0x08,
- 0xa0, 0x7c, 0xf4, 0x76, 0xc8, 0x88, 0xdf, 0x59, 0x7d, 0x1a, 0x42, 0x23, 0xdb, 0xf2, 0xd1, 0x26,
- 0xac, 0x67, 0xc7, 0xce, 0x2b, 0x1a, 0xe2, 0xce, 0x0a, 0xda, 0x80, 0x76, 0x5e, 0xbc, 0xd7, 0x29,
- 0xa0, 0x1d, 0xb8, 0x97, 0x13, 0xee, 0x63, 0x2e, 0x0e, 0x47, 0x23, 0xca, 0x44, 0x67, 0x75, 0x89,
- 0x68, 0x6f, 0x26, 0x68, 0xa7, 0xf8, 0xf4, 0xc7, 0x49, 0x26, 0x99, 0x99, 0x36, 0xa0, 0x1a, 0x47,
- 0xb8, 0xb3, 0x82, 0x9a, 0x50, 0x3b, 0x4f, 0x86, 0x05, 0xe9, 0x86, 0x8d, 0xfd, 0xce, 0x2a, 0xaa,
- 0x42, 0x49, 0x2e, 0x73, 0xa7, 0xf8, 0xf4, 0xaf, 0x0b, 0xf0, 0xe0, 0xa6, 0x46, 0x8c, 0xbe, 0x0d,
- 0xbf, 0x76, 0x93, 0x3e, 0xf6, 0xe8, 0x09, 0x3c, 0xba, 0x11, 0xb6, 0xc7, 0xf9, 0x8c, 0x61, 0xbf,
- 0x53, 0x40, 0xdf, 0x85, 0xc7, 0x37, 0x22, 0xb3, 0x6e, 0xbf, 0xf8, 0xbb, 0x3a, 0x54, 0xfa, 0x3a,
- 0x31, 0x50, 0x17, 0xa0, 0x4b, 0xb8, 0x3b, 0x0c, 0x70, 0x3f, 0x10, 0x28, 0xed, 0x61, 0x2a, 0xe8,
- 0xdb, 0x0b, 0x63, 0xeb, 0xee, 0x2f, 0xff, 0xed, 0xbf, 0x7e, 0xb5, 0xda, 0xb1, 0xea, 0xcf, 0xdf,
- 0x7c, 0xfa, 0xdc, 0xd8, 0x7d, 0x5e, 0x78, 0x8a, 0x5e, 0x42, 0xdd, 0xc6, 0x38, 0x7c, 0x5f, 0x9a,
- 0x7b, 0x8a, 0x66, 0xdd, 0x6a, 0x48, 0x9a, 0xd8, 0x50, 0xf2, 0x1c, 0x42, 0xdd, 0x9c, 0x6c, 0x70,
- 0x3f, 0x9c, 0xa1, 0x46, 0xf6, 0x63, 0xf9, 0x12, 0xcb, 0x96, 0x62, 0x41, 0x56, 0x53, 0xb2, 0x1c,
- 0xea, 0x87, 0x87, 0x33, 0x49, 0x73, 0x04, 0xcd, 0x2e, 0x76, 0xdf, 0x9b, 0xe8, 0xbe, 0x22, 0xda,
- 0xb0, 0x5a, 0x19, 0xaf, 0x0c, 0xd3, 0x01, 0xd4, 0xba, 0x38, 0xc0, 0xb7, 0x9e, 0x4e, 0x62, 0x24,
- 0x49, 0x7a, 0x00, 0xe6, 0x1b, 0x5d, 0x7f, 0x26, 0x50, 0x27, 0xf7, 0x6f, 0x47, 0x27, 0x7c, 0x7c,
- 0xf3, 0x7c, 0x52, 0x4b, 0x49, 0xd5, 0x87, 0x46, 0xf2, 0x85, 0x4e, 0x92, 0xa1, 0xdc, 0xbf, 0x13,
- 0x28, 0xf1, 0x12, 0xdd, 0x8e, 0xa2, 0xdb, 0xb4, 0x3a, 0x8a, 0x2e, 0x63, 0x2d, 0x09, 0x7f, 0x1f,
- 0xda, 0xd9, 0x4f, 0x71, 0x92, 0x33, 0x3d, 0x68, 0x65, 0x35, 0x4b, 0xb4, 0x0f, 0x15, 0xed, 0x96,
- 0xb5, 0x21, 0x69, 0x17, 0x38, 0x24, 0xf3, 0x97, 0x50, 0x79, 0x19, 0xd0, 0xf9, 0x9e, 0xef, 0xa3,
- 0x66, 0xee, 0x3f, 0x98, 0x6e, 0xce, 0x2a, 0x63, 0xa3, 0xb3, 0x0a, 0xe4, 0xc8, 0x56, 0x57, 0xb1,
- 0xef, 0x22, 0xc9, 0x2d, 0x5a, 0x6a, 0x26, 0x79, 0xce, 0xa0, 0x95, 0x7c, 0xe7, 0x3d, 0x98, 0x60,
- 0xef, 0x62, 0x29, 0x41, 0xd3, 0x65, 0x4c, 0x80, 0xd6, 0x37, 0x14, 0xe1, 0x3d, 0x0b, 0x49, 0xc2,
- 0xbc, 0xbd, 0x24, 0x3d, 0x81, 0xba, 0xce, 0xb9, 0x53, 0x1a, 0xf6, 0x46, 0x99, 0x40, 0x24, 0x1f,
- 0x9e, 0x97, 0xa6, 0xb8, 0xad, 0x18, 0xef, 0x58, 0xed, 0x34, 0x61, 0x95, 0xb1, 0x09, 0xac, 0xc9,
- 0xbc, 0xf7, 0xe7, 0xcb, 0x05, 0x36, 0x6b, 0x2d, 0x09, 0x6d, 0x68, 0x7e, 0x85, 0x45, 0xe6, 0x53,
- 0xe9, 0xa2, 0xcf, 0x1b, 0x57, 0x7c, 0xcd, 0xb1, 0x1e, 0x28, 0xca, 0xbb, 0xd6, 0xba, 0xa4, 0xcc,
- 0xd9, 0x4b, 0xce, 0x1f, 0x43, 0xd9, 0xc6, 0x43, 0x4a, 0xdf, 0x5d, 0xe1, 0x9b, 0x8a, 0xa7, 0x6d,
- 0x81, 0xae, 0x70, 0x69, 0x23, 0x09, 0x5e, 0xc3, 0xfa, 0x01, 0x0d, 0x02, 0xec, 0x65, 0x6f, 0x1d,
- 0xdf, 0xc5, 0xb5, 0xab, 0xb8, 0xb6, 0xad, 0x4d, 0xc9, 0xb5, 0x64, 0x2e, 0x69, 0x8f, 0xa1, 0x71,
- 0xc0, 0xb0, 0x2b, 0xb0, 0x39, 0xfa, 0xb5, 0xf3, 0x47, 0x31, 0x7e, 0xf3, 0xca, 0x65, 0x4d, 0x0d,
- 0x9b, 0xce, 0x9d, 0x0f, 0x62, 0xcb, 0x9a, 0x4a, 0xb6, 0x1f, 0x41, 0x47, 0x87, 0x3a, 0xd3, 0xfe,
- 0xaf, 0x0f, 0x45, 0x0a, 0xb2, 0x56, 0x3e, 0x29, 0xec, 0x3f, 0xfb, 0xd9, 0x6f, 0x8c, 0x89, 0x98,
- 0xcc, 0x86, 0xcf, 0x3c, 0x3a, 0x55, 0xff, 0x25, 0xea, 0x51, 0xe6, 0x3f, 0xd7, 0xff, 0x3c, 0xfa,
- 0x3d, 0xf3, 0xcf, 0xa3, 0x63, 0x1a, 0xff, 0xff, 0xe8, 0xb0, 0xac, 0x44, 0x9f, 0xfd, 0x6f, 0x00,
- 0x00, 0x00, 0xff, 0xff, 0x0c, 0xec, 0x7d, 0xd0, 0x5f, 0x2a, 0x00, 0x00,
+ // 2997 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x5a, 0xdd, 0x72, 0x1c, 0x47,
+ 0x15, 0xf6, 0x4a, 0xab, 0x9d, 0xdd, 0xb3, 0x3f, 0x92, 0x5b, 0xd6, 0xbf, 0xe2, 0xa8, 0x06, 0x93,
+ 0x98, 0x9f, 0xd8, 0x89, 0x93, 0x02, 0x12, 0x28, 0x88, 0x2c, 0xc9, 0xd1, 0x82, 0xe5, 0x15, 0x23,
+ 0x39, 0x86, 0x50, 0xd4, 0x64, 0x34, 0xd3, 0xbb, 0xdb, 0xa5, 0xd9, 0xe9, 0xc9, 0x74, 0xaf, 0x24,
+ 0x17, 0x77, 0x01, 0x5e, 0x80, 0x14, 0x17, 0xf0, 0x0a, 0xbc, 0x40, 0xaa, 0xb8, 0xcc, 0x2d, 0xc5,
+ 0x0d, 0x0f, 0xc0, 0x0d, 0x8f, 0xc1, 0x05, 0xd5, 0xa7, 0x7b, 0x66, 0x67, 0x76, 0x57, 0xb2, 0x15,
+ 0x4c, 0x71, 0xa3, 0x9a, 0x3e, 0xe7, 0x3b, 0x5f, 0xf7, 0xe9, 0x3e, 0xe7, 0xf4, 0x8f, 0x16, 0x36,
+ 0xce, 0x78, 0x28, 0xfb, 0x9e, 0x1b, 0x27, 0x5c, 0x72, 0x71, 0x9f, 0xc7, 0x34, 0xe2, 0xa1, 0xbc,
+ 0x87, 0x4d, 0x62, 0x99, 0xe6, 0xfa, 0x66, 0x8f, 0xf3, 0x5e, 0x48, 0xef, 0x7b, 0x31, 0xbb, 0xef,
+ 0x45, 0x11, 0x97, 0x9e, 0x64, 0x3c, 0x12, 0x1a, 0xb6, 0xbe, 0x55, 0xe4, 0x90, 0xd4, 0xef, 0xab,
+ 0xef, 0x2e, 0x0b, 0xa9, 0x46, 0xd8, 0x7f, 0x2b, 0x03, 0xb4, 0xa3, 0x80, 0xf9, 0x68, 0x47, 0xde,
+ 0x01, 0x8b, 0x87, 0xd2, 0x65, 0x51, 0xb0, 0x5a, 0xda, 0x2a, 0xdd, 0xad, 0x3f, 0x58, 0xbe, 0x97,
+ 0x76, 0xdc, 0x09, 0xe5, 0x08, 0xb8, 0x7f, 0xc3, 0xa9, 0x70, 0x14, 0x90, 0xf7, 0xa0, 0xca, 0x22,
+ 0xd9, 0x45, 0x9b, 0x19, 0xb4, 0x59, 0xc9, 0x6c, 0xda, 0x91, 0xec, 0x16, 0x8c, 0x2c, 0xa6, 0x25,
+ 0x64, 0x1b, 0x9a, 0x68, 0xc5, 0x63, 0x9a, 0xa0, 0xe9, 0x2c, 0x9a, 0x6e, 0x14, 0x4c, 0x3b, 0x31,
+ 0x4d, 0x0a, 0xe6, 0x75, 0x36, 0x92, 0x92, 0x1f, 0x43, 0x83, 0x47, 0x43, 0x37, 0x60, 0xc2, 0x47,
+ 0x86, 0x32, 0x32, 0xac, 0x8f, 0x06, 0x1c, 0x0d, 0x77, 0x99, 0xf0, 0x0b, 0x04, 0xc0, 0x33, 0x21,
+ 0xfa, 0x1a, 0x0d, 0xd1, 0x74, 0x6e, 0xdc, 0xd7, 0x68, 0x38, 0xe6, 0x2b, 0x0a, 0x94, 0xaf, 0x7c,
+ 0xe0, 0x33, 0xb4, 0xa9, 0x8c, 0xf9, 0xda, 0x19, 0xf8, 0xac, 0xe8, 0x2b, 0xd7, 0x12, 0xf2, 0x1e,
+ 0x58, 0xf1, 0xa9, 0x9e, 0x54, 0x0b, 0x8d, 0xd6, 0x32, 0xa3, 0x43, 0xcf, 0x3f, 0xa5, 0x63, 0xf3,
+ 0x1a, 0x9f, 0xe2, 0xbc, 0xfe, 0x00, 0x20, 0xe6, 0x89, 0x74, 0x85, 0xf4, 0xa4, 0x58, 0xad, 0x8e,
+ 0xf5, 0x76, 0xc8, 0x13, 0x79, 0xa4, 0x16, 0x5b, 0x48, 0xe6, 0x8b, 0xfd, 0x1b, 0x4e, 0x2d, 0x36,
+ 0x12, 0xa1, 0x2c, 0xbb, 0x21, 0x3f, 0x37, 0x96, 0xb5, 0x31, 0xcb, 0x47, 0x21, 0x3f, 0x2f, 0x5a,
+ 0x76, 0x8d, 0x44, 0x90, 0xef, 0x43, 0xcd, 0x0b, 0xbd, 0x64, 0x80, 0x63, 0x05, 0x34, 0x5c, 0xcd,
+ 0x0c, 0xb7, 0x95, 0xa6, 0x30, 0xd4, 0xaa, 0x67, 0x44, 0x0f, 0x2b, 0x50, 0x0e, 0x3c, 0xe9, 0xd9,
+ 0x7f, 0xb1, 0x60, 0x7e, 0x0c, 0xa7, 0xe6, 0x39, 0xe4, 0x62, 0x6a, 0x4c, 0x3d, 0xe6, 0xa2, 0xe8,
+ 0x7b, 0x88, 0x02, 0xb2, 0x0b, 0xad, 0xe0, 0x39, 0x8b, 0x7a, 0x6e, 0xcf, 0x13, 0x71, 0x2e, 0xb2,
+ 0x36, 0x33, 0xcb, 0x5d, 0xa5, 0xfe, 0xc8, 0x13, 0x71, 0xc1, 0xbe, 0x11, 0xe4, 0xc4, 0x2a, 0xc6,
+ 0xd4, 0x02, 0x8f, 0x3c, 0x1a, 0x8f, 0xb1, 0x4e, 0x34, 0x9c, 0x74, 0xaa, 0xce, 0x47, 0x52, 0xf2,
+ 0x0c, 0x6e, 0x29, 0x0a, 0x21, 0xbd, 0x44, 0x0e, 0x63, 0xb7, 0xeb, 0xb1, 0x30, 0x17, 0x6b, 0x77,
+ 0xf2, 0x4c, 0x47, 0x1a, 0xf3, 0xc8, 0x63, 0xe1, 0x30, 0xa1, 0x05, 0xca, 0x9b, 0xbc, 0xa0, 0x56,
+ 0xc4, 0x9f, 0xc0, 0x32, 0x12, 0xb3, 0x5e, 0xe4, 0x85, 0x6e, 0x40, 0x7b, 0x89, 0x17, 0xd0, 0x5c,
+ 0x2c, 0x7e, 0xa3, 0x40, 0x8d, 0xa8, 0x5d, 0x0d, 0x2a, 0x30, 0x2f, 0xf2, 0x49, 0x2d, 0xf9, 0x15,
+ 0xac, 0x60, 0x62, 0x24, 0xac, 0x2b, 0x5d, 0xde, 0x75, 0xcf, 0x59, 0x14, 0xf0, 0xf3, 0x5c, 0xd0,
+ 0x16, 0xc8, 0x77, 0x15, 0xac, 0xd3, 0x7d, 0x86, 0xa0, 0x09, 0xf2, 0x71, 0x2d, 0x39, 0x06, 0xe5,
+ 0x8d, 0x1b, 0x72, 0x21, 0xdc, 0x2c, 0x17, 0x74, 0x58, 0xbf, 0x99, 0xa7, 0x7d, 0xcc, 0x85, 0xe8,
+ 0x74, 0x55, 0x52, 0xec, 0xf4, 0xbd, 0x28, 0xa2, 0x61, 0x81, 0xba, 0xc5, 0x0d, 0xc2, 0xa4, 0x48,
+ 0x3a, 0xcf, 0xe8, 0x8a, 0x18, 0xcd, 0x73, 0x75, 0xca, 0x3c, 0x6b, 0xcc, 0xa5, 0xf3, 0x3c, 0x52,
+ 0x2b, 0xe2, 0x8e, 0x2e, 0x12, 0x92, 0x9d, 0xeb, 0x91, 0xea, 0x6c, 0xf8, 0x4e, 0x9e, 0xf0, 0x38,
+ 0xf1, 0x22, 0x31, 0x60, 0x42, 0x30, 0x1e, 0xb5, 0x23, 0x49, 0x93, 0x2e, 0x4d, 0x68, 0xe4, 0xd3,
+ 0x67, 0x5e, 0x12, 0xb1, 0xa8, 0x67, 0xaa, 0xc6, 0x31, 0x3b, 0xc7, 0x91, 0x7e, 0xaa, 0x27, 0xd7,
+ 0xf3, 0x25, 0x3b, 0xc3, 0x7e, 0x47, 0x83, 0x85, 0xc9, 0x59, 0xd8, 0xce, 0x60, 0xd3, 0xc6, 0xab,
+ 0x7c, 0x2e, 0x22, 0x74, 0x0f, 0xab, 0xaa, 0x87, 0x38, 0xe1, 0x3e, 0x15, 0x42, 0x65, 0x01, 0x4d,
+ 0x12, 0xae, 0xab, 0x64, 0x1d, 0xbb, 0xf8, 0x66, 0xbe, 0x8b, 0xc3, 0x0c, 0xb7, 0xa7, 0x60, 0x85,
+ 0x0e, 0x96, 0xf8, 0x34, 0x7d, 0x96, 0xad, 0xf7, 0xa0, 0x59, 0xa8, 0xea, 0xe4, 0x35, 0x00, 0x2c,
+ 0xc8, 0xaa, 0x72, 0x50, 0xcc, 0xd6, 0x9a, 0x53, 0x53, 0x12, 0x55, 0x1e, 0xa8, 0xbd, 0x0f, 0xad,
+ 0x62, 0x45, 0x27, 0x2b, 0x60, 0xe9, 0xe2, 0xaf, 0x73, 0xdb, 0x72, 0x2a, 0x58, 0xe0, 0x83, 0x31,
+ 0xa6, 0x99, 0x71, 0xa6, 0x3e, 0xdc, 0x9c, 0x28, 0xcf, 0x97, 0x93, 0x7d, 0x00, 0x4d, 0x41, 0x13,
+ 0xe6, 0x85, 0x6e, 0x34, 0x1c, 0x9c, 0xd0, 0xc4, 0x54, 0x83, 0xa5, 0x6c, 0x1a, 0x8e, 0x50, 0xfb,
+ 0x04, 0x95, 0x4e, 0x43, 0xe4, 0x5a, 0xf6, 0x5f, 0x4b, 0xd0, 0x2c, 0x94, 0xf3, 0xcb, 0xbb, 0x59,
+ 0x82, 0x0a, 0x6e, 0x08, 0xba, 0xda, 0x58, 0xce, 0x9c, 0xaa, 0xfa, 0xe3, 0xae, 0xcc, 0x8e, 0xb9,
+ 0x42, 0x5e, 0x87, 0xba, 0x17, 0x0c, 0x58, 0x64, 0xf4, 0x73, 0xa8, 0x07, 0x14, 0x69, 0xc0, 0xc4,
+ 0xe8, 0xcb, 0x2f, 0x3f, 0xfa, 0x4f, 0x81, 0x4c, 0x6e, 0x84, 0x84, 0x40, 0x59, 0x3e, 0x8f, 0xd3,
+ 0x05, 0xc2, 0xef, 0xbc, 0x57, 0x33, 0x57, 0xac, 0xc4, 0xf8, 0xf0, 0x6d, 0x07, 0x5a, 0xc5, 0x9d,
+ 0xeb, 0xda, 0xf3, 0xb3, 0x00, 0xb3, 0xf1, 0xa9, 0x44, 0xe6, 0x86, 0xa3, 0x3e, 0xed, 0xaf, 0x4a,
+ 0xb0, 0x30, 0xbe, 0xb3, 0x91, 0x0d, 0xa8, 0x21, 0x2d, 0x8e, 0x5c, 0xcf, 0x12, 0x1e, 0x1c, 0x8e,
+ 0xc7, 0x46, 0x3f, 0x11, 0x47, 0x3d, 0x3a, 0xc0, 0x8d, 0x30, 0xeb, 0xb7, 0x66, 0x24, 0xed, 0x40,
+ 0xd9, 0xe1, 0x56, 0xc7, 0x74, 0x71, 0xb7, 0x9c, 0x8a, 0x6a, 0x6a, 0x05, 0x1a, 0x45, 0x1c, 0x6b,
+ 0x9e, 0xe5, 0x54, 0x54, 0xf3, 0x09, 0x27, 0xcb, 0x50, 0xf1, 0x39, 0x3f, 0x65, 0x14, 0x8b, 0x56,
+ 0xc5, 0x31, 0xad, 0xd4, 0x8b, 0xf2, 0xc8, 0x8b, 0x3b, 0x50, 0xd3, 0xe5, 0xc0, 0xf3, 0x2f, 0x1f,
+ 0xa0, 0xfd, 0x23, 0xa8, 0xed, 0x53, 0x2f, 0x91, 0x27, 0xd4, 0x93, 0xe4, 0x3e, 0x2c, 0xf6, 0xd3,
+ 0x86, 0x2e, 0x66, 0x72, 0x98, 0x50, 0x63, 0x41, 0x32, 0xd5, 0x51, 0xaa, 0xb1, 0x7f, 0x5b, 0x82,
+ 0xd9, 0x4e, 0x34, 0xbc, 0xf6, 0x9c, 0x4f, 0xc4, 0xd4, 0xec, 0x4b, 0xc7, 0x14, 0x7a, 0xca, 0x74,
+ 0x14, 0x5a, 0x8e, 0xfa, 0xb4, 0x7f, 0x06, 0x96, 0x8a, 0x81, 0x03, 0xd1, 0x7b, 0x05, 0x8b, 0xff,
+ 0xfb, 0x12, 0xd4, 0x54, 0x59, 0xc2, 0xf5, 0xbf, 0x36, 0x5f, 0x6e, 0xdd, 0xca, 0x85, 0x75, 0x2b,
+ 0x06, 0xc2, 0xdc, 0x78, 0x20, 0x4c, 0x8e, 0xe3, 0x7d, 0x68, 0x3c, 0x8d, 0x43, 0x16, 0x9d, 0xbe,
+ 0x68, 0x24, 0xc6, 0x74, 0x66, 0x64, 0xfa, 0x87, 0x1a, 0xc0, 0x2e, 0x3d, 0x63, 0x3e, 0x6d, 0x47,
+ 0x5d, 0x0c, 0x99, 0x33, 0x1a, 0x05, 0x3c, 0x31, 0x09, 0x67, 0x5a, 0xe4, 0x16, 0xcc, 0x0d, 0x78,
+ 0x40, 0x43, 0x53, 0xde, 0x74, 0x83, 0x7c, 0x0b, 0x16, 0xfa, 0x5e, 0x12, 0x9c, 0x7b, 0x09, 0x75,
+ 0xcf, 0x68, 0xa2, 0x76, 0x15, 0x93, 0x75, 0xf3, 0xa9, 0xfc, 0x63, 0x2d, 0x56, 0xd0, 0x2e, 0x4b,
+ 0x06, 0x05, 0x68, 0x59, 0x43, 0x53, 0x79, 0x0a, 0xdd, 0x80, 0x5a, 0x80, 0x23, 0x52, 0xe3, 0x5f,
+ 0xd0, 0xd9, 0xa3, 0x05, 0xed, 0x80, 0xbc, 0x0d, 0xb7, 0x8c, 0xb2, 0x18, 0x14, 0x37, 0x11, 0x47,
+ 0xb4, 0x2e, 0x1f, 0x11, 0x8a, 0x2e, 0xe6, 0x91, 0xab, 0x26, 0x4f, 0xac, 0x36, 0x70, 0x3a, 0xaa,
+ 0x31, 0x8f, 0xd4, 0xa9, 0x52, 0x90, 0xdb, 0x00, 0xea, 0xa6, 0x10, 0xf1, 0x90, 0xf7, 0x9e, 0xa7,
+ 0x05, 0x6d, 0x24, 0x21, 0x5b, 0x7a, 0x4f, 0x65, 0x81, 0x3e, 0x17, 0x99, 0x04, 0x03, 0x5c, 0x40,
+ 0x3c, 0xe6, 0x90, 0x4d, 0x00, 0x83, 0xa0, 0xe6, 0x74, 0x60, 0x39, 0x55, 0xd4, 0xef, 0x45, 0x01,
+ 0xb9, 0x03, 0x2d, 0x2f, 0x0c, 0xb9, 0x3f, 0x62, 0xa8, 0x22, 0xa2, 0x81, 0xd2, 0x94, 0x63, 0x0b,
+ 0x1a, 0x19, 0x8a, 0x9a, 0x9d, 0xdb, 0x72, 0xc0, 0x60, 0x14, 0xcf, 0x5d, 0x58, 0x18, 0x85, 0x84,
+ 0x61, 0x02, 0x44, 0xb5, 0xb2, 0xc0, 0xd0, 0x5c, 0x77, 0xa0, 0x95, 0x43, 0x52, 0xb3, 0x91, 0x5a,
+ 0x4e, 0x23, 0xc3, 0x29, 0x3e, 0x1b, 0x9a, 0xa6, 0x98, 0x18, 0xb2, 0x26, 0x82, 0xea, 0xba, 0xa4,
+ 0x68, 0xa6, 0xdb, 0x50, 0x4f, 0x31, 0x8a, 0xa6, 0xa5, 0xe3, 0x50, 0x23, 0x14, 0xc7, 0x87, 0x50,
+ 0x49, 0xbc, 0xa8, 0x47, 0xc5, 0xea, 0xfc, 0xd6, 0xec, 0xdd, 0xfa, 0x83, 0xbb, 0xa3, 0x13, 0x6b,
+ 0x16, 0x50, 0xe6, 0xd3, 0xa1, 0x82, 0x0f, 0x13, 0x9f, 0x3a, 0x88, 0x77, 0x8c, 0xdd, 0xfa, 0x1f,
+ 0xcb, 0x70, 0x6b, 0x1a, 0x80, 0xac, 0xa5, 0x17, 0xad, 0x40, 0xac, 0x96, 0xb6, 0x66, 0xef, 0x5a,
+ 0xe6, 0x36, 0x15, 0x8c, 0xaf, 0xd8, 0xcc, 0xc4, 0x8a, 0xed, 0xc0, 0x5c, 0xcc, 0x79, 0x28, 0x56,
+ 0x67, 0x71, 0x50, 0x6f, 0xbd, 0xec, 0xa0, 0xee, 0x1d, 0x72, 0x1e, 0x3a, 0xda, 0x76, 0xfd, 0xdf,
+ 0x33, 0x50, 0x56, 0x6d, 0xf2, 0xd3, 0xdc, 0xf6, 0xd3, 0x7a, 0xf0, 0xbd, 0x6b, 0x91, 0xe1, 0x1f,
+ 0x55, 0xf2, 0xcd, 0xb6, 0x75, 0x04, 0x96, 0xe8, 0x7b, 0x09, 0x8b, 0x7a, 0x38, 0xec, 0xd6, 0x83,
+ 0xf7, 0xaf, 0x47, 0x77, 0xa4, 0x8d, 0x91, 0x31, 0x65, 0x52, 0x89, 0xa9, 0x17, 0x50, 0xef, 0x09,
+ 0xba, 0xa1, 0xf2, 0x9c, 0x9a, 0xa3, 0xbb, 0xe5, 0xa8, 0x4f, 0x7b, 0x1b, 0xaa, 0xe9, 0x70, 0x08,
+ 0x40, 0xa5, 0xf3, 0xe4, 0xa9, 0xdb, 0xde, 0x5d, 0xb8, 0x41, 0x1a, 0x50, 0xdd, 0x7e, 0xfc, 0xb8,
+ 0xb3, 0xa3, 0x5a, 0x25, 0xd2, 0x02, 0xf8, 0x68, 0xef, 0xe0, 0xb0, 0xe3, 0x1c, 0xab, 0xf6, 0x0c,
+ 0xa9, 0x83, 0xf5, 0xe8, 0x71, 0xe7, 0x99, 0x6a, 0xcc, 0xda, 0x7d, 0xa8, 0xe7, 0x86, 0x40, 0x96,
+ 0x81, 0xec, 0xee, 0xed, 0xb6, 0x77, 0xb6, 0x8f, 0xf7, 0x76, 0xdd, 0xc3, 0x3d, 0xc7, 0x6d, 0x3f,
+ 0x39, 0x7e, 0xb4, 0x70, 0x83, 0xbc, 0x0e, 0x1b, 0x47, 0xfb, 0xdb, 0xce, 0xde, 0xae, 0xfb, 0xf0,
+ 0x97, 0xee, 0xf6, 0xe3, 0xc7, 0x28, 0xc7, 0x8f, 0xe3, 0xbd, 0x9d, 0xfd, 0x85, 0x12, 0xd9, 0x82,
+ 0xcd, 0x29, 0x80, 0xa3, 0xed, 0x83, 0x3d, 0x8d, 0x98, 0xb1, 0x7f, 0x37, 0x0b, 0xb0, 0x13, 0x7a,
+ 0x42, 0xb0, 0x2e, 0xa3, 0x09, 0xd6, 0x4f, 0x57, 0xc6, 0x59, 0x35, 0x9b, 0xe3, 0xc7, 0x31, 0x0b,
+ 0xc8, 0x22, 0xcc, 0x71, 0xf7, 0x2c, 0xab, 0xaa, 0x65, 0xfe, 0x31, 0xc3, 0x5a, 0xcb, 0x34, 0xd6,
+ 0x4c, 0x08, 0x4b, 0xb1, 0x0c, 0xb1, 0x7a, 0x4a, 0xca, 0x4c, 0x61, 0x57, 0xc0, 0xe2, 0x6e, 0x7c,
+ 0xc2, 0xa4, 0x30, 0x45, 0xb6, 0xc2, 0x0f, 0x55, 0x0b, 0xeb, 0xa7, 0x51, 0x98, 0x1d, 0x95, 0x69,
+ 0xc5, 0x1a, 0x54, 0xa9, 0xec, 0xeb, 0x7d, 0x5d, 0xa7, 0xba, 0x45, 0x65, 0x3f, 0xdd, 0xd6, 0x03,
+ 0x21, 0xdd, 0x81, 0xe7, 0x63, 0x8a, 0x37, 0x9c, 0x4a, 0x20, 0xe4, 0x81, 0xe7, 0x2b, 0x85, 0x48,
+ 0x7c, 0x54, 0xd4, 0xb4, 0x42, 0x24, 0xbe, 0x52, 0xa8, 0x20, 0x8f, 0xf5, 0x7b, 0x85, 0xc9, 0x65,
+ 0x8b, 0xc5, 0x87, 0xf8, 0xe6, 0xb1, 0x04, 0xca, 0xda, 0x65, 0xb1, 0x49, 0xde, 0xb9, 0x40, 0xc8,
+ 0x76, 0xac, 0xc4, 0x8a, 0x8a, 0xc5, 0xa6, 0x8e, 0xcd, 0x89, 0xc4, 0x6f, 0xc7, 0x8a, 0x48, 0x89,
+ 0x55, 0x76, 0x9b, 0x3c, 0x56, 0x3d, 0xaa, 0x02, 0xa7, 0x54, 0x8a, 0x08, 0x55, 0x3a, 0x81, 0xd5,
+ 0x28, 0x51, 0xb5, 0x05, 0x0d, 0x75, 0x55, 0x97, 0x5e, 0x4f, 0xfb, 0x33, 0xaf, 0x53, 0x29, 0x3e,
+ 0x95, 0xc7, 0x1e, 0xae, 0xb0, 0xfd, 0x1b, 0xa8, 0xa9, 0x23, 0x3b, 0x8f, 0x76, 0x06, 0x58, 0x31,
+ 0xbc, 0x20, 0x70, 0xf9, 0x50, 0xd2, 0x44, 0x19, 0xe1, 0x5a, 0x54, 0x9d, 0xba, 0x17, 0x04, 0x1d,
+ 0x25, 0x3b, 0xf6, 0x7a, 0xaa, 0x4a, 0x25, 0x74, 0xc0, 0xcf, 0x68, 0x0e, 0x36, 0x83, 0xb0, 0x96,
+ 0x96, 0x67, 0xc8, 0x2d, 0x68, 0xc8, 0xc4, 0x8b, 0x5d, 0xc9, 0xdd, 0x3e, 0x17, 0x3a, 0x7a, 0xab,
+ 0x0e, 0x28, 0xd9, 0x31, 0xdf, 0xe7, 0x42, 0xda, 0x5f, 0x96, 0xa0, 0xa2, 0x7b, 0x27, 0x77, 0x60,
+ 0xd6, 0x1f, 0xa4, 0x37, 0x6a, 0x32, 0xba, 0xa4, 0xa7, 0x63, 0x73, 0x94, 0x7a, 0x7a, 0x38, 0xe4,
+ 0x96, 0x78, 0xb6, 0xb0, 0xc4, 0xa3, 0x98, 0x2a, 0x8f, 0xc5, 0x94, 0x8e, 0x93, 0xb9, 0x62, 0x9c,
+ 0x4c, 0x0f, 0x87, 0x51, 0xb0, 0x59, 0xb9, 0x60, 0xb3, 0xbf, 0x9c, 0x85, 0xf2, 0xa3, 0x90, 0x9f,
+ 0x63, 0xf5, 0xf7, 0xd5, 0x8d, 0xc4, 0xcd, 0x6f, 0xc7, 0xf3, 0x4e, 0x43, 0x4b, 0xdb, 0xd3, 0x8e,
+ 0x07, 0xf3, 0xe9, 0xf1, 0x60, 0x09, 0x2a, 0xc3, 0x88, 0x29, 0x71, 0x5d, 0x8b, 0x87, 0x11, 0xbb,
+ 0xea, 0x18, 0xb8, 0x01, 0x58, 0x9b, 0xf5, 0x62, 0xea, 0xad, 0xb5, 0xaa, 0x04, 0x18, 0x9d, 0x6b,
+ 0x50, 0x4d, 0x77, 0x18, 0x8c, 0xb5, 0x79, 0xc7, 0x32, 0xbb, 0x0b, 0x79, 0x03, 0xe6, 0x23, 0x2a,
+ 0xcf, 0x79, 0x72, 0x9a, 0x8d, 0x72, 0x0e, 0x11, 0x4d, 0x23, 0x6e, 0x4f, 0x3b, 0x9e, 0x56, 0x10,
+ 0x92, 0x3b, 0x95, 0xbc, 0x0b, 0xe0, 0x67, 0x29, 0x6b, 0x6e, 0xc9, 0x8b, 0xd9, 0x5a, 0x8d, 0xb2,
+ 0xd9, 0xc9, 0xc1, 0xc8, 0x9b, 0x50, 0xf1, 0x70, 0x15, 0xcd, 0xed, 0x77, 0x7e, 0x6c, 0x71, 0x1d,
+ 0xa3, 0x26, 0xeb, 0x50, 0x8d, 0x13, 0xc6, 0x13, 0x26, 0x9f, 0x63, 0x16, 0xcd, 0x3b, 0x59, 0x3b,
+ 0x77, 0xcc, 0x6d, 0x14, 0x8e, 0xb9, 0xb9, 0xf3, 0x55, 0xb3, 0x70, 0xbe, 0x5a, 0x83, 0x6a, 0x2f,
+ 0xe1, 0xc3, 0x58, 0xf9, 0x61, 0x92, 0x02, 0xdb, 0xed, 0xc0, 0x3e, 0x86, 0xc6, 0xf8, 0xe1, 0x41,
+ 0x9f, 0x80, 0xd2, 0xc5, 0x6b, 0x38, 0x55, 0x2d, 0x68, 0x07, 0xe4, 0x4d, 0x98, 0x37, 0x4a, 0x11,
+ 0x53, 0x9f, 0x75, 0x99, 0x6f, 0x4e, 0x56, 0x2d, 0x2d, 0x3e, 0x32, 0x52, 0xfb, 0xef, 0x65, 0x68,
+ 0x15, 0x5f, 0xb1, 0x2e, 0x3f, 0xa2, 0xad, 0x41, 0x35, 0xb9, 0x70, 0x4f, 0x9e, 0x4b, 0x2a, 0x90,
+ 0xad, 0xe2, 0x58, 0xc9, 0xc5, 0x43, 0xd5, 0x54, 0x2b, 0x90, 0x5c, 0xb8, 0x31, 0x9e, 0xf1, 0x74,
+ 0x3c, 0x57, 0x9c, 0x5a, 0x72, 0xa1, 0x0f, 0x7d, 0x02, 0xb3, 0xef, 0xc2, 0x1d, 0xfa, 0x9e, 0x4a,
+ 0x78, 0x03, 0x2a, 0x23, 0xa8, 0x95, 0x5c, 0x3c, 0x55, 0xe2, 0x22, 0x72, 0x50, 0x40, 0xce, 0xa5,
+ 0xc8, 0x83, 0x49, 0xe4, 0x49, 0x01, 0x59, 0x49, 0x91, 0x0f, 0x27, 0x91, 0xfa, 0xfa, 0x9e, 0x22,
+ 0xad, 0x14, 0x89, 0xd7, 0xf1, 0x14, 0xb9, 0x06, 0x55, 0x99, 0x7a, 0x58, 0xd5, 0x1e, 0xca, 0x91,
+ 0x87, 0x72, 0xe4, 0x61, 0x4d, 0x7b, 0x28, 0xf3, 0x1e, 0xca, 0x71, 0x0f, 0x41, 0xf7, 0x21, 0x27,
+ 0x3c, 0x94, 0xe3, 0x1e, 0xd6, 0x53, 0xe4, 0xc1, 0x24, 0xb2, 0xe8, 0x61, 0x23, 0x45, 0x3e, 0x9c,
+ 0x44, 0x16, 0x3d, 0x6c, 0xa6, 0xc8, 0x82, 0x87, 0x36, 0x34, 0x93, 0x0b, 0xd7, 0x4f, 0x7c, 0x8d,
+ 0x16, 0x18, 0x65, 0x15, 0xa7, 0x9e, 0x5c, 0xec, 0x24, 0x3e, 0x22, 0xd1, 0xd5, 0x13, 0x16, 0xa7,
+ 0x80, 0x79, 0xed, 0xea, 0x09, 0x8b, 0x8d, 0x7a, 0x13, 0x6a, 0x92, 0x0d, 0xa8, 0x90, 0xde, 0x20,
+ 0xc6, 0x43, 0xb0, 0xe5, 0x8c, 0x04, 0xea, 0xa6, 0xdf, 0x2a, 0x3e, 0x6e, 0xe6, 0xeb, 0x42, 0xa9,
+ 0x50, 0x17, 0xbe, 0x7e, 0x40, 0x7d, 0xfd, 0x85, 0xba, 0x7a, 0xf4, 0x1f, 0x42, 0xb3, 0xf0, 0x1a,
+ 0x7a, 0x79, 0x32, 0x2c, 0x43, 0x45, 0xdd, 0xe5, 0x87, 0xc2, 0x1c, 0xf4, 0x4c, 0xcb, 0xfe, 0x35,
+ 0x2c, 0x4e, 0x79, 0x15, 0xbd, 0xf6, 0x0d, 0x6c, 0x44, 0x3f, 0x5b, 0xa0, 0xff, 0x67, 0x09, 0xc8,
+ 0xe4, 0x83, 0xe9, 0xd7, 0x79, 0x4d, 0x09, 0xb9, 0x70, 0x0b, 0x5d, 0xd4, 0x42, 0x2e, 0x8e, 0x50,
+ 0xa0, 0xd5, 0x27, 0xa9, 0xba, 0x9c, 0xaa, 0x4f, 0x8c, 0xfa, 0x2e, 0x2c, 0x84, 0x3c, 0xf6, 0xdd,
+ 0x01, 0x13, 0x19, 0x87, 0xbe, 0xa0, 0xb4, 0x94, 0xfc, 0x80, 0x89, 0x94, 0xe8, 0x1d, 0x58, 0x32,
+ 0x48, 0x13, 0x70, 0x29, 0xbc, 0xa2, 0x2f, 0x45, 0x1a, 0xae, 0x03, 0x4f, 0x9b, 0xd8, 0x14, 0x36,
+ 0xae, 0x78, 0xc7, 0x7d, 0x65, 0x13, 0xf9, 0xa7, 0x12, 0xac, 0x5f, 0xfe, 0xa8, 0xfb, 0xaa, 0xba,
+ 0x21, 0xef, 0xc2, 0x32, 0x8b, 0xd4, 0xad, 0x92, 0xba, 0x27, 0x4c, 0x9a, 0x39, 0x48, 0x3c, 0x49,
+ 0xcd, 0xe6, 0xbe, 0x68, 0xb4, 0x0f, 0x99, 0xc4, 0x49, 0x70, 0x3c, 0x49, 0xed, 0x2f, 0xf4, 0xd8,
+ 0x2e, 0x79, 0x13, 0x7e, 0x65, 0x63, 0xbb, 0x05, 0x73, 0xf8, 0x3a, 0x9d, 0x9e, 0x33, 0xb0, 0xa1,
+ 0xd8, 0x23, 0x7a, 0xee, 0xd2, 0xcf, 0xd2, 0x93, 0x46, 0x25, 0xa2, 0xe7, 0x7b, 0x9f, 0x05, 0x76,
+ 0x1f, 0x6e, 0x5f, 0xfd, 0xa2, 0xfc, 0xca, 0xd6, 0xe6, 0xcf, 0x25, 0x1d, 0x03, 0x97, 0xbc, 0x31,
+ 0xff, 0x7f, 0x17, 0xe7, 0xf3, 0x12, 0xd8, 0x2f, 0x7e, 0xaf, 0xfe, 0xdf, 0x2e, 0x92, 0x7d, 0x88,
+ 0x6b, 0x71, 0xc5, 0xbb, 0xf6, 0x75, 0xfb, 0xb7, 0x9f, 0xc0, 0xe6, 0x55, 0xcf, 0xd8, 0xd7, 0xe6,
+ 0xb3, 0x60, 0x6e, 0x6f, 0x10, 0xcb, 0xe7, 0x0f, 0xbe, 0x6a, 0x82, 0xd5, 0xd1, 0x47, 0x27, 0xb2,
+ 0x0b, 0xb0, 0xcb, 0x84, 0x77, 0x12, 0xd2, 0x4e, 0x28, 0x49, 0x2b, 0x3b, 0x52, 0x21, 0x72, 0x7d,
+ 0xac, 0x6d, 0x2f, 0x7f, 0xfe, 0x8f, 0x7f, 0x7d, 0x31, 0xb3, 0x60, 0xd7, 0xef, 0x9f, 0xbd, 0x73,
+ 0xdf, 0xd8, 0x7d, 0x50, 0xfa, 0x36, 0x79, 0x04, 0x75, 0x87, 0xd2, 0xe8, 0x65, 0x69, 0x56, 0x90,
+ 0xe6, 0xa6, 0xdd, 0x50, 0x34, 0xa9, 0xa1, 0xe2, 0xd9, 0x83, 0xba, 0x99, 0x41, 0xda, 0x89, 0x86,
+ 0xa4, 0x91, 0x7f, 0xcf, 0x9f, 0x60, 0x59, 0x45, 0x16, 0x62, 0x37, 0x15, 0xcb, 0x9e, 0xee, 0x3c,
+ 0x1a, 0x2a, 0x9a, 0x7d, 0x68, 0xee, 0x52, 0xef, 0xa5, 0x89, 0xd6, 0x90, 0x68, 0xd1, 0x6e, 0xe5,
+ 0xbc, 0x32, 0x4c, 0x3b, 0x50, 0xdb, 0xa5, 0x21, 0xbd, 0xf6, 0x70, 0x32, 0x23, 0x45, 0xd2, 0x06,
+ 0x30, 0xcf, 0x88, 0x9d, 0xa1, 0x24, 0x0b, 0x85, 0xff, 0x8c, 0x1e, 0x88, 0xde, 0xd5, 0xe3, 0x19,
+ 0x59, 0x2a, 0xaa, 0x0e, 0x34, 0xb2, 0x37, 0x44, 0x45, 0x46, 0x0a, 0xff, 0xf1, 0x40, 0xf1, 0x04,
+ 0xdd, 0x06, 0xd2, 0x2d, 0xd9, 0x0b, 0x48, 0x97, 0xb3, 0x56, 0x84, 0xbf, 0x80, 0xf9, 0xfc, 0x6b,
+ 0xa0, 0xe2, 0x1c, 0x3d, 0x96, 0xe6, 0x35, 0x13, 0xb4, 0xb7, 0x91, 0x76, 0xd5, 0x5e, 0x54, 0xb4,
+ 0x63, 0x1c, 0x8a, 0xf9, 0x43, 0xb0, 0xd4, 0xa9, 0x63, 0x3b, 0x08, 0x48, 0xb3, 0xf0, 0x4f, 0xd6,
+ 0xab, 0xa3, 0xca, 0xd8, 0xe8, 0xa8, 0x02, 0xd5, 0x72, 0xf0, 0x36, 0xf8, 0x22, 0x92, 0xc2, 0xa4,
+ 0x8d, 0xcc, 0x14, 0xcf, 0x11, 0xb4, 0xb2, 0xa7, 0xe8, 0x9d, 0x3e, 0xf5, 0x4f, 0x27, 0x02, 0x74,
+ 0x34, 0x8d, 0x19, 0xd0, 0x7e, 0x0d, 0x09, 0x57, 0x6c, 0xa2, 0x08, 0x8b, 0xf6, 0x8a, 0xf4, 0x00,
+ 0xea, 0x3a, 0xe6, 0x0e, 0x79, 0xd4, 0xee, 0xe6, 0x16, 0x22, 0x7b, 0x1b, 0x9f, 0x18, 0xe2, 0x3a,
+ 0x32, 0xde, 0xb2, 0xe7, 0x47, 0x01, 0x8b, 0xc6, 0x66, 0x61, 0x4d, 0xe4, 0xbd, 0x3c, 0x5f, 0x61,
+ 0x61, 0xf3, 0xd6, 0x8a, 0xd0, 0x81, 0xe6, 0x47, 0x54, 0xe6, 0x5e, 0x6b, 0xc7, 0x7d, 0x5e, 0x9c,
+ 0xf2, 0xa0, 0x64, 0x6f, 0x22, 0xe5, 0xb2, 0x7d, 0x53, 0x51, 0x16, 0xec, 0x15, 0xe7, 0x4f, 0xa0,
+ 0xe2, 0xd0, 0x13, 0xce, 0x5f, 0x9c, 0xe1, 0x4b, 0xc8, 0x33, 0x6f, 0x83, 0xce, 0x70, 0x65, 0xa3,
+ 0x08, 0x9e, 0xc2, 0xcd, 0x1d, 0x1e, 0x86, 0xd4, 0xcf, 0xdf, 0x6e, 0x5e, 0xc4, 0xb5, 0x85, 0x5c,
+ 0xeb, 0xf6, 0x92, 0xe2, 0x9a, 0x30, 0x57, 0xb4, 0x09, 0xac, 0xec, 0x24, 0xd4, 0x93, 0xf4, 0x38,
+ 0xf1, 0xba, 0x5d, 0xe6, 0x1f, 0xf9, 0x7d, 0x1a, 0x0c, 0x43, 0x9a, 0x08, 0xf2, 0xfa, 0xbd, 0xc2,
+ 0x8f, 0x3b, 0x26, 0x00, 0x13, 0xbd, 0xbd, 0x81, 0xbd, 0x6d, 0xd9, 0x1b, 0xd8, 0xdb, 0x74, 0x56,
+ 0xd3, 0xa7, 0x8e, 0xb0, 0x57, 0xdd, 0xe7, 0x25, 0xac, 0xaa, 0xcf, 0x2e, 0x2c, 0x16, 0x46, 0xf4,
+ 0xf3, 0x21, 0x1d, 0x52, 0x41, 0x36, 0xa6, 0xf6, 0xa7, 0x95, 0x13, 0x7d, 0xd9, 0xd8, 0xd7, 0xa6,
+ 0xbd, 0x32, 0xe1, 0x9f, 0x36, 0x30, 0xfd, 0x14, 0x46, 0xf1, 0x5f, 0xf7, 0x33, 0x85, 0x4d, 0xf5,
+ 0xf3, 0x43, 0x58, 0xd0, 0x69, 0x90, 0xdb, 0xd5, 0x2e, 0x0f, 0xd3, 0x11, 0xc8, 0xbe, 0xf1, 0x76,
+ 0xe9, 0xe1, 0xbd, 0x4f, 0xbe, 0xdb, 0x63, 0xb2, 0x3f, 0x3c, 0xb9, 0xe7, 0xf3, 0x01, 0xfe, 0x0c,
+ 0xc8, 0xe7, 0x49, 0x70, 0x5f, 0xff, 0xb2, 0xe7, 0x2d, 0xf3, 0xcb, 0x9e, 0x1e, 0x4f, 0x7f, 0x20,
+ 0x74, 0x58, 0x3a, 0xa9, 0xa0, 0xf0, 0xdd, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0x93, 0x77, 0xcc,
+ 0xdc, 0x42, 0x24, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
@@ -3881,8 +3249,10 @@
GetDeviceInfo(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*DeviceInfo, error)
Reboot(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*Empty, error)
CollectStatistics(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*Empty, error)
- CreateTconts(ctx context.Context, in *Tconts, opts ...grpc.CallOption) (*Empty, error)
- RemoveTconts(ctx context.Context, in *Tconts, opts ...grpc.CallOption) (*Empty, error)
+ CreateTrafficSchedulers(ctx context.Context, in *tech_profile.TrafficSchedulers, opts ...grpc.CallOption) (*Empty, error)
+ RemoveTrafficSchedulers(ctx context.Context, in *tech_profile.TrafficSchedulers, opts ...grpc.CallOption) (*Empty, error)
+ CreateTrafficQueues(ctx context.Context, in *tech_profile.TrafficQueues, opts ...grpc.CallOption) (*Empty, error)
+ RemoveTrafficQueues(ctx context.Context, in *tech_profile.TrafficQueues, opts ...grpc.CallOption) (*Empty, error)
EnableIndication(ctx context.Context, in *Empty, opts ...grpc.CallOption) (Openolt_EnableIndicationClient, error)
}
@@ -4038,18 +3408,36 @@
return out, nil
}
-func (c *openoltClient) CreateTconts(ctx context.Context, in *Tconts, opts ...grpc.CallOption) (*Empty, error) {
+func (c *openoltClient) CreateTrafficSchedulers(ctx context.Context, in *tech_profile.TrafficSchedulers, opts ...grpc.CallOption) (*Empty, error) {
out := new(Empty)
- err := c.cc.Invoke(ctx, "/openolt.Openolt/CreateTconts", in, out, opts...)
+ err := c.cc.Invoke(ctx, "/openolt.Openolt/CreateTrafficSchedulers", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
-func (c *openoltClient) RemoveTconts(ctx context.Context, in *Tconts, opts ...grpc.CallOption) (*Empty, error) {
+func (c *openoltClient) RemoveTrafficSchedulers(ctx context.Context, in *tech_profile.TrafficSchedulers, opts ...grpc.CallOption) (*Empty, error) {
out := new(Empty)
- err := c.cc.Invoke(ctx, "/openolt.Openolt/RemoveTconts", in, out, opts...)
+ err := c.cc.Invoke(ctx, "/openolt.Openolt/RemoveTrafficSchedulers", in, out, opts...)
+ if err != nil {
+ return nil, err
+ }
+ return out, nil
+}
+
+func (c *openoltClient) CreateTrafficQueues(ctx context.Context, in *tech_profile.TrafficQueues, opts ...grpc.CallOption) (*Empty, error) {
+ out := new(Empty)
+ err := c.cc.Invoke(ctx, "/openolt.Openolt/CreateTrafficQueues", in, out, opts...)
+ if err != nil {
+ return nil, err
+ }
+ return out, nil
+}
+
+func (c *openoltClient) RemoveTrafficQueues(ctx context.Context, in *tech_profile.TrafficQueues, opts ...grpc.CallOption) (*Empty, error) {
+ out := new(Empty)
+ err := c.cc.Invoke(ctx, "/openolt.Openolt/RemoveTrafficQueues", in, out, opts...)
if err != nil {
return nil, err
}
@@ -4106,8 +3494,10 @@
GetDeviceInfo(context.Context, *Empty) (*DeviceInfo, error)
Reboot(context.Context, *Empty) (*Empty, error)
CollectStatistics(context.Context, *Empty) (*Empty, error)
- CreateTconts(context.Context, *Tconts) (*Empty, error)
- RemoveTconts(context.Context, *Tconts) (*Empty, error)
+ CreateTrafficSchedulers(context.Context, *tech_profile.TrafficSchedulers) (*Empty, error)
+ RemoveTrafficSchedulers(context.Context, *tech_profile.TrafficSchedulers) (*Empty, error)
+ CreateTrafficQueues(context.Context, *tech_profile.TrafficQueues) (*Empty, error)
+ RemoveTrafficQueues(context.Context, *tech_profile.TrafficQueues) (*Empty, error)
EnableIndication(*Empty, Openolt_EnableIndicationServer) error
}
@@ -4403,38 +3793,74 @@
return interceptor(ctx, in, info, handler)
}
-func _Openolt_CreateTconts_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
- in := new(Tconts)
+func _Openolt_CreateTrafficSchedulers_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+ in := new(tech_profile.TrafficSchedulers)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
- return srv.(OpenoltServer).CreateTconts(ctx, in)
+ return srv.(OpenoltServer).CreateTrafficSchedulers(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
- FullMethod: "/openolt.Openolt/CreateTconts",
+ FullMethod: "/openolt.Openolt/CreateTrafficSchedulers",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
- return srv.(OpenoltServer).CreateTconts(ctx, req.(*Tconts))
+ return srv.(OpenoltServer).CreateTrafficSchedulers(ctx, req.(*tech_profile.TrafficSchedulers))
}
return interceptor(ctx, in, info, handler)
}
-func _Openolt_RemoveTconts_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
- in := new(Tconts)
+func _Openolt_RemoveTrafficSchedulers_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+ in := new(tech_profile.TrafficSchedulers)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
- return srv.(OpenoltServer).RemoveTconts(ctx, in)
+ return srv.(OpenoltServer).RemoveTrafficSchedulers(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
- FullMethod: "/openolt.Openolt/RemoveTconts",
+ FullMethod: "/openolt.Openolt/RemoveTrafficSchedulers",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
- return srv.(OpenoltServer).RemoveTconts(ctx, req.(*Tconts))
+ return srv.(OpenoltServer).RemoveTrafficSchedulers(ctx, req.(*tech_profile.TrafficSchedulers))
+ }
+ return interceptor(ctx, in, info, handler)
+}
+
+func _Openolt_CreateTrafficQueues_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+ in := new(tech_profile.TrafficQueues)
+ if err := dec(in); err != nil {
+ return nil, err
+ }
+ if interceptor == nil {
+ return srv.(OpenoltServer).CreateTrafficQueues(ctx, in)
+ }
+ info := &grpc.UnaryServerInfo{
+ Server: srv,
+ FullMethod: "/openolt.Openolt/CreateTrafficQueues",
+ }
+ handler := func(ctx context.Context, req interface{}) (interface{}, error) {
+ return srv.(OpenoltServer).CreateTrafficQueues(ctx, req.(*tech_profile.TrafficQueues))
+ }
+ return interceptor(ctx, in, info, handler)
+}
+
+func _Openolt_RemoveTrafficQueues_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+ in := new(tech_profile.TrafficQueues)
+ if err := dec(in); err != nil {
+ return nil, err
+ }
+ if interceptor == nil {
+ return srv.(OpenoltServer).RemoveTrafficQueues(ctx, in)
+ }
+ info := &grpc.UnaryServerInfo{
+ Server: srv,
+ FullMethod: "/openolt.Openolt/RemoveTrafficQueues",
+ }
+ handler := func(ctx context.Context, req interface{}) (interface{}, error) {
+ return srv.(OpenoltServer).RemoveTrafficQueues(ctx, req.(*tech_profile.TrafficQueues))
}
return interceptor(ctx, in, info, handler)
}
@@ -4529,12 +3955,20 @@
Handler: _Openolt_CollectStatistics_Handler,
},
{
- MethodName: "CreateTconts",
- Handler: _Openolt_CreateTconts_Handler,
+ MethodName: "CreateTrafficSchedulers",
+ Handler: _Openolt_CreateTrafficSchedulers_Handler,
},
{
- MethodName: "RemoveTconts",
- Handler: _Openolt_RemoveTconts_Handler,
+ MethodName: "RemoveTrafficSchedulers",
+ Handler: _Openolt_RemoveTrafficSchedulers_Handler,
+ },
+ {
+ MethodName: "CreateTrafficQueues",
+ Handler: _Openolt_CreateTrafficQueues_Handler,
+ },
+ {
+ MethodName: "RemoveTrafficQueues",
+ Handler: _Openolt_RemoveTrafficQueues_Handler,
},
},
Streams: []grpc.StreamDesc{