Restructure directory and add SCG configuration Protobuf
[ric-plt/streaming-protobufs.git] / protogen / gopb / rrc_reconfiguration.pb.go
diff --git a/protogen/gopb/rrc_reconfiguration.pb.go b/protogen/gopb/rrc_reconfiguration.pb.go
new file mode 100644 (file)
index 0000000..49c5d52
--- /dev/null
@@ -0,0 +1,413 @@
+// Code generated by protoc-gen-go. DO NOT EDIT.
+// source: rrc_reconfiguration.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 RRCReconfiguration struct {
+       Rrc_TransactionIdentifier uint32 `protobuf:"varint,1,opt,name=rrc_TransactionIdentifier,json=rrcTransactionIdentifier,proto3" json:"rrc_TransactionIdentifier,omitempty"`
+       // Types that are valid to be assigned to CriticalExtensions:
+       //      *RRCReconfiguration_RrcReconfiguration
+       CriticalExtensions   isRRCReconfiguration_CriticalExtensions `protobuf_oneof:"criticalExtensions"`
+       XXX_NoUnkeyedLiteral struct{}                                `json:"-"`
+       XXX_unrecognized     []byte                                  `json:"-"`
+       XXX_sizecache        int32                                   `json:"-"`
+}
+
+func (m *RRCReconfiguration) Reset()         { *m = RRCReconfiguration{} }
+func (m *RRCReconfiguration) String() string { return proto.CompactTextString(m) }
+func (*RRCReconfiguration) ProtoMessage()    {}
+func (*RRCReconfiguration) Descriptor() ([]byte, []int) {
+       return fileDescriptor_ae552300ff3e8a06, []int{0}
+}
+
+func (m *RRCReconfiguration) XXX_Unmarshal(b []byte) error {
+       return xxx_messageInfo_RRCReconfiguration.Unmarshal(m, b)
+}
+func (m *RRCReconfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+       return xxx_messageInfo_RRCReconfiguration.Marshal(b, m, deterministic)
+}
+func (m *RRCReconfiguration) XXX_Merge(src proto.Message) {
+       xxx_messageInfo_RRCReconfiguration.Merge(m, src)
+}
+func (m *RRCReconfiguration) XXX_Size() int {
+       return xxx_messageInfo_RRCReconfiguration.Size(m)
+}
+func (m *RRCReconfiguration) XXX_DiscardUnknown() {
+       xxx_messageInfo_RRCReconfiguration.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_RRCReconfiguration proto.InternalMessageInfo
+
+func (m *RRCReconfiguration) GetRrc_TransactionIdentifier() uint32 {
+       if m != nil {
+               return m.Rrc_TransactionIdentifier
+       }
+       return 0
+}
+
+type isRRCReconfiguration_CriticalExtensions interface {
+       isRRCReconfiguration_CriticalExtensions()
+}
+
+type RRCReconfiguration_RrcReconfiguration struct {
+       RrcReconfiguration *RRCReconfiguration_IEs `protobuf:"bytes,2,opt,name=rrcReconfiguration,proto3,oneof"`
+}
+
+func (*RRCReconfiguration_RrcReconfiguration) isRRCReconfiguration_CriticalExtensions() {}
+
+func (m *RRCReconfiguration) GetCriticalExtensions() isRRCReconfiguration_CriticalExtensions {
+       if m != nil {
+               return m.CriticalExtensions
+       }
+       return nil
+}
+
+func (m *RRCReconfiguration) GetRrcReconfiguration() *RRCReconfiguration_IEs {
+       if x, ok := m.GetCriticalExtensions().(*RRCReconfiguration_RrcReconfiguration); ok {
+               return x.RrcReconfiguration
+       }
+       return nil
+}
+
+// XXX_OneofWrappers is for the internal use of the proto package.
+func (*RRCReconfiguration) XXX_OneofWrappers() []interface{} {
+       return []interface{}{
+               (*RRCReconfiguration_RrcReconfiguration)(nil),
+       }
+}
+
+type RRCReconfiguration_IEs struct {
+       RadioBearerConfig        *RadioBearerConfig           `protobuf:"bytes,1,opt,name=radioBearerConfig,proto3" json:"radioBearerConfig,omitempty"`
+       SecondaryCellGroup       *CellGroupConfig             `protobuf:"bytes,2,opt,name=secondaryCellGroup,proto3" json:"secondaryCellGroup,omitempty"`
+       MeasConfig               *MeasConfig                  `protobuf:"bytes,3,opt,name=measConfig,proto3" json:"measConfig,omitempty"`
+       LateNonCriticalExtension *wrappers.BytesValue         `protobuf:"bytes,4,opt,name=lateNonCriticalExtension,proto3" json:"lateNonCriticalExtension,omitempty"`
+       NonCriticalExtension     *RRCReconfigurationV1530_IEs `protobuf:"bytes,5,opt,name=nonCriticalExtension,proto3" json:"nonCriticalExtension,omitempty"`
+       XXX_NoUnkeyedLiteral     struct{}                     `json:"-"`
+       XXX_unrecognized         []byte                       `json:"-"`
+       XXX_sizecache            int32                        `json:"-"`
+}
+
+func (m *RRCReconfiguration_IEs) Reset()         { *m = RRCReconfiguration_IEs{} }
+func (m *RRCReconfiguration_IEs) String() string { return proto.CompactTextString(m) }
+func (*RRCReconfiguration_IEs) ProtoMessage()    {}
+func (*RRCReconfiguration_IEs) Descriptor() ([]byte, []int) {
+       return fileDescriptor_ae552300ff3e8a06, []int{1}
+}
+
+func (m *RRCReconfiguration_IEs) XXX_Unmarshal(b []byte) error {
+       return xxx_messageInfo_RRCReconfiguration_IEs.Unmarshal(m, b)
+}
+func (m *RRCReconfiguration_IEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+       return xxx_messageInfo_RRCReconfiguration_IEs.Marshal(b, m, deterministic)
+}
+func (m *RRCReconfiguration_IEs) XXX_Merge(src proto.Message) {
+       xxx_messageInfo_RRCReconfiguration_IEs.Merge(m, src)
+}
+func (m *RRCReconfiguration_IEs) XXX_Size() int {
+       return xxx_messageInfo_RRCReconfiguration_IEs.Size(m)
+}
+func (m *RRCReconfiguration_IEs) XXX_DiscardUnknown() {
+       xxx_messageInfo_RRCReconfiguration_IEs.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_RRCReconfiguration_IEs proto.InternalMessageInfo
+
+func (m *RRCReconfiguration_IEs) GetRadioBearerConfig() *RadioBearerConfig {
+       if m != nil {
+               return m.RadioBearerConfig
+       }
+       return nil
+}
+
+func (m *RRCReconfiguration_IEs) GetSecondaryCellGroup() *CellGroupConfig {
+       if m != nil {
+               return m.SecondaryCellGroup
+       }
+       return nil
+}
+
+func (m *RRCReconfiguration_IEs) GetMeasConfig() *MeasConfig {
+       if m != nil {
+               return m.MeasConfig
+       }
+       return nil
+}
+
+func (m *RRCReconfiguration_IEs) GetLateNonCriticalExtension() *wrappers.BytesValue {
+       if m != nil {
+               return m.LateNonCriticalExtension
+       }
+       return nil
+}
+
+func (m *RRCReconfiguration_IEs) GetNonCriticalExtension() *RRCReconfigurationV1530_IEs {
+       if m != nil {
+               return m.NonCriticalExtension
+       }
+       return nil
+}
+
+type RRCReconfigurationV1530_IEs struct {
+       MasterCellGroup                    *CellGroupConfig             `protobuf:"bytes,1,opt,name=masterCellGroup,proto3" json:"masterCellGroup,omitempty"`
+       FullConfig                         *TrueOpt                     `protobuf:"bytes,2,opt,name=fullConfig,proto3" json:"fullConfig,omitempty"`
+       DedicatedNAS_MessageList           [][]byte                     `protobuf:"bytes,3,rep,name=dedicatedNAS_MessageList,json=dedicatedNASMessageList,proto3" json:"dedicatedNAS_MessageList,omitempty"`
+       MasterKeyUpdate                    *MasterKeyUpdate             `protobuf:"bytes,4,opt,name=masterKeyUpdate,proto3" json:"masterKeyUpdate,omitempty"`
+       DedicatedSIB1_Delivery             *SIB1                        `protobuf:"bytes,5,opt,name=dedicatedSIB1_Delivery,json=dedicatedSIB1Delivery,proto3" json:"dedicatedSIB1_Delivery,omitempty"`
+       DedicatedSystemInformationDelivery *SystemInformation           `protobuf:"bytes,6,opt,name=dedicatedSystemInformationDelivery,proto3" json:"dedicatedSystemInformationDelivery,omitempty"`
+       OtherConfig                        *OtherConfig                 `protobuf:"bytes,7,opt,name=otherConfig,proto3" json:"otherConfig,omitempty"`
+       NonCriticalExtension               *RRCReconfigurationV1540_IEs `protobuf:"bytes,8,opt,name=nonCriticalExtension,proto3" json:"nonCriticalExtension,omitempty"`
+       XXX_NoUnkeyedLiteral               struct{}                     `json:"-"`
+       XXX_unrecognized                   []byte                       `json:"-"`
+       XXX_sizecache                      int32                        `json:"-"`
+}
+
+func (m *RRCReconfigurationV1530_IEs) Reset()         { *m = RRCReconfigurationV1530_IEs{} }
+func (m *RRCReconfigurationV1530_IEs) String() string { return proto.CompactTextString(m) }
+func (*RRCReconfigurationV1530_IEs) ProtoMessage()    {}
+func (*RRCReconfigurationV1530_IEs) Descriptor() ([]byte, []int) {
+       return fileDescriptor_ae552300ff3e8a06, []int{2}
+}
+
+func (m *RRCReconfigurationV1530_IEs) XXX_Unmarshal(b []byte) error {
+       return xxx_messageInfo_RRCReconfigurationV1530_IEs.Unmarshal(m, b)
+}
+func (m *RRCReconfigurationV1530_IEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+       return xxx_messageInfo_RRCReconfigurationV1530_IEs.Marshal(b, m, deterministic)
+}
+func (m *RRCReconfigurationV1530_IEs) XXX_Merge(src proto.Message) {
+       xxx_messageInfo_RRCReconfigurationV1530_IEs.Merge(m, src)
+}
+func (m *RRCReconfigurationV1530_IEs) XXX_Size() int {
+       return xxx_messageInfo_RRCReconfigurationV1530_IEs.Size(m)
+}
+func (m *RRCReconfigurationV1530_IEs) XXX_DiscardUnknown() {
+       xxx_messageInfo_RRCReconfigurationV1530_IEs.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_RRCReconfigurationV1530_IEs proto.InternalMessageInfo
+
+func (m *RRCReconfigurationV1530_IEs) GetMasterCellGroup() *CellGroupConfig {
+       if m != nil {
+               return m.MasterCellGroup
+       }
+       return nil
+}
+
+func (m *RRCReconfigurationV1530_IEs) GetFullConfig() *TrueOpt {
+       if m != nil {
+               return m.FullConfig
+       }
+       return nil
+}
+
+func (m *RRCReconfigurationV1530_IEs) GetDedicatedNAS_MessageList() [][]byte {
+       if m != nil {
+               return m.DedicatedNAS_MessageList
+       }
+       return nil
+}
+
+func (m *RRCReconfigurationV1530_IEs) GetMasterKeyUpdate() *MasterKeyUpdate {
+       if m != nil {
+               return m.MasterKeyUpdate
+       }
+       return nil
+}
+
+func (m *RRCReconfigurationV1530_IEs) GetDedicatedSIB1_Delivery() *SIB1 {
+       if m != nil {
+               return m.DedicatedSIB1_Delivery
+       }
+       return nil
+}
+
+func (m *RRCReconfigurationV1530_IEs) GetDedicatedSystemInformationDelivery() *SystemInformation {
+       if m != nil {
+               return m.DedicatedSystemInformationDelivery
+       }
+       return nil
+}
+
+func (m *RRCReconfigurationV1530_IEs) GetOtherConfig() *OtherConfig {
+       if m != nil {
+               return m.OtherConfig
+       }
+       return nil
+}
+
+func (m *RRCReconfigurationV1530_IEs) GetNonCriticalExtension() *RRCReconfigurationV1540_IEs {
+       if m != nil {
+               return m.NonCriticalExtension
+       }
+       return nil
+}
+
+type MasterKeyUpdate struct {
+       KeySetChangeIndicator bool                 `protobuf:"varint,1,opt,name=keySetChangeIndicator,proto3" json:"keySetChangeIndicator,omitempty"`
+       NextHopChainingCount  uint32               `protobuf:"varint,2,opt,name=nextHopChainingCount,proto3" json:"nextHopChainingCount,omitempty"`
+       Nas_Container         *wrappers.BytesValue `protobuf:"bytes,3,opt,name=nas_Container,json=nasContainer,proto3" json:"nas_Container,omitempty"`
+       XXX_NoUnkeyedLiteral  struct{}             `json:"-"`
+       XXX_unrecognized      []byte               `json:"-"`
+       XXX_sizecache         int32                `json:"-"`
+}
+
+func (m *MasterKeyUpdate) Reset()         { *m = MasterKeyUpdate{} }
+func (m *MasterKeyUpdate) String() string { return proto.CompactTextString(m) }
+func (*MasterKeyUpdate) ProtoMessage()    {}
+func (*MasterKeyUpdate) Descriptor() ([]byte, []int) {
+       return fileDescriptor_ae552300ff3e8a06, []int{3}
+}
+
+func (m *MasterKeyUpdate) XXX_Unmarshal(b []byte) error {
+       return xxx_messageInfo_MasterKeyUpdate.Unmarshal(m, b)
+}
+func (m *MasterKeyUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+       return xxx_messageInfo_MasterKeyUpdate.Marshal(b, m, deterministic)
+}
+func (m *MasterKeyUpdate) XXX_Merge(src proto.Message) {
+       xxx_messageInfo_MasterKeyUpdate.Merge(m, src)
+}
+func (m *MasterKeyUpdate) XXX_Size() int {
+       return xxx_messageInfo_MasterKeyUpdate.Size(m)
+}
+func (m *MasterKeyUpdate) XXX_DiscardUnknown() {
+       xxx_messageInfo_MasterKeyUpdate.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_MasterKeyUpdate proto.InternalMessageInfo
+
+func (m *MasterKeyUpdate) GetKeySetChangeIndicator() bool {
+       if m != nil {
+               return m.KeySetChangeIndicator
+       }
+       return false
+}
+
+func (m *MasterKeyUpdate) GetNextHopChainingCount() uint32 {
+       if m != nil {
+               return m.NextHopChainingCount
+       }
+       return 0
+}
+
+func (m *MasterKeyUpdate) GetNas_Container() *wrappers.BytesValue {
+       if m != nil {
+               return m.Nas_Container
+       }
+       return nil
+}
+
+type RRCReconfigurationV1540_IEs struct {
+       OtherConfigV1540     *OtherConfigV1540 `protobuf:"bytes,1,opt,name=otherConfig_v1540,json=otherConfigV1540,proto3" json:"otherConfig_v1540,omitempty"`
+       XXX_NoUnkeyedLiteral struct{}          `json:"-"`
+       XXX_unrecognized     []byte            `json:"-"`
+       XXX_sizecache        int32             `json:"-"`
+}
+
+func (m *RRCReconfigurationV1540_IEs) Reset()         { *m = RRCReconfigurationV1540_IEs{} }
+func (m *RRCReconfigurationV1540_IEs) String() string { return proto.CompactTextString(m) }
+func (*RRCReconfigurationV1540_IEs) ProtoMessage()    {}
+func (*RRCReconfigurationV1540_IEs) Descriptor() ([]byte, []int) {
+       return fileDescriptor_ae552300ff3e8a06, []int{4}
+}
+
+func (m *RRCReconfigurationV1540_IEs) XXX_Unmarshal(b []byte) error {
+       return xxx_messageInfo_RRCReconfigurationV1540_IEs.Unmarshal(m, b)
+}
+func (m *RRCReconfigurationV1540_IEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+       return xxx_messageInfo_RRCReconfigurationV1540_IEs.Marshal(b, m, deterministic)
+}
+func (m *RRCReconfigurationV1540_IEs) XXX_Merge(src proto.Message) {
+       xxx_messageInfo_RRCReconfigurationV1540_IEs.Merge(m, src)
+}
+func (m *RRCReconfigurationV1540_IEs) XXX_Size() int {
+       return xxx_messageInfo_RRCReconfigurationV1540_IEs.Size(m)
+}
+func (m *RRCReconfigurationV1540_IEs) XXX_DiscardUnknown() {
+       xxx_messageInfo_RRCReconfigurationV1540_IEs.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_RRCReconfigurationV1540_IEs proto.InternalMessageInfo
+
+func (m *RRCReconfigurationV1540_IEs) GetOtherConfigV1540() *OtherConfigV1540 {
+       if m != nil {
+               return m.OtherConfigV1540
+       }
+       return nil
+}
+
+func init() {
+       proto.RegisterType((*RRCReconfiguration)(nil), "streaming_protobufs.RRCReconfiguration")
+       proto.RegisterType((*RRCReconfiguration_IEs)(nil), "streaming_protobufs.RRCReconfiguration_IEs")
+       proto.RegisterType((*RRCReconfigurationV1530_IEs)(nil), "streaming_protobufs.RRCReconfiguration_v1530_IEs")
+       proto.RegisterType((*MasterKeyUpdate)(nil), "streaming_protobufs.MasterKeyUpdate")
+       proto.RegisterType((*RRCReconfigurationV1540_IEs)(nil), "streaming_protobufs.RRCReconfiguration_v1540_IEs")
+}
+
+func init() { proto.RegisterFile("rrc_reconfiguration.proto", fileDescriptor_ae552300ff3e8a06) }
+
+var fileDescriptor_ae552300ff3e8a06 = []byte{
+       // 690 bytes of a gzipped FileDescriptorProto
+       0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x94, 0x6f, 0x4f, 0x13, 0x4f,
+       0x10, 0xc7, 0x7f, 0xfd, 0x55, 0x90, 0x2c, 0x34, 0xc8, 0x0a, 0x58, 0x90, 0x68, 0xd3, 0x18, 0x43,
+       0x62, 0x7a, 0xb5, 0x80, 0x0f, 0x8c, 0x26, 0x6a, 0x4f, 0x22, 0x8d, 0x02, 0x66, 0x5b, 0x31, 0x31,
+       0x31, 0x97, 0xe5, 0x3a, 0x3d, 0x36, 0x5e, 0x77, 0x2f, 0xb3, 0x5b, 0xa4, 0xef, 0xc9, 0xb7, 0xe0,
+       0x43, 0x7d, 0x5d, 0xa6, 0x77, 0xd7, 0xf6, 0x38, 0x96, 0x06, 0x9e, 0xdd, 0xcd, 0xcc, 0xf7, 0xb3,
+       0x3b, 0x7f, 0x76, 0xc8, 0x06, 0xa2, 0xef, 0x21, 0xf8, 0x4a, 0xf6, 0x44, 0x30, 0x40, 0x6e, 0x84,
+       0x92, 0x4e, 0x84, 0xca, 0x28, 0x7a, 0x5f, 0x1b, 0x04, 0xde, 0x17, 0x32, 0xf0, 0x62, 0xc3, 0xe9,
+       0xa0, 0xa7, 0x37, 0x1f, 0x05, 0x4a, 0x05, 0x21, 0xd4, 0xc7, 0x96, 0xfa, 0x4f, 0xe4, 0x51, 0x04,
+       0xa8, 0x13, 0xd1, 0x26, 0xf5, 0x55, 0xbf, 0xaf, 0xa4, 0x67, 0x86, 0x11, 0x8c, 0x6d, 0xeb, 0xa3,
+       0x33, 0x2c, 0xf6, 0xd2, 0xc8, 0xae, 0xc5, 0x69, 0xfa, 0xbb, 0x15, 0xff, 0x0e, 0xb5, 0x81, 0xbe,
+       0x27, 0x64, 0x4f, 0x61, 0x3f, 0x73, 0x9b, 0xea, 0xdf, 0x02, 0xa1, 0x8c, 0xb9, 0xec, 0xf2, 0x55,
+       0xe9, 0xab, 0x24, 0x83, 0x0e, 0x72, 0xa9, 0xb9, 0x3f, 0x32, 0xb5, 0xba, 0x20, 0x8d, 0xe8, 0x09,
+       0xc0, 0x72, 0xa1, 0x52, 0xd8, 0x2e, 0xb1, 0x32, 0xa2, 0x6f, 0xf5, 0xd3, 0xef, 0x84, 0x22, 0xfa,
+       0x39, 0x64, 0xf9, 0xff, 0x4a, 0x61, 0x7b, 0x71, 0xe7, 0x99, 0x63, 0x49, 0xdf, 0xb9, 0x7a, 0x03,
+       0xaf, 0xb5, 0xaf, 0x0f, 0xfe, 0x63, 0x16, 0x50, 0x73, 0x95, 0x50, 0x1f, 0x85, 0x11, 0x3e, 0x0f,
+       0xf7, 0x2f, 0x0c, 0x48, 0x2d, 0x94, 0xd4, 0xd5, 0x3f, 0x45, 0xb2, 0x6e, 0xc7, 0xd0, 0x0e, 0x59,
+       0x41, 0xde, 0x15, 0xaa, 0x09, 0x1c, 0x01, 0xdd, 0xd8, 0x1f, 0x27, 0xb1, 0xb8, 0xf3, 0xd4, 0x7e,
+       0x9d, 0x7c, 0x34, 0xbb, 0x0a, 0xa0, 0x1d, 0x42, 0xf5, 0xe8, 0xb0, 0x2e, 0xc7, 0xa1, 0x0b, 0x61,
+       0xf8, 0x01, 0xd5, 0x20, 0x4a, 0xb3, 0x7c, 0x62, 0xc5, 0x4e, 0xa2, 0x52, 0xa8, 0x45, 0x4f, 0xdf,
+       0x10, 0xd2, 0x07, 0xae, 0xd3, 0x4b, 0x16, 0x63, 0xda, 0x63, 0x2b, 0xed, 0x70, 0x12, 0xc6, 0x32,
+       0x12, 0xfa, 0x95, 0x94, 0x43, 0x6e, 0xe0, 0x48, 0x49, 0x37, 0x5f, 0xa4, 0xf2, 0x9d, 0x18, 0xf7,
+       0xd0, 0x49, 0x86, 0xcd, 0x19, 0xb3, 0x9c, 0xe6, 0xd0, 0x80, 0x3e, 0xe1, 0xe1, 0x00, 0xd8, 0xb5,
+       0x62, 0x0a, 0x64, 0x55, 0xda, 0xa0, 0x73, 0x31, 0xb4, 0x71, 0xd3, 0xbe, 0x9e, 0x37, 0x5e, 0xec,
+       0x3e, 0x1f, 0xb5, 0x85, 0x59, 0x71, 0xd5, 0x5f, 0x73, 0x64, 0x6b, 0x96, 0x8c, 0x1e, 0x91, 0xe5,
+       0x3e, 0xd7, 0x06, 0x70, 0x5a, 0xf4, 0xc2, 0x2d, 0x8a, 0x9e, 0x17, 0xd3, 0xd7, 0x84, 0xf4, 0x06,
+       0x61, 0x98, 0x56, 0x3c, 0xe9, 0xdf, 0x96, 0x15, 0xd5, 0xc1, 0x01, 0x1c, 0x47, 0x86, 0x65, 0xe2,
+       0xe9, 0x4b, 0x52, 0xee, 0x42, 0x57, 0xf8, 0xdc, 0x40, 0xf7, 0xe8, 0x5d, 0xdb, 0x3b, 0x04, 0xad,
+       0x79, 0x00, 0x9f, 0x84, 0x36, 0xe5, 0x62, 0xa5, 0xb8, 0xbd, 0xc4, 0x1e, 0x64, 0xfd, 0x19, 0xf7,
+       0x34, 0x91, 0x8f, 0x30, 0xfc, 0x12, 0x75, 0xb9, 0x81, 0xb4, 0x41, 0xf6, 0x44, 0x0e, 0x2f, 0xc7,
+       0xb2, 0xbc, 0x98, 0x7e, 0x26, 0xeb, 0x93, 0xa3, 0xda, 0xad, 0x66, 0xc3, 0x7b, 0x0f, 0xa1, 0x38,
+       0x07, 0x1c, 0xa6, 0x2d, 0xda, 0xb0, 0x62, 0x47, 0x91, 0x6c, 0xed, 0x92, 0x70, 0xac, 0xa3, 0xe7,
+       0xa4, 0x3a, 0x75, 0xc4, 0x1b, 0xa4, 0x35, 0x5d, 0x20, 0x13, 0xfa, 0xfc, 0x8c, 0x97, 0x74, 0x45,
+       0xc5, 0x6e, 0x40, 0xa4, 0x4d, 0xb2, 0xa8, 0xcc, 0xd9, 0xe4, 0xa9, 0xde, 0x8d, 0x0f, 0xa8, 0x58,
+       0x0f, 0x38, 0x9e, 0xc6, 0xb1, 0xac, 0xe8, 0xda, 0x71, 0x5d, 0xb8, 0xf5, 0xb8, 0xee, 0xcd, 0x1a,
+       0xd7, 0xdf, 0x05, 0xb2, 0x9c, 0xeb, 0x0c, 0xdd, 0x23, 0x6b, 0x3f, 0x60, 0xd8, 0x06, 0xe3, 0x9e,
+       0x71, 0x19, 0x40, 0x4b, 0xc6, 0x09, 0xab, 0x64, 0x71, 0x2e, 0x30, 0xbb, 0x93, 0xee, 0x90, 0x55,
+       0x09, 0x17, 0xe6, 0x40, 0x45, 0xee, 0x19, 0x17, 0x52, 0xc8, 0xc0, 0x55, 0x03, 0x69, 0xe2, 0x89,
+       0x2c, 0x31, 0xab, 0x8f, 0xbe, 0x25, 0x25, 0xc9, 0xb5, 0xe7, 0x2a, 0x69, 0xb8, 0x90, 0x80, 0xe9,
+       0xc2, 0x98, 0xf9, 0xc2, 0x97, 0x64, 0xbc, 0x2b, 0x12, 0x41, 0x55, 0x5f, 0xf7, 0xda, 0x92, 0xac,
+       0x69, 0x9b, 0xac, 0x64, 0xaa, 0x9a, 0x38, 0x66, 0xee, 0xce, 0xe3, 0x7c, 0x34, 0xbb, 0x97, 0x01,
+       0x9c, 0x8c, 0x2c, 0xcd, 0xdd, 0x6f, 0x8d, 0x00, 0x10, 0x85, 0x71, 0x54, 0x0d, 0xb9, 0xac, 0x69,
+       0xdf, 0x51, 0x18, 0xd4, 0xb1, 0x8e, 0xc2, 0xaf, 0x45, 0xa1, 0xa9, 0x4f, 0xc0, 0xb5, 0x09, 0xf8,
+       0x74, 0x3e, 0xfe, 0xdc, 0xfd, 0x17, 0x00, 0x00, 0xff, 0xff, 0xdb, 0x02, 0x80, 0x43, 0x5b, 0x07,
+       0x00, 0x00,
+}