X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=protogen%2Fgopb%2Fsgnb_modification_request_reject.pb.go;fp=protogen%2Fgopb%2Fsgnb_modification_request_reject.pb.go;h=0000000000000000000000000000000000000000;hb=21f0383b51cec0d7830e7c01d616cfe0f8c1955f;hp=c2586ec6168f829a23c6d58bfbf9905cbd6b71a5;hpb=8a4b283ce188040760761f24e48a5133f31c1ece;p=ric-plt%2Fstreaming-protobufs.git diff --git a/protogen/gopb/sgnb_modification_request_reject.pb.go b/protogen/gopb/sgnb_modification_request_reject.pb.go deleted file mode 100644 index c2586ec..0000000 --- a/protogen/gopb/sgnb_modification_request_reject.pb.go +++ /dev/null @@ -1,169 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: sgnb_modification_request_reject.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 SgNBModificationRequestReject struct { - ProtocolIEs *SgNBModificationRequestReject_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 *SgNBModificationRequestReject) Reset() { *m = SgNBModificationRequestReject{} } -func (m *SgNBModificationRequestReject) String() string { return proto.CompactTextString(m) } -func (*SgNBModificationRequestReject) ProtoMessage() {} -func (*SgNBModificationRequestReject) Descriptor() ([]byte, []int) { - return fileDescriptor_c29e72ef4a3384e5, []int{0} -} - -func (m *SgNBModificationRequestReject) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SgNBModificationRequestReject.Unmarshal(m, b) -} -func (m *SgNBModificationRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SgNBModificationRequestReject.Marshal(b, m, deterministic) -} -func (m *SgNBModificationRequestReject) XXX_Merge(src proto.Message) { - xxx_messageInfo_SgNBModificationRequestReject.Merge(m, src) -} -func (m *SgNBModificationRequestReject) XXX_Size() int { - return xxx_messageInfo_SgNBModificationRequestReject.Size(m) -} -func (m *SgNBModificationRequestReject) XXX_DiscardUnknown() { - xxx_messageInfo_SgNBModificationRequestReject.DiscardUnknown(m) -} - -var xxx_messageInfo_SgNBModificationRequestReject proto.InternalMessageInfo - -func (m *SgNBModificationRequestReject) GetProtocolIEs() *SgNBModificationRequestReject_IEs { - if m != nil { - return m.ProtocolIEs - } - return nil -} - -type SgNBModificationRequestReject_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_CriticalityDiagnostics *CriticalityDiagnostics `protobuf:"bytes,4,opt,name=id_CriticalityDiagnostics,json=idCriticalityDiagnostics,proto3" json:"id_CriticalityDiagnostics,omitempty"` - Id_MeNB_UE_X2AP_ID_Extension *wrappers.UInt32Value `protobuf:"bytes,5,opt,name=id_MeNB_UE_X2AP_ID_Extension,json=idMeNBUEX2APIDExtension,proto3" json:"id_MeNB_UE_X2AP_ID_Extension,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *SgNBModificationRequestReject_IEs) Reset() { *m = SgNBModificationRequestReject_IEs{} } -func (m *SgNBModificationRequestReject_IEs) String() string { return proto.CompactTextString(m) } -func (*SgNBModificationRequestReject_IEs) ProtoMessage() {} -func (*SgNBModificationRequestReject_IEs) Descriptor() ([]byte, []int) { - return fileDescriptor_c29e72ef4a3384e5, []int{1} -} - -func (m *SgNBModificationRequestReject_IEs) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_SgNBModificationRequestReject_IEs.Unmarshal(m, b) -} -func (m *SgNBModificationRequestReject_IEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_SgNBModificationRequestReject_IEs.Marshal(b, m, deterministic) -} -func (m *SgNBModificationRequestReject_IEs) XXX_Merge(src proto.Message) { - xxx_messageInfo_SgNBModificationRequestReject_IEs.Merge(m, src) -} -func (m *SgNBModificationRequestReject_IEs) XXX_Size() int { - return xxx_messageInfo_SgNBModificationRequestReject_IEs.Size(m) -} -func (m *SgNBModificationRequestReject_IEs) XXX_DiscardUnknown() { - xxx_messageInfo_SgNBModificationRequestReject_IEs.DiscardUnknown(m) -} - -var xxx_messageInfo_SgNBModificationRequestReject_IEs proto.InternalMessageInfo - -func (m *SgNBModificationRequestReject_IEs) GetId_MeNB_UE_X2AP_ID() uint32 { - if m != nil { - return m.Id_MeNB_UE_X2AP_ID - } - return 0 -} - -func (m *SgNBModificationRequestReject_IEs) GetId_SgNB_UE_X2AP_ID() uint32 { - if m != nil { - return m.Id_SgNB_UE_X2AP_ID - } - return 0 -} - -func (m *SgNBModificationRequestReject_IEs) GetId_Cause() *Cause { - if m != nil { - return m.Id_Cause - } - return nil -} - -func (m *SgNBModificationRequestReject_IEs) GetId_CriticalityDiagnostics() *CriticalityDiagnostics { - if m != nil { - return m.Id_CriticalityDiagnostics - } - return nil -} - -func (m *SgNBModificationRequestReject_IEs) GetId_MeNB_UE_X2AP_ID_Extension() *wrappers.UInt32Value { - if m != nil { - return m.Id_MeNB_UE_X2AP_ID_Extension - } - return nil -} - -func init() { - proto.RegisterType((*SgNBModificationRequestReject)(nil), "streaming_protobufs.SgNBModificationRequestReject") - proto.RegisterType((*SgNBModificationRequestReject_IEs)(nil), "streaming_protobufs.SgNBModificationRequestReject_IEs") -} - -func init() { - proto.RegisterFile("sgnb_modification_request_reject.proto", fileDescriptor_c29e72ef4a3384e5) -} - -var fileDescriptor_c29e72ef4a3384e5 = []byte{ - // 373 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0xcd, 0xcb, 0xd3, 0x30, - 0x1c, 0xe6, 0x7d, 0xfd, 0x24, 0x43, 0xc1, 0x7a, 0x58, 0x1d, 0x53, 0x74, 0x07, 0x11, 0xa5, 0x29, - 0x76, 0xe8, 0xdd, 0xb9, 0x1e, 0x7a, 0xd8, 0x90, 0xca, 0x64, 0xe8, 0x21, 0x64, 0x69, 0x16, 0x7f, - 0xd2, 0x26, 0xf5, 0x97, 0x14, 0xb7, 0x3f, 0xdd, 0x9b, 0x34, 0xb5, 0x65, 0x62, 0xd1, 0x5b, 0x78, - 0xbe, 0xf2, 0x3c, 0x21, 0xe4, 0xb9, 0x55, 0xfa, 0xc0, 0x2a, 0x53, 0xc0, 0x11, 0x04, 0x77, 0x60, - 0x34, 0x43, 0xf9, 0xbd, 0x91, 0xd6, 0x31, 0x94, 0xdf, 0xa4, 0x70, 0xb4, 0x46, 0xe3, 0x4c, 0xf0, - 0xd0, 0x3a, 0x94, 0xbc, 0x02, 0xad, 0x98, 0x07, 0x0e, 0xcd, 0xd1, 0xce, 0x9e, 0x28, 0x63, 0x54, - 0x29, 0xe3, 0x1e, 0x89, 0x7f, 0x20, 0xaf, 0x6b, 0x89, 0xb6, 0x33, 0xcd, 0xa6, 0xa7, 0x84, 0xd7, - 0x4c, 0x98, 0xaa, 0x32, 0x9a, 0xb9, 0x73, 0x2d, 0x7b, 0xe2, 0x81, 0x44, 0x34, 0xc8, 0x04, 0x6f, - 0xac, 0xec, 0xa0, 0xc5, 0x99, 0x3c, 0xfe, 0xa8, 0xb6, 0xab, 0xcd, 0x45, 0x93, 0xbc, 0x2b, 0x92, - 0xfb, 0x1e, 0xc1, 0x9e, 0x4c, 0xbc, 0x52, 0x98, 0x32, 0x4b, 0x6d, 0x78, 0xf5, 0xf4, 0xea, 0xc5, - 0x24, 0x79, 0x4b, 0x47, 0x7a, 0xd1, 0x7f, 0x06, 0xb1, 0x2c, 0xb5, 0xf9, 0x65, 0xd4, 0xe2, 0xe7, - 0x35, 0x79, 0xf6, 0x5f, 0x4b, 0xf0, 0x92, 0x04, 0x50, 0xb0, 0x8d, 0xdc, 0xae, 0xd8, 0x2e, 0x65, - 0xfb, 0xe4, 0xdd, 0x07, 0x96, 0xad, 0x7d, 0x8d, 0x7b, 0xf9, 0x7d, 0x28, 0x5a, 0x62, 0x97, 0xb6, - 0x70, 0xb6, 0xfe, 0xad, 0x6d, 0x33, 0x2f, 0xb5, 0xd7, 0xbd, 0xb6, 0x25, 0x06, 0xed, 0x1b, 0x72, - 0x17, 0x0a, 0xf6, 0xbe, 0x7d, 0x8a, 0xf0, 0x86, 0x1f, 0x35, 0x1b, 0x1d, 0xe5, 0x15, 0xf9, 0x1d, - 0x28, 0xfc, 0x21, 0xf8, 0x4a, 0x1e, 0xb5, 0x36, 0x04, 0x07, 0x82, 0x97, 0xe0, 0xce, 0x6b, 0xe0, - 0x4a, 0x1b, 0xeb, 0x40, 0xd8, 0xf0, 0xa6, 0xcf, 0x79, 0x35, 0x9e, 0x33, 0x6a, 0xc9, 0x43, 0x28, - 0xc6, 0x99, 0xe0, 0x0b, 0x99, 0xff, 0x3d, 0x9c, 0xa5, 0x27, 0x27, 0xb5, 0x05, 0xa3, 0xc3, 0x5b, - 0xfe, 0xb2, 0x39, 0xed, 0x3e, 0x03, 0xed, 0x6f, 0xa2, 0xbb, 0x4c, 0xbb, 0x65, 0xf2, 0x89, 0x97, - 0x8d, 0xcc, 0xa7, 0x7f, 0x3e, 0xd0, 0x60, 0x5e, 0x2d, 0x3f, 0xbf, 0x56, 0x12, 0x11, 0x1c, 0x35, - 0x11, 0x72, 0x1d, 0x59, 0x41, 0x0d, 0xaa, 0x18, 0x63, 0x04, 0x11, 0xd5, 0xa5, 0x8b, 0x87, 0x09, - 0xd1, 0x30, 0xe1, 0x70, 0xdb, 0x1f, 0x97, 0xbf, 0x02, 0x00, 0x00, 0xff, 0xff, 0x08, 0xee, 0x69, - 0x04, 0xbd, 0x02, 0x00, 0x00, -}