Restructure directory and add SCG configuration Protobuf
[ric-plt/streaming-protobufs.git] / protogen / gopb / sgnb_modification_request_reject.pb.go
1 // Code generated by protoc-gen-go. DO NOT EDIT.
2 // source: sgnb_modification_request_reject.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 SgNBModificationRequestReject struct {
25         ProtocolIEs          *SgNBModificationRequestReject_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 *SgNBModificationRequestReject) Reset()         { *m = SgNBModificationRequestReject{} }
32 func (m *SgNBModificationRequestReject) String() string { return proto.CompactTextString(m) }
33 func (*SgNBModificationRequestReject) ProtoMessage()    {}
34 func (*SgNBModificationRequestReject) Descriptor() ([]byte, []int) {
35         return fileDescriptor_c29e72ef4a3384e5, []int{0}
36 }
37
38 func (m *SgNBModificationRequestReject) XXX_Unmarshal(b []byte) error {
39         return xxx_messageInfo_SgNBModificationRequestReject.Unmarshal(m, b)
40 }
41 func (m *SgNBModificationRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
42         return xxx_messageInfo_SgNBModificationRequestReject.Marshal(b, m, deterministic)
43 }
44 func (m *SgNBModificationRequestReject) XXX_Merge(src proto.Message) {
45         xxx_messageInfo_SgNBModificationRequestReject.Merge(m, src)
46 }
47 func (m *SgNBModificationRequestReject) XXX_Size() int {
48         return xxx_messageInfo_SgNBModificationRequestReject.Size(m)
49 }
50 func (m *SgNBModificationRequestReject) XXX_DiscardUnknown() {
51         xxx_messageInfo_SgNBModificationRequestReject.DiscardUnknown(m)
52 }
53
54 var xxx_messageInfo_SgNBModificationRequestReject proto.InternalMessageInfo
55
56 func (m *SgNBModificationRequestReject) GetProtocolIEs() *SgNBModificationRequestReject_IEs {
57         if m != nil {
58                 return m.ProtocolIEs
59         }
60         return nil
61 }
62
63 type SgNBModificationRequestReject_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_Cause                     *Cause                  `protobuf:"bytes,3,opt,name=id_Cause,json=idCause,proto3" json:"id_Cause,omitempty"`
67         Id_CriticalityDiagnostics    *CriticalityDiagnostics `protobuf:"bytes,4,opt,name=id_CriticalityDiagnostics,json=idCriticalityDiagnostics,proto3" json:"id_CriticalityDiagnostics,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 *SgNBModificationRequestReject_IEs) Reset()         { *m = SgNBModificationRequestReject_IEs{} }
75 func (m *SgNBModificationRequestReject_IEs) String() string { return proto.CompactTextString(m) }
76 func (*SgNBModificationRequestReject_IEs) ProtoMessage()    {}
77 func (*SgNBModificationRequestReject_IEs) Descriptor() ([]byte, []int) {
78         return fileDescriptor_c29e72ef4a3384e5, []int{1}
79 }
80
81 func (m *SgNBModificationRequestReject_IEs) XXX_Unmarshal(b []byte) error {
82         return xxx_messageInfo_SgNBModificationRequestReject_IEs.Unmarshal(m, b)
83 }
84 func (m *SgNBModificationRequestReject_IEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
85         return xxx_messageInfo_SgNBModificationRequestReject_IEs.Marshal(b, m, deterministic)
86 }
87 func (m *SgNBModificationRequestReject_IEs) XXX_Merge(src proto.Message) {
88         xxx_messageInfo_SgNBModificationRequestReject_IEs.Merge(m, src)
89 }
90 func (m *SgNBModificationRequestReject_IEs) XXX_Size() int {
91         return xxx_messageInfo_SgNBModificationRequestReject_IEs.Size(m)
92 }
93 func (m *SgNBModificationRequestReject_IEs) XXX_DiscardUnknown() {
94         xxx_messageInfo_SgNBModificationRequestReject_IEs.DiscardUnknown(m)
95 }
96
97 var xxx_messageInfo_SgNBModificationRequestReject_IEs proto.InternalMessageInfo
98
99 func (m *SgNBModificationRequestReject_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 *SgNBModificationRequestReject_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 *SgNBModificationRequestReject_IEs) GetId_Cause() *Cause {
114         if m != nil {
115                 return m.Id_Cause
116         }
117         return nil
118 }
119
120 func (m *SgNBModificationRequestReject_IEs) GetId_CriticalityDiagnostics() *CriticalityDiagnostics {
121         if m != nil {
122                 return m.Id_CriticalityDiagnostics
123         }
124         return nil
125 }
126
127 func (m *SgNBModificationRequestReject_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((*SgNBModificationRequestReject)(nil), "streaming_protobufs.SgNBModificationRequestReject")
136         proto.RegisterType((*SgNBModificationRequestReject_IEs)(nil), "streaming_protobufs.SgNBModificationRequestReject_IEs")
137 }
138
139 func init() {
140         proto.RegisterFile("sgnb_modification_request_reject.proto", fileDescriptor_c29e72ef4a3384e5)
141 }
142
143 var fileDescriptor_c29e72ef4a3384e5 = []byte{
144         // 373 bytes of a gzipped FileDescriptorProto
145         0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0xcd, 0xcb, 0xd3, 0x30,
146         0x1c, 0xe6, 0x7d, 0xfd, 0x24, 0x43, 0xc1, 0x7a, 0x58, 0x1d, 0x53, 0x74, 0x07, 0x11, 0xa5, 0x29,
147         0x76, 0xe8, 0xdd, 0xb9, 0x1e, 0x7a, 0xd8, 0x90, 0xca, 0x64, 0xe8, 0x21, 0x64, 0x69, 0x16, 0x7f,
148         0xd2, 0x26, 0xf5, 0x97, 0x14, 0xb7, 0x3f, 0xdd, 0x9b, 0x34, 0xb5, 0x65, 0x62, 0xd1, 0x5b, 0x78,
149         0xbe, 0xf2, 0x3c, 0x21, 0xe4, 0xb9, 0x55, 0xfa, 0xc0, 0x2a, 0x53, 0xc0, 0x11, 0x04, 0x77, 0x60,
150         0x34, 0x43, 0xf9, 0xbd, 0x91, 0xd6, 0x31, 0x94, 0xdf, 0xa4, 0x70, 0xb4, 0x46, 0xe3, 0x4c, 0xf0,
151         0xd0, 0x3a, 0x94, 0xbc, 0x02, 0xad, 0x98, 0x07, 0x0e, 0xcd, 0xd1, 0xce, 0x9e, 0x28, 0x63, 0x54,
152         0x29, 0xe3, 0x1e, 0x89, 0x7f, 0x20, 0xaf, 0x6b, 0x89, 0xb6, 0x33, 0xcd, 0xa6, 0xa7, 0x84, 0xd7,
153         0x4c, 0x98, 0xaa, 0x32, 0x9a, 0xb9, 0x73, 0x2d, 0x7b, 0xe2, 0x81, 0x44, 0x34, 0xc8, 0x04, 0x6f,
154         0xac, 0xec, 0xa0, 0xc5, 0x99, 0x3c, 0xfe, 0xa8, 0xb6, 0xab, 0xcd, 0x45, 0x93, 0xbc, 0x2b, 0x92,
155         0xfb, 0x1e, 0xc1, 0x9e, 0x4c, 0xbc, 0x52, 0x98, 0x32, 0x4b, 0x6d, 0x78, 0xf5, 0xf4, 0xea, 0xc5,
156         0x24, 0x79, 0x4b, 0x47, 0x7a, 0xd1, 0x7f, 0x06, 0xb1, 0x2c, 0xb5, 0xf9, 0x65, 0xd4, 0xe2, 0xe7,
157         0x35, 0x79, 0xf6, 0x5f, 0x4b, 0xf0, 0x92, 0x04, 0x50, 0xb0, 0x8d, 0xdc, 0xae, 0xd8, 0x2e, 0x65,
158         0xfb, 0xe4, 0xdd, 0x07, 0x96, 0xad, 0x7d, 0x8d, 0x7b, 0xf9, 0x7d, 0x28, 0x5a, 0x62, 0x97, 0xb6,
159         0x70, 0xb6, 0xfe, 0xad, 0x6d, 0x33, 0x2f, 0xb5, 0xd7, 0xbd, 0xb6, 0x25, 0x06, 0xed, 0x1b, 0x72,
160         0x17, 0x0a, 0xf6, 0xbe, 0x7d, 0x8a, 0xf0, 0x86, 0x1f, 0x35, 0x1b, 0x1d, 0xe5, 0x15, 0xf9, 0x1d,
161         0x28, 0xfc, 0x21, 0xf8, 0x4a, 0x1e, 0xb5, 0x36, 0x04, 0x07, 0x82, 0x97, 0xe0, 0xce, 0x6b, 0xe0,
162         0x4a, 0x1b, 0xeb, 0x40, 0xd8, 0xf0, 0xa6, 0xcf, 0x79, 0x35, 0x9e, 0x33, 0x6a, 0xc9, 0x43, 0x28,
163         0xc6, 0x99, 0xe0, 0x0b, 0x99, 0xff, 0x3d, 0x9c, 0xa5, 0x27, 0x27, 0xb5, 0x05, 0xa3, 0xc3, 0x5b,
164         0xfe, 0xb2, 0x39, 0xed, 0x3e, 0x03, 0xed, 0x6f, 0xa2, 0xbb, 0x4c, 0xbb, 0x65, 0xf2, 0x89, 0x97,
165         0x8d, 0xcc, 0xa7, 0x7f, 0x3e, 0xd0, 0x60, 0x5e, 0x2d, 0x3f, 0xbf, 0x56, 0x12, 0x11, 0x1c, 0x35,
166         0x11, 0x72, 0x1d, 0x59, 0x41, 0x0d, 0xaa, 0x18, 0x63, 0x04, 0x11, 0xd5, 0xa5, 0x8b, 0x87, 0x09,
167         0xd1, 0x30, 0xe1, 0x70, 0xdb, 0x1f, 0x97, 0xbf, 0x02, 0x00, 0x00, 0xff, 0xff, 0x08, 0xee, 0x69,
168         0x04, 0xbd, 0x02, 0x00, 0x00,
169 }