X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=protogen%2Fgopb%2Frrc_measurement_report.pb.go;fp=protogen%2Fgopb%2Frrc_measurement_report.pb.go;h=0000000000000000000000000000000000000000;hb=21f0383b51cec0d7830e7c01d616cfe0f8c1955f;hp=e867806498be7ff7f0c7958ae02e897f03df8382;hpb=8a4b283ce188040760761f24e48a5133f31c1ece;p=ric-plt%2Fstreaming-protobufs.git diff --git a/protogen/gopb/rrc_measurement_report.pb.go b/protogen/gopb/rrc_measurement_report.pb.go deleted file mode 100644 index e867806..0000000 --- a/protogen/gopb/rrc_measurement_report.pb.go +++ /dev/null @@ -1,163 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: rrc_measurement_report.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 MeasurementReport struct { - // Types that are valid to be assigned to CriticalExtensions: - // *MeasurementReport_MeasurementReport - CriticalExtensions isMeasurementReport_CriticalExtensions `protobuf_oneof:"criticalExtensions"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MeasurementReport) Reset() { *m = MeasurementReport{} } -func (m *MeasurementReport) String() string { return proto.CompactTextString(m) } -func (*MeasurementReport) ProtoMessage() {} -func (*MeasurementReport) Descriptor() ([]byte, []int) { - return fileDescriptor_14faada7dbb49017, []int{0} -} - -func (m *MeasurementReport) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MeasurementReport.Unmarshal(m, b) -} -func (m *MeasurementReport) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MeasurementReport.Marshal(b, m, deterministic) -} -func (m *MeasurementReport) XXX_Merge(src proto.Message) { - xxx_messageInfo_MeasurementReport.Merge(m, src) -} -func (m *MeasurementReport) XXX_Size() int { - return xxx_messageInfo_MeasurementReport.Size(m) -} -func (m *MeasurementReport) XXX_DiscardUnknown() { - xxx_messageInfo_MeasurementReport.DiscardUnknown(m) -} - -var xxx_messageInfo_MeasurementReport proto.InternalMessageInfo - -type isMeasurementReport_CriticalExtensions interface { - isMeasurementReport_CriticalExtensions() -} - -type MeasurementReport_MeasurementReport struct { - MeasurementReport *MeasurementReport_IEs `protobuf:"bytes,1,opt,name=measurementReport,proto3,oneof"` -} - -func (*MeasurementReport_MeasurementReport) isMeasurementReport_CriticalExtensions() {} - -func (m *MeasurementReport) GetCriticalExtensions() isMeasurementReport_CriticalExtensions { - if m != nil { - return m.CriticalExtensions - } - return nil -} - -func (m *MeasurementReport) GetMeasurementReport() *MeasurementReport_IEs { - if x, ok := m.GetCriticalExtensions().(*MeasurementReport_MeasurementReport); ok { - return x.MeasurementReport - } - return nil -} - -// XXX_OneofWrappers is for the internal use of the proto package. -func (*MeasurementReport) XXX_OneofWrappers() []interface{} { - return []interface{}{ - (*MeasurementReport_MeasurementReport)(nil), - } -} - -type MeasurementReport_IEs struct { - MeasResults *MeasResults `protobuf:"bytes,1,opt,name=measResults,proto3" json:"measResults,omitempty"` - LateNonCriticalExtension *wrappers.BytesValue `protobuf:"bytes,2,opt,name=lateNonCriticalExtension,proto3" json:"lateNonCriticalExtension,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *MeasurementReport_IEs) Reset() { *m = MeasurementReport_IEs{} } -func (m *MeasurementReport_IEs) String() string { return proto.CompactTextString(m) } -func (*MeasurementReport_IEs) ProtoMessage() {} -func (*MeasurementReport_IEs) Descriptor() ([]byte, []int) { - return fileDescriptor_14faada7dbb49017, []int{1} -} - -func (m *MeasurementReport_IEs) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_MeasurementReport_IEs.Unmarshal(m, b) -} -func (m *MeasurementReport_IEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_MeasurementReport_IEs.Marshal(b, m, deterministic) -} -func (m *MeasurementReport_IEs) XXX_Merge(src proto.Message) { - xxx_messageInfo_MeasurementReport_IEs.Merge(m, src) -} -func (m *MeasurementReport_IEs) XXX_Size() int { - return xxx_messageInfo_MeasurementReport_IEs.Size(m) -} -func (m *MeasurementReport_IEs) XXX_DiscardUnknown() { - xxx_messageInfo_MeasurementReport_IEs.DiscardUnknown(m) -} - -var xxx_messageInfo_MeasurementReport_IEs proto.InternalMessageInfo - -func (m *MeasurementReport_IEs) GetMeasResults() *MeasResults { - if m != nil { - return m.MeasResults - } - return nil -} - -func (m *MeasurementReport_IEs) GetLateNonCriticalExtension() *wrappers.BytesValue { - if m != nil { - return m.LateNonCriticalExtension - } - return nil -} - -func init() { - proto.RegisterType((*MeasurementReport)(nil), "streaming_protobufs.MeasurementReport") - proto.RegisterType((*MeasurementReport_IEs)(nil), "streaming_protobufs.MeasurementReport_IEs") -} - -func init() { proto.RegisterFile("rrc_measurement_report.proto", fileDescriptor_14faada7dbb49017) } - -var fileDescriptor_14faada7dbb49017 = []byte{ - // 278 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x90, 0xcd, 0x4a, 0xc3, 0x40, - 0x14, 0x85, 0x8d, 0x0b, 0x17, 0xd3, 0x55, 0xc7, 0x1f, 0x42, 0x15, 0x29, 0x5d, 0x89, 0x90, 0x09, - 0xda, 0x37, 0x88, 0x14, 0x74, 0xa1, 0x8b, 0x2c, 0x14, 0xba, 0x09, 0xd3, 0xe1, 0x1a, 0x06, 0xe6, - 0x8f, 0x3b, 0x37, 0x68, 0x1f, 0xc0, 0x37, 0xf2, 0x01, 0xa5, 0x69, 0x53, 0x4b, 0xd3, 0xee, 0x86, - 0xc3, 0x9c, 0xef, 0x7c, 0x5c, 0x76, 0x83, 0xa8, 0x2a, 0x0b, 0x32, 0x36, 0x08, 0x16, 0x1c, 0x55, - 0x08, 0xc1, 0x23, 0x89, 0x80, 0x9e, 0x3c, 0x3f, 0x8f, 0x84, 0x20, 0xad, 0x76, 0x75, 0xd5, 0x06, - 0x8b, 0xe6, 0x33, 0x8e, 0x6e, 0x6b, 0xef, 0x6b, 0x03, 0x79, 0x97, 0xe4, 0x5f, 0x28, 0x43, 0x00, - 0x8c, 0xeb, 0xd2, 0xe8, 0x6a, 0x85, 0x54, 0xde, 0x5a, 0xef, 0x2a, 0x5a, 0x06, 0xe8, 0x72, 0xde, - 0xcf, 0x26, 0x3f, 0x09, 0x1b, 0xbe, 0xfe, 0xaf, 0x97, 0xed, 0x38, 0x9f, 0xb3, 0xa1, 0xdd, 0x0f, - 0xd3, 0x64, 0x9c, 0xdc, 0x0d, 0x1e, 0xef, 0xc5, 0x01, 0x25, 0xd1, 0x43, 0x54, 0x2f, 0xb3, 0xf8, - 0x7c, 0x52, 0xf6, 0x31, 0xc5, 0x05, 0xe3, 0x0a, 0x35, 0x69, 0x25, 0xcd, 0xec, 0x9b, 0xc0, 0x45, - 0xed, 0x5d, 0x9c, 0xfc, 0x26, 0xec, 0xf2, 0x20, 0x84, 0x17, 0x6c, 0xb0, 0x82, 0x94, 0x10, 0x1b, - 0x43, 0x71, 0x63, 0x31, 0x3e, 0x6a, 0xb1, 0xf9, 0x57, 0xee, 0x96, 0xf8, 0x07, 0x4b, 0x8d, 0x24, - 0x78, 0xf3, 0xee, 0x69, 0x7f, 0x3a, 0x3d, 0x6d, 0x81, 0xd7, 0x62, 0x7d, 0x54, 0xd1, 0xd1, 0x44, - 0xb1, 0x24, 0x88, 0xef, 0xd2, 0x34, 0x50, 0x1e, 0x2d, 0x17, 0xd3, 0xf9, 0x43, 0x0d, 0x88, 0x9a, - 0x84, 0xcf, 0x50, 0xba, 0x2c, 0x2a, 0xe1, 0xb1, 0xce, 0x31, 0x47, 0xad, 0xb2, 0x60, 0x28, 0xdf, - 0x6a, 0x66, 0x5b, 0xcd, 0xc5, 0x59, 0xfb, 0x9c, 0xfe, 0x05, 0x00, 0x00, 0xff, 0xff, 0x23, 0x70, - 0xd4, 0xa8, 0xfb, 0x01, 0x00, 0x00, -}