X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=protogen%2Fgopb%2Fsgnb_reconfiguration_complete.pb.go;fp=protogen%2Fgopb%2Fsgnb_reconfiguration_complete.pb.go;h=055ab3598bf62dd40e862089e6870d0e58984567;hb=ddc4d67d57e952b8476e44d7a101798b2fdf4eae;hp=0000000000000000000000000000000000000000;hpb=01e651a425e83b914a4b30e19a3a843ce86154d1;p=ric-plt%2Fstreaming-protobufs.git diff --git a/protogen/gopb/sgnb_reconfiguration_complete.pb.go b/protogen/gopb/sgnb_reconfiguration_complete.pb.go new file mode 100644 index 0000000..055ab35 --- /dev/null +++ b/protogen/gopb/sgnb_reconfiguration_complete.pb.go @@ -0,0 +1,388 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: sgnb_reconfiguration_complete.proto + +package streaming_protobufs + +import ( + fmt "fmt" + proto "github.com/golang/protobuf/proto" + wrappers "github.com/golang/protobuf/ptypes/wrappers" + math "math" +) + +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package + +type SgNBReconfigurationComplete struct { + Id_MeNB_UE_X2AP_ID uint32 `protobuf:"varint,1,opt,name=id_MeNB_UE_X2AP_ID,json=idMeNBUEX2APID,proto3" json:"id_MeNB_UE_X2AP_ID,omitempty"` + Id_SgNB_UE_X2AP_ID uint32 `protobuf:"varint,2,opt,name=id_SgNB_UE_X2AP_ID,json=idSgNBUEX2APID,proto3" json:"id_SgNB_UE_X2AP_ID,omitempty"` + Id_ResponseInformationSgNBReconfComp *ResponseInformationSgNBReconfComp `protobuf:"bytes,3,opt,name=id_ResponseInformationSgNBReconfComp,json=idResponseInformationSgNBReconfComp,proto3" json:"id_ResponseInformationSgNBReconfComp,omitempty"` + Id_MeNB_UE_X2AP_ID_Extension *wrappers.UInt32Value `protobuf:"bytes,4,opt,name=id_MeNB_UE_X2AP_ID_Extension,json=idMeNBUEX2APIDExtension,proto3" json:"id_MeNB_UE_X2AP_ID_Extension,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *SgNBReconfigurationComplete) Reset() { *m = SgNBReconfigurationComplete{} } +func (m *SgNBReconfigurationComplete) String() string { return proto.CompactTextString(m) } +func (*SgNBReconfigurationComplete) ProtoMessage() {} +func (*SgNBReconfigurationComplete) Descriptor() ([]byte, []int) { + return fileDescriptor_46623088f3a7975b, []int{0} +} + +func (m *SgNBReconfigurationComplete) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_SgNBReconfigurationComplete.Unmarshal(m, b) +} +func (m *SgNBReconfigurationComplete) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_SgNBReconfigurationComplete.Marshal(b, m, deterministic) +} +func (m *SgNBReconfigurationComplete) XXX_Merge(src proto.Message) { + xxx_messageInfo_SgNBReconfigurationComplete.Merge(m, src) +} +func (m *SgNBReconfigurationComplete) XXX_Size() int { + return xxx_messageInfo_SgNBReconfigurationComplete.Size(m) +} +func (m *SgNBReconfigurationComplete) XXX_DiscardUnknown() { + xxx_messageInfo_SgNBReconfigurationComplete.DiscardUnknown(m) +} + +var xxx_messageInfo_SgNBReconfigurationComplete proto.InternalMessageInfo + +func (m *SgNBReconfigurationComplete) GetId_MeNB_UE_X2AP_ID() uint32 { + if m != nil { + return m.Id_MeNB_UE_X2AP_ID + } + return 0 +} + +func (m *SgNBReconfigurationComplete) GetId_SgNB_UE_X2AP_ID() uint32 { + if m != nil { + return m.Id_SgNB_UE_X2AP_ID + } + return 0 +} + +func (m *SgNBReconfigurationComplete) GetId_ResponseInformationSgNBReconfComp() *ResponseInformationSgNBReconfComp { + if m != nil { + return m.Id_ResponseInformationSgNBReconfComp + } + return nil +} + +func (m *SgNBReconfigurationComplete) GetId_MeNB_UE_X2AP_ID_Extension() *wrappers.UInt32Value { + if m != nil { + return m.Id_MeNB_UE_X2AP_ID_Extension + } + return nil +} + +type ResponseInformationSgNBReconfComp struct { + // Types that are valid to be assigned to Value: + // *ResponseInformationSgNBReconfComp_Success_SgNBReconfComp + // *ResponseInformationSgNBReconfComp_RejectBy_MeNB_SgNBReconfComp + Value isResponseInformationSgNBReconfComp_Value `protobuf_oneof:"value"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ResponseInformationSgNBReconfComp) Reset() { *m = ResponseInformationSgNBReconfComp{} } +func (m *ResponseInformationSgNBReconfComp) String() string { return proto.CompactTextString(m) } +func (*ResponseInformationSgNBReconfComp) ProtoMessage() {} +func (*ResponseInformationSgNBReconfComp) Descriptor() ([]byte, []int) { + return fileDescriptor_46623088f3a7975b, []int{1} +} + +func (m *ResponseInformationSgNBReconfComp) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ResponseInformationSgNBReconfComp.Unmarshal(m, b) +} +func (m *ResponseInformationSgNBReconfComp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ResponseInformationSgNBReconfComp.Marshal(b, m, deterministic) +} +func (m *ResponseInformationSgNBReconfComp) XXX_Merge(src proto.Message) { + xxx_messageInfo_ResponseInformationSgNBReconfComp.Merge(m, src) +} +func (m *ResponseInformationSgNBReconfComp) XXX_Size() int { + return xxx_messageInfo_ResponseInformationSgNBReconfComp.Size(m) +} +func (m *ResponseInformationSgNBReconfComp) XXX_DiscardUnknown() { + xxx_messageInfo_ResponseInformationSgNBReconfComp.DiscardUnknown(m) +} + +var xxx_messageInfo_ResponseInformationSgNBReconfComp proto.InternalMessageInfo + +type isResponseInformationSgNBReconfComp_Value interface { + isResponseInformationSgNBReconfComp_Value() +} + +type ResponseInformationSgNBReconfComp_Success_SgNBReconfComp struct { + Success_SgNBReconfComp *ResponseInformationSgNBReconfComp_SuccessItem `protobuf:"bytes,1,opt,name=success_SgNBReconfComp,json=successSgNBReconfComp,proto3,oneof"` +} + +type ResponseInformationSgNBReconfComp_RejectBy_MeNB_SgNBReconfComp struct { + RejectBy_MeNB_SgNBReconfComp *ResponseInformationSgNBReconfComp_RejectByMeNBItem `protobuf:"bytes,2,opt,name=reject_by_MeNB_SgNBReconfComp,json=rejectByMeNBSgNBReconfComp,proto3,oneof"` +} + +func (*ResponseInformationSgNBReconfComp_Success_SgNBReconfComp) isResponseInformationSgNBReconfComp_Value() { +} + +func (*ResponseInformationSgNBReconfComp_RejectBy_MeNB_SgNBReconfComp) isResponseInformationSgNBReconfComp_Value() { +} + +func (m *ResponseInformationSgNBReconfComp) GetValue() isResponseInformationSgNBReconfComp_Value { + if m != nil { + return m.Value + } + return nil +} + +func (m *ResponseInformationSgNBReconfComp) GetSuccess_SgNBReconfComp() *ResponseInformationSgNBReconfComp_SuccessItem { + if x, ok := m.GetValue().(*ResponseInformationSgNBReconfComp_Success_SgNBReconfComp); ok { + return x.Success_SgNBReconfComp + } + return nil +} + +func (m *ResponseInformationSgNBReconfComp) GetRejectBy_MeNB_SgNBReconfComp() *ResponseInformationSgNBReconfComp_RejectByMeNBItem { + if x, ok := m.GetValue().(*ResponseInformationSgNBReconfComp_RejectBy_MeNB_SgNBReconfComp); ok { + return x.RejectBy_MeNB_SgNBReconfComp + } + return nil +} + +// XXX_OneofWrappers is for the internal use of the proto package. +func (*ResponseInformationSgNBReconfComp) XXX_OneofWrappers() []interface{} { + return []interface{}{ + (*ResponseInformationSgNBReconfComp_Success_SgNBReconfComp)(nil), + (*ResponseInformationSgNBReconfComp_RejectBy_MeNB_SgNBReconfComp)(nil), + } +} + +type ResponseInformationSgNBReconfComp_SuccessItem struct { + MeNBtoSgNBContainer *wrappers.BytesValue `protobuf:"bytes,1,opt,name=meNBtoSgNBContainer,proto3" json:"meNBtoSgNBContainer,omitempty"` + IE_Extensions []*ResponseInformationSgNBReconfComp_SuccessItemExtIEs `protobuf:"bytes,2,rep,name=iE_Extensions,json=iEExtensions,proto3" json:"iE_Extensions,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ResponseInformationSgNBReconfComp_SuccessItem) Reset() { + *m = ResponseInformationSgNBReconfComp_SuccessItem{} +} +func (m *ResponseInformationSgNBReconfComp_SuccessItem) String() string { + return proto.CompactTextString(m) +} +func (*ResponseInformationSgNBReconfComp_SuccessItem) ProtoMessage() {} +func (*ResponseInformationSgNBReconfComp_SuccessItem) Descriptor() ([]byte, []int) { + return fileDescriptor_46623088f3a7975b, []int{2} +} + +func (m *ResponseInformationSgNBReconfComp_SuccessItem) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ResponseInformationSgNBReconfComp_SuccessItem.Unmarshal(m, b) +} +func (m *ResponseInformationSgNBReconfComp_SuccessItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ResponseInformationSgNBReconfComp_SuccessItem.Marshal(b, m, deterministic) +} +func (m *ResponseInformationSgNBReconfComp_SuccessItem) XXX_Merge(src proto.Message) { + xxx_messageInfo_ResponseInformationSgNBReconfComp_SuccessItem.Merge(m, src) +} +func (m *ResponseInformationSgNBReconfComp_SuccessItem) XXX_Size() int { + return xxx_messageInfo_ResponseInformationSgNBReconfComp_SuccessItem.Size(m) +} +func (m *ResponseInformationSgNBReconfComp_SuccessItem) XXX_DiscardUnknown() { + xxx_messageInfo_ResponseInformationSgNBReconfComp_SuccessItem.DiscardUnknown(m) +} + +var xxx_messageInfo_ResponseInformationSgNBReconfComp_SuccessItem proto.InternalMessageInfo + +func (m *ResponseInformationSgNBReconfComp_SuccessItem) GetMeNBtoSgNBContainer() *wrappers.BytesValue { + if m != nil { + return m.MeNBtoSgNBContainer + } + return nil +} + +func (m *ResponseInformationSgNBReconfComp_SuccessItem) GetIE_Extensions() []*ResponseInformationSgNBReconfComp_SuccessItemExtIEs { + if m != nil { + return m.IE_Extensions + } + return nil +} + +type ResponseInformationSgNBReconfComp_SuccessItemExtIEs struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ResponseInformationSgNBReconfComp_SuccessItemExtIEs) Reset() { + *m = ResponseInformationSgNBReconfComp_SuccessItemExtIEs{} +} +func (m *ResponseInformationSgNBReconfComp_SuccessItemExtIEs) String() string { + return proto.CompactTextString(m) +} +func (*ResponseInformationSgNBReconfComp_SuccessItemExtIEs) ProtoMessage() {} +func (*ResponseInformationSgNBReconfComp_SuccessItemExtIEs) Descriptor() ([]byte, []int) { + return fileDescriptor_46623088f3a7975b, []int{3} +} + +func (m *ResponseInformationSgNBReconfComp_SuccessItemExtIEs) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ResponseInformationSgNBReconfComp_SuccessItemExtIEs.Unmarshal(m, b) +} +func (m *ResponseInformationSgNBReconfComp_SuccessItemExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ResponseInformationSgNBReconfComp_SuccessItemExtIEs.Marshal(b, m, deterministic) +} +func (m *ResponseInformationSgNBReconfComp_SuccessItemExtIEs) XXX_Merge(src proto.Message) { + xxx_messageInfo_ResponseInformationSgNBReconfComp_SuccessItemExtIEs.Merge(m, src) +} +func (m *ResponseInformationSgNBReconfComp_SuccessItemExtIEs) XXX_Size() int { + return xxx_messageInfo_ResponseInformationSgNBReconfComp_SuccessItemExtIEs.Size(m) +} +func (m *ResponseInformationSgNBReconfComp_SuccessItemExtIEs) XXX_DiscardUnknown() { + xxx_messageInfo_ResponseInformationSgNBReconfComp_SuccessItemExtIEs.DiscardUnknown(m) +} + +var xxx_messageInfo_ResponseInformationSgNBReconfComp_SuccessItemExtIEs proto.InternalMessageInfo + +type ResponseInformationSgNBReconfComp_RejectByMeNBItem struct { + Cause *Cause `protobuf:"bytes,1,opt,name=cause,proto3" json:"cause,omitempty"` + IE_Extensions []*ResponseInformationSgNBReconfComp_RejectByMeNBItemExtIEs `protobuf:"bytes,2,rep,name=iE_Extensions,json=iEExtensions,proto3" json:"iE_Extensions,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ResponseInformationSgNBReconfComp_RejectByMeNBItem) Reset() { + *m = ResponseInformationSgNBReconfComp_RejectByMeNBItem{} +} +func (m *ResponseInformationSgNBReconfComp_RejectByMeNBItem) String() string { + return proto.CompactTextString(m) +} +func (*ResponseInformationSgNBReconfComp_RejectByMeNBItem) ProtoMessage() {} +func (*ResponseInformationSgNBReconfComp_RejectByMeNBItem) Descriptor() ([]byte, []int) { + return fileDescriptor_46623088f3a7975b, []int{4} +} + +func (m *ResponseInformationSgNBReconfComp_RejectByMeNBItem) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ResponseInformationSgNBReconfComp_RejectByMeNBItem.Unmarshal(m, b) +} +func (m *ResponseInformationSgNBReconfComp_RejectByMeNBItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ResponseInformationSgNBReconfComp_RejectByMeNBItem.Marshal(b, m, deterministic) +} +func (m *ResponseInformationSgNBReconfComp_RejectByMeNBItem) XXX_Merge(src proto.Message) { + xxx_messageInfo_ResponseInformationSgNBReconfComp_RejectByMeNBItem.Merge(m, src) +} +func (m *ResponseInformationSgNBReconfComp_RejectByMeNBItem) XXX_Size() int { + return xxx_messageInfo_ResponseInformationSgNBReconfComp_RejectByMeNBItem.Size(m) +} +func (m *ResponseInformationSgNBReconfComp_RejectByMeNBItem) XXX_DiscardUnknown() { + xxx_messageInfo_ResponseInformationSgNBReconfComp_RejectByMeNBItem.DiscardUnknown(m) +} + +var xxx_messageInfo_ResponseInformationSgNBReconfComp_RejectByMeNBItem proto.InternalMessageInfo + +func (m *ResponseInformationSgNBReconfComp_RejectByMeNBItem) GetCause() *Cause { + if m != nil { + return m.Cause + } + return nil +} + +func (m *ResponseInformationSgNBReconfComp_RejectByMeNBItem) GetIE_Extensions() []*ResponseInformationSgNBReconfComp_RejectByMeNBItemExtIEs { + if m != nil { + return m.IE_Extensions + } + return nil +} + +type ResponseInformationSgNBReconfComp_RejectByMeNBItemExtIEs struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ResponseInformationSgNBReconfComp_RejectByMeNBItemExtIEs) Reset() { + *m = ResponseInformationSgNBReconfComp_RejectByMeNBItemExtIEs{} +} +func (m *ResponseInformationSgNBReconfComp_RejectByMeNBItemExtIEs) String() string { + return proto.CompactTextString(m) +} +func (*ResponseInformationSgNBReconfComp_RejectByMeNBItemExtIEs) ProtoMessage() {} +func (*ResponseInformationSgNBReconfComp_RejectByMeNBItemExtIEs) Descriptor() ([]byte, []int) { + return fileDescriptor_46623088f3a7975b, []int{5} +} + +func (m *ResponseInformationSgNBReconfComp_RejectByMeNBItemExtIEs) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ResponseInformationSgNBReconfComp_RejectByMeNBItemExtIEs.Unmarshal(m, b) +} +func (m *ResponseInformationSgNBReconfComp_RejectByMeNBItemExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ResponseInformationSgNBReconfComp_RejectByMeNBItemExtIEs.Marshal(b, m, deterministic) +} +func (m *ResponseInformationSgNBReconfComp_RejectByMeNBItemExtIEs) XXX_Merge(src proto.Message) { + xxx_messageInfo_ResponseInformationSgNBReconfComp_RejectByMeNBItemExtIEs.Merge(m, src) +} +func (m *ResponseInformationSgNBReconfComp_RejectByMeNBItemExtIEs) XXX_Size() int { + return xxx_messageInfo_ResponseInformationSgNBReconfComp_RejectByMeNBItemExtIEs.Size(m) +} +func (m *ResponseInformationSgNBReconfComp_RejectByMeNBItemExtIEs) XXX_DiscardUnknown() { + xxx_messageInfo_ResponseInformationSgNBReconfComp_RejectByMeNBItemExtIEs.DiscardUnknown(m) +} + +var xxx_messageInfo_ResponseInformationSgNBReconfComp_RejectByMeNBItemExtIEs proto.InternalMessageInfo + +func init() { + proto.RegisterType((*SgNBReconfigurationComplete)(nil), "streaming_protobufs.SgNBReconfigurationComplete") + proto.RegisterType((*ResponseInformationSgNBReconfComp)(nil), "streaming_protobufs.ResponseInformationSgNBReconfComp") + proto.RegisterType((*ResponseInformationSgNBReconfComp_SuccessItem)(nil), "streaming_protobufs.ResponseInformationSgNBReconfComp_SuccessItem") + proto.RegisterType((*ResponseInformationSgNBReconfComp_SuccessItemExtIEs)(nil), "streaming_protobufs.ResponseInformationSgNBReconfComp_SuccessItemExtIEs") + proto.RegisterType((*ResponseInformationSgNBReconfComp_RejectByMeNBItem)(nil), "streaming_protobufs.ResponseInformationSgNBReconfComp_RejectByMeNBItem") + proto.RegisterType((*ResponseInformationSgNBReconfComp_RejectByMeNBItemExtIEs)(nil), "streaming_protobufs.ResponseInformationSgNBReconfComp_RejectByMeNBItemExtIEs") +} + +func init() { + proto.RegisterFile("sgnb_reconfiguration_complete.proto", fileDescriptor_46623088f3a7975b) +} + +var fileDescriptor_46623088f3a7975b = []byte{ + // 511 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0xdd, 0x8a, 0xd3, 0x40, + 0x14, 0x36, 0x5d, 0x57, 0x61, 0xd6, 0x15, 0xcc, 0xa2, 0x96, 0xee, 0x2a, 0x35, 0xeb, 0x45, 0x11, + 0x92, 0x68, 0x8a, 0x22, 0xde, 0x99, 0x6e, 0x70, 0x73, 0xd1, 0x22, 0x59, 0x2a, 0xa2, 0x17, 0x43, + 0x9a, 0x9e, 0x86, 0x91, 0x66, 0x26, 0x9c, 0x99, 0xe8, 0x16, 0x9f, 0x40, 0xf0, 0x81, 0x7c, 0x16, + 0x2f, 0x7c, 0x03, 0xdf, 0x41, 0xf2, 0xd3, 0x76, 0xdb, 0x0d, 0x94, 0xad, 0x7b, 0x57, 0x4e, 0xbe, + 0xf3, 0xfd, 0x9d, 0xa1, 0xe4, 0x58, 0xc6, 0x7c, 0x44, 0x11, 0x22, 0xc1, 0x27, 0x2c, 0xce, 0x30, + 0x54, 0x4c, 0x70, 0x1a, 0x89, 0x24, 0x9d, 0x82, 0x02, 0x2b, 0x45, 0xa1, 0x84, 0x7e, 0x20, 0x15, + 0x42, 0x98, 0x30, 0x1e, 0xd3, 0x62, 0x30, 0xca, 0x26, 0xb2, 0xf5, 0x38, 0x16, 0x22, 0x9e, 0x82, + 0x3d, 0x9f, 0xd8, 0xdf, 0x30, 0x4c, 0x53, 0x40, 0x59, 0x2e, 0xb5, 0xee, 0x01, 0xa2, 0x40, 0x1a, + 0x85, 0x99, 0xac, 0x78, 0x8c, 0x3f, 0x0d, 0x72, 0x78, 0x16, 0x0f, 0xdc, 0x60, 0x55, 0xae, 0x57, + 0xa9, 0xe9, 0xcf, 0x88, 0xce, 0xc6, 0xb4, 0x0f, 0x03, 0x97, 0x0e, 0x3d, 0xfa, 0xd1, 0x79, 0xfb, + 0x9e, 0xfa, 0x27, 0x4d, 0xad, 0xad, 0x75, 0xf6, 0x83, 0xbb, 0x6c, 0x9c, 0x7f, 0x18, 0x7a, 0xf9, + 0xd8, 0x3f, 0xa9, 0xb0, 0x39, 0xdb, 0x45, 0x6c, 0x63, 0x8e, 0xcd, 0x3f, 0x2c, 0xb0, 0x3f, 0x34, + 0xf2, 0x94, 0x8d, 0x69, 0x00, 0x32, 0x15, 0x5c, 0x82, 0xcf, 0x27, 0x02, 0x93, 0x42, 0x7a, 0xe9, + 0x26, 0x37, 0xd1, 0xdc, 0x69, 0x6b, 0x9d, 0x3d, 0xe7, 0x95, 0x55, 0x93, 0xd7, 0xda, 0xb8, 0x1d, + 0x1c, 0xb3, 0xf1, 0x46, 0x90, 0xfe, 0x99, 0x1c, 0x5d, 0xce, 0x48, 0xbd, 0x73, 0x05, 0x5c, 0x32, + 0xc1, 0x9b, 0x37, 0x0b, 0x0b, 0x47, 0x56, 0xd9, 0xae, 0x35, 0xd7, 0xb7, 0x86, 0x3e, 0x57, 0x5d, + 0xe7, 0x43, 0x38, 0xcd, 0x20, 0x78, 0xb8, 0xda, 0xc5, 0x62, 0xd9, 0xf8, 0xd5, 0x20, 0x4f, 0x36, + 0x5b, 0xf8, 0x4e, 0x1e, 0xc8, 0x2c, 0x8a, 0x40, 0x4a, 0xba, 0x96, 0x5f, 0x2b, 0xc4, 0xdd, 0xed, + 0xf2, 0xd3, 0xb3, 0x92, 0xd4, 0x57, 0x90, 0x9c, 0xde, 0x08, 0xee, 0x57, 0x1a, 0x6b, 0xe2, 0x3f, + 0x35, 0xf2, 0x08, 0xe1, 0x0b, 0x44, 0x8a, 0x8e, 0x66, 0x65, 0x0f, 0x6b, 0x26, 0x1a, 0x85, 0x89, + 0x77, 0x5b, 0x9a, 0x08, 0x0a, 0x6e, 0x77, 0x96, 0x33, 0x57, 0x4e, 0x5a, 0x78, 0x61, 0xb6, 0x0a, + 0x77, 0x6f, 0x93, 0xdd, 0xaf, 0x79, 0xa7, 0xc6, 0x5f, 0x8d, 0x98, 0x57, 0x8a, 0xa8, 0xf7, 0xc9, + 0x41, 0x02, 0x03, 0x57, 0x89, 0x1c, 0xd3, 0x13, 0x5c, 0x85, 0x8c, 0x03, 0x56, 0x1d, 0x1e, 0x5e, + 0x3a, 0xa0, 0x3b, 0x53, 0x20, 0xcb, 0xfb, 0xd5, 0xed, 0xe9, 0x09, 0xd9, 0x67, 0xde, 0xf2, 0x21, + 0xc8, 0x66, 0xa3, 0xbd, 0xd3, 0xd9, 0x73, 0x4e, 0xff, 0xff, 0x18, 0xde, 0xb9, 0xf2, 0x3d, 0x19, + 0xdc, 0x61, 0xde, 0x92, 0xdd, 0x78, 0x49, 0xba, 0x5b, 0x90, 0x18, 0xbf, 0x35, 0xe2, 0x5c, 0xfd, + 0x08, 0xfa, 0x73, 0xb2, 0x5b, 0xfc, 0x11, 0x54, 0xed, 0xb4, 0x6a, 0x43, 0xf5, 0x72, 0x44, 0x50, + 0x02, 0x75, 0xac, 0xaf, 0xa3, 0x7f, 0x4d, 0xcf, 0xa2, 0xb6, 0x93, 0x37, 0xe4, 0xf5, 0xb6, 0x4c, + 0x6e, 0xf7, 0xd3, 0x8b, 0x18, 0x10, 0x99, 0xb2, 0x84, 0x89, 0x21, 0x37, 0x65, 0x64, 0x09, 0x8c, + 0x6d, 0xb4, 0x91, 0x45, 0x66, 0x3a, 0x55, 0xf6, 0xc2, 0xb7, 0xb9, 0xf0, 0x3d, 0xba, 0x55, 0xfc, + 0xec, 0xfe, 0x0b, 0x00, 0x00, 0xff, 0xff, 0xd6, 0x07, 0xe8, 0xc6, 0x86, 0x05, 0x00, 0x00, +}