// Code generated by protoc-gen-go. DO NOT EDIT. // source: sgnb_modification_request.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 SgNBModificationRequest struct { ProtocolIEs *SgNBModificationRequest_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 *SgNBModificationRequest) Reset() { *m = SgNBModificationRequest{} } func (m *SgNBModificationRequest) String() string { return proto.CompactTextString(m) } func (*SgNBModificationRequest) ProtoMessage() {} func (*SgNBModificationRequest) Descriptor() ([]byte, []int) { return fileDescriptor_2eda0498320f24d8, []int{0} } func (m *SgNBModificationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SgNBModificationRequest.Unmarshal(m, b) } func (m *SgNBModificationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SgNBModificationRequest.Marshal(b, m, deterministic) } func (m *SgNBModificationRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_SgNBModificationRequest.Merge(m, src) } func (m *SgNBModificationRequest) XXX_Size() int { return xxx_messageInfo_SgNBModificationRequest.Size(m) } func (m *SgNBModificationRequest) XXX_DiscardUnknown() { xxx_messageInfo_SgNBModificationRequest.DiscardUnknown(m) } var xxx_messageInfo_SgNBModificationRequest proto.InternalMessageInfo func (m *SgNBModificationRequest) GetProtocolIEs() *SgNBModificationRequest_IEs { if m != nil { return m.ProtocolIEs } return nil } type SgNBModificationRequest_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_Cause *Cause `protobuf:"bytes,3,opt,name=id_Cause,json=idCause,proto3" json:"id_Cause,omitempty"` Id_SelectedPLMN *wrappers.BytesValue `protobuf:"bytes,4,opt,name=id_SelectedPLMN,json=idSelectedPLMN,proto3" json:"id_SelectedPLMN,omitempty"` Id_HandoverRestrictionList *HandoverRestrictionList `protobuf:"bytes,5,opt,name=id_HandoverRestrictionList,json=idHandoverRestrictionList,proto3" json:"id_HandoverRestrictionList,omitempty"` Id_SCGConfigurationQuery *TrueOpt `protobuf:"bytes,6,opt,name=id_SCGConfigurationQuery,json=idSCGConfigurationQuery,proto3" json:"id_SCGConfigurationQuery,omitempty"` Id_UE_ContextInformation_SgNBModReq *UE_ContextInformation_SgNBModReq `protobuf:"bytes,7,opt,name=id_UE_ContextInformation_SgNBModReq,json=idUEContextInformationSgNBModReq,proto3" json:"id_UE_ContextInformation_SgNBModReq,omitempty"` //The content of id_MeNBtoSgNBContainer has been specified in 3GPP 38.331 to be CG-ConfigInfo. Id_MeNBtoSgNBContainer *CG_ConfigInfo `protobuf:"bytes,8,opt,name=id_MeNBtoSgNBContainer,json=idMeNBtoSgNBContainer,proto3" json:"id_MeNBtoSgNBContainer,omitempty"` Id_MeNB_UE_X2AP_ID_Extension *wrappers.UInt32Value `protobuf:"bytes,9,opt,name=id_MeNB_UE_X2AP_ID_Extension,json=idMeNBUEX2APIDExtension,proto3" json:"id_MeNB_UE_X2AP_ID_Extension,omitempty"` Id_MeNBResourceCoordinationInformation *MeNBResourceCoordinationInformation `protobuf:"bytes,10,opt,name=id_MeNBResourceCoordinationInformation,json=idMeNBResourceCoordinationInformation,proto3" json:"id_MeNBResourceCoordinationInformation,omitempty"` Id_RequestedSplitSRBs *SplitSRBs `protobuf:"bytes,11,opt,name=id_RequestedSplitSRBs,json=idRequestedSplitSRBs,proto3" json:"id_RequestedSplitSRBs,omitempty"` Id_RequestedSplitSRBsrelease *SplitSRBs `protobuf:"bytes,12,opt,name=id_RequestedSplitSRBsrelease,json=idRequestedSplitSRBsrelease,proto3" json:"id_RequestedSplitSRBsrelease,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SgNBModificationRequest_IEs) Reset() { *m = SgNBModificationRequest_IEs{} } func (m *SgNBModificationRequest_IEs) String() string { return proto.CompactTextString(m) } func (*SgNBModificationRequest_IEs) ProtoMessage() {} func (*SgNBModificationRequest_IEs) Descriptor() ([]byte, []int) { return fileDescriptor_2eda0498320f24d8, []int{1} } func (m *SgNBModificationRequest_IEs) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SgNBModificationRequest_IEs.Unmarshal(m, b) } func (m *SgNBModificationRequest_IEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SgNBModificationRequest_IEs.Marshal(b, m, deterministic) } func (m *SgNBModificationRequest_IEs) XXX_Merge(src proto.Message) { xxx_messageInfo_SgNBModificationRequest_IEs.Merge(m, src) } func (m *SgNBModificationRequest_IEs) XXX_Size() int { return xxx_messageInfo_SgNBModificationRequest_IEs.Size(m) } func (m *SgNBModificationRequest_IEs) XXX_DiscardUnknown() { xxx_messageInfo_SgNBModificationRequest_IEs.DiscardUnknown(m) } var xxx_messageInfo_SgNBModificationRequest_IEs proto.InternalMessageInfo func (m *SgNBModificationRequest_IEs) GetId_MeNB_UE_X2AP_ID() uint32 { if m != nil { return m.Id_MeNB_UE_X2AP_ID } return 0 } func (m *SgNBModificationRequest_IEs) GetId_SgNB_UE_X2AP_ID() uint32 { if m != nil { return m.Id_SgNB_UE_X2AP_ID } return 0 } func (m *SgNBModificationRequest_IEs) GetId_Cause() *Cause { if m != nil { return m.Id_Cause } return nil } func (m *SgNBModificationRequest_IEs) GetId_SelectedPLMN() *wrappers.BytesValue { if m != nil { return m.Id_SelectedPLMN } return nil } func (m *SgNBModificationRequest_IEs) GetId_HandoverRestrictionList() *HandoverRestrictionList { if m != nil { return m.Id_HandoverRestrictionList } return nil } func (m *SgNBModificationRequest_IEs) GetId_SCGConfigurationQuery() *TrueOpt { if m != nil { return m.Id_SCGConfigurationQuery } return nil } func (m *SgNBModificationRequest_IEs) GetId_UE_ContextInformation_SgNBModReq() *UE_ContextInformation_SgNBModReq { if m != nil { return m.Id_UE_ContextInformation_SgNBModReq } return nil } func (m *SgNBModificationRequest_IEs) GetId_MeNBtoSgNBContainer() *CG_ConfigInfo { if m != nil { return m.Id_MeNBtoSgNBContainer } return nil } func (m *SgNBModificationRequest_IEs) GetId_MeNB_UE_X2AP_ID_Extension() *wrappers.UInt32Value { if m != nil { return m.Id_MeNB_UE_X2AP_ID_Extension } return nil } func (m *SgNBModificationRequest_IEs) GetId_MeNBResourceCoordinationInformation() *MeNBResourceCoordinationInformation { if m != nil { return m.Id_MeNBResourceCoordinationInformation } return nil } func (m *SgNBModificationRequest_IEs) GetId_RequestedSplitSRBs() *SplitSRBs { if m != nil { return m.Id_RequestedSplitSRBs } return nil } func (m *SgNBModificationRequest_IEs) GetId_RequestedSplitSRBsrelease() *SplitSRBs { if m != nil { return m.Id_RequestedSplitSRBsrelease } return nil } type UE_ContextInformation_SgNBModReq struct { NRUE_SecurityCapabilities *NRUESecurityCapabilities `protobuf:"bytes,1,opt,name=nRUE_SecurityCapabilities,json=nRUESecurityCapabilities,proto3" json:"nRUE_SecurityCapabilities,omitempty"` SgNB_SecurityKey *wrappers.BytesValue `protobuf:"bytes,2,opt,name=sgNB_SecurityKey,json=sgNBSecurityKey,proto3" json:"sgNB_SecurityKey,omitempty"` SgNBUEAggregateMaximumBitRate *UEAggregateMaximumBitRate `protobuf:"bytes,3,opt,name=sgNBUEAggregateMaximumBitRate,proto3" json:"sgNBUEAggregateMaximumBitRate,omitempty"` E_RABs_ToBeAdded *E_RABs_ToBeAdded_SgNBModReq_List `protobuf:"bytes,4,opt,name=e_RABs_ToBeAdded,json=eRABsToBeAdded,proto3" json:"e_RABs_ToBeAdded,omitempty"` E_RABs_ToBeModified *E_RABs_ToBeModified_SgNBModReq_List `protobuf:"bytes,5,opt,name=e_RABs_ToBeModified,json=eRABsToBeModified,proto3" json:"e_RABs_ToBeModified,omitempty"` E_RABs_ToBeReleased *E_RABs_ToBeReleased_SgNBModReq_List `protobuf:"bytes,6,opt,name=e_RABs_ToBeReleased,json=eRABsToBeReleased,proto3" json:"e_RABs_ToBeReleased,omitempty"` IE_Extensions []*UE_ContextInformationSgNBModReqExtIEs `protobuf:"bytes,7,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 *UE_ContextInformation_SgNBModReq) Reset() { *m = UE_ContextInformation_SgNBModReq{} } func (m *UE_ContextInformation_SgNBModReq) String() string { return proto.CompactTextString(m) } func (*UE_ContextInformation_SgNBModReq) ProtoMessage() {} func (*UE_ContextInformation_SgNBModReq) Descriptor() ([]byte, []int) { return fileDescriptor_2eda0498320f24d8, []int{2} } func (m *UE_ContextInformation_SgNBModReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UE_ContextInformation_SgNBModReq.Unmarshal(m, b) } func (m *UE_ContextInformation_SgNBModReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_UE_ContextInformation_SgNBModReq.Marshal(b, m, deterministic) } func (m *UE_ContextInformation_SgNBModReq) XXX_Merge(src proto.Message) { xxx_messageInfo_UE_ContextInformation_SgNBModReq.Merge(m, src) } func (m *UE_ContextInformation_SgNBModReq) XXX_Size() int { return xxx_messageInfo_UE_ContextInformation_SgNBModReq.Size(m) } func (m *UE_ContextInformation_SgNBModReq) XXX_DiscardUnknown() { xxx_messageInfo_UE_ContextInformation_SgNBModReq.DiscardUnknown(m) } var xxx_messageInfo_UE_ContextInformation_SgNBModReq proto.InternalMessageInfo func (m *UE_ContextInformation_SgNBModReq) GetNRUE_SecurityCapabilities() *NRUESecurityCapabilities { if m != nil { return m.NRUE_SecurityCapabilities } return nil } func (m *UE_ContextInformation_SgNBModReq) GetSgNB_SecurityKey() *wrappers.BytesValue { if m != nil { return m.SgNB_SecurityKey } return nil } func (m *UE_ContextInformation_SgNBModReq) GetSgNBUEAggregateMaximumBitRate() *UEAggregateMaximumBitRate { if m != nil { return m.SgNBUEAggregateMaximumBitRate } return nil } func (m *UE_ContextInformation_SgNBModReq) GetE_RABs_ToBeAdded() *E_RABs_ToBeAdded_SgNBModReq_List { if m != nil { return m.E_RABs_ToBeAdded } return nil } func (m *UE_ContextInformation_SgNBModReq) GetE_RABs_ToBeModified() *E_RABs_ToBeModified_SgNBModReq_List { if m != nil { return m.E_RABs_ToBeModified } return nil } func (m *UE_ContextInformation_SgNBModReq) GetE_RABs_ToBeReleased() *E_RABs_ToBeReleased_SgNBModReq_List { if m != nil { return m.E_RABs_ToBeReleased } return nil } func (m *UE_ContextInformation_SgNBModReq) GetIE_Extensions() []*UE_ContextInformationSgNBModReqExtIEs { if m != nil { return m.IE_Extensions } return nil } type UE_ContextInformationSgNBModReqExtIEs struct { Id_SubscriberProfileIDforRFP *wrappers.UInt32Value `protobuf:"bytes,1,opt,name=id_SubscriberProfileIDforRFP,json=idSubscriberProfileIDforRFP,proto3" json:"id_SubscriberProfileIDforRFP,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *UE_ContextInformationSgNBModReqExtIEs) Reset() { *m = UE_ContextInformationSgNBModReqExtIEs{} } func (m *UE_ContextInformationSgNBModReqExtIEs) String() string { return proto.CompactTextString(m) } func (*UE_ContextInformationSgNBModReqExtIEs) ProtoMessage() {} func (*UE_ContextInformationSgNBModReqExtIEs) Descriptor() ([]byte, []int) { return fileDescriptor_2eda0498320f24d8, []int{3} } func (m *UE_ContextInformationSgNBModReqExtIEs) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UE_ContextInformationSgNBModReqExtIEs.Unmarshal(m, b) } func (m *UE_ContextInformationSgNBModReqExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_UE_ContextInformationSgNBModReqExtIEs.Marshal(b, m, deterministic) } func (m *UE_ContextInformationSgNBModReqExtIEs) XXX_Merge(src proto.Message) { xxx_messageInfo_UE_ContextInformationSgNBModReqExtIEs.Merge(m, src) } func (m *UE_ContextInformationSgNBModReqExtIEs) XXX_Size() int { return xxx_messageInfo_UE_ContextInformationSgNBModReqExtIEs.Size(m) } func (m *UE_ContextInformationSgNBModReqExtIEs) XXX_DiscardUnknown() { xxx_messageInfo_UE_ContextInformationSgNBModReqExtIEs.DiscardUnknown(m) } var xxx_messageInfo_UE_ContextInformationSgNBModReqExtIEs proto.InternalMessageInfo func (m *UE_ContextInformationSgNBModReqExtIEs) GetId_SubscriberProfileIDforRFP() *wrappers.UInt32Value { if m != nil { return m.Id_SubscriberProfileIDforRFP } return nil } type E_RABs_ToBeAdded_SgNBModReq_List struct { Items []*E_RABs_ToBeAdded_SgNBModReq_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_ToBeAdded_SgNBModReq_List) Reset() { *m = E_RABs_ToBeAdded_SgNBModReq_List{} } func (m *E_RABs_ToBeAdded_SgNBModReq_List) String() string { return proto.CompactTextString(m) } func (*E_RABs_ToBeAdded_SgNBModReq_List) ProtoMessage() {} func (*E_RABs_ToBeAdded_SgNBModReq_List) Descriptor() ([]byte, []int) { return fileDescriptor_2eda0498320f24d8, []int{4} } func (m *E_RABs_ToBeAdded_SgNBModReq_List) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_List.Unmarshal(m, b) } func (m *E_RABs_ToBeAdded_SgNBModReq_List) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_List.Marshal(b, m, deterministic) } func (m *E_RABs_ToBeAdded_SgNBModReq_List) XXX_Merge(src proto.Message) { xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_List.Merge(m, src) } func (m *E_RABs_ToBeAdded_SgNBModReq_List) XXX_Size() int { return xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_List.Size(m) } func (m *E_RABs_ToBeAdded_SgNBModReq_List) XXX_DiscardUnknown() { xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_List.DiscardUnknown(m) } var xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_List proto.InternalMessageInfo func (m *E_RABs_ToBeAdded_SgNBModReq_List) GetItems() []*E_RABs_ToBeAdded_SgNBModReq_ItemIEs { if m != nil { return m.Items } return nil } type E_RABs_ToBeAdded_SgNBModReq_ItemIEs struct { Id_E_RABs_ToBeAdded_SgNBModReq_Item *E_RABs_ToBeAdded_SgNBModReq_Item `protobuf:"bytes,1,opt,name=id_E_RABs_ToBeAdded_SgNBModReq_Item,json=idERABsToBeAddedSgNBModReqItem,proto3" json:"id_E_RABs_ToBeAdded_SgNBModReq_Item,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *E_RABs_ToBeAdded_SgNBModReq_ItemIEs) Reset() { *m = E_RABs_ToBeAdded_SgNBModReq_ItemIEs{} } func (m *E_RABs_ToBeAdded_SgNBModReq_ItemIEs) String() string { return proto.CompactTextString(m) } func (*E_RABs_ToBeAdded_SgNBModReq_ItemIEs) ProtoMessage() {} func (*E_RABs_ToBeAdded_SgNBModReq_ItemIEs) Descriptor() ([]byte, []int) { return fileDescriptor_2eda0498320f24d8, []int{5} } func (m *E_RABs_ToBeAdded_SgNBModReq_ItemIEs) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_ItemIEs.Unmarshal(m, b) } func (m *E_RABs_ToBeAdded_SgNBModReq_ItemIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_ItemIEs.Marshal(b, m, deterministic) } func (m *E_RABs_ToBeAdded_SgNBModReq_ItemIEs) XXX_Merge(src proto.Message) { xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_ItemIEs.Merge(m, src) } func (m *E_RABs_ToBeAdded_SgNBModReq_ItemIEs) XXX_Size() int { return xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_ItemIEs.Size(m) } func (m *E_RABs_ToBeAdded_SgNBModReq_ItemIEs) XXX_DiscardUnknown() { xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_ItemIEs.DiscardUnknown(m) } var xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_ItemIEs proto.InternalMessageInfo func (m *E_RABs_ToBeAdded_SgNBModReq_ItemIEs) GetId_E_RABs_ToBeAdded_SgNBModReq_Item() *E_RABs_ToBeAdded_SgNBModReq_Item { if m != nil { return m.Id_E_RABs_ToBeAdded_SgNBModReq_Item } return nil } type E_RABs_ToBeAdded_SgNBModReq_Item struct { E_RAB_ID uint32 `protobuf:"varint,1,opt,name=e_RAB_ID,json=eRABID,proto3" json:"e_RAB_ID,omitempty"` Drb_ID uint32 `protobuf:"varint,2,opt,name=drb_ID,json=drbID,proto3" json:"drb_ID,omitempty"` En_DC_ResourceConfiguration *EN_DC_ResourceConfiguration `protobuf:"bytes,3,opt,name=en_DC_ResourceConfiguration,json=enDCResourceConfiguration,proto3" json:"en_DC_ResourceConfiguration,omitempty"` // Types that are valid to be assigned to ResourceConfiguration: // *E_RABs_ToBeAdded_SgNBModReq_Item_SgNBPDCPpresent // *E_RABs_ToBeAdded_SgNBModReq_Item_SgNBPDCPnotpresent ResourceConfiguration isE_RABs_ToBeAdded_SgNBModReq_Item_ResourceConfiguration `protobuf_oneof:"resource_configuration"` IE_Extensions []*E_RABs_ToBeAdded_SgNBModReq_ItemExtIEs `protobuf:"bytes,6,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_ToBeAdded_SgNBModReq_Item) Reset() { *m = E_RABs_ToBeAdded_SgNBModReq_Item{} } func (m *E_RABs_ToBeAdded_SgNBModReq_Item) String() string { return proto.CompactTextString(m) } func (*E_RABs_ToBeAdded_SgNBModReq_Item) ProtoMessage() {} func (*E_RABs_ToBeAdded_SgNBModReq_Item) Descriptor() ([]byte, []int) { return fileDescriptor_2eda0498320f24d8, []int{6} } func (m *E_RABs_ToBeAdded_SgNBModReq_Item) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_Item.Unmarshal(m, b) } func (m *E_RABs_ToBeAdded_SgNBModReq_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_Item.Marshal(b, m, deterministic) } func (m *E_RABs_ToBeAdded_SgNBModReq_Item) XXX_Merge(src proto.Message) { xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_Item.Merge(m, src) } func (m *E_RABs_ToBeAdded_SgNBModReq_Item) XXX_Size() int { return xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_Item.Size(m) } func (m *E_RABs_ToBeAdded_SgNBModReq_Item) XXX_DiscardUnknown() { xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_Item.DiscardUnknown(m) } var xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_Item proto.InternalMessageInfo func (m *E_RABs_ToBeAdded_SgNBModReq_Item) GetE_RAB_ID() uint32 { if m != nil { return m.E_RAB_ID } return 0 } func (m *E_RABs_ToBeAdded_SgNBModReq_Item) GetDrb_ID() uint32 { if m != nil { return m.Drb_ID } return 0 } func (m *E_RABs_ToBeAdded_SgNBModReq_Item) GetEn_DC_ResourceConfiguration() *EN_DC_ResourceConfiguration { if m != nil { return m.En_DC_ResourceConfiguration } return nil } type isE_RABs_ToBeAdded_SgNBModReq_Item_ResourceConfiguration interface { isE_RABs_ToBeAdded_SgNBModReq_Item_ResourceConfiguration() } type E_RABs_ToBeAdded_SgNBModReq_Item_SgNBPDCPpresent struct { SgNBPDCPpresent *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresent `protobuf:"bytes,4,opt,name=sgNBPDCPpresent,proto3,oneof"` } type E_RABs_ToBeAdded_SgNBModReq_Item_SgNBPDCPnotpresent struct { SgNBPDCPnotpresent *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresent `protobuf:"bytes,5,opt,name=sgNBPDCPnotpresent,proto3,oneof"` } func (*E_RABs_ToBeAdded_SgNBModReq_Item_SgNBPDCPpresent) isE_RABs_ToBeAdded_SgNBModReq_Item_ResourceConfiguration() { } func (*E_RABs_ToBeAdded_SgNBModReq_Item_SgNBPDCPnotpresent) isE_RABs_ToBeAdded_SgNBModReq_Item_ResourceConfiguration() { } func (m *E_RABs_ToBeAdded_SgNBModReq_Item) GetResourceConfiguration() isE_RABs_ToBeAdded_SgNBModReq_Item_ResourceConfiguration { if m != nil { return m.ResourceConfiguration } return nil } func (m *E_RABs_ToBeAdded_SgNBModReq_Item) GetSgNBPDCPpresent() *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresent { if x, ok := m.GetResourceConfiguration().(*E_RABs_ToBeAdded_SgNBModReq_Item_SgNBPDCPpresent); ok { return x.SgNBPDCPpresent } return nil } func (m *E_RABs_ToBeAdded_SgNBModReq_Item) GetSgNBPDCPnotpresent() *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresent { if x, ok := m.GetResourceConfiguration().(*E_RABs_ToBeAdded_SgNBModReq_Item_SgNBPDCPnotpresent); ok { return x.SgNBPDCPnotpresent } return nil } func (m *E_RABs_ToBeAdded_SgNBModReq_Item) GetIE_Extensions() []*E_RABs_ToBeAdded_SgNBModReq_ItemExtIEs { if m != nil { return m.IE_Extensions } return nil } // XXX_OneofWrappers is for the internal use of the proto package. func (*E_RABs_ToBeAdded_SgNBModReq_Item) XXX_OneofWrappers() []interface{} { return []interface{}{ (*E_RABs_ToBeAdded_SgNBModReq_Item_SgNBPDCPpresent)(nil), (*E_RABs_ToBeAdded_SgNBModReq_Item_SgNBPDCPnotpresent)(nil), } } type E_RABs_ToBeAdded_SgNBModReq_ItemExtIEs struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *E_RABs_ToBeAdded_SgNBModReq_ItemExtIEs) Reset() { *m = E_RABs_ToBeAdded_SgNBModReq_ItemExtIEs{} } func (m *E_RABs_ToBeAdded_SgNBModReq_ItemExtIEs) String() string { return proto.CompactTextString(m) } func (*E_RABs_ToBeAdded_SgNBModReq_ItemExtIEs) ProtoMessage() {} func (*E_RABs_ToBeAdded_SgNBModReq_ItemExtIEs) Descriptor() ([]byte, []int) { return fileDescriptor_2eda0498320f24d8, []int{7} } func (m *E_RABs_ToBeAdded_SgNBModReq_ItemExtIEs) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_ItemExtIEs.Unmarshal(m, b) } func (m *E_RABs_ToBeAdded_SgNBModReq_ItemExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_ItemExtIEs.Marshal(b, m, deterministic) } func (m *E_RABs_ToBeAdded_SgNBModReq_ItemExtIEs) XXX_Merge(src proto.Message) { xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_ItemExtIEs.Merge(m, src) } func (m *E_RABs_ToBeAdded_SgNBModReq_ItemExtIEs) XXX_Size() int { return xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_ItemExtIEs.Size(m) } func (m *E_RABs_ToBeAdded_SgNBModReq_ItemExtIEs) XXX_DiscardUnknown() { xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_ItemExtIEs.DiscardUnknown(m) } var xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_ItemExtIEs proto.InternalMessageInfo type E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresent struct { Full_E_RAB_Level_QoS_Parameters *E_RAB_Level_QoS_Parameters `protobuf:"bytes,1,opt,name=full_E_RAB_Level_QoS_Parameters,json=fullERABLevelQoSParameters,proto3" json:"full_E_RAB_Level_QoS_Parameters,omitempty"` Max_MNAdmit_E_RAB_Level_QoS_Parameters *GBR_QosInformation `protobuf:"bytes,2,opt,name=max_MN_admit_E_RAB_Level_QoS_Parameters,json=maxMNAdmitERABLevelQoSParameters,proto3" json:"max_MN_admit_E_RAB_Level_QoS_Parameters,omitempty"` DL_Forwarding *DL_Forwarding `protobuf:"bytes,3,opt,name=dL_Forwarding,json=dLForwarding,proto3" json:"dL_Forwarding,omitempty"` MeNB_DL_GTP_TEIDatMCG *GTPtunnelEndpoint `protobuf:"bytes,4,opt,name=meNB_DL_GTP_TEIDatMCG,json=meNBDLGTPTEIDatMCG,proto3" json:"meNB_DL_GTP_TEIDatMCG,omitempty"` S1_UL_GTPtunnelEndpoint *GTPtunnelEndpoint `protobuf:"bytes,5,opt,name=s1_UL_GTPtunnelEndpoint,json=s1ULGTPtunnelEndpoint,proto3" json:"s1_UL_GTPtunnelEndpoint,omitempty"` IE_Extensions []*E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresentExtIEs `protobuf:"bytes,6,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_ToBeAdded_SgNBModReq_SgNBPDCPpresent) Reset() { *m = E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresent{} } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresent) String() string { return proto.CompactTextString(m) } func (*E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresent) ProtoMessage() {} func (*E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresent) Descriptor() ([]byte, []int) { return fileDescriptor_2eda0498320f24d8, []int{8} } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresent.Unmarshal(m, b) } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresent.Marshal(b, m, deterministic) } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresent) XXX_Merge(src proto.Message) { xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresent.Merge(m, src) } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresent) XXX_Size() int { return xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresent.Size(m) } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresent) XXX_DiscardUnknown() { xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresent.DiscardUnknown(m) } var xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresent proto.InternalMessageInfo func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresent) GetFull_E_RAB_Level_QoS_Parameters() *E_RAB_Level_QoS_Parameters { if m != nil { return m.Full_E_RAB_Level_QoS_Parameters } return nil } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresent) GetMax_MNAdmit_E_RAB_Level_QoS_Parameters() *GBR_QosInformation { if m != nil { return m.Max_MNAdmit_E_RAB_Level_QoS_Parameters } return nil } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresent) GetDL_Forwarding() *DL_Forwarding { if m != nil { return m.DL_Forwarding } return nil } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresent) GetMeNB_DL_GTP_TEIDatMCG() *GTPtunnelEndpoint { if m != nil { return m.MeNB_DL_GTP_TEIDatMCG } return nil } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresent) GetS1_UL_GTPtunnelEndpoint() *GTPtunnelEndpoint { if m != nil { return m.S1_UL_GTPtunnelEndpoint } return nil } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresent) GetIE_Extensions() []*E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresentExtIEs { if m != nil { return m.IE_Extensions } return nil } type E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresentExtIEs struct { Id_RLCModeTransferred *RLCMode `protobuf:"bytes,1,opt,name=id_RLCMode_transferred,json=idRLCModeTransferred,proto3" json:"id_RLCMode_transferred,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresentExtIEs) Reset() { *m = E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresentExtIEs{} } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresentExtIEs) String() string { return proto.CompactTextString(m) } func (*E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresentExtIEs) ProtoMessage() {} func (*E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresentExtIEs) Descriptor() ([]byte, []int) { return fileDescriptor_2eda0498320f24d8, []int{9} } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresentExtIEs) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresentExtIEs.Unmarshal(m, b) } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresentExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresentExtIEs.Marshal(b, m, deterministic) } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresentExtIEs) XXX_Merge(src proto.Message) { xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresentExtIEs.Merge(m, src) } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresentExtIEs) XXX_Size() int { return xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresentExtIEs.Size(m) } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresentExtIEs) XXX_DiscardUnknown() { xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresentExtIEs.DiscardUnknown(m) } var xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresentExtIEs proto.InternalMessageInfo func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresentExtIEs) GetId_RLCModeTransferred() *RLCMode { if m != nil { return m.Id_RLCModeTransferred } return nil } type E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresent struct { Requested_SCG_E_RAB_Level_QoS_Parameters *E_RAB_Level_QoS_Parameters `protobuf:"bytes,1,opt,name=requested_SCG_E_RAB_Level_QoS_Parameters,json=requestedSCGERABLevelQoSParameters,proto3" json:"requested_SCG_E_RAB_Level_QoS_Parameters,omitempty"` MeNB_UL_GTP_TEIDatPDCP *GTPtunnelEndpoint `protobuf:"bytes,2,opt,name=meNB_UL_GTP_TEIDatPDCP,json=meNBULGTPTEIDatPDCP,proto3" json:"meNB_UL_GTP_TEIDatPDCP,omitempty"` SecondaryMeNB_UL_GTP_TEIDatPDCP *GTPtunnelEndpoint `protobuf:"bytes,3,opt,name=secondary_meNB_UL_GTP_TEIDatPDCP,json=secondaryMeNBULGTPTEIDatPDCP,proto3" json:"secondary_meNB_UL_GTP_TEIDatPDCP,omitempty"` Rlc_Mode *RLCMode `protobuf:"bytes,4,opt,name=rlc_Mode,json=rlcMode,proto3" json:"rlc_Mode,omitempty"` UL_Configuration *ULConfiguration `protobuf:"bytes,5,opt,name=uL_Configuration,json=uLConfiguration,proto3" json:"uL_Configuration,omitempty"` IE_Extensions []*E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresentExtIEs `protobuf:"bytes,6,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_ToBeAdded_SgNBModReq_SgNBPDCPnotpresent) Reset() { *m = E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresent{} } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresent) String() string { return proto.CompactTextString(m) } func (*E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresent) ProtoMessage() {} func (*E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresent) Descriptor() ([]byte, []int) { return fileDescriptor_2eda0498320f24d8, []int{10} } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresent.Unmarshal(m, b) } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresent.Marshal(b, m, deterministic) } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresent) XXX_Merge(src proto.Message) { xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresent.Merge(m, src) } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresent) XXX_Size() int { return xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresent.Size(m) } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresent) XXX_DiscardUnknown() { xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresent.DiscardUnknown(m) } var xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresent proto.InternalMessageInfo func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresent) GetRequested_SCG_E_RAB_Level_QoS_Parameters() *E_RAB_Level_QoS_Parameters { if m != nil { return m.Requested_SCG_E_RAB_Level_QoS_Parameters } return nil } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresent) GetMeNB_UL_GTP_TEIDatPDCP() *GTPtunnelEndpoint { if m != nil { return m.MeNB_UL_GTP_TEIDatPDCP } return nil } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresent) GetSecondaryMeNB_UL_GTP_TEIDatPDCP() *GTPtunnelEndpoint { if m != nil { return m.SecondaryMeNB_UL_GTP_TEIDatPDCP } return nil } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresent) GetRlc_Mode() *RLCMode { if m != nil { return m.Rlc_Mode } return nil } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresent) GetUL_Configuration() *ULConfiguration { if m != nil { return m.UL_Configuration } return nil } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresent) GetIE_Extensions() []*E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresentExtIEs { if m != nil { return m.IE_Extensions } return nil } type E_RABs_ToBeAdded_SgNBModReq_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"` IdDuplicationActivation *DuplicationActivation `protobuf:"bytes,3,opt,name=id_duplicationActivation,json=idDuplicationActivation,proto3" json:"id_duplicationActivation,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresentExtIEs) Reset() { *m = E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresentExtIEs{} } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresentExtIEs) String() string { return proto.CompactTextString(m) } func (*E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresentExtIEs) ProtoMessage() {} func (*E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresentExtIEs) Descriptor() ([]byte, []int) { return fileDescriptor_2eda0498320f24d8, []int{11} } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresentExtIEs) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresentExtIEs.Unmarshal(m, b) } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresentExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresentExtIEs.Marshal(b, m, deterministic) } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresentExtIEs) XXX_Merge(src proto.Message) { xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresentExtIEs.Merge(m, src) } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresentExtIEs) XXX_Size() int { return xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresentExtIEs.Size(m) } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresentExtIEs) XXX_DiscardUnknown() { xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresentExtIEs.DiscardUnknown(m) } var xxx_messageInfo_E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresentExtIEs proto.InternalMessageInfo func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresentExtIEs) GetIdULpDCPSnLength() *PDCPSnLength { if m != nil { return m.IdULpDCPSnLength } return nil } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresentExtIEs) GetIdDLPDCPSnLength() *PDCPSnLength { if m != nil { return m.IdDLPDCPSnLength } return nil } func (m *E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresentExtIEs) GetIdDuplicationActivation() *DuplicationActivation { if m != nil { return m.IdDuplicationActivation } return nil } type E_RABs_ToBeModified_SgNBModReq_List struct { Items []*E_RABs_ToBeModified_SgNBModReq_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_ToBeModified_SgNBModReq_List) Reset() { *m = E_RABs_ToBeModified_SgNBModReq_List{} } func (m *E_RABs_ToBeModified_SgNBModReq_List) String() string { return proto.CompactTextString(m) } func (*E_RABs_ToBeModified_SgNBModReq_List) ProtoMessage() {} func (*E_RABs_ToBeModified_SgNBModReq_List) Descriptor() ([]byte, []int) { return fileDescriptor_2eda0498320f24d8, []int{12} } func (m *E_RABs_ToBeModified_SgNBModReq_List) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_List.Unmarshal(m, b) } func (m *E_RABs_ToBeModified_SgNBModReq_List) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_List.Marshal(b, m, deterministic) } func (m *E_RABs_ToBeModified_SgNBModReq_List) XXX_Merge(src proto.Message) { xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_List.Merge(m, src) } func (m *E_RABs_ToBeModified_SgNBModReq_List) XXX_Size() int { return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_List.Size(m) } func (m *E_RABs_ToBeModified_SgNBModReq_List) XXX_DiscardUnknown() { xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_List.DiscardUnknown(m) } var xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_List proto.InternalMessageInfo func (m *E_RABs_ToBeModified_SgNBModReq_List) GetItems() []*E_RABs_ToBeModified_SgNBModReq_ItemIEs { if m != nil { return m.Items } return nil } type E_RABs_ToBeModified_SgNBModReq_ItemIEs struct { Id_E_RABs_ToBeModified_SgNBModReq_Item *E_RABs_ToBeModified_SgNBModReq_Item `protobuf:"bytes,1,opt,name=id_E_RABs_ToBeModified_SgNBModReq_Item,json=idERABsToBeModifiedSgNBModReqItem,proto3" json:"id_E_RABs_ToBeModified_SgNBModReq_Item,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *E_RABs_ToBeModified_SgNBModReq_ItemIEs) Reset() { *m = E_RABs_ToBeModified_SgNBModReq_ItemIEs{} } func (m *E_RABs_ToBeModified_SgNBModReq_ItemIEs) String() string { return proto.CompactTextString(m) } func (*E_RABs_ToBeModified_SgNBModReq_ItemIEs) ProtoMessage() {} func (*E_RABs_ToBeModified_SgNBModReq_ItemIEs) Descriptor() ([]byte, []int) { return fileDescriptor_2eda0498320f24d8, []int{13} } func (m *E_RABs_ToBeModified_SgNBModReq_ItemIEs) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_ItemIEs.Unmarshal(m, b) } func (m *E_RABs_ToBeModified_SgNBModReq_ItemIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_ItemIEs.Marshal(b, m, deterministic) } func (m *E_RABs_ToBeModified_SgNBModReq_ItemIEs) XXX_Merge(src proto.Message) { xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_ItemIEs.Merge(m, src) } func (m *E_RABs_ToBeModified_SgNBModReq_ItemIEs) XXX_Size() int { return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_ItemIEs.Size(m) } func (m *E_RABs_ToBeModified_SgNBModReq_ItemIEs) XXX_DiscardUnknown() { xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_ItemIEs.DiscardUnknown(m) } var xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_ItemIEs proto.InternalMessageInfo func (m *E_RABs_ToBeModified_SgNBModReq_ItemIEs) GetId_E_RABs_ToBeModified_SgNBModReq_Item() *E_RABs_ToBeModified_SgNBModReq_Item { if m != nil { return m.Id_E_RABs_ToBeModified_SgNBModReq_Item } return nil } type E_RABs_ToBeModified_SgNBModReq_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_ToBeModified_SgNBModReq_Item_SgNBPDCPpresent // *E_RABs_ToBeModified_SgNBModReq_Item_SgNBPDCPnotpresent ResourceConfiguration isE_RABs_ToBeModified_SgNBModReq_Item_ResourceConfiguration `protobuf_oneof:"resource_configuration"` IE_Extensions []*E_RABs_ToBeModified_SgNBModReq_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_ToBeModified_SgNBModReq_Item) Reset() { *m = E_RABs_ToBeModified_SgNBModReq_Item{} } func (m *E_RABs_ToBeModified_SgNBModReq_Item) String() string { return proto.CompactTextString(m) } func (*E_RABs_ToBeModified_SgNBModReq_Item) ProtoMessage() {} func (*E_RABs_ToBeModified_SgNBModReq_Item) Descriptor() ([]byte, []int) { return fileDescriptor_2eda0498320f24d8, []int{14} } func (m *E_RABs_ToBeModified_SgNBModReq_Item) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_Item.Unmarshal(m, b) } func (m *E_RABs_ToBeModified_SgNBModReq_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_Item.Marshal(b, m, deterministic) } func (m *E_RABs_ToBeModified_SgNBModReq_Item) XXX_Merge(src proto.Message) { xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_Item.Merge(m, src) } func (m *E_RABs_ToBeModified_SgNBModReq_Item) XXX_Size() int { return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_Item.Size(m) } func (m *E_RABs_ToBeModified_SgNBModReq_Item) XXX_DiscardUnknown() { xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_Item.DiscardUnknown(m) } var xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_Item proto.InternalMessageInfo func (m *E_RABs_ToBeModified_SgNBModReq_Item) GetE_RAB_ID() uint32 { if m != nil { return m.E_RAB_ID } return 0 } func (m *E_RABs_ToBeModified_SgNBModReq_Item) GetEn_DC_ResourceConfiguration() *EN_DC_ResourceConfiguration { if m != nil { return m.En_DC_ResourceConfiguration } return nil } type isE_RABs_ToBeModified_SgNBModReq_Item_ResourceConfiguration interface { isE_RABs_ToBeModified_SgNBModReq_Item_ResourceConfiguration() } type E_RABs_ToBeModified_SgNBModReq_Item_SgNBPDCPpresent struct { SgNBPDCPpresent *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresent `protobuf:"bytes,3,opt,name=sgNBPDCPpresent,proto3,oneof"` } type E_RABs_ToBeModified_SgNBModReq_Item_SgNBPDCPnotpresent struct { SgNBPDCPnotpresent *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresent `protobuf:"bytes,4,opt,name=sgNBPDCPnotpresent,proto3,oneof"` } func (*E_RABs_ToBeModified_SgNBModReq_Item_SgNBPDCPpresent) isE_RABs_ToBeModified_SgNBModReq_Item_ResourceConfiguration() { } func (*E_RABs_ToBeModified_SgNBModReq_Item_SgNBPDCPnotpresent) isE_RABs_ToBeModified_SgNBModReq_Item_ResourceConfiguration() { } func (m *E_RABs_ToBeModified_SgNBModReq_Item) GetResourceConfiguration() isE_RABs_ToBeModified_SgNBModReq_Item_ResourceConfiguration { if m != nil { return m.ResourceConfiguration } return nil } func (m *E_RABs_ToBeModified_SgNBModReq_Item) GetSgNBPDCPpresent() *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresent { if x, ok := m.GetResourceConfiguration().(*E_RABs_ToBeModified_SgNBModReq_Item_SgNBPDCPpresent); ok { return x.SgNBPDCPpresent } return nil } func (m *E_RABs_ToBeModified_SgNBModReq_Item) GetSgNBPDCPnotpresent() *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresent { if x, ok := m.GetResourceConfiguration().(*E_RABs_ToBeModified_SgNBModReq_Item_SgNBPDCPnotpresent); ok { return x.SgNBPDCPnotpresent } return nil } func (m *E_RABs_ToBeModified_SgNBModReq_Item) GetIE_Extensions() []*E_RABs_ToBeModified_SgNBModReq_ItemExtIEs { if m != nil { return m.IE_Extensions } return nil } // XXX_OneofWrappers is for the internal use of the proto package. func (*E_RABs_ToBeModified_SgNBModReq_Item) XXX_OneofWrappers() []interface{} { return []interface{}{ (*E_RABs_ToBeModified_SgNBModReq_Item_SgNBPDCPpresent)(nil), (*E_RABs_ToBeModified_SgNBModReq_Item_SgNBPDCPnotpresent)(nil), } } type E_RABs_ToBeModified_SgNBModReq_ItemExtIEs struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *E_RABs_ToBeModified_SgNBModReq_ItemExtIEs) Reset() { *m = E_RABs_ToBeModified_SgNBModReq_ItemExtIEs{} } func (m *E_RABs_ToBeModified_SgNBModReq_ItemExtIEs) String() string { return proto.CompactTextString(m) } func (*E_RABs_ToBeModified_SgNBModReq_ItemExtIEs) ProtoMessage() {} func (*E_RABs_ToBeModified_SgNBModReq_ItemExtIEs) Descriptor() ([]byte, []int) { return fileDescriptor_2eda0498320f24d8, []int{15} } func (m *E_RABs_ToBeModified_SgNBModReq_ItemExtIEs) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_ItemExtIEs.Unmarshal(m, b) } func (m *E_RABs_ToBeModified_SgNBModReq_ItemExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_ItemExtIEs.Marshal(b, m, deterministic) } func (m *E_RABs_ToBeModified_SgNBModReq_ItemExtIEs) XXX_Merge(src proto.Message) { xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_ItemExtIEs.Merge(m, src) } func (m *E_RABs_ToBeModified_SgNBModReq_ItemExtIEs) XXX_Size() int { return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_ItemExtIEs.Size(m) } func (m *E_RABs_ToBeModified_SgNBModReq_ItemExtIEs) XXX_DiscardUnknown() { xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_ItemExtIEs.DiscardUnknown(m) } var xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_ItemExtIEs proto.InternalMessageInfo type E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresent struct { Full_E_RAB_Level_QoS_Parameters *E_RAB_Level_QoS_Parameters `protobuf:"bytes,1,opt,name=full_E_RAB_Level_QoS_Parameters,json=fullERABLevelQoSParameters,proto3" json:"full_E_RAB_Level_QoS_Parameters,omitempty"` Max_MNAdmit_E_RAB_Level_QoS_Parameters *GBR_QosInformation `protobuf:"bytes,2,opt,name=max_MN_admit_E_RAB_Level_QoS_Parameters,json=maxMNAdmitERABLevelQoSParameters,proto3" json:"max_MN_admit_E_RAB_Level_QoS_Parameters,omitempty"` MeNB_DL_GTP_TEIDatMCG *GTPtunnelEndpoint `protobuf:"bytes,3,opt,name=meNB_DL_GTP_TEIDatMCG,json=meNBDLGTPTEIDatMCG,proto3" json:"meNB_DL_GTP_TEIDatMCG,omitempty"` S1_UL_GTPtunnelEndpoint *GTPtunnelEndpoint `protobuf:"bytes,4,opt,name=s1_UL_GTPtunnelEndpoint,json=s1ULGTPtunnelEndpoint,proto3" json:"s1_UL_GTPtunnelEndpoint,omitempty"` IE_Extensions []*E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresentExtIEs `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_ToBeModified_SgNBModReq_SgNBPDCPpresent) Reset() { *m = E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresent{} } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresent) String() string { return proto.CompactTextString(m) } func (*E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresent) ProtoMessage() {} func (*E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresent) Descriptor() ([]byte, []int) { return fileDescriptor_2eda0498320f24d8, []int{16} } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresent.Unmarshal(m, b) } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresent.Marshal(b, m, deterministic) } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresent) XXX_Merge(src proto.Message) { xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresent.Merge(m, src) } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresent) XXX_Size() int { return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresent.Size(m) } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresent) XXX_DiscardUnknown() { xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresent.DiscardUnknown(m) } var xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresent proto.InternalMessageInfo func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresent) GetFull_E_RAB_Level_QoS_Parameters() *E_RAB_Level_QoS_Parameters { if m != nil { return m.Full_E_RAB_Level_QoS_Parameters } return nil } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresent) GetMax_MNAdmit_E_RAB_Level_QoS_Parameters() *GBR_QosInformation { if m != nil { return m.Max_MNAdmit_E_RAB_Level_QoS_Parameters } return nil } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresent) GetMeNB_DL_GTP_TEIDatMCG() *GTPtunnelEndpoint { if m != nil { return m.MeNB_DL_GTP_TEIDatMCG } return nil } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresent) GetS1_UL_GTPtunnelEndpoint() *GTPtunnelEndpoint { if m != nil { return m.S1_UL_GTPtunnelEndpoint } return nil } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresent) GetIE_Extensions() []*E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresentExtIEs { if m != nil { return m.IE_Extensions } return nil } type E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresentExtIEs struct { Id_RLC_Status *RLC_Status `protobuf:"bytes,1,opt,name=id_RLC_Status,json=idRLCStatus,proto3" json:"id_RLC_Status,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresentExtIEs) Reset() { *m = E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresentExtIEs{} } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresentExtIEs) String() string { return proto.CompactTextString(m) } func (*E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresentExtIEs) ProtoMessage() {} func (*E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresentExtIEs) Descriptor() ([]byte, []int) { return fileDescriptor_2eda0498320f24d8, []int{17} } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresentExtIEs) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresentExtIEs.Unmarshal(m, b) } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresentExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresentExtIEs.Marshal(b, m, deterministic) } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresentExtIEs) XXX_Merge(src proto.Message) { xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresentExtIEs.Merge(m, src) } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresentExtIEs) XXX_Size() int { return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresentExtIEs.Size(m) } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresentExtIEs) XXX_DiscardUnknown() { xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresentExtIEs.DiscardUnknown(m) } var xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresentExtIEs proto.InternalMessageInfo func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresentExtIEs) GetId_RLC_Status() *RLC_Status { if m != nil { return m.Id_RLC_Status } return nil } type E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresent struct { Requested_SCG_E_RAB_Level_QoS_Parameters *E_RAB_Level_QoS_Parameters `protobuf:"bytes,1,opt,name=requested_SCG_E_RAB_Level_QoS_Parameters,json=requestedSCGERABLevelQoSParameters,proto3" json:"requested_SCG_E_RAB_Level_QoS_Parameters,omitempty"` MeNB_UL_GTP_TEIDatPDCP *GTPtunnelEndpoint `protobuf:"bytes,2,opt,name=meNB_UL_GTP_TEIDatPDCP,json=meNBULGTPTEIDatPDCP,proto3" json:"meNB_UL_GTP_TEIDatPDCP,omitempty"` UL_Configuration *ULConfiguration `protobuf:"bytes,3,opt,name=uL_Configuration,json=uLConfiguration,proto3" json:"uL_Configuration,omitempty"` IE_Extensions []*E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresentExtIEs `protobuf:"bytes,4,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_ToBeModified_SgNBModReq_SgNBPDCPnotpresent) Reset() { *m = E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresent{} } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresent) String() string { return proto.CompactTextString(m) } func (*E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresent) ProtoMessage() {} func (*E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresent) Descriptor() ([]byte, []int) { return fileDescriptor_2eda0498320f24d8, []int{18} } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresent.Unmarshal(m, b) } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresent.Marshal(b, m, deterministic) } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresent) XXX_Merge(src proto.Message) { xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresent.Merge(m, src) } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresent) XXX_Size() int { return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresent.Size(m) } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresent) XXX_DiscardUnknown() { xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresent.DiscardUnknown(m) } var xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresent proto.InternalMessageInfo func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresent) GetRequested_SCG_E_RAB_Level_QoS_Parameters() *E_RAB_Level_QoS_Parameters { if m != nil { return m.Requested_SCG_E_RAB_Level_QoS_Parameters } return nil } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresent) GetMeNB_UL_GTP_TEIDatPDCP() *GTPtunnelEndpoint { if m != nil { return m.MeNB_UL_GTP_TEIDatPDCP } return nil } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresent) GetUL_Configuration() *ULConfiguration { if m != nil { return m.UL_Configuration } return nil } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresent) GetIE_Extensions() []*E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresentExtIEs { if m != nil { return m.IE_Extensions } return nil } type E_RABs_ToBeModified_SgNBModReq_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"` IdSecondarymeNBULGTPTEIDatPDCP *GTPtunnelEndpoint `protobuf:"bytes,3,opt,name=id_secondarymeNBULGTPTEIDatPDCP,json=idSecondarymeNBULGTPTEIDatPDCP,proto3" json:"id_secondarymeNBULGTPTEIDatPDCP,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresentExtIEs) Reset() { *m = E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresentExtIEs{} } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresentExtIEs) String() string { return proto.CompactTextString(m) } func (*E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresentExtIEs) ProtoMessage() {} func (*E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresentExtIEs) Descriptor() ([]byte, []int) { return fileDescriptor_2eda0498320f24d8, []int{19} } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresentExtIEs) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresentExtIEs.Unmarshal(m, b) } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresentExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresentExtIEs.Marshal(b, m, deterministic) } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresentExtIEs) XXX_Merge(src proto.Message) { xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresentExtIEs.Merge(m, src) } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresentExtIEs) XXX_Size() int { return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresentExtIEs.Size(m) } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresentExtIEs) XXX_DiscardUnknown() { xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresentExtIEs.DiscardUnknown(m) } var xxx_messageInfo_E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresentExtIEs proto.InternalMessageInfo func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresentExtIEs) GetIdULpDCPSnLength() *PDCPSnLength { if m != nil { return m.IdULpDCPSnLength } return nil } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresentExtIEs) GetIdDLPDCPSnLength() *PDCPSnLength { if m != nil { return m.IdDLPDCPSnLength } return nil } func (m *E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresentExtIEs) GetIdSecondarymeNBULGTPTEIDatPDCP() *GTPtunnelEndpoint { if m != nil { return m.IdSecondarymeNBULGTPTEIDatPDCP } return nil } type E_RABs_ToBeReleased_SgNBModReq_List struct { Items []*E_RABs_ToBeReleased_SgNBModReq_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_ToBeReleased_SgNBModReq_List) Reset() { *m = E_RABs_ToBeReleased_SgNBModReq_List{} } func (m *E_RABs_ToBeReleased_SgNBModReq_List) String() string { return proto.CompactTextString(m) } func (*E_RABs_ToBeReleased_SgNBModReq_List) ProtoMessage() {} func (*E_RABs_ToBeReleased_SgNBModReq_List) Descriptor() ([]byte, []int) { return fileDescriptor_2eda0498320f24d8, []int{20} } func (m *E_RABs_ToBeReleased_SgNBModReq_List) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_List.Unmarshal(m, b) } func (m *E_RABs_ToBeReleased_SgNBModReq_List) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_List.Marshal(b, m, deterministic) } func (m *E_RABs_ToBeReleased_SgNBModReq_List) XXX_Merge(src proto.Message) { xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_List.Merge(m, src) } func (m *E_RABs_ToBeReleased_SgNBModReq_List) XXX_Size() int { return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_List.Size(m) } func (m *E_RABs_ToBeReleased_SgNBModReq_List) XXX_DiscardUnknown() { xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_List.DiscardUnknown(m) } var xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_List proto.InternalMessageInfo func (m *E_RABs_ToBeReleased_SgNBModReq_List) GetItems() []*E_RABs_ToBeReleased_SgNBModReq_ItemIEs { if m != nil { return m.Items } return nil } type E_RABs_ToBeReleased_SgNBModReq_ItemIEs struct { Id_E_RABs_ToBeReleased_SgNBModReq_Item *E_RABs_ToBeReleased_SgNBModReq_Item `protobuf:"bytes,1,opt,name=id_E_RABs_ToBeReleased_SgNBModReq_Item,json=idERABsToBeReleasedSgNBModReqItem,proto3" json:"id_E_RABs_ToBeReleased_SgNBModReq_Item,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *E_RABs_ToBeReleased_SgNBModReq_ItemIEs) Reset() { *m = E_RABs_ToBeReleased_SgNBModReq_ItemIEs{} } func (m *E_RABs_ToBeReleased_SgNBModReq_ItemIEs) String() string { return proto.CompactTextString(m) } func (*E_RABs_ToBeReleased_SgNBModReq_ItemIEs) ProtoMessage() {} func (*E_RABs_ToBeReleased_SgNBModReq_ItemIEs) Descriptor() ([]byte, []int) { return fileDescriptor_2eda0498320f24d8, []int{21} } func (m *E_RABs_ToBeReleased_SgNBModReq_ItemIEs) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_ItemIEs.Unmarshal(m, b) } func (m *E_RABs_ToBeReleased_SgNBModReq_ItemIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_ItemIEs.Marshal(b, m, deterministic) } func (m *E_RABs_ToBeReleased_SgNBModReq_ItemIEs) XXX_Merge(src proto.Message) { xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_ItemIEs.Merge(m, src) } func (m *E_RABs_ToBeReleased_SgNBModReq_ItemIEs) XXX_Size() int { return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_ItemIEs.Size(m) } func (m *E_RABs_ToBeReleased_SgNBModReq_ItemIEs) XXX_DiscardUnknown() { xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_ItemIEs.DiscardUnknown(m) } var xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_ItemIEs proto.InternalMessageInfo func (m *E_RABs_ToBeReleased_SgNBModReq_ItemIEs) GetId_E_RABs_ToBeReleased_SgNBModReq_Item() *E_RABs_ToBeReleased_SgNBModReq_Item { if m != nil { return m.Id_E_RABs_ToBeReleased_SgNBModReq_Item } return nil } type E_RABs_ToBeReleased_SgNBModReq_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_ToBeReleased_SgNBModReq_Item_SgNBPDCPpresent // *E_RABs_ToBeReleased_SgNBModReq_Item_SgNBPDCPnotpresent ResourceConfiguration isE_RABs_ToBeReleased_SgNBModReq_Item_ResourceConfiguration `protobuf_oneof:"resource_configuration"` IE_Extensions []*E_RABs_ToBeReleased_SgNBModReq_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_ToBeReleased_SgNBModReq_Item) Reset() { *m = E_RABs_ToBeReleased_SgNBModReq_Item{} } func (m *E_RABs_ToBeReleased_SgNBModReq_Item) String() string { return proto.CompactTextString(m) } func (*E_RABs_ToBeReleased_SgNBModReq_Item) ProtoMessage() {} func (*E_RABs_ToBeReleased_SgNBModReq_Item) Descriptor() ([]byte, []int) { return fileDescriptor_2eda0498320f24d8, []int{22} } func (m *E_RABs_ToBeReleased_SgNBModReq_Item) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_Item.Unmarshal(m, b) } func (m *E_RABs_ToBeReleased_SgNBModReq_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_Item.Marshal(b, m, deterministic) } func (m *E_RABs_ToBeReleased_SgNBModReq_Item) XXX_Merge(src proto.Message) { xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_Item.Merge(m, src) } func (m *E_RABs_ToBeReleased_SgNBModReq_Item) XXX_Size() int { return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_Item.Size(m) } func (m *E_RABs_ToBeReleased_SgNBModReq_Item) XXX_DiscardUnknown() { xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_Item.DiscardUnknown(m) } var xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_Item proto.InternalMessageInfo func (m *E_RABs_ToBeReleased_SgNBModReq_Item) GetE_RAB_ID() uint32 { if m != nil { return m.E_RAB_ID } return 0 } func (m *E_RABs_ToBeReleased_SgNBModReq_Item) GetEn_DC_ResourceConfiguration() *EN_DC_ResourceConfiguration { if m != nil { return m.En_DC_ResourceConfiguration } return nil } type isE_RABs_ToBeReleased_SgNBModReq_Item_ResourceConfiguration interface { isE_RABs_ToBeReleased_SgNBModReq_Item_ResourceConfiguration() } type E_RABs_ToBeReleased_SgNBModReq_Item_SgNBPDCPpresent struct { SgNBPDCPpresent *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresent `protobuf:"bytes,3,opt,name=sgNBPDCPpresent,proto3,oneof"` } type E_RABs_ToBeReleased_SgNBModReq_Item_SgNBPDCPnotpresent struct { SgNBPDCPnotpresent *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresent `protobuf:"bytes,4,opt,name=sgNBPDCPnotpresent,proto3,oneof"` } func (*E_RABs_ToBeReleased_SgNBModReq_Item_SgNBPDCPpresent) isE_RABs_ToBeReleased_SgNBModReq_Item_ResourceConfiguration() { } func (*E_RABs_ToBeReleased_SgNBModReq_Item_SgNBPDCPnotpresent) isE_RABs_ToBeReleased_SgNBModReq_Item_ResourceConfiguration() { } func (m *E_RABs_ToBeReleased_SgNBModReq_Item) GetResourceConfiguration() isE_RABs_ToBeReleased_SgNBModReq_Item_ResourceConfiguration { if m != nil { return m.ResourceConfiguration } return nil } func (m *E_RABs_ToBeReleased_SgNBModReq_Item) GetSgNBPDCPpresent() *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresent { if x, ok := m.GetResourceConfiguration().(*E_RABs_ToBeReleased_SgNBModReq_Item_SgNBPDCPpresent); ok { return x.SgNBPDCPpresent } return nil } func (m *E_RABs_ToBeReleased_SgNBModReq_Item) GetSgNBPDCPnotpresent() *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresent { if x, ok := m.GetResourceConfiguration().(*E_RABs_ToBeReleased_SgNBModReq_Item_SgNBPDCPnotpresent); ok { return x.SgNBPDCPnotpresent } return nil } func (m *E_RABs_ToBeReleased_SgNBModReq_Item) GetIE_Extensions() []*E_RABs_ToBeReleased_SgNBModReq_ItemExtIEs { if m != nil { return m.IE_Extensions } return nil } // XXX_OneofWrappers is for the internal use of the proto package. func (*E_RABs_ToBeReleased_SgNBModReq_Item) XXX_OneofWrappers() []interface{} { return []interface{}{ (*E_RABs_ToBeReleased_SgNBModReq_Item_SgNBPDCPpresent)(nil), (*E_RABs_ToBeReleased_SgNBModReq_Item_SgNBPDCPnotpresent)(nil), } } type E_RABs_ToBeReleased_SgNBModReq_ItemExtIEs struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *E_RABs_ToBeReleased_SgNBModReq_ItemExtIEs) Reset() { *m = E_RABs_ToBeReleased_SgNBModReq_ItemExtIEs{} } func (m *E_RABs_ToBeReleased_SgNBModReq_ItemExtIEs) String() string { return proto.CompactTextString(m) } func (*E_RABs_ToBeReleased_SgNBModReq_ItemExtIEs) ProtoMessage() {} func (*E_RABs_ToBeReleased_SgNBModReq_ItemExtIEs) Descriptor() ([]byte, []int) { return fileDescriptor_2eda0498320f24d8, []int{23} } func (m *E_RABs_ToBeReleased_SgNBModReq_ItemExtIEs) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_ItemExtIEs.Unmarshal(m, b) } func (m *E_RABs_ToBeReleased_SgNBModReq_ItemExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_ItemExtIEs.Marshal(b, m, deterministic) } func (m *E_RABs_ToBeReleased_SgNBModReq_ItemExtIEs) XXX_Merge(src proto.Message) { xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_ItemExtIEs.Merge(m, src) } func (m *E_RABs_ToBeReleased_SgNBModReq_ItemExtIEs) XXX_Size() int { return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_ItemExtIEs.Size(m) } func (m *E_RABs_ToBeReleased_SgNBModReq_ItemExtIEs) XXX_DiscardUnknown() { xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_ItemExtIEs.DiscardUnknown(m) } var xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_ItemExtIEs proto.InternalMessageInfo type E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresent struct { DL_GTPtunnelEndpoint *GTPtunnelEndpoint `protobuf:"bytes,1,opt,name=dL_GTPtunnelEndpoint,json=dLGTPtunnelEndpoint,proto3" json:"dL_GTPtunnelEndpoint,omitempty"` UL_GTPtunnelEndpoint *GTPtunnelEndpoint `protobuf:"bytes,2,opt,name=uL_GTPtunnelEndpoint,json=uLGTPtunnelEndpoint,proto3" json:"uL_GTPtunnelEndpoint,omitempty"` IE_Extensions []*E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresentExtIEs `protobuf:"bytes,3,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_ToBeReleased_SgNBModReq_SgNBPDCPpresent) Reset() { *m = E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresent{} } func (m *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresent) String() string { return proto.CompactTextString(m) } func (*E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresent) ProtoMessage() {} func (*E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresent) Descriptor() ([]byte, []int) { return fileDescriptor_2eda0498320f24d8, []int{24} } func (m *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresent.Unmarshal(m, b) } func (m *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresent.Marshal(b, m, deterministic) } func (m *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresent) XXX_Merge(src proto.Message) { xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresent.Merge(m, src) } func (m *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresent) XXX_Size() int { return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresent.Size(m) } func (m *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresent) XXX_DiscardUnknown() { xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresent.DiscardUnknown(m) } var xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresent proto.InternalMessageInfo func (m *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresent) GetDL_GTPtunnelEndpoint() *GTPtunnelEndpoint { if m != nil { return m.DL_GTPtunnelEndpoint } return nil } func (m *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresent) GetUL_GTPtunnelEndpoint() *GTPtunnelEndpoint { if m != nil { return m.UL_GTPtunnelEndpoint } return nil } func (m *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresent) GetIE_Extensions() []*E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresentExtIEs { if m != nil { return m.IE_Extensions } return nil } type E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresentExtIEs struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresentExtIEs) Reset() { *m = E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresentExtIEs{} } func (m *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresentExtIEs) String() string { return proto.CompactTextString(m) } func (*E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresentExtIEs) ProtoMessage() {} func (*E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresentExtIEs) Descriptor() ([]byte, []int) { return fileDescriptor_2eda0498320f24d8, []int{25} } func (m *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresentExtIEs) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresentExtIEs.Unmarshal(m, b) } func (m *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresentExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresentExtIEs.Marshal(b, m, deterministic) } func (m *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresentExtIEs) XXX_Merge(src proto.Message) { xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresentExtIEs.Merge(m, src) } func (m *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresentExtIEs) XXX_Size() int { return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresentExtIEs.Size(m) } func (m *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresentExtIEs) XXX_DiscardUnknown() { xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresentExtIEs.DiscardUnknown(m) } var xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresentExtIEs proto.InternalMessageInfo type E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresent struct { IE_Extensions []*E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresentExtIEs `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_ToBeReleased_SgNBModReq_SgNBPDCPnotpresent) Reset() { *m = E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresent{} } func (m *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresent) String() string { return proto.CompactTextString(m) } func (*E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresent) ProtoMessage() {} func (*E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresent) Descriptor() ([]byte, []int) { return fileDescriptor_2eda0498320f24d8, []int{26} } func (m *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresent.Unmarshal(m, b) } func (m *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresent.Marshal(b, m, deterministic) } func (m *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresent) XXX_Merge(src proto.Message) { xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresent.Merge(m, src) } func (m *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresent) XXX_Size() int { return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresent.Size(m) } func (m *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresent) XXX_DiscardUnknown() { xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresent.DiscardUnknown(m) } var xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresent proto.InternalMessageInfo func (m *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresent) GetIE_Extensions() []*E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresentExtIEs { if m != nil { return m.IE_Extensions } return nil } type E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresentExtIEs struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresentExtIEs) Reset() { *m = E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresentExtIEs{} } func (m *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresentExtIEs) String() string { return proto.CompactTextString(m) } func (*E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresentExtIEs) ProtoMessage() {} func (*E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresentExtIEs) Descriptor() ([]byte, []int) { return fileDescriptor_2eda0498320f24d8, []int{27} } func (m *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresentExtIEs) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresentExtIEs.Unmarshal(m, b) } func (m *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresentExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresentExtIEs.Marshal(b, m, deterministic) } func (m *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresentExtIEs) XXX_Merge(src proto.Message) { xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresentExtIEs.Merge(m, src) } func (m *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresentExtIEs) XXX_Size() int { return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresentExtIEs.Size(m) } func (m *E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresentExtIEs) XXX_DiscardUnknown() { xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresentExtIEs.DiscardUnknown(m) } var xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresentExtIEs proto.InternalMessageInfo func init() { proto.RegisterType((*SgNBModificationRequest)(nil), "streaming_protobufs.SgNBModificationRequest") proto.RegisterType((*SgNBModificationRequest_IEs)(nil), "streaming_protobufs.SgNBModificationRequest_IEs") proto.RegisterType((*UE_ContextInformation_SgNBModReq)(nil), "streaming_protobufs.UE_ContextInformation_SgNBModReq") proto.RegisterType((*UE_ContextInformationSgNBModReqExtIEs)(nil), "streaming_protobufs.UE_ContextInformationSgNBModReqExtIEs") proto.RegisterType((*E_RABs_ToBeAdded_SgNBModReq_List)(nil), "streaming_protobufs.E_RABs_ToBeAdded_SgNBModReq_List") proto.RegisterType((*E_RABs_ToBeAdded_SgNBModReq_ItemIEs)(nil), "streaming_protobufs.E_RABs_ToBeAdded_SgNBModReq_ItemIEs") proto.RegisterType((*E_RABs_ToBeAdded_SgNBModReq_Item)(nil), "streaming_protobufs.E_RABs_ToBeAdded_SgNBModReq_Item") proto.RegisterType((*E_RABs_ToBeAdded_SgNBModReq_ItemExtIEs)(nil), "streaming_protobufs.E_RABs_ToBeAdded_SgNBModReq_ItemExtIEs") proto.RegisterType((*E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresent)(nil), "streaming_protobufs.E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresent") proto.RegisterType((*E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresentExtIEs)(nil), "streaming_protobufs.E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPpresentExtIEs") proto.RegisterType((*E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresent)(nil), "streaming_protobufs.E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresent") proto.RegisterType((*E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresentExtIEs)(nil), "streaming_protobufs.E_RABs_ToBeAdded_SgNBModReq_SgNBPDCPnotpresentExtIEs") proto.RegisterType((*E_RABs_ToBeModified_SgNBModReq_List)(nil), "streaming_protobufs.E_RABs_ToBeModified_SgNBModReq_List") proto.RegisterType((*E_RABs_ToBeModified_SgNBModReq_ItemIEs)(nil), "streaming_protobufs.E_RABs_ToBeModified_SgNBModReq_ItemIEs") proto.RegisterType((*E_RABs_ToBeModified_SgNBModReq_Item)(nil), "streaming_protobufs.E_RABs_ToBeModified_SgNBModReq_Item") proto.RegisterType((*E_RABs_ToBeModified_SgNBModReq_ItemExtIEs)(nil), "streaming_protobufs.E_RABs_ToBeModified_SgNBModReq_ItemExtIEs") proto.RegisterType((*E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresent)(nil), "streaming_protobufs.E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresent") proto.RegisterType((*E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresentExtIEs)(nil), "streaming_protobufs.E_RABs_ToBeModified_SgNBModReq_SgNBPDCPpresentExtIEs") proto.RegisterType((*E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresent)(nil), "streaming_protobufs.E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresent") proto.RegisterType((*E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresentExtIEs)(nil), "streaming_protobufs.E_RABs_ToBeModified_SgNBModReq_SgNBPDCPnotpresentExtIEs") proto.RegisterType((*E_RABs_ToBeReleased_SgNBModReq_List)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBModReq_List") proto.RegisterType((*E_RABs_ToBeReleased_SgNBModReq_ItemIEs)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBModReq_ItemIEs") proto.RegisterType((*E_RABs_ToBeReleased_SgNBModReq_Item)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBModReq_Item") proto.RegisterType((*E_RABs_ToBeReleased_SgNBModReq_ItemExtIEs)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBModReq_ItemExtIEs") proto.RegisterType((*E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresent)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresent") proto.RegisterType((*E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresentExtIEs)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPpresentExtIEs") proto.RegisterType((*E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresent)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresent") proto.RegisterType((*E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresentExtIEs)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBModReq_SgNBPDCPnotpresentExtIEs") } func init() { proto.RegisterFile("sgnb_modification_request.proto", fileDescriptor_2eda0498320f24d8) } var fileDescriptor_2eda0498320f24d8 = []byte{ // 1883 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x58, 0xcf, 0x73, 0x1b, 0x49, 0x15, 0x5e, 0x59, 0xb6, 0x63, 0xda, 0xc9, 0x26, 0xe9, 0xc4, 0xb1, 0x62, 0x87, 0xc4, 0xab, 0x65, 0xb3, 0x61, 0x17, 0xcb, 0xc4, 0x21, 0x6c, 0x60, 0xab, 0x28, 0xac, 0x1f, 0x76, 0x54, 0x48, 0x5a, 0xb9, 0x65, 0x01, 0x61, 0xab, 0x68, 0xc6, 0xd3, 0x2d, 0x6d, 0xb3, 0xa3, 0x69, 0xa5, 0xa7, 0x27, 0x2b, 0xc3, 0x8d, 0x82, 0x82, 0x2a, 0x0e, 0x70, 0xe7, 0xbe, 0x07, 0xfe, 0x00, 0x6e, 0x1c, 0xb8, 0x52, 0xc5, 0x95, 0x13, 0x27, 0xfe, 0x11, 0xa8, 0xee, 0x99, 0x91, 0x34, 0x52, 0x8f, 0x34, 0x72, 0xec, 0x2a, 0x8a, 0xdc, 0xa4, 0xee, 0xf7, 0xbe, 0xd7, 0xfd, 0xfa, 0x7b, 0xef, 0x7d, 0x12, 0x78, 0xe0, 0x75, 0xdd, 0x53, 0xdc, 0xe3, 0x84, 0x75, 0x98, 0x6d, 0x49, 0xc6, 0x5d, 0x2c, 0xe8, 0x4b, 0x9f, 0x7a, 0xb2, 0xd0, 0x17, 0x5c, 0x72, 0x78, 0xcb, 0x93, 0x82, 0x5a, 0x3d, 0xe6, 0x76, 0xb1, 0x5e, 0x38, 0xf5, 0x3b, 0xde, 0xd6, 0xfd, 0x2e, 0xe7, 0x5d, 0x87, 0xee, 0x45, 0x2b, 0x7b, 0x5f, 0x08, 0xab, 0xdf, 0xa7, 0xc2, 0x0b, 0x9c, 0xb6, 0x36, 0x07, 0xfb, 0x56, 0x1f, 0xdb, 0xbc, 0xd7, 0xe3, 0x2e, 0x96, 0x67, 0x7d, 0x1a, 0x6d, 0x40, 0xc3, 0xda, 0x4d, 0x2a, 0x04, 0x17, 0xd8, 0xb6, 0x7c, 0x8f, 0x86, 0x4b, 0x39, 0x21, 0x6c, 0x6c, 0x77, 0xb1, 0xcd, 0xdd, 0x0e, 0xeb, 0x62, 0xe6, 0x76, 0x78, 0xb0, 0x93, 0xef, 0x81, 0xcd, 0x56, 0xb7, 0x51, 0xac, 0x8f, 0x1d, 0x18, 0x05, 0xe7, 0x85, 0x08, 0xac, 0x6b, 0x1b, 0x9b, 0x3b, 0xd5, 0x8a, 0x97, 0xcb, 0xec, 0x64, 0x1e, 0xad, 0xef, 0x7f, 0xb3, 0x60, 0x38, 0x7f, 0x21, 0x01, 0x02, 0x57, 0x2b, 0x1e, 0x1a, 0x07, 0xc9, 0xff, 0x6d, 0x0d, 0x6c, 0xcf, 0x30, 0x86, 0x1f, 0x00, 0xc8, 0x08, 0xae, 0xd3, 0x46, 0x11, 0xb7, 0x2b, 0xf8, 0xc7, 0xfb, 0x07, 0x4d, 0x5c, 0x2d, 0xeb, 0xd0, 0xd7, 0xd0, 0xdb, 0x8c, 0xa8, 0x8d, 0x76, 0x45, 0x2d, 0x57, 0xcb, 0xa1, 0xad, 0x42, 0x1b, 0xb7, 0x5d, 0x8a, 0x6c, 0xd5, 0xc6, 0xd0, 0xf6, 0x29, 0x58, 0x63, 0x04, 0x97, 0x54, 0x4a, 0x72, 0x59, 0x7d, 0x91, 0x2d, 0xe3, 0x45, 0xb4, 0x05, 0xba, 0xc2, 0x88, 0xfe, 0x00, 0xcb, 0xe0, 0xba, 0x0a, 0x41, 0x1d, 0x6a, 0x4b, 0x4a, 0x9a, 0xb5, 0x7a, 0x23, 0xb7, 0xac, 0xbd, 0xb7, 0x0b, 0xc1, 0x8b, 0x15, 0x22, 0xd7, 0x42, 0xf1, 0x4c, 0x52, 0xef, 0x87, 0x96, 0xe3, 0x53, 0x1d, 0x7c, 0xcc, 0x05, 0x7e, 0x0e, 0xb6, 0x18, 0xc1, 0xcf, 0x2d, 0x97, 0xf0, 0x57, 0x54, 0x20, 0xea, 0x49, 0xc1, 0x6c, 0x75, 0xf3, 0x1a, 0xf3, 0x64, 0x6e, 0x45, 0x03, 0x7e, 0xc3, 0x78, 0x9c, 0x04, 0x1f, 0x74, 0x97, 0x91, 0x84, 0x2d, 0xf8, 0x23, 0x90, 0x53, 0x47, 0x2e, 0x1d, 0x95, 0xf4, 0x5b, 0xfb, 0x42, 0xe7, 0xf8, 0xd8, 0xa7, 0xe2, 0x2c, 0xb7, 0xaa, 0x43, 0xdd, 0x33, 0x86, 0x3a, 0x11, 0x3e, 0xfd, 0xa4, 0x2f, 0xd1, 0x26, 0x23, 0x46, 0x67, 0xf8, 0xeb, 0x0c, 0x78, 0x97, 0x11, 0x95, 0xea, 0x12, 0x77, 0x25, 0x1d, 0xc8, 0xaa, 0xdb, 0xe1, 0xa2, 0x17, 0x70, 0x3c, 0x7c, 0x53, 0x44, 0x5f, 0xe6, 0xae, 0xe8, 0x20, 0x4f, 0x8d, 0x41, 0xe6, 0x39, 0xa3, 0x1d, 0x46, 0xda, 0x95, 0x69, 0x93, 0x91, 0x05, 0x7c, 0x01, 0xee, 0x84, 0x0c, 0x91, 0x5c, 0x2d, 0x2b, 0x63, 0x8b, 0xb9, 0x54, 0xe4, 0xd6, 0x74, 0xe0, 0xbc, 0xf9, 0x5d, 0x8f, 0x70, 0x70, 0x25, 0x05, 0x8a, 0x36, 0x02, 0x26, 0x4d, 0x00, 0xc0, 0x4f, 0xc1, 0xbd, 0x69, 0xf2, 0xe1, 0xca, 0x40, 0x52, 0xd7, 0x63, 0xdc, 0xcd, 0x7d, 0x25, 0x4c, 0xdf, 0xe4, 0xd3, 0xb7, 0xab, 0xae, 0x7c, 0xb2, 0x1f, 0xbc, 0xfd, 0x66, 0x9c, 0xa4, 0x43, 0x67, 0xf8, 0x87, 0x0c, 0x78, 0x18, 0xa2, 0x23, 0xea, 0x71, 0x5f, 0xd8, 0xb4, 0xc4, 0xb9, 0x20, 0xcc, 0xd5, 0x37, 0x1c, 0xbb, 0x6c, 0x0e, 0xe8, 0x38, 0xcf, 0x8c, 0x17, 0x49, 0xe1, 0x8f, 0xde, 0x0b, 0xce, 0x30, 0xc7, 0x0c, 0xb6, 0xc0, 0x06, 0x23, 0x38, 0xac, 0x3e, 0x4a, 0x5a, 0x7d, 0x87, 0xc9, 0x16, 0x2a, 0x7a, 0xb9, 0x75, 0x1d, 0xff, 0xbe, 0xb9, 0xd2, 0x23, 0x2b, 0x74, 0x9b, 0x91, 0x69, 0x5f, 0x68, 0xe9, 0x1c, 0x4e, 0x6f, 0x08, 0xea, 0x50, 0xcb, 0xa3, 0xb9, 0xab, 0xa9, 0xb0, 0xb7, 0x4d, 0xd8, 0x21, 0x44, 0xfe, 0xdf, 0x2b, 0x60, 0x67, 0x1e, 0x91, 0xe0, 0xcf, 0xc1, 0x5d, 0x17, 0xb5, 0x2b, 0xb8, 0x45, 0x6d, 0x5f, 0x30, 0x79, 0x56, 0xb2, 0xfa, 0xd6, 0x29, 0x73, 0x98, 0x64, 0x34, 0x6a, 0x65, 0xbb, 0xc6, 0x43, 0x34, 0x50, 0xbb, 0x62, 0x72, 0x42, 0x39, 0x37, 0x61, 0x07, 0x1e, 0x82, 0x1b, 0x9e, 0xea, 0x42, 0xd1, 0xe6, 0x0f, 0xe8, 0x99, 0x6e, 0x43, 0x73, 0xda, 0xc4, 0x75, 0xe5, 0x34, 0xe6, 0x03, 0x25, 0xf8, 0xaa, 0xa7, 0x9b, 0xd6, 0x41, 0xb7, 0x2b, 0x68, 0xd7, 0x92, 0xb4, 0x6e, 0x0d, 0x58, 0xcf, 0xef, 0x15, 0x99, 0x44, 0x96, 0x8c, 0x3a, 0x57, 0x21, 0xa1, 0xb4, 0x12, 0xbc, 0xd0, 0x6c, 0x50, 0x88, 0xc1, 0x0d, 0x8a, 0xd1, 0x41, 0xd1, 0xc3, 0x27, 0xbc, 0x48, 0x0f, 0x08, 0xa1, 0x24, 0x6c, 0x72, 0xe6, 0x1a, 0xae, 0x4c, 0x18, 0x8f, 0x65, 0x1d, 0xeb, 0xe6, 0xf4, 0x36, 0x55, 0x06, 0xc3, 0x7d, 0xf8, 0x19, 0xb8, 0x35, 0x16, 0x20, 0xe8, 0xfc, 0x94, 0x84, 0x7d, 0xef, 0xd9, 0xbc, 0x18, 0x91, 0xfd, 0x54, 0x98, 0x9b, 0xc3, 0x30, 0x91, 0xc9, 0x44, 0x24, 0x14, 0xf0, 0x85, 0x84, 0x6d, 0x6f, 0x6e, 0xa4, 0xc8, 0x7e, 0x46, 0xa4, 0xc8, 0x04, 0x62, 0x70, 0x8d, 0x55, 0x46, 0xad, 0xc1, 0xcb, 0x5d, 0xd9, 0xc9, 0x3e, 0x5a, 0xdf, 0xff, 0x6e, 0xfa, 0xae, 0x37, 0x0a, 0x52, 0x19, 0x48, 0x35, 0x27, 0xaf, 0xb2, 0xca, 0x08, 0x2f, 0xff, 0xbb, 0x0c, 0x78, 0x2f, 0x95, 0x1f, 0xc4, 0xba, 0xe2, 0x5a, 0xfe, 0xa9, 0x67, 0x0b, 0x76, 0x4a, 0x45, 0x53, 0xf0, 0x0e, 0x73, 0x68, 0xb5, 0xdc, 0xe1, 0x02, 0x1d, 0x36, 0x43, 0xb2, 0xcf, 0xee, 0x5a, 0xdb, 0x8c, 0x24, 0x02, 0xe4, 0x05, 0xd8, 0x99, 0xf7, 0xe6, 0xb0, 0x01, 0x56, 0x98, 0xa4, 0x3d, 0x55, 0x5a, 0xd9, 0x34, 0xb9, 0x9e, 0x42, 0xa9, 0x4a, 0xda, 0x53, 0x59, 0x08, 0x60, 0xf2, 0x7f, 0xce, 0x80, 0x77, 0x53, 0x98, 0xc3, 0x5f, 0x05, 0x43, 0x69, 0x9e, 0x69, 0x98, 0x84, 0xa7, 0xe7, 0x3a, 0x16, 0xba, 0xcf, 0x48, 0x25, 0x46, 0xe9, 0x91, 0x81, 0xda, 0xcf, 0x7f, 0xb9, 0x3c, 0x3b, 0x43, 0xca, 0x08, 0xe6, 0xc0, 0x9a, 0xe6, 0xe6, 0x48, 0xcf, 0xac, 0x2a, 0x5a, 0x55, 0xcb, 0x70, 0x03, 0xac, 0x12, 0x71, 0x3a, 0xd2, 0x2e, 0x2b, 0x44, 0x9c, 0x56, 0xcb, 0xb0, 0x0f, 0xb6, 0xa9, 0x8b, 0xcb, 0x25, 0x3c, 0xea, 0xe3, 0x63, 0x33, 0x39, 0xec, 0x05, 0x66, 0x39, 0x56, 0x69, 0x24, 0xfa, 0xa1, 0xbb, 0xd4, 0x2d, 0x97, 0x8c, 0x5b, 0xd0, 0x01, 0xba, 0x25, 0x35, 0xcb, 0xa5, 0x66, 0x5f, 0x50, 0x8f, 0xba, 0x32, 0x6c, 0x04, 0xdf, 0x5f, 0x38, 0x6f, 0xad, 0x38, 0xce, 0xf3, 0xb7, 0xd0, 0x24, 0x34, 0xf4, 0x01, 0x8c, 0x96, 0x5c, 0x2e, 0xa3, 0x80, 0x41, 0x57, 0x28, 0x9d, 0x3b, 0xe0, 0x08, 0xea, 0xf9, 0x5b, 0xc8, 0x10, 0x00, 0xfe, 0x6c, 0xb2, 0x72, 0x57, 0x35, 0x63, 0x3f, 0x3e, 0x17, 0x35, 0x4c, 0xa5, 0x5b, 0xcc, 0x81, 0x3b, 0x22, 0xcc, 0x6f, 0x28, 0xb8, 0xc3, 0x04, 0xe7, 0x1f, 0x81, 0x87, 0xe9, 0x10, 0xf3, 0x7f, 0x5c, 0x01, 0x1f, 0x2e, 0x90, 0x5f, 0x28, 0xc1, 0x83, 0x8e, 0xef, 0x38, 0x41, 0x21, 0xe0, 0x1a, 0x7d, 0x45, 0x1d, 0x7c, 0xcc, 0x5b, 0xb8, 0x69, 0x09, 0xab, 0x47, 0x25, 0x15, 0xd1, 0xd0, 0xdb, 0x4b, 0xbe, 0xa7, 0xd1, 0x0d, 0x6d, 0x29, 0x5c, 0x45, 0x7f, 0xbd, 0x7b, 0xcc, 0x5b, 0xa3, 0x3d, 0xf8, 0x0b, 0xf0, 0x7e, 0xcf, 0x1a, 0xe0, 0x7a, 0x03, 0x5b, 0xa4, 0xc7, 0xe4, 0xac, 0xe8, 0xc1, 0x3c, 0x7c, 0xdf, 0x18, 0xfd, 0xa8, 0x88, 0xf0, 0x31, 0xf7, 0xc6, 0x25, 0xcc, 0x4e, 0xcf, 0x1a, 0xd4, 0x1b, 0x07, 0x0a, 0x35, 0x21, 0xf6, 0x11, 0xb8, 0x46, 0x6a, 0xf8, 0x90, 0x8b, 0x2f, 0x2c, 0xa5, 0x6e, 0xba, 0x61, 0x41, 0x98, 0xe5, 0x5f, 0x79, 0xdc, 0x12, 0x5d, 0x25, 0xb5, 0xd1, 0x37, 0xf8, 0x02, 0x6c, 0xf4, 0x94, 0xe4, 0x2b, 0xd7, 0xf0, 0xd1, 0x49, 0x13, 0x9f, 0x54, 0xaa, 0x65, 0x4b, 0xd6, 0x4b, 0x47, 0x21, 0xf7, 0x1f, 0x9a, 0x8f, 0x7c, 0xd2, 0x94, 0xbe, 0xeb, 0x52, 0xa7, 0xe2, 0x92, 0x3e, 0x67, 0xae, 0x44, 0x50, 0x81, 0x94, 0x6b, 0x47, 0x27, 0xcd, 0x21, 0x02, 0xfc, 0x29, 0xd8, 0xf4, 0x1e, 0xe3, 0xb6, 0x06, 0x8e, 0x9b, 0x87, 0x3c, 0x4f, 0x0b, 0xbe, 0xe1, 0x3d, 0x6e, 0xd7, 0xa6, 0x96, 0xe1, 0xe7, 0x66, 0x2e, 0x1f, 0xbe, 0x6e, 0xb9, 0x1a, 0x27, 0xd2, 0x6f, 0x33, 0xe0, 0xf1, 0xc2, 0x18, 0x10, 0x69, 0xb9, 0x8e, 0x6a, 0xa5, 0x3a, 0x27, 0x14, 0x4b, 0x61, 0xb9, 0x5e, 0x87, 0x0a, 0x41, 0xc9, 0x70, 0x2e, 0x99, 0xce, 0x1a, 0xda, 0x6b, 0x8d, 0x19, 0x7c, 0x3c, 0x19, 0x79, 0xe6, 0xff, 0xb3, 0x0c, 0x16, 0xec, 0x05, 0xf0, 0x37, 0x19, 0xf0, 0x48, 0x44, 0x8a, 0x52, 0xfd, 0x3a, 0xba, 0x84, 0x4a, 0xc9, 0x0f, 0x03, 0xb4, 0x4a, 0x47, 0x09, 0xac, 0xfd, 0x14, 0xdc, 0xd1, 0x64, 0x6b, 0x8f, 0x93, 0x4d, 0x9d, 0x35, 0x2c, 0x90, 0xb4, 0x84, 0xb8, 0xa5, 0x50, 0xda, 0x23, 0xb6, 0x29, 0x08, 0xe8, 0x82, 0x1d, 0x8f, 0xda, 0xdc, 0x25, 0x96, 0x38, 0xc3, 0x09, 0x61, 0xb2, 0x0b, 0x85, 0xb9, 0x37, 0xc4, 0xab, 0x1b, 0xe2, 0x7d, 0x04, 0xd6, 0x84, 0x63, 0x63, 0xf5, 0x3c, 0x61, 0xb1, 0xcc, 0x7e, 0xcd, 0x2b, 0xc2, 0xb1, 0xd5, 0x07, 0xf8, 0x09, 0xb8, 0xe1, 0xd7, 0x70, 0x7c, 0x9e, 0x05, 0x05, 0xf1, 0x35, 0xb3, 0x80, 0xaa, 0xc5, 0x67, 0xd8, 0x75, 0x3f, 0xbe, 0x00, 0x5d, 0x73, 0x21, 0x54, 0x2f, 0x60, 0x8c, 0x18, 0x6b, 0xe1, 0xaf, 0x4b, 0xe0, 0x5b, 0xe7, 0x81, 0x81, 0x0d, 0x70, 0x93, 0x11, 0xec, 0xd7, 0xfa, 0xe5, 0x52, 0xb3, 0xe5, 0xd6, 0xa8, 0xdb, 0x95, 0x9f, 0x85, 0x7c, 0x7b, 0xc7, 0x78, 0xd8, 0xe6, 0x98, 0x21, 0xba, 0xc1, 0x48, 0x3b, 0xe6, 0x1a, 0xe2, 0x91, 0xda, 0xb8, 0x59, 0x48, 0xa5, 0x74, 0x78, 0xe5, 0x98, 0x2b, 0xa4, 0xfa, 0xdf, 0x03, 0xe2, 0xf7, 0x9d, 0xf0, 0xcf, 0x99, 0x03, 0x5b, 0xb2, 0x57, 0xe3, 0x8a, 0xe3, 0x03, 0x73, 0x83, 0x35, 0x79, 0xa8, 0x1f, 0xc3, 0xc6, 0x8d, 0xfc, 0x20, 0xa6, 0xee, 0x92, 0x24, 0x3e, 0x3c, 0x8e, 0xab, 0xca, 0x8f, 0xcf, 0xf3, 0x5b, 0x61, 0x42, 0x58, 0xfe, 0x25, 0x13, 0x9b, 0xc1, 0x33, 0x3c, 0xe0, 0xef, 0x83, 0x5f, 0xec, 0x29, 0xac, 0xc3, 0x17, 0x7c, 0x76, 0xde, 0xf3, 0xa1, 0x77, 0xc6, 0x14, 0x66, 0x64, 0x34, 0x21, 0x32, 0xff, 0xb4, 0x3c, 0x37, 0x67, 0x73, 0x74, 0xe6, 0x1c, 0x41, 0xb9, 0x74, 0xf1, 0x82, 0x92, 0x4f, 0x0b, 0xca, 0x6c, 0x3a, 0x7d, 0x67, 0xba, 0x5e, 0x0a, 0x4d, 0x39, 0x30, 0x6a, 0xca, 0xa0, 0x37, 0x1d, 0xbe, 0x4e, 0xcc, 0xb9, 0xb2, 0xd2, 0x9e, 0xec, 0x40, 0x2b, 0x9a, 0xb2, 0xdf, 0x3b, 0x2f, 0x25, 0x16, 0x54, 0x96, 0x1f, 0x82, 0xaf, 0xa7, 0x06, 0xcd, 0xff, 0x23, 0x3e, 0x3f, 0x53, 0xe4, 0xfa, 0x0d, 0xd4, 0x97, 0x89, 0xb2, 0x30, 0x7b, 0x99, 0xb2, 0x70, 0xf9, 0x22, 0x64, 0xa1, 0x6b, 0xe6, 0x62, 0xf5, 0x02, 0x8a, 0xce, 0x38, 0x0d, 0x7f, 0x19, 0x1b, 0x86, 0xa9, 0x51, 0x60, 0x09, 0x5c, 0x0b, 0xb4, 0x21, 0x6e, 0x49, 0x4b, 0xfa, 0x11, 0x85, 0x1e, 0x24, 0x89, 0x88, 0xd0, 0x0c, 0xad, 0x6b, 0x55, 0x18, 0x7c, 0xc9, 0xff, 0x2b, 0x1b, 0x93, 0xa5, 0xe9, 0x8a, 0xf8, 0xcd, 0xd0, 0x83, 0x26, 0x99, 0x95, 0x7d, 0x1d, 0x99, 0xf5, 0x72, 0x92, 0x58, 0xcb, 0x9a, 0x58, 0xb5, 0x8b, 0xe9, 0xac, 0x46, 0x6e, 0xfd, 0x7d, 0x09, 0x7c, 0x74, 0x4e, 0xa4, 0xff, 0x79, 0xb1, 0xc5, 0xc1, 0x03, 0x46, 0xf0, 0x50, 0x62, 0x1b, 0x9e, 0x70, 0xc1, 0x66, 0x73, 0x9f, 0x91, 0xd6, 0x0c, 0xb4, 0x09, 0xd9, 0x95, 0xf4, 0x7f, 0xe7, 0xc2, 0xb2, 0xcb, 0x04, 0x34, 0x5b, 0x76, 0xcd, 0xf0, 0x30, 0xc8, 0xae, 0x24, 0xeb, 0xb4, 0xb2, 0x2b, 0xc9, 0x3f, 0x26, 0xbb, 0x22, 0xa3, 0xd9, 0xb2, 0x2b, 0x09, 0xea, 0xff, 0x44, 0x76, 0x99, 0xae, 0x77, 0xd9, 0xb2, 0x6b, 0x56, 0xcc, 0x4b, 0x93, 0x5d, 0x49, 0xef, 0xf8, 0x5a, 0xb2, 0x6b, 0x36, 0x68, 0xfe, 0x9f, 0x4b, 0x60, 0xc1, 0x5c, 0xc3, 0x17, 0xe0, 0x36, 0x31, 0xc9, 0x84, 0xcc, 0x62, 0xc3, 0x81, 0x18, 0x44, 0xc2, 0x0b, 0x70, 0xdb, 0x37, 0x41, 0x2f, 0x38, 0x77, 0xfc, 0x34, 0xfa, 0x23, 0x9b, 0x4e, 0x7f, 0xa4, 0xc8, 0x88, 0x71, 0x46, 0x7c, 0x3b, 0xa6, 0x3f, 0x52, 0xa3, 0xe4, 0xbf, 0x8c, 0xff, 0xa3, 0x95, 0x8e, 0x88, 0xd3, 0x43, 0x30, 0x93, 0x6e, 0x08, 0xa6, 0x83, 0x37, 0x5e, 0xf0, 0x3b, 0xb1, 0x19, 0xb8, 0x08, 0x50, 0xf1, 0xc9, 0x4f, 0x1e, 0x77, 0xa9, 0x10, 0x4c, 0x16, 0xf8, 0xae, 0xb0, 0xdc, 0x5d, 0xcf, 0x2e, 0x70, 0xd1, 0xdd, 0x13, 0x7b, 0x82, 0xd9, 0xbb, 0x7d, 0x47, 0xee, 0x0d, 0x4f, 0xbd, 0x3b, 0x3c, 0xf5, 0xe9, 0xaa, 0xfe, 0xf8, 0xe4, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0xdb, 0xa1, 0x90, 0x98, 0xcd, 0x22, 0x00, 0x00, }