X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=protogen%2Fgopb%2Fsgnb_activity_notification.pb.go;fp=protogen%2Fgopb%2Fsgnb_activity_notification.pb.go;h=104ea6068b7844f11f88904109dd8c713571995f;hb=ddc4d67d57e952b8476e44d7a101798b2fdf4eae;hp=0000000000000000000000000000000000000000;hpb=01e651a425e83b914a4b30e19a3a843ce86154d1;p=ric-plt%2Fstreaming-protobufs.git diff --git a/protogen/gopb/sgnb_activity_notification.pb.go b/protogen/gopb/sgnb_activity_notification.pb.go new file mode 100644 index 0000000..104ea60 --- /dev/null +++ b/protogen/gopb/sgnb_activity_notification.pb.go @@ -0,0 +1,167 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: sgnb_activity_notification.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 SgNBActivityNotification struct { + ProtocolIEs *SgNBActivityNotification_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 *SgNBActivityNotification) Reset() { *m = SgNBActivityNotification{} } +func (m *SgNBActivityNotification) String() string { return proto.CompactTextString(m) } +func (*SgNBActivityNotification) ProtoMessage() {} +func (*SgNBActivityNotification) Descriptor() ([]byte, []int) { + return fileDescriptor_094db081ad71b1b8, []int{0} +} + +func (m *SgNBActivityNotification) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_SgNBActivityNotification.Unmarshal(m, b) +} +func (m *SgNBActivityNotification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_SgNBActivityNotification.Marshal(b, m, deterministic) +} +func (m *SgNBActivityNotification) XXX_Merge(src proto.Message) { + xxx_messageInfo_SgNBActivityNotification.Merge(m, src) +} +func (m *SgNBActivityNotification) XXX_Size() int { + return xxx_messageInfo_SgNBActivityNotification.Size(m) +} +func (m *SgNBActivityNotification) XXX_DiscardUnknown() { + xxx_messageInfo_SgNBActivityNotification.DiscardUnknown(m) +} + +var xxx_messageInfo_SgNBActivityNotification proto.InternalMessageInfo + +func (m *SgNBActivityNotification) GetProtocolIEs() *SgNBActivityNotification_IEs { + if m != nil { + return m.ProtocolIEs + } + return nil +} + +type SgNBActivityNotification_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_UEContextLevelUserPlaneActivity *UserPlaneTrafficActivityReport `protobuf:"bytes,3,opt,name=id_UEContextLevelUserPlaneActivity,json=idUEContextLevelUserPlaneActivity,proto3" json:"id_UEContextLevelUserPlaneActivity,omitempty"` + Id_ERABActivityNotifyItemList *ERABActivityNotifyItemList `protobuf:"bytes,4,opt,name=id_ERABActivityNotifyItemList,json=idERABActivityNotifyItemList,proto3" json:"id_ERABActivityNotifyItemList,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 *SgNBActivityNotification_IEs) Reset() { *m = SgNBActivityNotification_IEs{} } +func (m *SgNBActivityNotification_IEs) String() string { return proto.CompactTextString(m) } +func (*SgNBActivityNotification_IEs) ProtoMessage() {} +func (*SgNBActivityNotification_IEs) Descriptor() ([]byte, []int) { + return fileDescriptor_094db081ad71b1b8, []int{1} +} + +func (m *SgNBActivityNotification_IEs) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_SgNBActivityNotification_IEs.Unmarshal(m, b) +} +func (m *SgNBActivityNotification_IEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_SgNBActivityNotification_IEs.Marshal(b, m, deterministic) +} +func (m *SgNBActivityNotification_IEs) XXX_Merge(src proto.Message) { + xxx_messageInfo_SgNBActivityNotification_IEs.Merge(m, src) +} +func (m *SgNBActivityNotification_IEs) XXX_Size() int { + return xxx_messageInfo_SgNBActivityNotification_IEs.Size(m) +} +func (m *SgNBActivityNotification_IEs) XXX_DiscardUnknown() { + xxx_messageInfo_SgNBActivityNotification_IEs.DiscardUnknown(m) +} + +var xxx_messageInfo_SgNBActivityNotification_IEs proto.InternalMessageInfo + +func (m *SgNBActivityNotification_IEs) GetId_MeNB_UE_X2AP_ID() uint32 { + if m != nil { + return m.Id_MeNB_UE_X2AP_ID + } + return 0 +} + +func (m *SgNBActivityNotification_IEs) GetId_SgNB_UE_X2AP_ID() uint32 { + if m != nil { + return m.Id_SgNB_UE_X2AP_ID + } + return 0 +} + +func (m *SgNBActivityNotification_IEs) GetId_UEContextLevelUserPlaneActivity() *UserPlaneTrafficActivityReport { + if m != nil { + return m.Id_UEContextLevelUserPlaneActivity + } + return nil +} + +func (m *SgNBActivityNotification_IEs) GetId_ERABActivityNotifyItemList() *ERABActivityNotifyItemList { + if m != nil { + return m.Id_ERABActivityNotifyItemList + } + return nil +} + +func (m *SgNBActivityNotification_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((*SgNBActivityNotification)(nil), "streaming_protobufs.SgNBActivityNotification") + proto.RegisterType((*SgNBActivityNotification_IEs)(nil), "streaming_protobufs.SgNBActivityNotification_IEs") +} + +func init() { proto.RegisterFile("sgnb_activity_notification.proto", fileDescriptor_094db081ad71b1b8) } + +var fileDescriptor_094db081ad71b1b8 = []byte{ + // 384 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0x41, 0xef, 0xd2, 0x40, + 0x10, 0xc5, 0x83, 0x7f, 0xf5, 0xb0, 0x44, 0x0f, 0xf5, 0x40, 0x43, 0xaa, 0x41, 0x4e, 0xc6, 0xa4, + 0xdb, 0xd0, 0x7e, 0x02, 0x90, 0x1e, 0x9a, 0x20, 0x21, 0xc5, 0x1a, 0xa3, 0x87, 0xcd, 0xd2, 0x6e, + 0x9b, 0x49, 0xda, 0xdd, 0x66, 0x77, 0x40, 0xb8, 0xfa, 0x01, 0xfd, 0x4c, 0xa6, 0x85, 0x36, 0x10, + 0x41, 0x6f, 0xcd, 0xcc, 0x7b, 0xef, 0xd7, 0x37, 0x59, 0x32, 0x31, 0x85, 0xdc, 0x31, 0x9e, 0x22, + 0x1c, 0x00, 0x4f, 0x4c, 0x2a, 0x84, 0x1c, 0x52, 0x8e, 0xa0, 0x24, 0xad, 0xb5, 0x42, 0x65, 0xbd, + 0x31, 0xa8, 0x05, 0xaf, 0x40, 0x16, 0xac, 0x1d, 0xec, 0xf6, 0xb9, 0x19, 0xbf, 0x2b, 0x94, 0x2a, + 0x4a, 0xe1, 0x75, 0x13, 0xef, 0xa7, 0xe6, 0x75, 0x2d, 0xb4, 0x39, 0x9b, 0xc6, 0xa3, 0xa3, 0xcf, + 0x6b, 0x96, 0xaa, 0xaa, 0x52, 0x92, 0xe1, 0xa9, 0x16, 0x97, 0xc5, 0x54, 0x11, 0x7b, 0x5b, 0xac, + 0x17, 0xf3, 0x0b, 0x70, 0x7d, 0xc5, 0xb3, 0xb6, 0x64, 0xd8, 0x8a, 0x52, 0x55, 0x46, 0xa1, 0xb1, + 0x07, 0x93, 0xc1, 0x87, 0xa1, 0x3f, 0xa3, 0x77, 0xf8, 0xf4, 0x51, 0x06, 0x8b, 0x42, 0x13, 0x5f, + 0xa7, 0x4c, 0x7f, 0x3f, 0x11, 0xe7, 0x5f, 0x6a, 0xeb, 0x23, 0xb1, 0x20, 0x63, 0x9f, 0xc5, 0x7a, + 0xc1, 0x92, 0x90, 0x7d, 0xf3, 0xe7, 0x1b, 0x16, 0x2d, 0x5b, 0xf8, 0xab, 0xf8, 0x35, 0x64, 0xcd, + 0x22, 0x09, 0x9b, 0x71, 0xb4, 0xbc, 0x68, 0x9b, 0xb8, 0x6b, 0xed, 0xb3, 0x4e, 0xdb, 0x2c, 0x7a, + 0xed, 0xaf, 0x01, 0x99, 0x42, 0xc6, 0x92, 0xf0, 0x93, 0x92, 0x28, 0x8e, 0xb8, 0x12, 0x07, 0x51, + 0x26, 0x46, 0xe8, 0x4d, 0xc9, 0xa5, 0xe8, 0x7e, 0xc7, 0x7e, 0x6a, 0x5b, 0x06, 0x77, 0x5b, 0xf6, + 0xea, 0x2f, 0x9a, 0xe7, 0x39, 0xa4, 0x9d, 0x29, 0x16, 0xb5, 0xd2, 0x18, 0xbf, 0x87, 0xec, 0x3f, + 0xe9, 0x16, 0x92, 0xb7, 0x90, 0xb1, 0x30, 0x9e, 0xdf, 0xf6, 0x3f, 0x45, 0x28, 0xaa, 0x15, 0x18, + 0xb4, 0x9f, 0xb7, 0x78, 0xef, 0x2e, 0xfe, 0xb1, 0x2d, 0x76, 0x20, 0x7b, 0xbc, 0xb5, 0x7e, 0x10, + 0xe7, 0xef, 0x93, 0xb2, 0xf0, 0x88, 0x42, 0x1a, 0x50, 0xd2, 0x7e, 0xd1, 0x42, 0x1d, 0x7a, 0x7e, + 0x44, 0xb4, 0x23, 0xd2, 0x24, 0x92, 0x18, 0xf8, 0x5f, 0x79, 0xb9, 0x17, 0xf1, 0xe8, 0xf6, 0xf4, + 0xbd, 0x79, 0x11, 0x7c, 0x9f, 0x15, 0x42, 0x6b, 0x40, 0xaa, 0x5c, 0xcd, 0xa5, 0x6b, 0x52, 0xaa, + 0x74, 0xe1, 0x69, 0x4f, 0x43, 0xea, 0xd6, 0x25, 0x7a, 0x7d, 0x15, 0xb7, 0xaf, 0xb2, 0x7b, 0xd9, + 0x7e, 0x06, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x76, 0x9b, 0x75, 0xd8, 0xef, 0x02, 0x00, 0x00, +}