Add Golang module files
[ric-plt/streaming-protobufs.git] / protogen / go / streaming_protobufs / sgnb_modification_refuse.pb.go
1 // Code generated by protoc-gen-go. DO NOT EDIT.
2 // source: sgnb_modification_refuse.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 SgNBModificationRefuse struct {
25         ProtocolIEs          *SgNBModificationRefuse_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 *SgNBModificationRefuse) Reset()         { *m = SgNBModificationRefuse{} }
32 func (m *SgNBModificationRefuse) String() string { return proto.CompactTextString(m) }
33 func (*SgNBModificationRefuse) ProtoMessage()    {}
34 func (*SgNBModificationRefuse) Descriptor() ([]byte, []int) {
35         return fileDescriptor_0fbf438e853ff13a, []int{0}
36 }
37
38 func (m *SgNBModificationRefuse) XXX_Unmarshal(b []byte) error {
39         return xxx_messageInfo_SgNBModificationRefuse.Unmarshal(m, b)
40 }
41 func (m *SgNBModificationRefuse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
42         return xxx_messageInfo_SgNBModificationRefuse.Marshal(b, m, deterministic)
43 }
44 func (m *SgNBModificationRefuse) XXX_Merge(src proto.Message) {
45         xxx_messageInfo_SgNBModificationRefuse.Merge(m, src)
46 }
47 func (m *SgNBModificationRefuse) XXX_Size() int {
48         return xxx_messageInfo_SgNBModificationRefuse.Size(m)
49 }
50 func (m *SgNBModificationRefuse) XXX_DiscardUnknown() {
51         xxx_messageInfo_SgNBModificationRefuse.DiscardUnknown(m)
52 }
53
54 var xxx_messageInfo_SgNBModificationRefuse proto.InternalMessageInfo
55
56 func (m *SgNBModificationRefuse) GetProtocolIEs() *SgNBModificationRefuse_IEs {
57         if m != nil {
58                 return m.ProtocolIEs
59         }
60         return nil
61 }
62
63 type SgNBModificationRefuse_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         //The content of id_MeNBtoSgNBContainer has been specified in 3GPP 38.331 to be CG-ConfigInfo.
68         Id_MeNBtoSgNBContainer       *CG_ConfigInfo          `protobuf:"bytes,4,opt,name=id_MeNBtoSgNBContainer,json=idMeNBtoSgNBContainer,proto3" json:"id_MeNBtoSgNBContainer,omitempty"`
69         Id_CriticalityDiagnostics    *CriticalityDiagnostics `protobuf:"bytes,5,opt,name=id_CriticalityDiagnostics,json=idCriticalityDiagnostics,proto3" json:"id_CriticalityDiagnostics,omitempty"`
70         Id_MeNB_UE_X2AP_ID_Extension *wrappers.UInt32Value   `protobuf:"bytes,6,opt,name=id_MeNB_UE_X2AP_ID_Extension,json=idMeNBUEX2APIDExtension,proto3" json:"id_MeNB_UE_X2AP_ID_Extension,omitempty"`
71         XXX_NoUnkeyedLiteral         struct{}                `json:"-"`
72         XXX_unrecognized             []byte                  `json:"-"`
73         XXX_sizecache                int32                   `json:"-"`
74 }
75
76 func (m *SgNBModificationRefuse_IEs) Reset()         { *m = SgNBModificationRefuse_IEs{} }
77 func (m *SgNBModificationRefuse_IEs) String() string { return proto.CompactTextString(m) }
78 func (*SgNBModificationRefuse_IEs) ProtoMessage()    {}
79 func (*SgNBModificationRefuse_IEs) Descriptor() ([]byte, []int) {
80         return fileDescriptor_0fbf438e853ff13a, []int{1}
81 }
82
83 func (m *SgNBModificationRefuse_IEs) XXX_Unmarshal(b []byte) error {
84         return xxx_messageInfo_SgNBModificationRefuse_IEs.Unmarshal(m, b)
85 }
86 func (m *SgNBModificationRefuse_IEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
87         return xxx_messageInfo_SgNBModificationRefuse_IEs.Marshal(b, m, deterministic)
88 }
89 func (m *SgNBModificationRefuse_IEs) XXX_Merge(src proto.Message) {
90         xxx_messageInfo_SgNBModificationRefuse_IEs.Merge(m, src)
91 }
92 func (m *SgNBModificationRefuse_IEs) XXX_Size() int {
93         return xxx_messageInfo_SgNBModificationRefuse_IEs.Size(m)
94 }
95 func (m *SgNBModificationRefuse_IEs) XXX_DiscardUnknown() {
96         xxx_messageInfo_SgNBModificationRefuse_IEs.DiscardUnknown(m)
97 }
98
99 var xxx_messageInfo_SgNBModificationRefuse_IEs proto.InternalMessageInfo
100
101 func (m *SgNBModificationRefuse_IEs) GetId_MeNB_UE_X2AP_ID() uint32 {
102         if m != nil {
103                 return m.Id_MeNB_UE_X2AP_ID
104         }
105         return 0
106 }
107
108 func (m *SgNBModificationRefuse_IEs) GetId_SgNB_UE_X2AP_ID() uint32 {
109         if m != nil {
110                 return m.Id_SgNB_UE_X2AP_ID
111         }
112         return 0
113 }
114
115 func (m *SgNBModificationRefuse_IEs) GetId_Cause() *Cause {
116         if m != nil {
117                 return m.Id_Cause
118         }
119         return nil
120 }
121
122 func (m *SgNBModificationRefuse_IEs) GetId_MeNBtoSgNBContainer() *CG_ConfigInfo {
123         if m != nil {
124                 return m.Id_MeNBtoSgNBContainer
125         }
126         return nil
127 }
128
129 func (m *SgNBModificationRefuse_IEs) GetId_CriticalityDiagnostics() *CriticalityDiagnostics {
130         if m != nil {
131                 return m.Id_CriticalityDiagnostics
132         }
133         return nil
134 }
135
136 func (m *SgNBModificationRefuse_IEs) GetId_MeNB_UE_X2AP_ID_Extension() *wrappers.UInt32Value {
137         if m != nil {
138                 return m.Id_MeNB_UE_X2AP_ID_Extension
139         }
140         return nil
141 }
142
143 func init() {
144         proto.RegisterType((*SgNBModificationRefuse)(nil), "streaming_protobufs.SgNBModificationRefuse")
145         proto.RegisterType((*SgNBModificationRefuse_IEs)(nil), "streaming_protobufs.SgNBModificationRefuse_IEs")
146 }
147
148 func init() { proto.RegisterFile("sgnb_modification_refuse.proto", fileDescriptor_0fbf438e853ff13a) }
149
150 var fileDescriptor_0fbf438e853ff13a = []byte{
151         // 416 bytes of a gzipped FileDescriptorProto
152         0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x92, 0x6f, 0x8b, 0xd3, 0x40,
153         0x10, 0xc6, 0x39, 0x4f, 0x4f, 0xd9, 0x43, 0xc1, 0x88, 0x77, 0x31, 0x1c, 0x87, 0xf4, 0x95, 0x28,
154         0x4d, 0xb0, 0xc5, 0x0f, 0x60, 0xdb, 0x20, 0x79, 0x71, 0x87, 0x46, 0x2a, 0xfe, 0x79, 0x31, 0x6c,
155         0x37, 0x9b, 0x75, 0x30, 0xdd, 0x09, 0xb3, 0x5b, 0xbc, 0xfb, 0x90, 0x7e, 0x27, 0xc9, 0xb6, 0x0d,
156         0x55, 0xe3, 0xbb, 0x65, 0x9e, 0x67, 0x7e, 0xf3, 0xcc, 0xb0, 0xe2, 0xd2, 0x19, 0xbb, 0x82, 0x35,
157         0x55, 0x58, 0xa3, 0x92, 0x1e, 0xc9, 0x02, 0xeb, 0x7a, 0xe3, 0x74, 0xda, 0x32, 0x79, 0x8a, 0x9e,
158         0x38, 0xcf, 0x5a, 0xae, 0xd1, 0x1a, 0x08, 0x85, 0xd5, 0xa6, 0x76, 0xc9, 0xa5, 0x21, 0x32, 0x8d,
159         0xce, 0xf6, 0x95, 0xec, 0x27, 0xcb, 0xb6, 0xd5, 0xec, 0xb6, 0x4d, 0xc9, 0xf9, 0xcd, 0x44, 0xb6,
160         0xa0, 0x68, 0xbd, 0x26, 0x0b, 0xfe, 0xb6, 0xd5, 0x7b, 0xe1, 0xb1, 0x66, 0x26, 0x06, 0x25, 0xfb,
161         0x01, 0x49, 0xcc, 0xac, 0x40, 0x19, 0x50, 0x64, 0x6b, 0x34, 0x80, 0xb6, 0xa6, 0xad, 0x32, 0xfa,
162         0x21, 0xce, 0x3e, 0x9a, 0xeb, 0xd9, 0xd5, 0x41, 0xb6, 0x32, 0x44, 0x8b, 0x3e, 0x88, 0xd3, 0x60,
163         0x51, 0xd4, 0x14, 0xb9, 0x8b, 0x8f, 0x9e, 0x1f, 0xbd, 0x38, 0x9d, 0x64, 0xe9, 0x40, 0xd4, 0x74,
164         0x98, 0x00, 0x45, 0xee, 0xca, 0x43, 0xc6, 0xe8, 0xd7, 0xb1, 0x48, 0xfe, 0xef, 0x8d, 0x5e, 0x8a,
165         0x08, 0x2b, 0xb8, 0xd2, 0xd7, 0x33, 0x58, 0xe6, 0xf0, 0x79, 0xf2, 0xf6, 0x3d, 0x14, 0x8b, 0x30,
166         0xf8, 0x61, 0xf9, 0x08, 0xab, 0x4e, 0x58, 0xe6, 0x5d, 0xb9, 0x58, 0xec, 0xbc, 0x1d, 0xec, 0xd0,
167         0x7b, 0x67, 0xef, 0xed, 0x84, 0xde, 0xfb, 0x46, 0x3c, 0xc0, 0x0a, 0xe6, 0xdd, 0x3d, 0xe2, 0xe3,
168         0xb0, 0x46, 0x32, 0xb8, 0x46, 0x70, 0x94, 0xf7, 0xb1, 0x0a, 0x8f, 0xe8, 0x8b, 0x38, 0xdb, 0xc5,
169         0xf1, 0xd4, 0xf1, 0xe6, 0x64, 0xbd, 0x44, 0xab, 0x39, 0xbe, 0x1b, 0x20, 0xa3, 0x61, 0xc8, 0x3b,
170         0x98, 0x87, 0x2b, 0x17, 0xb6, 0xa6, 0xf2, 0xe9, 0x36, 0xf6, 0x5f, 0x80, 0xe8, 0xbb, 0x78, 0xd6,
171         0x25, 0x62, 0xf4, 0xa8, 0x64, 0x83, 0xfe, 0x76, 0x81, 0xd2, 0x58, 0x72, 0x1e, 0x95, 0x8b, 0xef,
172         0x05, 0xfa, 0xab, 0x61, 0xfa, 0x60, 0x4b, 0x19, 0x63, 0x35, 0xac, 0x44, 0xdf, 0xc4, 0xc5, 0xbf,
173         0x37, 0x85, 0xfc, 0xc6, 0x6b, 0xeb, 0x90, 0x6c, 0x7c, 0x12, 0x86, 0x5d, 0xa4, 0xdb, 0xcf, 0x96,
174         0xee, 0x27, 0xa5, 0xcb, 0xc2, 0xfa, 0xe9, 0xe4, 0x93, 0x6c, 0x36, 0xba, 0x3c, 0xff, 0xf3, 0xf6,
175         0x7d, 0xf3, 0x6c, 0xfa, 0xf5, 0xb5, 0xd1, 0xcc, 0xe8, 0x53, 0x1a, 0xb3, 0xb4, 0x63, 0xa7, 0x52,
176         0x62, 0x93, 0x71, 0xc6, 0xa8, 0xc6, 0x6d, 0xe3, 0xb3, 0x7e, 0x85, 0x71, 0xbf, 0xc2, 0xea, 0x24,
177         0x3c, 0xa7, 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0xf4, 0xf9, 0x42, 0xb9, 0x15, 0x03, 0x00, 0x00,
178 }