X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=protogen%2Fgopb%2Fsgnb_modification_required.pb.go;fp=protogen%2Fgopb%2Fsgnb_modification_required.pb.go;h=0000000000000000000000000000000000000000;hb=21f0383b51cec0d7830e7c01d616cfe0f8c1955f;hp=4e0f4234d230f0d860155b4dec034e13d2fe4574;hpb=8a4b283ce188040760761f24e48a5133f31c1ece;p=ric-plt%2Fstreaming-protobufs.git diff --git a/protogen/gopb/sgnb_modification_required.pb.go b/protogen/gopb/sgnb_modification_required.pb.go deleted file mode 100644 index 4e0f423..0000000 --- a/protogen/gopb/sgnb_modification_required.pb.go +++ /dev/null @@ -1,916 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: sgnb_modification_required.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 SgNBModificationRequired struct { - ProtocolIEs *SgNBModificationRequired_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 *SgNBModificationRequired) Reset() { *m = SgNBModificationRequired{} } -func (m *SgNBModificationRequired) String() string { return proto.CompactTextString(m) } -func (*SgNBModificationRequired) ProtoMessage() {} -func (*SgNBModificationRequired) Descriptor() ([]byte, []int) { - return fileDescriptor_b508978406540b71, []int{0} -} - -func (m *SgNBModificationRequired) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SgNBModificationRequired.Unmarshal(m, b) -} -func (m *SgNBModificationRequired) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SgNBModificationRequired.Marshal(b, m, deterministic) -} -func (m *SgNBModificationRequired) XXX_Merge(src proto.Message) { - xxx_messageInfo_SgNBModificationRequired.Merge(m, src) -} -func (m *SgNBModificationRequired) XXX_Size() int { - return xxx_messageInfo_SgNBModificationRequired.Size(m) -} -func (m *SgNBModificationRequired) XXX_DiscardUnknown() { - xxx_messageInfo_SgNBModificationRequired.DiscardUnknown(m) -} - -var xxx_messageInfo_SgNBModificationRequired proto.InternalMessageInfo - -func (m *SgNBModificationRequired) GetProtocolIEs() *SgNBModificationRequired_IEs { - if m != nil { - return m.ProtocolIEs - } - return nil -} - -type SgNBModificationRequired_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_PDCPChangeIndication *PDCPChangeIndication `protobuf:"bytes,4,opt,name=id_PDCPChangeIndication,json=idPDCPChangeIndication,proto3" json:"id_PDCPChangeIndication,omitempty"` - Id_E_RABs_ToBeReleased_SgNBModReqdList *E_RABs_ToBeReleased_SgNBModReqdList `protobuf:"bytes,5,opt,name=id_E_RABs_ToBeReleased_SgNBModReqdList,json=idERABsToBeReleasedSgNBModReqdList,proto3" json:"id_E_RABs_ToBeReleased_SgNBModReqdList,omitempty"` - //The content of id_SgNBtoMeNBContainer has been specified in 3GPP 38.331 to be CG-Config. - Id_SgNBtoMeNBContainer *CG_Config `protobuf:"bytes,6,opt,name=id_SgNBtoMeNBContainer,json=idSgNBtoMeNBContainer,proto3" json:"id_SgNBtoMeNBContainer,omitempty"` - Id_MeNB_UE_X2AP_ID_Extension *wrappers.UInt32Value `protobuf:"bytes,7,opt,name=id_MeNB_UE_X2AP_ID_Extension,json=idMeNBUEX2APIDExtension,proto3" json:"id_MeNB_UE_X2AP_ID_Extension,omitempty"` - Id_E_RABs_ToBeModified_SgNBModReqdList *E_RABs_ToBeModified_SgNBModReqdList `protobuf:"bytes,8,opt,name=id_E_RABs_ToBeModified_SgNBModReqdList,json=idERABsToBeModifiedSgNBModReqdList,proto3" json:"id_E_RABs_ToBeModified_SgNBModReqdList,omitempty"` - Id_SgNBResourceCoordinationInformation *SgNBResourceCoordinationInformation `protobuf:"bytes,9,opt,name=id_SgNBResourceCoordinationInformation,json=idSgNBResourceCoordinationInformation,proto3" json:"id_SgNBResourceCoordinationInformation,omitempty"` - Id_RRCConfigIndication *RRC_Config_Ind `protobuf:"bytes,10,opt,name=id_RRCConfigIndication,json=idRRCConfigIndication,proto3" json:"id_RRCConfigIndication,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *SgNBModificationRequired_IEs) Reset() { *m = SgNBModificationRequired_IEs{} } -func (m *SgNBModificationRequired_IEs) String() string { return proto.CompactTextString(m) } -func (*SgNBModificationRequired_IEs) ProtoMessage() {} -func (*SgNBModificationRequired_IEs) Descriptor() ([]byte, []int) { - return fileDescriptor_b508978406540b71, []int{1} -} - -func (m *SgNBModificationRequired_IEs) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SgNBModificationRequired_IEs.Unmarshal(m, b) -} -func (m *SgNBModificationRequired_IEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SgNBModificationRequired_IEs.Marshal(b, m, deterministic) -} -func (m *SgNBModificationRequired_IEs) XXX_Merge(src proto.Message) { - xxx_messageInfo_SgNBModificationRequired_IEs.Merge(m, src) -} -func (m *SgNBModificationRequired_IEs) XXX_Size() int { - return xxx_messageInfo_SgNBModificationRequired_IEs.Size(m) -} -func (m *SgNBModificationRequired_IEs) XXX_DiscardUnknown() { - xxx_messageInfo_SgNBModificationRequired_IEs.DiscardUnknown(m) -} - -var xxx_messageInfo_SgNBModificationRequired_IEs proto.InternalMessageInfo - -func (m *SgNBModificationRequired_IEs) GetId_MeNB_UE_X2AP_ID() uint32 { - if m != nil { - return m.Id_MeNB_UE_X2AP_ID - } - return 0 -} - -func (m *SgNBModificationRequired_IEs) GetId_SgNB_UE_X2AP_ID() uint32 { - if m != nil { - return m.Id_SgNB_UE_X2AP_ID - } - return 0 -} - -func (m *SgNBModificationRequired_IEs) GetId_Cause() *Cause { - if m != nil { - return m.Id_Cause - } - return nil -} - -func (m *SgNBModificationRequired_IEs) GetId_PDCPChangeIndication() *PDCPChangeIndication { - if m != nil { - return m.Id_PDCPChangeIndication - } - return nil -} - -func (m *SgNBModificationRequired_IEs) GetId_E_RABs_ToBeReleased_SgNBModReqdList() *E_RABs_ToBeReleased_SgNBModReqdList { - if m != nil { - return m.Id_E_RABs_ToBeReleased_SgNBModReqdList - } - return nil -} - -func (m *SgNBModificationRequired_IEs) GetId_SgNBtoMeNBContainer() *CG_Config { - if m != nil { - return m.Id_SgNBtoMeNBContainer - } - return nil -} - -func (m *SgNBModificationRequired_IEs) GetId_MeNB_UE_X2AP_ID_Extension() *wrappers.UInt32Value { - if m != nil { - return m.Id_MeNB_UE_X2AP_ID_Extension - } - return nil -} - -func (m *SgNBModificationRequired_IEs) GetId_E_RABs_ToBeModified_SgNBModReqdList() *E_RABs_ToBeModified_SgNBModReqdList { - if m != nil { - return m.Id_E_RABs_ToBeModified_SgNBModReqdList - } - return nil -} - -func (m *SgNBModificationRequired_IEs) GetId_SgNBResourceCoordinationInformation() *SgNBResourceCoordinationInformation { - if m != nil { - return m.Id_SgNBResourceCoordinationInformation - } - return nil -} - -func (m *SgNBModificationRequired_IEs) GetId_RRCConfigIndication() *RRC_Config_Ind { - if m != nil { - return m.Id_RRCConfigIndication - } - return nil -} - -type E_RABs_ToBeReleased_SgNBModReqdList struct { - Items []*E_RABs_ToBeReleased_SgNBModReqd_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_SgNBModReqdList) Reset() { *m = E_RABs_ToBeReleased_SgNBModReqdList{} } -func (m *E_RABs_ToBeReleased_SgNBModReqdList) String() string { return proto.CompactTextString(m) } -func (*E_RABs_ToBeReleased_SgNBModReqdList) ProtoMessage() {} -func (*E_RABs_ToBeReleased_SgNBModReqdList) Descriptor() ([]byte, []int) { - return fileDescriptor_b508978406540b71, []int{2} -} - -func (m *E_RABs_ToBeReleased_SgNBModReqdList) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqdList.Unmarshal(m, b) -} -func (m *E_RABs_ToBeReleased_SgNBModReqdList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqdList.Marshal(b, m, deterministic) -} -func (m *E_RABs_ToBeReleased_SgNBModReqdList) XXX_Merge(src proto.Message) { - xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqdList.Merge(m, src) -} -func (m *E_RABs_ToBeReleased_SgNBModReqdList) XXX_Size() int { - return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqdList.Size(m) -} -func (m *E_RABs_ToBeReleased_SgNBModReqdList) XXX_DiscardUnknown() { - xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqdList.DiscardUnknown(m) -} - -var xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqdList proto.InternalMessageInfo - -func (m *E_RABs_ToBeReleased_SgNBModReqdList) GetItems() []*E_RABs_ToBeReleased_SgNBModReqd_ItemIEs { - if m != nil { - return m.Items - } - return nil -} - -type E_RABs_ToBeReleased_SgNBModReqd_ItemIEs struct { - Id_E_RABs_ToBeReleased_SgNBModReqd_Item *E_RABs_ToBeReleased_SgNBModReqd_Item `protobuf:"bytes,1,opt,name=id_E_RABs_ToBeReleased_SgNBModReqd_Item,json=idERABsToBeReleasedSgNBModReqdItem,proto3" json:"id_E_RABs_ToBeReleased_SgNBModReqd_Item,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *E_RABs_ToBeReleased_SgNBModReqd_ItemIEs) Reset() { - *m = E_RABs_ToBeReleased_SgNBModReqd_ItemIEs{} -} -func (m *E_RABs_ToBeReleased_SgNBModReqd_ItemIEs) String() string { return proto.CompactTextString(m) } -func (*E_RABs_ToBeReleased_SgNBModReqd_ItemIEs) ProtoMessage() {} -func (*E_RABs_ToBeReleased_SgNBModReqd_ItemIEs) Descriptor() ([]byte, []int) { - return fileDescriptor_b508978406540b71, []int{3} -} - -func (m *E_RABs_ToBeReleased_SgNBModReqd_ItemIEs) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_ItemIEs.Unmarshal(m, b) -} -func (m *E_RABs_ToBeReleased_SgNBModReqd_ItemIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_ItemIEs.Marshal(b, m, deterministic) -} -func (m *E_RABs_ToBeReleased_SgNBModReqd_ItemIEs) XXX_Merge(src proto.Message) { - xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_ItemIEs.Merge(m, src) -} -func (m *E_RABs_ToBeReleased_SgNBModReqd_ItemIEs) XXX_Size() int { - return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_ItemIEs.Size(m) -} -func (m *E_RABs_ToBeReleased_SgNBModReqd_ItemIEs) XXX_DiscardUnknown() { - xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_ItemIEs.DiscardUnknown(m) -} - -var xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_ItemIEs proto.InternalMessageInfo - -func (m *E_RABs_ToBeReleased_SgNBModReqd_ItemIEs) GetId_E_RABs_ToBeReleased_SgNBModReqd_Item() *E_RABs_ToBeReleased_SgNBModReqd_Item { - if m != nil { - return m.Id_E_RABs_ToBeReleased_SgNBModReqd_Item - } - return nil -} - -type E_RABs_ToBeReleased_SgNBModReqd_Item struct { - E_RAB_ID uint32 `protobuf:"varint,1,opt,name=e_RAB_ID,json=eRABID,proto3" json:"e_RAB_ID,omitempty"` - Cause *Cause `protobuf:"bytes,2,opt,name=cause,proto3" json:"cause,omitempty"` - IE_Extensions []*E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs `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_SgNBModReqd_Item) Reset() { *m = E_RABs_ToBeReleased_SgNBModReqd_Item{} } -func (m *E_RABs_ToBeReleased_SgNBModReqd_Item) String() string { return proto.CompactTextString(m) } -func (*E_RABs_ToBeReleased_SgNBModReqd_Item) ProtoMessage() {} -func (*E_RABs_ToBeReleased_SgNBModReqd_Item) Descriptor() ([]byte, []int) { - return fileDescriptor_b508978406540b71, []int{4} -} - -func (m *E_RABs_ToBeReleased_SgNBModReqd_Item) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_Item.Unmarshal(m, b) -} -func (m *E_RABs_ToBeReleased_SgNBModReqd_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_Item.Marshal(b, m, deterministic) -} -func (m *E_RABs_ToBeReleased_SgNBModReqd_Item) XXX_Merge(src proto.Message) { - xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_Item.Merge(m, src) -} -func (m *E_RABs_ToBeReleased_SgNBModReqd_Item) XXX_Size() int { - return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_Item.Size(m) -} -func (m *E_RABs_ToBeReleased_SgNBModReqd_Item) XXX_DiscardUnknown() { - xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_Item.DiscardUnknown(m) -} - -var xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_Item proto.InternalMessageInfo - -func (m *E_RABs_ToBeReleased_SgNBModReqd_Item) GetE_RAB_ID() uint32 { - if m != nil { - return m.E_RAB_ID - } - return 0 -} - -func (m *E_RABs_ToBeReleased_SgNBModReqd_Item) GetCause() *Cause { - if m != nil { - return m.Cause - } - return nil -} - -func (m *E_RABs_ToBeReleased_SgNBModReqd_Item) GetIE_Extensions() []*E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs { - if m != nil { - return m.IE_Extensions - } - return nil -} - -type E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs 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_ToBeReleased_SgNBModReqd_ItemExtIEs) Reset() { - *m = E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs{} -} -func (m *E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs) String() string { - return proto.CompactTextString(m) -} -func (*E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs) ProtoMessage() {} -func (*E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs) Descriptor() ([]byte, []int) { - return fileDescriptor_b508978406540b71, []int{5} -} - -func (m *E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs.Unmarshal(m, b) -} -func (m *E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs.Marshal(b, m, deterministic) -} -func (m *E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs) XXX_Merge(src proto.Message) { - xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs.Merge(m, src) -} -func (m *E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs) XXX_Size() int { - return xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs.Size(m) -} -func (m *E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs) XXX_DiscardUnknown() { - xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs.DiscardUnknown(m) -} - -var xxx_messageInfo_E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs proto.InternalMessageInfo - -func (m *E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs) GetId_RLCModeTransferred() *RLCMode { - if m != nil { - return m.Id_RLCModeTransferred - } - return nil -} - -type E_RABs_ToBeModified_SgNBModReqdList struct { - Items []*E_RABs_ToBeModified_SgNBModReqd_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_SgNBModReqdList) Reset() { *m = E_RABs_ToBeModified_SgNBModReqdList{} } -func (m *E_RABs_ToBeModified_SgNBModReqdList) String() string { return proto.CompactTextString(m) } -func (*E_RABs_ToBeModified_SgNBModReqdList) ProtoMessage() {} -func (*E_RABs_ToBeModified_SgNBModReqdList) Descriptor() ([]byte, []int) { - return fileDescriptor_b508978406540b71, []int{6} -} - -func (m *E_RABs_ToBeModified_SgNBModReqdList) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqdList.Unmarshal(m, b) -} -func (m *E_RABs_ToBeModified_SgNBModReqdList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqdList.Marshal(b, m, deterministic) -} -func (m *E_RABs_ToBeModified_SgNBModReqdList) XXX_Merge(src proto.Message) { - xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqdList.Merge(m, src) -} -func (m *E_RABs_ToBeModified_SgNBModReqdList) XXX_Size() int { - return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqdList.Size(m) -} -func (m *E_RABs_ToBeModified_SgNBModReqdList) XXX_DiscardUnknown() { - xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqdList.DiscardUnknown(m) -} - -var xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqdList proto.InternalMessageInfo - -func (m *E_RABs_ToBeModified_SgNBModReqdList) GetItems() []*E_RABs_ToBeModified_SgNBModReqd_ItemIEs { - if m != nil { - return m.Items - } - return nil -} - -type E_RABs_ToBeModified_SgNBModReqd_ItemIEs struct { - Id_E_RABs_ToBeModified_SgNBModReqd_Item *E_RABs_ToBeModified_SgNBModReqd_Item `protobuf:"bytes,1,opt,name=id_E_RABs_ToBeModified_SgNBModReqd_Item,json=idERABsToBeModifiedSgNBModReqdItem,proto3" json:"id_E_RABs_ToBeModified_SgNBModReqd_Item,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *E_RABs_ToBeModified_SgNBModReqd_ItemIEs) Reset() { - *m = E_RABs_ToBeModified_SgNBModReqd_ItemIEs{} -} -func (m *E_RABs_ToBeModified_SgNBModReqd_ItemIEs) String() string { return proto.CompactTextString(m) } -func (*E_RABs_ToBeModified_SgNBModReqd_ItemIEs) ProtoMessage() {} -func (*E_RABs_ToBeModified_SgNBModReqd_ItemIEs) Descriptor() ([]byte, []int) { - return fileDescriptor_b508978406540b71, []int{7} -} - -func (m *E_RABs_ToBeModified_SgNBModReqd_ItemIEs) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_ItemIEs.Unmarshal(m, b) -} -func (m *E_RABs_ToBeModified_SgNBModReqd_ItemIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_ItemIEs.Marshal(b, m, deterministic) -} -func (m *E_RABs_ToBeModified_SgNBModReqd_ItemIEs) XXX_Merge(src proto.Message) { - xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_ItemIEs.Merge(m, src) -} -func (m *E_RABs_ToBeModified_SgNBModReqd_ItemIEs) XXX_Size() int { - return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_ItemIEs.Size(m) -} -func (m *E_RABs_ToBeModified_SgNBModReqd_ItemIEs) XXX_DiscardUnknown() { - xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_ItemIEs.DiscardUnknown(m) -} - -var xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_ItemIEs proto.InternalMessageInfo - -func (m *E_RABs_ToBeModified_SgNBModReqd_ItemIEs) GetId_E_RABs_ToBeModified_SgNBModReqd_Item() *E_RABs_ToBeModified_SgNBModReqd_Item { - if m != nil { - return m.Id_E_RABs_ToBeModified_SgNBModReqd_Item - } - return nil -} - -type E_RABs_ToBeModified_SgNBModReqd_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_SgNBModReqd_Item_SgNBPDCPpresent - // *E_RABs_ToBeModified_SgNBModReqd_Item_SgNBPDCPnotpresent - ResourceConfiguration isE_RABs_ToBeModified_SgNBModReqd_Item_ResourceConfiguration `protobuf_oneof:"resource_configuration"` - IE_Extensions []*E_RABs_ToBeModified_SgNBModReqd_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_SgNBModReqd_Item) Reset() { *m = E_RABs_ToBeModified_SgNBModReqd_Item{} } -func (m *E_RABs_ToBeModified_SgNBModReqd_Item) String() string { return proto.CompactTextString(m) } -func (*E_RABs_ToBeModified_SgNBModReqd_Item) ProtoMessage() {} -func (*E_RABs_ToBeModified_SgNBModReqd_Item) Descriptor() ([]byte, []int) { - return fileDescriptor_b508978406540b71, []int{8} -} - -func (m *E_RABs_ToBeModified_SgNBModReqd_Item) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_Item.Unmarshal(m, b) -} -func (m *E_RABs_ToBeModified_SgNBModReqd_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_Item.Marshal(b, m, deterministic) -} -func (m *E_RABs_ToBeModified_SgNBModReqd_Item) XXX_Merge(src proto.Message) { - xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_Item.Merge(m, src) -} -func (m *E_RABs_ToBeModified_SgNBModReqd_Item) XXX_Size() int { - return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_Item.Size(m) -} -func (m *E_RABs_ToBeModified_SgNBModReqd_Item) XXX_DiscardUnknown() { - xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_Item.DiscardUnknown(m) -} - -var xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_Item proto.InternalMessageInfo - -func (m *E_RABs_ToBeModified_SgNBModReqd_Item) GetE_RAB_ID() uint32 { - if m != nil { - return m.E_RAB_ID - } - return 0 -} - -func (m *E_RABs_ToBeModified_SgNBModReqd_Item) GetEn_DC_ResourceConfiguration() *EN_DC_ResourceConfiguration { - if m != nil { - return m.En_DC_ResourceConfiguration - } - return nil -} - -type isE_RABs_ToBeModified_SgNBModReqd_Item_ResourceConfiguration interface { - isE_RABs_ToBeModified_SgNBModReqd_Item_ResourceConfiguration() -} - -type E_RABs_ToBeModified_SgNBModReqd_Item_SgNBPDCPpresent struct { - SgNBPDCPpresent *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent `protobuf:"bytes,3,opt,name=sgNBPDCPpresent,proto3,oneof"` -} - -type E_RABs_ToBeModified_SgNBModReqd_Item_SgNBPDCPnotpresent struct { - SgNBPDCPnotpresent *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent `protobuf:"bytes,4,opt,name=sgNBPDCPnotpresent,proto3,oneof"` -} - -func (*E_RABs_ToBeModified_SgNBModReqd_Item_SgNBPDCPpresent) isE_RABs_ToBeModified_SgNBModReqd_Item_ResourceConfiguration() { -} - -func (*E_RABs_ToBeModified_SgNBModReqd_Item_SgNBPDCPnotpresent) isE_RABs_ToBeModified_SgNBModReqd_Item_ResourceConfiguration() { -} - -func (m *E_RABs_ToBeModified_SgNBModReqd_Item) GetResourceConfiguration() isE_RABs_ToBeModified_SgNBModReqd_Item_ResourceConfiguration { - if m != nil { - return m.ResourceConfiguration - } - return nil -} - -func (m *E_RABs_ToBeModified_SgNBModReqd_Item) GetSgNBPDCPpresent() *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent { - if x, ok := m.GetResourceConfiguration().(*E_RABs_ToBeModified_SgNBModReqd_Item_SgNBPDCPpresent); ok { - return x.SgNBPDCPpresent - } - return nil -} - -func (m *E_RABs_ToBeModified_SgNBModReqd_Item) GetSgNBPDCPnotpresent() *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent { - if x, ok := m.GetResourceConfiguration().(*E_RABs_ToBeModified_SgNBModReqd_Item_SgNBPDCPnotpresent); ok { - return x.SgNBPDCPnotpresent - } - return nil -} - -func (m *E_RABs_ToBeModified_SgNBModReqd_Item) GetIE_Extensions() []*E_RABs_ToBeModified_SgNBModReqd_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_SgNBModReqd_Item) XXX_OneofWrappers() []interface{} { - return []interface{}{ - (*E_RABs_ToBeModified_SgNBModReqd_Item_SgNBPDCPpresent)(nil), - (*E_RABs_ToBeModified_SgNBModReqd_Item_SgNBPDCPnotpresent)(nil), - } -} - -type E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs struct { - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs) Reset() { - *m = E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs{} -} -func (m *E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs) String() string { - return proto.CompactTextString(m) -} -func (*E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs) ProtoMessage() {} -func (*E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs) Descriptor() ([]byte, []int) { - return fileDescriptor_b508978406540b71, []int{9} -} - -func (m *E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs.Unmarshal(m, b) -} -func (m *E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs.Marshal(b, m, deterministic) -} -func (m *E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs) XXX_Merge(src proto.Message) { - xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs.Merge(m, src) -} -func (m *E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs) XXX_Size() int { - return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs.Size(m) -} -func (m *E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs) XXX_DiscardUnknown() { - xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs.DiscardUnknown(m) -} - -var xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs proto.InternalMessageInfo - -type E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent struct { - Requested_MCG_E_RAB_Level_QoS_Parameters *E_RAB_Level_QoS_Parameters `protobuf:"bytes,1,opt,name=requested_MCG_E_RAB_Level_QoS_Parameters,json=requestedMCGERABLevelQoSParameters,proto3" json:"requested_MCG_E_RAB_Level_QoS_Parameters,omitempty"` - UL_Configuration *ULConfiguration `protobuf:"bytes,2,opt,name=uL_Configuration,json=uLConfiguration,proto3" json:"uL_Configuration,omitempty"` - SgNB_UL_GTP_TEIDatPDCP *GTPtunnelEndpoint `protobuf:"bytes,3,opt,name=sgNB_UL_GTP_TEIDatPDCP,json=sgNBULGTPTEIDatPDCP,proto3" json:"sgNB_UL_GTP_TEIDatPDCP,omitempty"` - S1_DL_GTP_TEIDatSgNB *GTPtunnelEndpoint `protobuf:"bytes,4,opt,name=s1_DL_GTP_TEIDatSgNB,json=s1DLGTPTEIDatSgNB,proto3" json:"s1_DL_GTP_TEIDatSgNB,omitempty"` - IE_Extensions []*E_RABs_ToBeModified_SgNBModReqd_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_SgNBModReqd_SgNBPDCPpresent) Reset() { - *m = E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent{} -} -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent) String() string { - return proto.CompactTextString(m) -} -func (*E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent) ProtoMessage() {} -func (*E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent) Descriptor() ([]byte, []int) { - return fileDescriptor_b508978406540b71, []int{10} -} - -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent.Unmarshal(m, b) -} -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent.Marshal(b, m, deterministic) -} -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent) XXX_Merge(src proto.Message) { - xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent.Merge(m, src) -} -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent) XXX_Size() int { - return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent.Size(m) -} -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent) XXX_DiscardUnknown() { - xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent.DiscardUnknown(m) -} - -var xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent proto.InternalMessageInfo - -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent) GetRequested_MCG_E_RAB_Level_QoS_Parameters() *E_RAB_Level_QoS_Parameters { - if m != nil { - return m.Requested_MCG_E_RAB_Level_QoS_Parameters - } - return nil -} - -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent) GetUL_Configuration() *ULConfiguration { - if m != nil { - return m.UL_Configuration - } - return nil -} - -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent) GetSgNB_UL_GTP_TEIDatPDCP() *GTPtunnelEndpoint { - if m != nil { - return m.SgNB_UL_GTP_TEIDatPDCP - } - return nil -} - -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent) GetS1_DL_GTP_TEIDatSgNB() *GTPtunnelEndpoint { - if m != nil { - return m.S1_DL_GTP_TEIDatSgNB - } - return nil -} - -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent) GetIE_Extensions() []*E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs { - if m != nil { - return m.IE_Extensions - } - return nil -} - -type E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs 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"` - IdNewDrb_IDReq *TrueOpt `protobuf:"bytes,3,opt,name=id_new_drb_ID_req,json=idNewDrbIDReq,proto3" json:"id_new_drb_ID_req,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs) Reset() { - *m = E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs{} -} -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs) String() string { - return proto.CompactTextString(m) -} -func (*E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs) ProtoMessage() {} -func (*E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs) Descriptor() ([]byte, []int) { - return fileDescriptor_b508978406540b71, []int{11} -} - -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs.Unmarshal(m, b) -} -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs.Marshal(b, m, deterministic) -} -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs) XXX_Merge(src proto.Message) { - xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs.Merge(m, src) -} -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs) XXX_Size() int { - return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs.Size(m) -} -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs) XXX_DiscardUnknown() { - xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs.DiscardUnknown(m) -} - -var xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs proto.InternalMessageInfo - -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs) GetIdULpDCPSnLength() *PDCPSnLength { - if m != nil { - return m.IdULpDCPSnLength - } - return nil -} - -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs) GetIdDLPDCPSnLength() *PDCPSnLength { - if m != nil { - return m.IdDLPDCPSnLength - } - return nil -} - -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs) GetIdNewDrb_IDReq() *TrueOpt { - if m != nil { - return m.IdNewDrb_IDReq - } - return nil -} - -type E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent struct { - SgNB_DL_GTP_TEIDatSCG *GTPtunnelEndpoint `protobuf:"bytes,1,opt,name=sgNB_DL_GTP_TEIDatSCG,json=sgNBDLGTPTEIDatSCG,proto3" json:"sgNB_DL_GTP_TEIDatSCG,omitempty"` - SecondarySgNB_DL_GTP_TEIDatSCG *GTPtunnelEndpoint `protobuf:"bytes,2,opt,name=secondary_sgNB_DL_GTP_TEIDatSCG,json=secondarySgNBDLGTPTEIDatSCG,proto3" json:"secondary_sgNB_DL_GTP_TEIDatSCG,omitempty"` - IE_Extensions []*E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs `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_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent) Reset() { - *m = E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent{} -} -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent) String() string { - return proto.CompactTextString(m) -} -func (*E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent) ProtoMessage() {} -func (*E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent) Descriptor() ([]byte, []int) { - return fileDescriptor_b508978406540b71, []int{12} -} - -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent.Unmarshal(m, b) -} -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent.Marshal(b, m, deterministic) -} -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent) XXX_Merge(src proto.Message) { - xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent.Merge(m, src) -} -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent) XXX_Size() int { - return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent.Size(m) -} -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent) XXX_DiscardUnknown() { - xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent.DiscardUnknown(m) -} - -var xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent proto.InternalMessageInfo - -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent) GetSgNB_DL_GTP_TEIDatSCG() *GTPtunnelEndpoint { - if m != nil { - return m.SgNB_DL_GTP_TEIDatSCG - } - return nil -} - -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent) GetSecondarySgNB_DL_GTP_TEIDatSCG() *GTPtunnelEndpoint { - if m != nil { - return m.SecondarySgNB_DL_GTP_TEIDatSCG - } - return nil -} - -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent) GetIE_Extensions() []*E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs { - if m != nil { - return m.IE_Extensions - } - return nil -} - -type E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs struct { - Id_RLC_Status *RLC_Status `protobuf:"bytes,1,opt,name=id_RLC_Status,json=idRLCStatus,proto3" json:"id_RLC_Status,omitempty"` - IdLCID *wrappers.UInt32Value `protobuf:"bytes,2,opt,name=id_lCID,json=idLCID,proto3" json:"id_lCID,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs) Reset() { - *m = E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs{} -} -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs) String() string { - return proto.CompactTextString(m) -} -func (*E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs) ProtoMessage() {} -func (*E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs) Descriptor() ([]byte, []int) { - return fileDescriptor_b508978406540b71, []int{13} -} - -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs.Unmarshal(m, b) -} -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs.Marshal(b, m, deterministic) -} -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs) XXX_Merge(src proto.Message) { - xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs.Merge(m, src) -} -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs) XXX_Size() int { - return xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs.Size(m) -} -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs) XXX_DiscardUnknown() { - xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs.DiscardUnknown(m) -} - -var xxx_messageInfo_E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs proto.InternalMessageInfo - -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs) GetId_RLC_Status() *RLC_Status { - if m != nil { - return m.Id_RLC_Status - } - return nil -} - -func (m *E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs) GetIdLCID() *wrappers.UInt32Value { - if m != nil { - return m.IdLCID - } - return nil -} - -func init() { - proto.RegisterType((*SgNBModificationRequired)(nil), "streaming_protobufs.SgNBModificationRequired") - proto.RegisterType((*SgNBModificationRequired_IEs)(nil), "streaming_protobufs.SgNBModificationRequired_IEs") - proto.RegisterType((*E_RABs_ToBeReleased_SgNBModReqdList)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBModReqdList") - proto.RegisterType((*E_RABs_ToBeReleased_SgNBModReqd_ItemIEs)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBModReqd_ItemIEs") - proto.RegisterType((*E_RABs_ToBeReleased_SgNBModReqd_Item)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBModReqd_Item") - proto.RegisterType((*E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBModReqd_ItemExtIEs") - proto.RegisterType((*E_RABs_ToBeModified_SgNBModReqdList)(nil), "streaming_protobufs.E_RABs_ToBeModified_SgNBModReqdList") - proto.RegisterType((*E_RABs_ToBeModified_SgNBModReqd_ItemIEs)(nil), "streaming_protobufs.E_RABs_ToBeModified_SgNBModReqd_ItemIEs") - proto.RegisterType((*E_RABs_ToBeModified_SgNBModReqd_Item)(nil), "streaming_protobufs.E_RABs_ToBeModified_SgNBModReqd_Item") - proto.RegisterType((*E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs)(nil), "streaming_protobufs.E_RABs_ToBeModified_SgNBModReqd_ItemExtIEs") - proto.RegisterType((*E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent)(nil), "streaming_protobufs.E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresent") - proto.RegisterType((*E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs)(nil), "streaming_protobufs.E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPpresentExtIEs") - proto.RegisterType((*E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent)(nil), "streaming_protobufs.E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresent") - proto.RegisterType((*E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs)(nil), "streaming_protobufs.E_RABs_ToBeModified_SgNBModReqd_SgNBPDCPnotpresentExtIEs") -} - -func init() { proto.RegisterFile("sgnb_modification_required.proto", fileDescriptor_b508978406540b71) } - -var fileDescriptor_b508978406540b71 = []byte{ - // 1230 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0xdf, 0x72, 0x13, 0xb7, - 0x17, 0xc6, 0x81, 0x24, 0xfc, 0x94, 0x5f, 0x0a, 0x08, 0x08, 0x2e, 0x64, 0x80, 0x1a, 0x0a, 0x94, - 0x69, 0x6c, 0x12, 0x86, 0x19, 0x3a, 0xd3, 0x99, 0x0e, 0xde, 0xdd, 0x9a, 0xed, 0xd8, 0xc6, 0xc8, - 0x76, 0xff, 0xc0, 0x85, 0x66, 0x6d, 0x29, 0x8b, 0x66, 0x6c, 0x69, 0xa3, 0xd5, 0x16, 0x72, 0xd7, - 0x9b, 0xde, 0x75, 0xda, 0x47, 0xe0, 0x19, 0x7a, 0xd3, 0x8b, 0xbe, 0x45, 0xef, 0xfa, 0x1a, 0x7d, - 0x83, 0x8e, 0xb4, 0xeb, 0x7f, 0x89, 0x1c, 0x6f, 0x5c, 0xee, 0xd6, 0xda, 0xef, 0x7c, 0xe7, 0xe8, - 0x9c, 0xef, 0x9c, 0x3d, 0x06, 0xb7, 0xe3, 0x90, 0xf7, 0xf0, 0x50, 0x10, 0xb6, 0xcf, 0xfa, 0x81, - 0x62, 0x82, 0x63, 0x49, 0x0f, 0x12, 0x26, 0x29, 0x29, 0x47, 0x52, 0x28, 0x01, 0x2f, 0xc7, 0x4a, - 0xd2, 0x60, 0xc8, 0x78, 0x88, 0xcd, 0x41, 0x2f, 0xd9, 0x8f, 0xaf, 0xdf, 0x0c, 0x85, 0x08, 0x07, - 0xb4, 0x32, 0x3a, 0xa9, 0xbc, 0x95, 0x41, 0x14, 0x51, 0x19, 0xa7, 0x46, 0xd7, 0x61, 0x5f, 0x0c, - 0x87, 0x82, 0x63, 0x75, 0x18, 0xd1, 0xd1, 0xd9, 0xb5, 0x77, 0x7b, 0x41, 0x84, 0x2d, 0x2f, 0x2e, - 0x4b, 0xd9, 0xc7, 0xfd, 0x10, 0xf7, 0x05, 0xdf, 0x67, 0x61, 0x76, 0x78, 0x89, 0x4a, 0x29, 0x24, - 0xee, 0x07, 0x49, 0x4c, 0xd3, 0xa3, 0x92, 0x00, 0xc5, 0x76, 0xd8, 0xac, 0x36, 0xa6, 0x82, 0x45, - 0x59, 0xac, 0xb0, 0x0d, 0x36, 0x0c, 0xa8, 0x2f, 0x06, 0xbe, 0x17, 0x17, 0x0b, 0xb7, 0x0b, 0x0f, - 0x36, 0xf6, 0x76, 0xcb, 0x96, 0xd8, 0xcb, 0xf3, 0x38, 0xb0, 0xef, 0xc5, 0x68, 0x9a, 0xa5, 0xf4, - 0xd7, 0x3a, 0xd8, 0x3e, 0x09, 0x0d, 0x1f, 0x02, 0xc8, 0x08, 0x6e, 0xd0, 0x66, 0x15, 0x77, 0x3d, - 0xfc, 0xfd, 0xde, 0xb3, 0x16, 0xf6, 0x5d, 0xe3, 0x7c, 0x13, 0x7d, 0xc4, 0x88, 0x7e, 0xd1, 0xf5, - 0xf4, 0xb1, 0xef, 0x66, 0x58, 0x4d, 0x37, 0x8d, 0x5d, 0x19, 0x61, 0xf5, 0x8b, 0x31, 0xf6, 0x09, - 0x38, 0xcf, 0x08, 0x76, 0xf4, 0xdd, 0x8b, 0x67, 0xcd, 0x55, 0xae, 0x5b, 0xaf, 0x62, 0x10, 0x68, - 0x9d, 0x11, 0xf3, 0x00, 0x7b, 0xe0, 0x1a, 0x23, 0xb8, 0xe5, 0x3a, 0x2d, 0xe7, 0x4d, 0xc0, 0x43, - 0xea, 0x73, 0x92, 0x45, 0x5d, 0x3c, 0x67, 0x58, 0x3e, 0xb3, 0xb2, 0xd8, 0x0c, 0xd0, 0x16, 0x23, - 0xb6, 0x73, 0xf8, 0x4b, 0x01, 0xdc, 0x63, 0x04, 0x7b, 0x18, 0x3d, 0xab, 0xc6, 0xb8, 0x23, 0xaa, - 0x14, 0xd1, 0x01, 0x0d, 0x62, 0x9a, 0xde, 0xad, 0x21, 0x08, 0xa2, 0x07, 0xa4, 0xce, 0x62, 0x55, - 0x5c, 0x35, 0x3e, 0x9f, 0x5a, 0x7d, 0xe6, 0xb0, 0x47, 0x25, 0x46, 0x3c, 0x8d, 0x9a, 0x06, 0x1d, - 0xc1, 0xc0, 0x2e, 0xd8, 0xca, 0xb2, 0xaa, 0x84, 0x4e, 0xb7, 0x23, 0xb8, 0x0a, 0x18, 0xa7, 0xb2, - 0xb8, 0x66, 0xbc, 0xdf, 0xb4, 0xe7, 0xad, 0x86, 0x1d, 0x23, 0x36, 0x74, 0x35, 0xcd, 0xfc, 0x11, - 0x63, 0xf8, 0x1a, 0x6c, 0x1f, 0x2f, 0x2c, 0xf6, 0xde, 0x29, 0xca, 0x63, 0x9d, 0xce, 0x75, 0x43, - 0xbe, 0x5d, 0x4e, 0xdb, 0xa0, 0x3c, 0x62, 0x2e, 0x77, 0x7d, 0xae, 0x1e, 0xef, 0x7d, 0x1b, 0x0c, - 0x12, 0x8a, 0xae, 0xcd, 0x0a, 0x60, 0x6c, 0x6c, 0x49, 0x61, 0x2a, 0x30, 0x4b, 0x0a, 0xcf, 0xe7, - 0x4b, 0xe1, 0x3c, 0xfb, 0x99, 0x14, 0x8e, 0x40, 0x47, 0x53, 0xf8, 0x5b, 0x1a, 0x8e, 0x3e, 0x46, - 0x34, 0x16, 0x89, 0xec, 0x53, 0x47, 0x08, 0x49, 0x18, 0x37, 0x15, 0xf7, 0xf9, 0xbe, 0x90, 0xc3, - 0x54, 0x45, 0xff, 0x3b, 0x21, 0x9c, 0x1c, 0xf6, 0xe8, 0xd3, 0x34, 0xdb, 0x0b, 0x60, 0xf0, 0x95, - 0x29, 0x2a, 0x42, 0x4e, 0x5a, 0xa4, 0x29, 0x19, 0x03, 0x13, 0xc0, 0x1d, 0x6b, 0x00, 0x08, 0x39, - 0x59, 0x55, 0xb1, 0xcf, 0x89, 0xae, 0xac, 0x85, 0xa1, 0x74, 0x08, 0xee, 0xe4, 0xd0, 0x1e, 0x44, - 0x60, 0x95, 0x29, 0x3a, 0xd4, 0x93, 0xe4, 0xec, 0x83, 0x8d, 0xbd, 0x2f, 0x97, 0x11, 0x31, 0xf6, - 0x15, 0x1d, 0xea, 0xa1, 0x92, 0x52, 0x95, 0xfe, 0x2c, 0x80, 0xfb, 0x39, 0x4d, 0xe0, 0xaf, 0x05, - 0x70, 0x7f, 0x71, 0x9b, 0x19, 0x78, 0x36, 0xec, 0xbe, 0x58, 0x3a, 0xc4, 0x45, 0x8d, 0xa6, 0x31, - 0xa5, 0xbf, 0x0b, 0xe0, 0x6e, 0x1e, 0x32, 0x58, 0x04, 0xe7, 0xa9, 0xc6, 0x4d, 0x26, 0xe1, 0x1a, - 0x45, 0xcf, 0xaa, 0xbe, 0x0b, 0x1f, 0x81, 0x55, 0x33, 0xce, 0xcd, 0xd0, 0x3b, 0x79, 0xa4, 0xa5, - 0x40, 0x48, 0xc0, 0x26, 0xf3, 0x26, 0x6d, 0x17, 0x17, 0xcf, 0x9a, 0x6a, 0x7c, 0xb5, 0xf4, 0x55, - 0xbd, 0x77, 0x4a, 0x17, 0xe4, 0xff, 0xcc, 0x9b, 0x90, 0x96, 0x7e, 0x2a, 0x80, 0x87, 0xf9, 0x8d, - 0x21, 0x4a, 0xd5, 0x59, 0x77, 0x1a, 0x82, 0x50, 0xac, 0x64, 0xc0, 0xe3, 0x7d, 0x2a, 0x25, 0x25, - 0x59, 0x21, 0xb6, 0xed, 0xea, 0x4c, 0xf1, 0xe8, 0x0a, 0x23, 0xd9, 0x63, 0x67, 0x62, 0x79, 0x44, - 0x95, 0xf3, 0xda, 0xf9, 0xd4, 0xaa, 0xb4, 0x11, 0x2d, 0x50, 0xe5, 0x49, 0x26, 0x16, 0x55, 0xce, - 0x85, 0xe7, 0x55, 0xe5, 0x5c, 0x82, 0x45, 0xb3, 0xcb, 0xa8, 0xf2, 0xfd, 0xb9, 0x19, 0x55, 0xce, - 0x25, 0x3b, 0x41, 0x95, 0x11, 0xb8, 0x41, 0x39, 0x76, 0x1d, 0x3c, 0x99, 0x4a, 0x7a, 0x64, 0x24, - 0x32, 0x9d, 0x38, 0xa9, 0x56, 0x1f, 0xd9, 0xaf, 0xd1, 0x9c, 0x6b, 0x87, 0x3e, 0xa6, 0xdc, 0x75, - 0xac, 0xaf, 0x60, 0x04, 0x2e, 0xc4, 0x61, 0xb3, 0xaa, 0x3f, 0xaf, 0x91, 0xa4, 0x31, 0xe5, 0x2a, - 0xfb, 0xc8, 0xbb, 0x4b, 0x25, 0xab, 0x3d, 0xcb, 0xf5, 0xfc, 0x0c, 0x3a, 0x4a, 0x0f, 0x0f, 0x01, - 0x1c, 0x1d, 0x71, 0xa1, 0x46, 0x4e, 0xd3, 0x9d, 0xa0, 0xf6, 0x9f, 0x9c, 0x4e, 0xe8, 0x9e, 0x9f, - 0x41, 0x16, 0x27, 0xc7, 0x5b, 0x78, 0x35, 0x5f, 0x0b, 0xcf, 0x2d, 0xa5, 0xad, 0x85, 0xab, 0x45, - 0xb0, 0x25, 0xb3, 0x5c, 0x67, 0x6b, 0x64, 0x96, 0xec, 0xd2, 0xe7, 0x33, 0xbd, 0xbd, 0x80, 0xb5, - 0xf4, 0xfb, 0x39, 0x50, 0x39, 0x65, 0xbe, 0xe1, 0xcf, 0x05, 0xf0, 0x40, 0xef, 0xcc, 0x34, 0x56, - 0x94, 0xe0, 0x86, 0x53, 0x4b, 0xfb, 0x03, 0xd7, 0xe9, 0x8f, 0x74, 0x80, 0x5f, 0x8a, 0x36, 0x6e, - 0x05, 0x32, 0x18, 0x52, 0x45, 0xe5, 0x68, 0x31, 0xad, 0xcc, 0xbf, 0xbd, 0xd5, 0x0c, 0x95, 0xc6, - 0x0e, 0x1a, 0x4e, 0x4d, 0x77, 0x85, 0x41, 0xbd, 0x14, 0xed, 0x09, 0x06, 0xbe, 0x00, 0x17, 0x93, - 0x3a, 0xb6, 0xa9, 0xf7, 0xae, 0xd5, 0x5d, 0xb7, 0x3e, 0xab, 0xd8, 0x0b, 0xc9, 0xec, 0x01, 0x7c, - 0x0d, 0xb6, 0x62, 0xb3, 0xae, 0xd6, 0x71, 0xad, 0xd3, 0xc2, 0x1d, 0xcf, 0x77, 0x03, 0xa5, 0x6f, - 0x9e, 0xc9, 0xf5, 0x9e, 0x95, 0xb6, 0xd6, 0x69, 0xa9, 0x84, 0x73, 0x3a, 0xf0, 0x38, 0x89, 0x04, - 0xe3, 0x0a, 0x5d, 0xd6, 0x2c, 0xdd, 0x7a, 0xad, 0xd3, 0x9a, 0x50, 0xc0, 0xef, 0xc0, 0x95, 0x78, - 0x17, 0xbb, 0xd3, 0xd4, 0x3a, 0xb1, 0x99, 0x28, 0xf3, 0x52, 0x5f, 0x8a, 0x77, 0xdd, 0x09, 0xb1, - 0x26, 0x80, 0xc2, 0x2e, 0xb8, 0x6f, 0x3e, 0x44, 0x6f, 0x59, 0x3f, 0x1f, 0xef, 0x57, 0xc0, 0x93, - 0xa5, 0x78, 0x60, 0x13, 0x5c, 0x62, 0x04, 0x27, 0xf5, 0xc8, 0x75, 0x5a, 0x6d, 0x5e, 0xa7, 0x3c, - 0x54, 0x6f, 0x32, 0x85, 0x7c, 0x32, 0x77, 0x53, 0x1f, 0x01, 0xd1, 0x45, 0x46, 0xba, 0x33, 0xa6, - 0x19, 0x1f, 0xa9, 0x4f, 0xc3, 0x32, 0x09, 0xe4, 0xe3, 0x73, 0x67, 0x4c, 0xe1, 0xd7, 0x86, 0x8f, - 0xd3, 0xb7, 0x98, 0xc8, 0x9e, 0x5e, 0x80, 0x25, 0x3d, 0xc8, 0x6a, 0x6f, 0xff, 0xc8, 0x75, 0x64, - 0x42, 0x5f, 0x44, 0x0a, 0x6d, 0x32, 0xd2, 0xa4, 0x6f, 0x5d, 0xd9, 0xf3, 0x5d, 0x44, 0x0f, 0x4a, - 0xff, 0xac, 0x80, 0xbd, 0xd3, 0x0f, 0x14, 0xf8, 0x03, 0xb8, 0x6a, 0xf4, 0x37, 0x2b, 0x12, 0xa7, - 0x96, 0xa5, 0x28, 0xaf, 0x46, 0xcc, 0x54, 0x9a, 0x56, 0x89, 0x53, 0x83, 0x03, 0x70, 0x2b, 0xa6, - 0x7d, 0xc1, 0x49, 0x20, 0x0f, 0xb1, 0xdd, 0xc9, 0xca, 0xa9, 0x9c, 0xdc, 0x18, 0xd3, 0xb5, 0x8f, - 0x7b, 0x93, 0xf6, 0x35, 0xa6, 0xf1, 0x81, 0x26, 0xaf, 0x55, 0x95, 0x7f, 0x14, 0xc0, 0xd3, 0x65, - 0xa9, 0xa0, 0x03, 0x36, 0xd3, 0x15, 0x07, 0xb7, 0x55, 0xa0, 0x92, 0xd1, 0xd8, 0xba, 0x35, 0x6f, - 0xb3, 0xc9, 0x60, 0x68, 0xc3, 0x2c, 0x37, 0xe9, 0x0f, 0xf8, 0x04, 0xac, 0x33, 0x82, 0x07, 0x4e, - 0xf6, 0x2f, 0x77, 0xd1, 0xdf, 0xa5, 0x35, 0x46, 0xea, 0x8e, 0xef, 0x56, 0x1f, 0xbf, 0xda, 0x0d, - 0xa9, 0x94, 0x4c, 0x95, 0xc5, 0x8e, 0x0c, 0xf8, 0x4e, 0xdc, 0x2f, 0x0b, 0x19, 0x56, 0x64, 0x45, - 0xb2, 0xfe, 0x4e, 0x34, 0x50, 0x95, 0x71, 0x0c, 0x3b, 0xe3, 0x18, 0x7a, 0x6b, 0xe6, 0xf1, 0xf1, - 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x7c, 0x5a, 0x38, 0x43, 0xcf, 0x10, 0x00, 0x00, -}