X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=protogen%2Fgopb%2Fsgnb_modification_confirm.pb.go;fp=protogen%2Fgopb%2Fsgnb_modification_confirm.pb.go;h=b42282110f1e758fe4d6d21d439c0fda1c62dd20;hb=ddc4d67d57e952b8476e44d7a101798b2fdf4eae;hp=0000000000000000000000000000000000000000;hpb=01e651a425e83b914a4b30e19a3a843ce86154d1;p=ric-plt%2Fstreaming-protobufs.git diff --git a/protogen/gopb/sgnb_modification_confirm.pb.go b/protogen/gopb/sgnb_modification_confirm.pb.go new file mode 100644 index 0000000..b422821 --- /dev/null +++ b/protogen/gopb/sgnb_modification_confirm.pb.go @@ -0,0 +1,631 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: sgnb_modification_confirm.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 SgNBModificationConfirm struct { + ProtocolIEs *SgNBModificationConfirm_IEs `protobuf:"bytes,1,opt,name=protocolIEs,proto3" json:"protocolIEs,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *SgNBModificationConfirm) Reset() { *m = SgNBModificationConfirm{} } +func (m *SgNBModificationConfirm) String() string { return proto.CompactTextString(m) } +func (*SgNBModificationConfirm) ProtoMessage() {} +func (*SgNBModificationConfirm) Descriptor() ([]byte, []int) { + return fileDescriptor_ac9b81666209e509, []int{0} +} + +func (m *SgNBModificationConfirm) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_SgNBModificationConfirm.Unmarshal(m, b) +} +func (m *SgNBModificationConfirm) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_SgNBModificationConfirm.Marshal(b, m, deterministic) +} +func (m *SgNBModificationConfirm) XXX_Merge(src proto.Message) { + xxx_messageInfo_SgNBModificationConfirm.Merge(m, src) +} +func (m *SgNBModificationConfirm) XXX_Size() int { + return xxx_messageInfo_SgNBModificationConfirm.Size(m) +} +func (m *SgNBModificationConfirm) XXX_DiscardUnknown() { + xxx_messageInfo_SgNBModificationConfirm.DiscardUnknown(m) +} + +var xxx_messageInfo_SgNBModificationConfirm proto.InternalMessageInfo + +func (m *SgNBModificationConfirm) GetProtocolIEs() *SgNBModificationConfirm_IEs { + if m != nil { + return m.ProtocolIEs + } + return nil +} + +type SgNBModificationConfirm_IEs 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_E_RABs_AdmittedToBeModified_SgNBModConfList *E_RABs_AdmittedToBeModified_SgNBModConfList `protobuf:"bytes,3,opt,name=id_E_RABs_AdmittedToBeModified_SgNBModConfList,json=idERABsAdmittedToBeModifiedSgNBModConfList,proto3" json:"id_E_RABs_AdmittedToBeModified_SgNBModConfList,omitempty"` + Id_MeNBtoSgNBContainer *wrappers.BytesValue `protobuf:"bytes,4,opt,name=id_MeNBtoSgNBContainer,json=idMeNBtoSgNBContainer,proto3" json:"id_MeNBtoSgNBContainer,omitempty"` + Id_CriticalityDiagnostics *CriticalityDiagnostics `protobuf:"bytes,5,opt,name=id_CriticalityDiagnostics,json=idCriticalityDiagnostics,proto3" json:"id_CriticalityDiagnostics,omitempty"` + Id_MeNB_UE_X2AP_ID_Extension *wrappers.UInt32Value `protobuf:"bytes,6,opt,name=id_MeNB_UE_X2AP_ID_Extension,json=idMeNBUEX2APIDExtension,proto3" json:"id_MeNB_UE_X2AP_ID_Extension,omitempty"` + Id_MeNBResourceCoordinationInformation *MeNBResourceCoordinationInformation `protobuf:"bytes,7,opt,name=id_MeNBResourceCoordinationInformation,json=idMeNBResourceCoordinationInformation,proto3" json:"id_MeNBResourceCoordinationInformation,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *SgNBModificationConfirm_IEs) Reset() { *m = SgNBModificationConfirm_IEs{} } +func (m *SgNBModificationConfirm_IEs) String() string { return proto.CompactTextString(m) } +func (*SgNBModificationConfirm_IEs) ProtoMessage() {} +func (*SgNBModificationConfirm_IEs) Descriptor() ([]byte, []int) { + return fileDescriptor_ac9b81666209e509, []int{1} +} + +func (m *SgNBModificationConfirm_IEs) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_SgNBModificationConfirm_IEs.Unmarshal(m, b) +} +func (m *SgNBModificationConfirm_IEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_SgNBModificationConfirm_IEs.Marshal(b, m, deterministic) +} +func (m *SgNBModificationConfirm_IEs) XXX_Merge(src proto.Message) { + xxx_messageInfo_SgNBModificationConfirm_IEs.Merge(m, src) +} +func (m *SgNBModificationConfirm_IEs) XXX_Size() int { + return xxx_messageInfo_SgNBModificationConfirm_IEs.Size(m) +} +func (m *SgNBModificationConfirm_IEs) XXX_DiscardUnknown() { + xxx_messageInfo_SgNBModificationConfirm_IEs.DiscardUnknown(m) +} + +var xxx_messageInfo_SgNBModificationConfirm_IEs proto.InternalMessageInfo + +func (m *SgNBModificationConfirm_IEs) GetId_MeNB_UE_X2AP_ID() uint32 { + if m != nil { + return m.Id_MeNB_UE_X2AP_ID + } + return 0 +} + +func (m *SgNBModificationConfirm_IEs) GetId_SgNB_UE_X2AP_ID() uint32 { + if m != nil { + return m.Id_SgNB_UE_X2AP_ID + } + return 0 +} + +func (m *SgNBModificationConfirm_IEs) GetId_E_RABs_AdmittedToBeModified_SgNBModConfList() *E_RABs_AdmittedToBeModified_SgNBModConfList { + if m != nil { + return m.Id_E_RABs_AdmittedToBeModified_SgNBModConfList + } + return nil +} + +func (m *SgNBModificationConfirm_IEs) GetId_MeNBtoSgNBContainer() *wrappers.BytesValue { + if m != nil { + return m.Id_MeNBtoSgNBContainer + } + return nil +} + +func (m *SgNBModificationConfirm_IEs) GetId_CriticalityDiagnostics() *CriticalityDiagnostics { + if m != nil { + return m.Id_CriticalityDiagnostics + } + return nil +} + +func (m *SgNBModificationConfirm_IEs) GetId_MeNB_UE_X2AP_ID_Extension() *wrappers.UInt32Value { + if m != nil { + return m.Id_MeNB_UE_X2AP_ID_Extension + } + return nil +} + +func (m *SgNBModificationConfirm_IEs) GetId_MeNBResourceCoordinationInformation() *MeNBResourceCoordinationInformation { + if m != nil { + return m.Id_MeNBResourceCoordinationInformation + } + return nil +} + +type E_RABs_AdmittedToBeModified_SgNBModConfList struct { + Items []*E_RABs_AdmittedToBeModified_SgNBModConf_ItemIEs `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *E_RABs_AdmittedToBeModified_SgNBModConfList) Reset() { + *m = E_RABs_AdmittedToBeModified_SgNBModConfList{} +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConfList) String() string { + return proto.CompactTextString(m) +} +func (*E_RABs_AdmittedToBeModified_SgNBModConfList) ProtoMessage() {} +func (*E_RABs_AdmittedToBeModified_SgNBModConfList) Descriptor() ([]byte, []int) { + return fileDescriptor_ac9b81666209e509, []int{2} +} + +func (m *E_RABs_AdmittedToBeModified_SgNBModConfList) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConfList.Unmarshal(m, b) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConfList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConfList.Marshal(b, m, deterministic) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConfList) XXX_Merge(src proto.Message) { + xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConfList.Merge(m, src) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConfList) XXX_Size() int { + return xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConfList.Size(m) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConfList) XXX_DiscardUnknown() { + xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConfList.DiscardUnknown(m) +} + +var xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConfList proto.InternalMessageInfo + +func (m *E_RABs_AdmittedToBeModified_SgNBModConfList) GetItems() []*E_RABs_AdmittedToBeModified_SgNBModConf_ItemIEs { + if m != nil { + return m.Items + } + return nil +} + +type E_RABs_AdmittedToBeModified_SgNBModConf_ItemIEs struct { + Id_E_RABs_AdmittedToBeModified_SgNBModConf_Item *E_RABs_AdmittedToBeModified_SgNBModConf_Item `protobuf:"bytes,1,opt,name=id_E_RABs_AdmittedToBeModified_SgNBModConf_Item,json=idERABsAdmittedToBeModifiedSgNBModConfItem,proto3" json:"id_E_RABs_AdmittedToBeModified_SgNBModConf_Item,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_ItemIEs) Reset() { + *m = E_RABs_AdmittedToBeModified_SgNBModConf_ItemIEs{} +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_ItemIEs) String() string { + return proto.CompactTextString(m) +} +func (*E_RABs_AdmittedToBeModified_SgNBModConf_ItemIEs) ProtoMessage() {} +func (*E_RABs_AdmittedToBeModified_SgNBModConf_ItemIEs) Descriptor() ([]byte, []int) { + return fileDescriptor_ac9b81666209e509, []int{3} +} + +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_ItemIEs) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_ItemIEs.Unmarshal(m, b) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_ItemIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_ItemIEs.Marshal(b, m, deterministic) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_ItemIEs) XXX_Merge(src proto.Message) { + xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_ItemIEs.Merge(m, src) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_ItemIEs) XXX_Size() int { + return xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_ItemIEs.Size(m) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_ItemIEs) XXX_DiscardUnknown() { + xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_ItemIEs.DiscardUnknown(m) +} + +var xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_ItemIEs proto.InternalMessageInfo + +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_ItemIEs) GetId_E_RABs_AdmittedToBeModified_SgNBModConf_Item() *E_RABs_AdmittedToBeModified_SgNBModConf_Item { + if m != nil { + return m.Id_E_RABs_AdmittedToBeModified_SgNBModConf_Item + } + return nil +} + +type E_RABs_AdmittedToBeModified_SgNBModConf_Item struct { + E_RAB_ID uint32 `protobuf:"varint,1,opt,name=e_RAB_ID,json=eRABID,proto3" json:"e_RAB_ID,omitempty"` + En_DC_ResourceConfiguration *EN_DC_ResourceConfiguration `protobuf:"bytes,2,opt,name=en_DC_ResourceConfiguration,json=enDCResourceConfiguration,proto3" json:"en_DC_ResourceConfiguration,omitempty"` + // Types that are valid to be assigned to ResourceConfiguration: + // *E_RABs_AdmittedToBeModified_SgNBModConf_Item_SgNBPDCPpresent + // *E_RABs_AdmittedToBeModified_SgNBModConf_Item_SgNBPDCPnotpresent + ResourceConfiguration isE_RABs_AdmittedToBeModified_SgNBModConf_Item_ResourceConfiguration `protobuf_oneof:"resource_configuration"` + IE_Extensions []*E_RABs_AdmittedToBeModified_SgNBModConf_ItemExtIEs `protobuf:"bytes,5,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 *E_RABs_AdmittedToBeModified_SgNBModConf_Item) Reset() { + *m = E_RABs_AdmittedToBeModified_SgNBModConf_Item{} +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_Item) String() string { + return proto.CompactTextString(m) +} +func (*E_RABs_AdmittedToBeModified_SgNBModConf_Item) ProtoMessage() {} +func (*E_RABs_AdmittedToBeModified_SgNBModConf_Item) Descriptor() ([]byte, []int) { + return fileDescriptor_ac9b81666209e509, []int{4} +} + +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_Item) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_Item.Unmarshal(m, b) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_Item.Marshal(b, m, deterministic) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_Item) XXX_Merge(src proto.Message) { + xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_Item.Merge(m, src) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_Item) XXX_Size() int { + return xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_Item.Size(m) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_Item) XXX_DiscardUnknown() { + xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_Item.DiscardUnknown(m) +} + +var xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_Item proto.InternalMessageInfo + +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_Item) GetE_RAB_ID() uint32 { + if m != nil { + return m.E_RAB_ID + } + return 0 +} + +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_Item) GetEn_DC_ResourceConfiguration() *EN_DC_ResourceConfiguration { + if m != nil { + return m.En_DC_ResourceConfiguration + } + return nil +} + +type isE_RABs_AdmittedToBeModified_SgNBModConf_Item_ResourceConfiguration interface { + isE_RABs_AdmittedToBeModified_SgNBModConf_Item_ResourceConfiguration() +} + +type E_RABs_AdmittedToBeModified_SgNBModConf_Item_SgNBPDCPpresent struct { + SgNBPDCPpresent *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresent `protobuf:"bytes,3,opt,name=sgNBPDCPpresent,proto3,oneof"` +} + +type E_RABs_AdmittedToBeModified_SgNBModConf_Item_SgNBPDCPnotpresent struct { + SgNBPDCPnotpresent *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresent `protobuf:"bytes,4,opt,name=sgNBPDCPnotpresent,proto3,oneof"` +} + +func (*E_RABs_AdmittedToBeModified_SgNBModConf_Item_SgNBPDCPpresent) isE_RABs_AdmittedToBeModified_SgNBModConf_Item_ResourceConfiguration() { +} + +func (*E_RABs_AdmittedToBeModified_SgNBModConf_Item_SgNBPDCPnotpresent) isE_RABs_AdmittedToBeModified_SgNBModConf_Item_ResourceConfiguration() { +} + +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_Item) GetResourceConfiguration() isE_RABs_AdmittedToBeModified_SgNBModConf_Item_ResourceConfiguration { + if m != nil { + return m.ResourceConfiguration + } + return nil +} + +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_Item) GetSgNBPDCPpresent() *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresent { + if x, ok := m.GetResourceConfiguration().(*E_RABs_AdmittedToBeModified_SgNBModConf_Item_SgNBPDCPpresent); ok { + return x.SgNBPDCPpresent + } + return nil +} + +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_Item) GetSgNBPDCPnotpresent() *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresent { + if x, ok := m.GetResourceConfiguration().(*E_RABs_AdmittedToBeModified_SgNBModConf_Item_SgNBPDCPnotpresent); ok { + return x.SgNBPDCPnotpresent + } + return nil +} + +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_Item) GetIE_Extensions() []*E_RABs_AdmittedToBeModified_SgNBModConf_ItemExtIEs { + if m != nil { + return m.IE_Extensions + } + return nil +} + +// XXX_OneofWrappers is for the internal use of the proto package. +func (*E_RABs_AdmittedToBeModified_SgNBModConf_Item) XXX_OneofWrappers() []interface{} { + return []interface{}{ + (*E_RABs_AdmittedToBeModified_SgNBModConf_Item_SgNBPDCPpresent)(nil), + (*E_RABs_AdmittedToBeModified_SgNBModConf_Item_SgNBPDCPnotpresent)(nil), + } +} + +type E_RABs_AdmittedToBeModified_SgNBModConf_ItemExtIEs struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_ItemExtIEs) Reset() { + *m = E_RABs_AdmittedToBeModified_SgNBModConf_ItemExtIEs{} +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_ItemExtIEs) String() string { + return proto.CompactTextString(m) +} +func (*E_RABs_AdmittedToBeModified_SgNBModConf_ItemExtIEs) ProtoMessage() {} +func (*E_RABs_AdmittedToBeModified_SgNBModConf_ItemExtIEs) Descriptor() ([]byte, []int) { + return fileDescriptor_ac9b81666209e509, []int{5} +} + +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_ItemExtIEs) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_ItemExtIEs.Unmarshal(m, b) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_ItemExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_ItemExtIEs.Marshal(b, m, deterministic) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_ItemExtIEs) XXX_Merge(src proto.Message) { + xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_ItemExtIEs.Merge(m, src) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_ItemExtIEs) XXX_Size() int { + return xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_ItemExtIEs.Size(m) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_ItemExtIEs) XXX_DiscardUnknown() { + xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_ItemExtIEs.DiscardUnknown(m) +} + +var xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_ItemExtIEs proto.InternalMessageInfo + +type E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresent struct { + IE_Extensions []*E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresentExtIEs `protobuf:"bytes,1,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 *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresent) Reset() { + *m = E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresent{} +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresent) String() string { + return proto.CompactTextString(m) +} +func (*E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresent) ProtoMessage() {} +func (*E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresent) Descriptor() ([]byte, []int) { + return fileDescriptor_ac9b81666209e509, []int{6} +} + +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresent) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresent.Unmarshal(m, b) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresent.Marshal(b, m, deterministic) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresent) XXX_Merge(src proto.Message) { + xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresent.Merge(m, src) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresent) XXX_Size() int { + return xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresent.Size(m) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresent) XXX_DiscardUnknown() { + xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresent.DiscardUnknown(m) +} + +var xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresent proto.InternalMessageInfo + +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresent) GetIE_Extensions() []*E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresentExtIEs { + if m != nil { + return m.IE_Extensions + } + return nil +} + +type E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresentExtIEs struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresentExtIEs) Reset() { + *m = E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresentExtIEs{} +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresentExtIEs) String() string { + return proto.CompactTextString(m) +} +func (*E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresentExtIEs) ProtoMessage() {} +func (*E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresentExtIEs) Descriptor() ([]byte, []int) { + return fileDescriptor_ac9b81666209e509, []int{7} +} + +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresentExtIEs) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresentExtIEs.Unmarshal(m, b) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresentExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresentExtIEs.Marshal(b, m, deterministic) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresentExtIEs) XXX_Merge(src proto.Message) { + xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresentExtIEs.Merge(m, src) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresentExtIEs) XXX_Size() int { + return xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresentExtIEs.Size(m) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresentExtIEs) XXX_DiscardUnknown() { + xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresentExtIEs.DiscardUnknown(m) +} + +var xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresentExtIEs proto.InternalMessageInfo + +type E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresent struct { + SecondaryMeNB_UL_GTP_TEIDatPDCP *GTPtunnelEndpoint `protobuf:"bytes,1,opt,name=secondary_meNB_UL_GTP_TEIDatPDCP,json=secondaryMeNBULGTPTEIDatPDCP,proto3" json:"secondary_meNB_UL_GTP_TEIDatPDCP,omitempty"` + IE_Extensions []*E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresentExtIEs `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 *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresent) Reset() { + *m = E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresent{} +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresent) String() string { + return proto.CompactTextString(m) +} +func (*E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresent) ProtoMessage() {} +func (*E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresent) Descriptor() ([]byte, []int) { + return fileDescriptor_ac9b81666209e509, []int{8} +} + +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresent) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresent.Unmarshal(m, b) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresent.Marshal(b, m, deterministic) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresent) XXX_Merge(src proto.Message) { + xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresent.Merge(m, src) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresent) XXX_Size() int { + return xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresent.Size(m) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresent) XXX_DiscardUnknown() { + xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresent.DiscardUnknown(m) +} + +var xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresent proto.InternalMessageInfo + +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresent) GetSecondaryMeNB_UL_GTP_TEIDatPDCP() *GTPtunnelEndpoint { + if m != nil { + return m.SecondaryMeNB_UL_GTP_TEIDatPDCP + } + return nil +} + +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresent) GetIE_Extensions() []*E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresentExtIEs { + if m != nil { + return m.IE_Extensions + } + return nil +} + +type E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresentExtIEs struct { + IdULpDCPSnLength *PDCPSnLength `protobuf:"bytes,1,opt,name=id_uLpDCPSnLength,json=idULpDCPSnLength,proto3" json:"id_uLpDCPSnLength,omitempty"` + IdDLPDCPSnLength *PDCPSnLength `protobuf:"bytes,2,opt,name=id_dLPDCPSnLength,json=idDLPDCPSnLength,proto3" json:"id_dLPDCPSnLength,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresentExtIEs) Reset() { + *m = E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresentExtIEs{} +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresentExtIEs) String() string { + return proto.CompactTextString(m) +} +func (*E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresentExtIEs) ProtoMessage() {} +func (*E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresentExtIEs) Descriptor() ([]byte, []int) { + return fileDescriptor_ac9b81666209e509, []int{9} +} + +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresentExtIEs) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresentExtIEs.Unmarshal(m, b) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresentExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresentExtIEs.Marshal(b, m, deterministic) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresentExtIEs) XXX_Merge(src proto.Message) { + xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresentExtIEs.Merge(m, src) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresentExtIEs) XXX_Size() int { + return xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresentExtIEs.Size(m) +} +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresentExtIEs) XXX_DiscardUnknown() { + xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresentExtIEs.DiscardUnknown(m) +} + +var xxx_messageInfo_E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresentExtIEs proto.InternalMessageInfo + +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresentExtIEs) GetIdULpDCPSnLength() *PDCPSnLength { + if m != nil { + return m.IdULpDCPSnLength + } + return nil +} + +func (m *E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresentExtIEs) GetIdDLPDCPSnLength() *PDCPSnLength { + if m != nil { + return m.IdDLPDCPSnLength + } + return nil +} + +func init() { + proto.RegisterType((*SgNBModificationConfirm)(nil), "streaming_protobufs.SgNBModificationConfirm") + proto.RegisterType((*SgNBModificationConfirm_IEs)(nil), "streaming_protobufs.SgNBModificationConfirm_IEs") + proto.RegisterType((*E_RABs_AdmittedToBeModified_SgNBModConfList)(nil), "streaming_protobufs.E_RABs_AdmittedToBeModified_SgNBModConfList") + proto.RegisterType((*E_RABs_AdmittedToBeModified_SgNBModConf_ItemIEs)(nil), "streaming_protobufs.E_RABs_AdmittedToBeModified_SgNBModConf_ItemIEs") + proto.RegisterType((*E_RABs_AdmittedToBeModified_SgNBModConf_Item)(nil), "streaming_protobufs.E_RABs_AdmittedToBeModified_SgNBModConf_Item") + proto.RegisterType((*E_RABs_AdmittedToBeModified_SgNBModConf_ItemExtIEs)(nil), "streaming_protobufs.E_RABs_AdmittedToBeModified_SgNBModConf_ItemExtIEs") + proto.RegisterType((*E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresent)(nil), "streaming_protobufs.E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresent") + proto.RegisterType((*E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresentExtIEs)(nil), "streaming_protobufs.E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPpresentExtIEs") + proto.RegisterType((*E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresent)(nil), "streaming_protobufs.E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresent") + proto.RegisterType((*E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresentExtIEs)(nil), "streaming_protobufs.E_RABs_AdmittedToBeModified_SgNBModConf_SgNBPDCPnotpresentExtIEs") +} + +func init() { proto.RegisterFile("sgnb_modification_confirm.proto", fileDescriptor_ac9b81666209e509) } + +var fileDescriptor_ac9b81666209e509 = []byte{ + // 839 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x95, 0xdb, 0x8e, 0xdb, 0x44, + 0x18, 0xc7, 0xeb, 0xb4, 0xbb, 0xa0, 0x59, 0xca, 0x61, 0x10, 0x5d, 0xb7, 0xbb, 0x82, 0x62, 0x89, + 0xaa, 0x6a, 0x89, 0x03, 0x59, 0x24, 0x10, 0x12, 0xa2, 0xf1, 0x41, 0xa9, 0xa5, 0x6c, 0xb0, 0x66, + 0x13, 0x84, 0xca, 0xc5, 0xc8, 0xeb, 0x99, 0xb8, 0x23, 0xc5, 0x33, 0xd6, 0xcc, 0x44, 0x4d, 0xb8, + 0xe3, 0x92, 0x2b, 0x5e, 0x02, 0x21, 0xae, 0x79, 0x02, 0x6e, 0x79, 0x05, 0x2e, 0x79, 0x12, 0xe4, + 0x43, 0x8e, 0x75, 0x4b, 0xb2, 0xd9, 0x3b, 0x6b, 0xe6, 0xff, 0xfd, 0xbe, 0xe3, 0x7c, 0x06, 0x1f, + 0xa9, 0x84, 0x5f, 0xe2, 0x54, 0x10, 0x36, 0x62, 0x71, 0xa4, 0x99, 0xe0, 0x38, 0x16, 0x7c, 0xc4, + 0x64, 0x6a, 0x67, 0x52, 0x68, 0x01, 0xdf, 0x57, 0x5a, 0xd2, 0x28, 0x65, 0x3c, 0xc1, 0xc5, 0xc1, + 0xe5, 0x64, 0xa4, 0xee, 0x7d, 0x98, 0x08, 0x91, 0x8c, 0x69, 0x6b, 0x7e, 0xd2, 0x7a, 0x21, 0xa3, + 0x2c, 0xa3, 0x52, 0x95, 0x46, 0xf7, 0x8e, 0xa7, 0xed, 0x28, 0xc3, 0xb1, 0x48, 0x53, 0xc1, 0xb1, + 0x9e, 0x65, 0xb4, 0xba, 0xb0, 0x52, 0x70, 0x7c, 0x91, 0xf4, 0x9d, 0xf3, 0x15, 0x7f, 0x6e, 0xe9, + 0x0e, 0x22, 0x70, 0x54, 0x68, 0x62, 0x31, 0x0e, 0x7c, 0x65, 0x1a, 0xf7, 0x8d, 0x87, 0x47, 0xed, + 0xcf, 0xec, 0x1a, 0xf7, 0xf6, 0x2b, 0x10, 0x38, 0xf0, 0x15, 0x5a, 0x85, 0x58, 0x7f, 0x1f, 0x80, + 0x93, 0xd7, 0x88, 0xe1, 0x23, 0x00, 0x19, 0xc1, 0xe7, 0xb4, 0xef, 0xe0, 0xa1, 0x8f, 0x7f, 0x68, + 0x77, 0x42, 0x1c, 0x78, 0x85, 0xeb, 0xdb, 0xe8, 0x6d, 0x46, 0xf2, 0x8b, 0xa1, 0x9f, 0x1f, 0x07, + 0x5e, 0xa5, 0xcd, 0x69, 0xab, 0xda, 0xc6, 0x5c, 0x9b, 0x5f, 0x2c, 0xb4, 0xbf, 0x19, 0xc0, 0x66, + 0x04, 0xfb, 0x18, 0x75, 0x1c, 0x85, 0x3b, 0x24, 0x65, 0x5a, 0x53, 0x32, 0x10, 0x0e, 0x2d, 0x23, + 0xa1, 0x25, 0xe8, 0x5c, 0x90, 0x3c, 0x9a, 0x1e, 0x53, 0xda, 0xbc, 0x59, 0xe4, 0xfb, 0xa4, 0x36, + 0xdf, 0x1d, 0x38, 0xe8, 0x11, 0x23, 0x7e, 0xae, 0xae, 0x13, 0x6f, 0x68, 0x21, 0x02, 0x77, 0xaa, + 0xf4, 0xb5, 0xc8, 0xef, 0x5c, 0xc1, 0x75, 0xc4, 0x38, 0x95, 0xe6, 0xad, 0x22, 0x9a, 0x13, 0xbb, + 0xec, 0xb3, 0x3d, 0x0f, 0xc5, 0x76, 0x66, 0x9a, 0xaa, 0xef, 0xa3, 0xf1, 0x84, 0xa2, 0x0f, 0xca, + 0xfa, 0x6c, 0x58, 0xc2, 0xe7, 0xe0, 0x2e, 0x23, 0xd8, 0x95, 0x4c, 0xb3, 0x38, 0x1a, 0x33, 0x3d, + 0xf3, 0x58, 0x94, 0x70, 0xa1, 0x34, 0x8b, 0x95, 0x79, 0x50, 0x60, 0x1f, 0xd7, 0x26, 0x59, 0x6f, + 0x82, 0x4c, 0x46, 0xea, 0x6f, 0xe0, 0x8f, 0xe0, 0xf4, 0xe5, 0xe6, 0x61, 0x7f, 0xaa, 0x29, 0x57, + 0x4c, 0x70, 0xf3, 0xb0, 0x70, 0x76, 0xfa, 0x52, 0x0e, 0xc3, 0x80, 0xeb, 0xb3, 0x76, 0x99, 0xc4, + 0xf1, 0x7a, 0x93, 0x17, 0xc6, 0xf0, 0x57, 0x03, 0x3c, 0xa8, 0xe8, 0x88, 0x2a, 0x31, 0x91, 0x31, + 0x75, 0x85, 0x90, 0x84, 0xf1, 0x62, 0x88, 0x02, 0x3e, 0x12, 0x32, 0x2d, 0x3e, 0xcd, 0x37, 0x0a, + 0x3f, 0x5f, 0xd5, 0x26, 0xb5, 0x85, 0x3d, 0xfa, 0xa4, 0x8c, 0xe1, 0x7f, 0x64, 0xd6, 0x2f, 0x06, + 0x78, 0xbc, 0xc3, 0x20, 0xc0, 0x67, 0xe0, 0x80, 0x69, 0x9a, 0xe6, 0x2f, 0xe9, 0xe6, 0xc3, 0xa3, + 0xb6, 0xb7, 0xcf, 0x64, 0xe1, 0x40, 0xd3, 0x34, 0x7f, 0x5d, 0x25, 0xd2, 0xfa, 0xc7, 0x00, 0xad, + 0x1d, 0x4d, 0xe1, 0xef, 0x06, 0x68, 0x6d, 0xff, 0x26, 0x0a, 0xb3, 0x6a, 0x09, 0x74, 0xf6, 0x0e, + 0x7d, 0xdb, 0x57, 0x91, 0x6b, 0xad, 0xbf, 0x6e, 0x81, 0x4f, 0x77, 0x81, 0x43, 0x13, 0xbc, 0x49, + 0x73, 0xfd, 0x72, 0x77, 0x1c, 0x52, 0xd4, 0x71, 0x02, 0x0f, 0x66, 0xe0, 0x84, 0x72, 0xec, 0xb9, + 0x78, 0xd9, 0x5c, 0x3e, 0x62, 0xc9, 0x44, 0x96, 0x93, 0xd3, 0x78, 0xcd, 0x8e, 0xf3, 0xfb, 0xaf, + 0xb4, 0x43, 0x77, 0x29, 0xf7, 0xdc, 0xda, 0x2b, 0x38, 0x05, 0xef, 0xa8, 0xa4, 0xef, 0x84, 0x9e, + 0x1b, 0x66, 0x92, 0x2a, 0xca, 0xe7, 0x9b, 0xa5, 0xb7, 0x57, 0x11, 0x2f, 0xd6, 0x99, 0x4f, 0x6f, + 0xa0, 0x4d, 0x37, 0xf0, 0x67, 0x03, 0xc0, 0xf9, 0x19, 0x17, 0x7a, 0xee, 0xbd, 0xdc, 0x24, 0xdf, + 0x5d, 0x8b, 0xf7, 0x25, 0xf6, 0xe9, 0x0d, 0x54, 0xe3, 0x0c, 0x8e, 0xc1, 0x6d, 0xe6, 0x2f, 0x57, + 0x40, 0xbe, 0x70, 0xf2, 0xd9, 0xef, 0xee, 0x3d, 0x40, 0xfe, 0x54, 0xe7, 0xe3, 0xff, 0x16, 0xf3, + 0x97, 0x70, 0xc7, 0x04, 0x77, 0x64, 0xd5, 0x84, 0xf2, 0xa7, 0x39, 0xef, 0x82, 0xf5, 0x05, 0x68, + 0xef, 0x4e, 0xb7, 0xfe, 0x34, 0xc0, 0x97, 0x57, 0x6c, 0x08, 0x7c, 0xb1, 0x99, 0x79, 0xf9, 0xea, + 0xd1, 0x75, 0x76, 0xbd, 0xae, 0x08, 0xd6, 0xb7, 0xe0, 0x9b, 0xbd, 0x70, 0xd6, 0x1f, 0x0d, 0xf0, + 0xf5, 0xd5, 0x07, 0x01, 0x72, 0x70, 0x5f, 0xd1, 0x58, 0x70, 0x12, 0xc9, 0x19, 0x4e, 0x8b, 0x9f, + 0x41, 0x0f, 0x77, 0x07, 0x21, 0x1e, 0xf8, 0x81, 0x17, 0xe9, 0x5c, 0x5d, 0xad, 0x91, 0x07, 0xb5, + 0xb5, 0xe8, 0x0e, 0x42, 0x3d, 0xe1, 0x9c, 0x8e, 0x7d, 0x4e, 0x32, 0xc1, 0xb8, 0x46, 0xa7, 0x0b, + 0x5e, 0xf1, 0x6b, 0xe8, 0x75, 0x07, 0xe1, 0x92, 0x05, 0x7f, 0xda, 0x2c, 0x74, 0xa3, 0x28, 0xf4, + 0xf0, 0x9a, 0x07, 0xbc, 0xb6, 0xd6, 0xff, 0x1a, 0xe0, 0xc9, 0xbe, 0x48, 0xd8, 0x07, 0xef, 0x31, + 0x82, 0x27, 0xbd, 0xcc, 0x73, 0xc3, 0x0b, 0xde, 0xa3, 0x3c, 0xd1, 0xcf, 0xab, 0x0a, 0x7d, 0x5c, + 0x9b, 0x44, 0xb8, 0x22, 0x44, 0xef, 0x32, 0x32, 0x5c, 0x33, 0xad, 0x78, 0xa4, 0xb7, 0x2a, 0xab, + 0x36, 0xdb, 0x76, 0x3c, 0x6f, 0xcd, 0xd4, 0x39, 0x7b, 0xf6, 0x79, 0x42, 0xa5, 0x64, 0xda, 0x16, + 0x4d, 0x19, 0xf1, 0xa6, 0x8a, 0x6d, 0x21, 0x93, 0x96, 0x6c, 0x49, 0x16, 0x37, 0xb3, 0xb1, 0x6e, + 0x2d, 0x98, 0xcd, 0x05, 0xf3, 0xf2, 0xb0, 0xf8, 0x3c, 0xfb, 0x2f, 0x00, 0x00, 0xff, 0xff, 0xfa, + 0xa2, 0x6e, 0x20, 0xcf, 0x0a, 0x00, 0x00, +}