Move Golang Protobuf source code to new directory
[ric-plt/streaming-protobufs.git] / protogen / go / streaming_protobufs / sgnb_activity_notification.pb.go
1 // Code generated by protoc-gen-go. DO NOT EDIT.
2 // source: sgnb_activity_notification.proto
3
4 package streaming_protobufs
5
6 import (
7         fmt "fmt"
8         proto "github.com/golang/protobuf/proto"
9         wrappers "github.com/golang/protobuf/ptypes/wrappers"
10         math "math"
11 )
12
13 // Reference imports to suppress errors if they are not otherwise used.
14 var _ = proto.Marshal
15 var _ = fmt.Errorf
16 var _ = math.Inf
17
18 // This is a compile-time assertion to ensure that this generated file
19 // is compatible with the proto package it is being compiled against.
20 // A compilation error at this line likely means your copy of the
21 // proto package needs to be updated.
22 const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
23
24 type SgNBActivityNotification struct {
25         ProtocolIEs          *SgNBActivityNotification_IEs `protobuf:"bytes,1,opt,name=protocolIEs,proto3" json:"protocolIEs,omitempty"`
26         XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
27         XXX_unrecognized     []byte                        `json:"-"`
28         XXX_sizecache        int32                         `json:"-"`
29 }
30
31 func (m *SgNBActivityNotification) Reset()         { *m = SgNBActivityNotification{} }
32 func (m *SgNBActivityNotification) String() string { return proto.CompactTextString(m) }
33 func (*SgNBActivityNotification) ProtoMessage()    {}
34 func (*SgNBActivityNotification) Descriptor() ([]byte, []int) {
35         return fileDescriptor_094db081ad71b1b8, []int{0}
36 }
37
38 func (m *SgNBActivityNotification) XXX_Unmarshal(b []byte) error {
39         return xxx_messageInfo_SgNBActivityNotification.Unmarshal(m, b)
40 }
41 func (m *SgNBActivityNotification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
42         return xxx_messageInfo_SgNBActivityNotification.Marshal(b, m, deterministic)
43 }
44 func (m *SgNBActivityNotification) XXX_Merge(src proto.Message) {
45         xxx_messageInfo_SgNBActivityNotification.Merge(m, src)
46 }
47 func (m *SgNBActivityNotification) XXX_Size() int {
48         return xxx_messageInfo_SgNBActivityNotification.Size(m)
49 }
50 func (m *SgNBActivityNotification) XXX_DiscardUnknown() {
51         xxx_messageInfo_SgNBActivityNotification.DiscardUnknown(m)
52 }
53
54 var xxx_messageInfo_SgNBActivityNotification proto.InternalMessageInfo
55
56 func (m *SgNBActivityNotification) GetProtocolIEs() *SgNBActivityNotification_IEs {
57         if m != nil {
58                 return m.ProtocolIEs
59         }
60         return nil
61 }
62
63 type SgNBActivityNotification_IEs struct {
64         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"`
65         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"`
66         Id_UEContextLevelUserPlaneActivity *UserPlaneTrafficActivityReport `protobuf:"bytes,3,opt,name=id_UEContextLevelUserPlaneActivity,json=idUEContextLevelUserPlaneActivity,proto3" json:"id_UEContextLevelUserPlaneActivity,omitempty"`
67         Id_ERABActivityNotifyItemList      *ERABActivityNotifyItemList     `protobuf:"bytes,4,opt,name=id_ERABActivityNotifyItemList,json=idERABActivityNotifyItemList,proto3" json:"id_ERABActivityNotifyItemList,omitempty"`
68         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"`
69         XXX_NoUnkeyedLiteral               struct{}                        `json:"-"`
70         XXX_unrecognized                   []byte                          `json:"-"`
71         XXX_sizecache                      int32                           `json:"-"`
72 }
73
74 func (m *SgNBActivityNotification_IEs) Reset()         { *m = SgNBActivityNotification_IEs{} }
75 func (m *SgNBActivityNotification_IEs) String() string { return proto.CompactTextString(m) }
76 func (*SgNBActivityNotification_IEs) ProtoMessage()    {}
77 func (*SgNBActivityNotification_IEs) Descriptor() ([]byte, []int) {
78         return fileDescriptor_094db081ad71b1b8, []int{1}
79 }
80
81 func (m *SgNBActivityNotification_IEs) XXX_Unmarshal(b []byte) error {
82         return xxx_messageInfo_SgNBActivityNotification_IEs.Unmarshal(m, b)
83 }
84 func (m *SgNBActivityNotification_IEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
85         return xxx_messageInfo_SgNBActivityNotification_IEs.Marshal(b, m, deterministic)
86 }
87 func (m *SgNBActivityNotification_IEs) XXX_Merge(src proto.Message) {
88         xxx_messageInfo_SgNBActivityNotification_IEs.Merge(m, src)
89 }
90 func (m *SgNBActivityNotification_IEs) XXX_Size() int {
91         return xxx_messageInfo_SgNBActivityNotification_IEs.Size(m)
92 }
93 func (m *SgNBActivityNotification_IEs) XXX_DiscardUnknown() {
94         xxx_messageInfo_SgNBActivityNotification_IEs.DiscardUnknown(m)
95 }
96
97 var xxx_messageInfo_SgNBActivityNotification_IEs proto.InternalMessageInfo
98
99 func (m *SgNBActivityNotification_IEs) GetId_MeNB_UE_X2AP_ID() uint32 {
100         if m != nil {
101                 return m.Id_MeNB_UE_X2AP_ID
102         }
103         return 0
104 }
105
106 func (m *SgNBActivityNotification_IEs) GetId_SgNB_UE_X2AP_ID() uint32 {
107         if m != nil {
108                 return m.Id_SgNB_UE_X2AP_ID
109         }
110         return 0
111 }
112
113 func (m *SgNBActivityNotification_IEs) GetId_UEContextLevelUserPlaneActivity() *UserPlaneTrafficActivityReport {
114         if m != nil {
115                 return m.Id_UEContextLevelUserPlaneActivity
116         }
117         return nil
118 }
119
120 func (m *SgNBActivityNotification_IEs) GetId_ERABActivityNotifyItemList() *ERABActivityNotifyItemList {
121         if m != nil {
122                 return m.Id_ERABActivityNotifyItemList
123         }
124         return nil
125 }
126
127 func (m *SgNBActivityNotification_IEs) GetId_MeNB_UE_X2AP_ID_Extension() *wrappers.UInt32Value {
128         if m != nil {
129                 return m.Id_MeNB_UE_X2AP_ID_Extension
130         }
131         return nil
132 }
133
134 func init() {
135         proto.RegisterType((*SgNBActivityNotification)(nil), "streaming_protobufs.SgNBActivityNotification")
136         proto.RegisterType((*SgNBActivityNotification_IEs)(nil), "streaming_protobufs.SgNBActivityNotification_IEs")
137 }
138
139 func init() { proto.RegisterFile("sgnb_activity_notification.proto", fileDescriptor_094db081ad71b1b8) }
140
141 var fileDescriptor_094db081ad71b1b8 = []byte{
142         // 384 bytes of a gzipped FileDescriptorProto
143         0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0x41, 0xef, 0xd2, 0x40,
144         0x10, 0xc5, 0x83, 0x7f, 0xf5, 0xb0, 0x44, 0x0f, 0xf5, 0x40, 0x43, 0xaa, 0x41, 0x4e, 0xc6, 0xa4,
145         0xdb, 0xd0, 0x7e, 0x02, 0x90, 0x1e, 0x9a, 0x20, 0x21, 0xc5, 0x1a, 0xa3, 0x87, 0xcd, 0xd2, 0x6e,
146         0x9b, 0x49, 0xda, 0xdd, 0x66, 0x77, 0x40, 0xb8, 0xfa, 0x01, 0xfd, 0x4c, 0xa6, 0x85, 0x36, 0x10,
147         0x41, 0x6f, 0xcd, 0xcc, 0x7b, 0xef, 0xd7, 0x37, 0x59, 0x32, 0x31, 0x85, 0xdc, 0x31, 0x9e, 0x22,
148         0x1c, 0x00, 0x4f, 0x4c, 0x2a, 0x84, 0x1c, 0x52, 0x8e, 0xa0, 0x24, 0xad, 0xb5, 0x42, 0x65, 0xbd,
149         0x31, 0xa8, 0x05, 0xaf, 0x40, 0x16, 0xac, 0x1d, 0xec, 0xf6, 0xb9, 0x19, 0xbf, 0x2b, 0x94, 0x2a,
150         0x4a, 0xe1, 0x75, 0x13, 0xef, 0xa7, 0xe6, 0x75, 0x2d, 0xb4, 0x39, 0x9b, 0xc6, 0xa3, 0xa3, 0xcf,
151         0x6b, 0x96, 0xaa, 0xaa, 0x52, 0x92, 0xe1, 0xa9, 0x16, 0x97, 0xc5, 0x54, 0x11, 0x7b, 0x5b, 0xac,
152         0x17, 0xf3, 0x0b, 0x70, 0x7d, 0xc5, 0xb3, 0xb6, 0x64, 0xd8, 0x8a, 0x52, 0x55, 0x46, 0xa1, 0xb1,
153         0x07, 0x93, 0xc1, 0x87, 0xa1, 0x3f, 0xa3, 0x77, 0xf8, 0xf4, 0x51, 0x06, 0x8b, 0x42, 0x13, 0x5f,
154         0xa7, 0x4c, 0x7f, 0x3f, 0x11, 0xe7, 0x5f, 0x6a, 0xeb, 0x23, 0xb1, 0x20, 0x63, 0x9f, 0xc5, 0x7a,
155         0xc1, 0x92, 0x90, 0x7d, 0xf3, 0xe7, 0x1b, 0x16, 0x2d, 0x5b, 0xf8, 0xab, 0xf8, 0x35, 0x64, 0xcd,
156         0x22, 0x09, 0x9b, 0x71, 0xb4, 0xbc, 0x68, 0x9b, 0xb8, 0x6b, 0xed, 0xb3, 0x4e, 0xdb, 0x2c, 0x7a,
157         0xed, 0xaf, 0x01, 0x99, 0x42, 0xc6, 0x92, 0xf0, 0x93, 0x92, 0x28, 0x8e, 0xb8, 0x12, 0x07, 0x51,
158         0x26, 0x46, 0xe8, 0x4d, 0xc9, 0xa5, 0xe8, 0x7e, 0xc7, 0x7e, 0x6a, 0x5b, 0x06, 0x77, 0x5b, 0xf6,
159         0xea, 0x2f, 0x9a, 0xe7, 0x39, 0xa4, 0x9d, 0x29, 0x16, 0xb5, 0xd2, 0x18, 0xbf, 0x87, 0xec, 0x3f,
160         0xe9, 0x16, 0x92, 0xb7, 0x90, 0xb1, 0x30, 0x9e, 0xdf, 0xf6, 0x3f, 0x45, 0x28, 0xaa, 0x15, 0x18,
161         0xb4, 0x9f, 0xb7, 0x78, 0xef, 0x2e, 0xfe, 0xb1, 0x2d, 0x76, 0x20, 0x7b, 0xbc, 0xb5, 0x7e, 0x10,
162         0xe7, 0xef, 0x93, 0xb2, 0xf0, 0x88, 0x42, 0x1a, 0x50, 0xd2, 0x7e, 0xd1, 0x42, 0x1d, 0x7a, 0x7e,
163         0x44, 0xb4, 0x23, 0xd2, 0x24, 0x92, 0x18, 0xf8, 0x5f, 0x79, 0xb9, 0x17, 0xf1, 0xe8, 0xf6, 0xf4,
164         0xbd, 0x79, 0x11, 0x7c, 0x9f, 0x15, 0x42, 0x6b, 0x40, 0xaa, 0x5c, 0xcd, 0xa5, 0x6b, 0x52, 0xaa,
165         0x74, 0xe1, 0x69, 0x4f, 0x43, 0xea, 0xd6, 0x25, 0x7a, 0x7d, 0x15, 0xb7, 0xaf, 0xb2, 0x7b, 0xd9,
166         0x7e, 0x06, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x76, 0x9b, 0x75, 0xd8, 0xef, 0x02, 0x00, 0x00,
167 }