Add Golang module files
[ric-plt/streaming-protobufs.git] / protogen / gopb / sgnb_change_required.pb.go
1 // Code generated by protoc-gen-go. DO NOT EDIT.
2 // source: sgnb_change_required.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 SgNBChangeRequired struct {
25         ProtocolIEs          *SgNBChangeRequired_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 *SgNBChangeRequired) Reset()         { *m = SgNBChangeRequired{} }
32 func (m *SgNBChangeRequired) String() string { return proto.CompactTextString(m) }
33 func (*SgNBChangeRequired) ProtoMessage()    {}
34 func (*SgNBChangeRequired) Descriptor() ([]byte, []int) {
35         return fileDescriptor_26ef1bb11259be7f, []int{0}
36 }
37
38 func (m *SgNBChangeRequired) XXX_Unmarshal(b []byte) error {
39         return xxx_messageInfo_SgNBChangeRequired.Unmarshal(m, b)
40 }
41 func (m *SgNBChangeRequired) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
42         return xxx_messageInfo_SgNBChangeRequired.Marshal(b, m, deterministic)
43 }
44 func (m *SgNBChangeRequired) XXX_Merge(src proto.Message) {
45         xxx_messageInfo_SgNBChangeRequired.Merge(m, src)
46 }
47 func (m *SgNBChangeRequired) XXX_Size() int {
48         return xxx_messageInfo_SgNBChangeRequired.Size(m)
49 }
50 func (m *SgNBChangeRequired) XXX_DiscardUnknown() {
51         xxx_messageInfo_SgNBChangeRequired.DiscardUnknown(m)
52 }
53
54 var xxx_messageInfo_SgNBChangeRequired proto.InternalMessageInfo
55
56 func (m *SgNBChangeRequired) GetProtocolIEs() *SgNBChangeRequired_IEs {
57         if m != nil {
58                 return m.ProtocolIEs
59         }
60         return nil
61 }
62
63 type SgNBChangeRequired_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_Target_SgNB_ID  *GlobalGNB_ID `protobuf:"bytes,3,opt,name=id_Target_SgNB_ID,json=idTargetSgNBID,proto3" json:"id_Target_SgNB_ID,omitempty"`
67         Id_Cause           *Cause        `protobuf:"bytes,4,opt,name=id_Cause,json=idCause,proto3" json:"id_Cause,omitempty"`
68         //The content of id_SgNBtoMeNBContainer has been specified in 3GPP 38.331 to be CG-Config.
69         Id_SgNBtoMeNBContainer       *CG_Config            `protobuf:"bytes,5,opt,name=id_SgNBtoMeNBContainer,json=idSgNBtoMeNBContainer,proto3" json:"id_SgNBtoMeNBContainer,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 *SgNBChangeRequired_IEs) Reset()         { *m = SgNBChangeRequired_IEs{} }
77 func (m *SgNBChangeRequired_IEs) String() string { return proto.CompactTextString(m) }
78 func (*SgNBChangeRequired_IEs) ProtoMessage()    {}
79 func (*SgNBChangeRequired_IEs) Descriptor() ([]byte, []int) {
80         return fileDescriptor_26ef1bb11259be7f, []int{1}
81 }
82
83 func (m *SgNBChangeRequired_IEs) XXX_Unmarshal(b []byte) error {
84         return xxx_messageInfo_SgNBChangeRequired_IEs.Unmarshal(m, b)
85 }
86 func (m *SgNBChangeRequired_IEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
87         return xxx_messageInfo_SgNBChangeRequired_IEs.Marshal(b, m, deterministic)
88 }
89 func (m *SgNBChangeRequired_IEs) XXX_Merge(src proto.Message) {
90         xxx_messageInfo_SgNBChangeRequired_IEs.Merge(m, src)
91 }
92 func (m *SgNBChangeRequired_IEs) XXX_Size() int {
93         return xxx_messageInfo_SgNBChangeRequired_IEs.Size(m)
94 }
95 func (m *SgNBChangeRequired_IEs) XXX_DiscardUnknown() {
96         xxx_messageInfo_SgNBChangeRequired_IEs.DiscardUnknown(m)
97 }
98
99 var xxx_messageInfo_SgNBChangeRequired_IEs proto.InternalMessageInfo
100
101 func (m *SgNBChangeRequired_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 *SgNBChangeRequired_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 *SgNBChangeRequired_IEs) GetId_Target_SgNB_ID() *GlobalGNB_ID {
116         if m != nil {
117                 return m.Id_Target_SgNB_ID
118         }
119         return nil
120 }
121
122 func (m *SgNBChangeRequired_IEs) GetId_Cause() *Cause {
123         if m != nil {
124                 return m.Id_Cause
125         }
126         return nil
127 }
128
129 func (m *SgNBChangeRequired_IEs) GetId_SgNBtoMeNBContainer() *CG_Config {
130         if m != nil {
131                 return m.Id_SgNBtoMeNBContainer
132         }
133         return nil
134 }
135
136 func (m *SgNBChangeRequired_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((*SgNBChangeRequired)(nil), "streaming_protobufs.SgNBChangeRequired")
145         proto.RegisterType((*SgNBChangeRequired_IEs)(nil), "streaming_protobufs.SgNBChangeRequired_IEs")
146 }
147
148 func init() { proto.RegisterFile("sgnb_change_required.proto", fileDescriptor_26ef1bb11259be7f) }
149
150 var fileDescriptor_26ef1bb11259be7f = []byte{
151         // 409 bytes of a gzipped FileDescriptorProto
152         0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x92, 0xe1, 0x6a, 0xd4, 0x40,
153         0x14, 0x85, 0xa9, 0xd5, 0x2a, 0x53, 0x14, 0x3a, 0xc5, 0x36, 0x2c, 0xa5, 0x68, 0x7f, 0x89, 0xb2,
154         0x13, 0xdc, 0xc5, 0x07, 0x70, 0x77, 0xc3, 0x12, 0xb0, 0x45, 0xa2, 0x2b, 0xa2, 0x3f, 0x2e, 0x93,
155         0xc9, 0x74, 0x1c, 0xc8, 0xce, 0xc4, 0x3b, 0x13, 0xac, 0x8f, 0xe4, 0x5b, 0xca, 0x4c, 0xb2, 0xa1,
156         0xba, 0xf9, 0x37, 0x9c, 0x7b, 0xce, 0xb7, 0xe7, 0xde, 0x0d, 0x99, 0x38, 0x65, 0x4a, 0x10, 0x3f,
157         0xb8, 0x51, 0x12, 0x50, 0xfe, 0x6c, 0x35, 0xca, 0x8a, 0x35, 0x68, 0xbd, 0xa5, 0xa7, 0xce, 0xa3,
158         0xe4, 0x5b, 0x6d, 0x14, 0x44, 0xa1, 0x6c, 0x6f, 0xdd, 0xe4, 0x52, 0x59, 0xab, 0x6a, 0x99, 0xee,
159         0x94, 0xf4, 0x17, 0xf2, 0xa6, 0x91, 0xe8, 0xba, 0xd0, 0xe4, 0x14, 0x51, 0x80, 0x50, 0x20, 0xac,
160         0xb9, 0xd5, 0xaa, 0x17, 0x4f, 0x24, 0xa2, 0x45, 0x10, 0xbc, 0x75, 0xb2, 0x97, 0xce, 0xef, 0x66,
161         0xbc, 0x01, 0x61, 0xb7, 0x5b, 0x6b, 0xc0, 0xff, 0x6e, 0x64, 0x0f, 0xb8, 0x12, 0x84, 0x7e, 0x52,
162         0x37, 0x8b, 0x65, 0xac, 0x54, 0xf4, 0x8d, 0xe8, 0x35, 0x39, 0x8e, 0x63, 0x61, 0xeb, 0x3c, 0x73,
163         0xc9, 0xc1, 0x8b, 0x83, 0x57, 0xc7, 0xb3, 0x37, 0x6c, 0xa4, 0x21, 0xdb, 0x4f, 0x43, 0x9e, 0xb9,
164         0xe2, 0x7e, 0xfe, 0xea, 0xcf, 0x21, 0x39, 0x1b, 0xf7, 0xd1, 0xd7, 0x84, 0xea, 0x0a, 0xae, 0xe5,
165         0xcd, 0x02, 0x36, 0x19, 0x7c, 0x9d, 0xbd, 0xff, 0x08, 0xf9, 0x2a, 0xfe, 0xe0, 0xd3, 0xe2, 0x99,
166         0xae, 0xc2, 0x60, 0x93, 0x05, 0x39, 0x5f, 0xf5, 0xde, 0x00, 0xba, 0xef, 0x7d, 0xb0, 0xf3, 0x86,
167         0xc1, 0xe0, 0xfd, 0x40, 0x4e, 0x74, 0x05, 0x9f, 0x39, 0x2a, 0xe9, 0xbb, 0x48, 0xbe, 0x4a, 0x0e,
168         0xe3, 0x1e, 0x2f, 0x47, 0xf7, 0x58, 0xd7, 0xb6, 0xe4, 0xf5, 0x3a, 0x1a, 0x03, 0xad, 0x8b, 0x86,
169         0x64, 0xbe, 0xa2, 0xef, 0xc8, 0x13, 0x5d, 0xc1, 0x32, 0x1c, 0x34, 0x79, 0x18, 0x21, 0x93, 0x51,
170         0x48, 0x74, 0x14, 0x8f, 0x75, 0x15, 0x1f, 0x74, 0x43, 0xce, 0xfa, 0xc2, 0xde, 0x86, 0x4d, 0x96,
171         0xd6, 0x78, 0xae, 0x8d, 0xc4, 0xe4, 0x51, 0x84, 0x5c, 0x8e, 0x43, 0xd6, 0xb0, 0x8c, 0x7f, 0x67,
172         0xf1, 0xbc, 0x5b, 0xea, 0xbf, 0x30, 0xfd, 0x4e, 0x2e, 0xf6, 0x6f, 0x06, 0xd9, 0x9d, 0x97, 0xc6,
173         0x69, 0x6b, 0x92, 0xa3, 0x08, 0xbf, 0x60, 0xdd, 0xb7, 0xc3, 0x76, 0x64, 0xb6, 0xc9, 0x8d, 0x9f,
174         0xcf, 0xbe, 0xf0, 0xba, 0x95, 0xc5, 0xf9, 0xbf, 0xb7, 0x1d, 0xc2, 0x8b, 0xf9, 0xb7, 0xb7, 0x4a,
175         0x22, 0x6a, 0xcf, 0xec, 0x14, 0xb9, 0x99, 0x3a, 0xc1, 0x2c, 0xaa, 0x14, 0x53, 0xd4, 0x62, 0xda,
176         0xd4, 0x3e, 0x1d, 0x2a, 0x4f, 0x87, 0xca, 0xe5, 0x51, 0x7c, 0xce, 0xff, 0x06, 0x00, 0x00, 0xff,
177         0xff, 0xb9, 0x04, 0xc7, 0xb9, 0xe0, 0x02, 0x00, 0x00,
178 }