Restructure directory and add SCG configuration Protobuf
[ric-plt/streaming-protobufs.git] / protogen / gopb / sgnb_change_required.pb.go
diff --git a/protogen/gopb/sgnb_change_required.pb.go b/protogen/gopb/sgnb_change_required.pb.go
new file mode 100644 (file)
index 0000000..812b20e
--- /dev/null
@@ -0,0 +1,178 @@
+// Code generated by protoc-gen-go. DO NOT EDIT.
+// source: sgnb_change_required.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 SgNBChangeRequired struct {
+       ProtocolIEs          *SgNBChangeRequired_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 *SgNBChangeRequired) Reset()         { *m = SgNBChangeRequired{} }
+func (m *SgNBChangeRequired) String() string { return proto.CompactTextString(m) }
+func (*SgNBChangeRequired) ProtoMessage()    {}
+func (*SgNBChangeRequired) Descriptor() ([]byte, []int) {
+       return fileDescriptor_26ef1bb11259be7f, []int{0}
+}
+
+func (m *SgNBChangeRequired) XXX_Unmarshal(b []byte) error {
+       return xxx_messageInfo_SgNBChangeRequired.Unmarshal(m, b)
+}
+func (m *SgNBChangeRequired) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+       return xxx_messageInfo_SgNBChangeRequired.Marshal(b, m, deterministic)
+}
+func (m *SgNBChangeRequired) XXX_Merge(src proto.Message) {
+       xxx_messageInfo_SgNBChangeRequired.Merge(m, src)
+}
+func (m *SgNBChangeRequired) XXX_Size() int {
+       return xxx_messageInfo_SgNBChangeRequired.Size(m)
+}
+func (m *SgNBChangeRequired) XXX_DiscardUnknown() {
+       xxx_messageInfo_SgNBChangeRequired.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_SgNBChangeRequired proto.InternalMessageInfo
+
+func (m *SgNBChangeRequired) GetProtocolIEs() *SgNBChangeRequired_IEs {
+       if m != nil {
+               return m.ProtocolIEs
+       }
+       return nil
+}
+
+type SgNBChangeRequired_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_Target_SgNB_ID  *GlobalGNB_ID `protobuf:"bytes,3,opt,name=id_Target_SgNB_ID,json=idTargetSgNBID,proto3" json:"id_Target_SgNB_ID,omitempty"`
+       Id_Cause           *Cause        `protobuf:"bytes,4,opt,name=id_Cause,json=idCause,proto3" json:"id_Cause,omitempty"`
+       //The content of id_SgNBtoMeNBContainer has been specified in 3GPP 38.331 to be CG-Config.
+       Id_SgNBtoMeNBContainer       *CG_Config            `protobuf:"bytes,5,opt,name=id_SgNBtoMeNBContainer,json=idSgNBtoMeNBContainer,proto3" json:"id_SgNBtoMeNBContainer,omitempty"`
+       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"`
+       XXX_NoUnkeyedLiteral         struct{}              `json:"-"`
+       XXX_unrecognized             []byte                `json:"-"`
+       XXX_sizecache                int32                 `json:"-"`
+}
+
+func (m *SgNBChangeRequired_IEs) Reset()         { *m = SgNBChangeRequired_IEs{} }
+func (m *SgNBChangeRequired_IEs) String() string { return proto.CompactTextString(m) }
+func (*SgNBChangeRequired_IEs) ProtoMessage()    {}
+func (*SgNBChangeRequired_IEs) Descriptor() ([]byte, []int) {
+       return fileDescriptor_26ef1bb11259be7f, []int{1}
+}
+
+func (m *SgNBChangeRequired_IEs) XXX_Unmarshal(b []byte) error {
+       return xxx_messageInfo_SgNBChangeRequired_IEs.Unmarshal(m, b)
+}
+func (m *SgNBChangeRequired_IEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+       return xxx_messageInfo_SgNBChangeRequired_IEs.Marshal(b, m, deterministic)
+}
+func (m *SgNBChangeRequired_IEs) XXX_Merge(src proto.Message) {
+       xxx_messageInfo_SgNBChangeRequired_IEs.Merge(m, src)
+}
+func (m *SgNBChangeRequired_IEs) XXX_Size() int {
+       return xxx_messageInfo_SgNBChangeRequired_IEs.Size(m)
+}
+func (m *SgNBChangeRequired_IEs) XXX_DiscardUnknown() {
+       xxx_messageInfo_SgNBChangeRequired_IEs.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_SgNBChangeRequired_IEs proto.InternalMessageInfo
+
+func (m *SgNBChangeRequired_IEs) GetId_MeNB_UE_X2AP_ID() uint32 {
+       if m != nil {
+               return m.Id_MeNB_UE_X2AP_ID
+       }
+       return 0
+}
+
+func (m *SgNBChangeRequired_IEs) GetId_SgNB_UE_X2AP_ID() uint32 {
+       if m != nil {
+               return m.Id_SgNB_UE_X2AP_ID
+       }
+       return 0
+}
+
+func (m *SgNBChangeRequired_IEs) GetId_Target_SgNB_ID() *GlobalGNB_ID {
+       if m != nil {
+               return m.Id_Target_SgNB_ID
+       }
+       return nil
+}
+
+func (m *SgNBChangeRequired_IEs) GetId_Cause() *Cause {
+       if m != nil {
+               return m.Id_Cause
+       }
+       return nil
+}
+
+func (m *SgNBChangeRequired_IEs) GetId_SgNBtoMeNBContainer() *CG_Config {
+       if m != nil {
+               return m.Id_SgNBtoMeNBContainer
+       }
+       return nil
+}
+
+func (m *SgNBChangeRequired_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((*SgNBChangeRequired)(nil), "streaming_protobufs.SgNBChangeRequired")
+       proto.RegisterType((*SgNBChangeRequired_IEs)(nil), "streaming_protobufs.SgNBChangeRequired_IEs")
+}
+
+func init() { proto.RegisterFile("sgnb_change_required.proto", fileDescriptor_26ef1bb11259be7f) }
+
+var fileDescriptor_26ef1bb11259be7f = []byte{
+       // 409 bytes of a gzipped FileDescriptorProto
+       0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x92, 0xe1, 0x6a, 0xd4, 0x40,
+       0x14, 0x85, 0xa9, 0xd5, 0x2a, 0x53, 0x14, 0x3a, 0xc5, 0x36, 0x2c, 0xa5, 0x68, 0x7f, 0x89, 0xb2,
+       0x13, 0xdc, 0xc5, 0x07, 0x70, 0x77, 0xc3, 0x12, 0xb0, 0x45, 0xa2, 0x2b, 0xa2, 0x3f, 0x2e, 0x93,
+       0xc9, 0x74, 0x1c, 0xc8, 0xce, 0xc4, 0x3b, 0x13, 0xac, 0x8f, 0xe4, 0x5b, 0xca, 0x4c, 0xb2, 0xa1,
+       0xba, 0xf9, 0x37, 0x9c, 0x7b, 0xce, 0xb7, 0xe7, 0xde, 0x0d, 0x99, 0x38, 0x65, 0x4a, 0x10, 0x3f,
+       0xb8, 0x51, 0x12, 0x50, 0xfe, 0x6c, 0x35, 0xca, 0x8a, 0x35, 0x68, 0xbd, 0xa5, 0xa7, 0xce, 0xa3,
+       0xe4, 0x5b, 0x6d, 0x14, 0x44, 0xa1, 0x6c, 0x6f, 0xdd, 0xe4, 0x52, 0x59, 0xab, 0x6a, 0x99, 0xee,
+       0x94, 0xf4, 0x17, 0xf2, 0xa6, 0x91, 0xe8, 0xba, 0xd0, 0xe4, 0x14, 0x51, 0x80, 0x50, 0x20, 0xac,
+       0xb9, 0xd5, 0xaa, 0x17, 0x4f, 0x24, 0xa2, 0x45, 0x10, 0xbc, 0x75, 0xb2, 0x97, 0xce, 0xef, 0x66,
+       0xbc, 0x01, 0x61, 0xb7, 0x5b, 0x6b, 0xc0, 0xff, 0x6e, 0x64, 0x0f, 0xb8, 0x12, 0x84, 0x7e, 0x52,
+       0x37, 0x8b, 0x65, 0xac, 0x54, 0xf4, 0x8d, 0xe8, 0x35, 0x39, 0x8e, 0x63, 0x61, 0xeb, 0x3c, 0x73,
+       0xc9, 0xc1, 0x8b, 0x83, 0x57, 0xc7, 0xb3, 0x37, 0x6c, 0xa4, 0x21, 0xdb, 0x4f, 0x43, 0x9e, 0xb9,
+       0xe2, 0x7e, 0xfe, 0xea, 0xcf, 0x21, 0x39, 0x1b, 0xf7, 0xd1, 0xd7, 0x84, 0xea, 0x0a, 0xae, 0xe5,
+       0xcd, 0x02, 0x36, 0x19, 0x7c, 0x9d, 0xbd, 0xff, 0x08, 0xf9, 0x2a, 0xfe, 0xe0, 0xd3, 0xe2, 0x99,
+       0xae, 0xc2, 0x60, 0x93, 0x05, 0x39, 0x5f, 0xf5, 0xde, 0x00, 0xba, 0xef, 0x7d, 0xb0, 0xf3, 0x86,
+       0xc1, 0xe0, 0xfd, 0x40, 0x4e, 0x74, 0x05, 0x9f, 0x39, 0x2a, 0xe9, 0xbb, 0x48, 0xbe, 0x4a, 0x0e,
+       0xe3, 0x1e, 0x2f, 0x47, 0xf7, 0x58, 0xd7, 0xb6, 0xe4, 0xf5, 0x3a, 0x1a, 0x03, 0xad, 0x8b, 0x86,
+       0x64, 0xbe, 0xa2, 0xef, 0xc8, 0x13, 0x5d, 0xc1, 0x32, 0x1c, 0x34, 0x79, 0x18, 0x21, 0x93, 0x51,
+       0x48, 0x74, 0x14, 0x8f, 0x75, 0x15, 0x1f, 0x74, 0x43, 0xce, 0xfa, 0xc2, 0xde, 0x86, 0x4d, 0x96,
+       0xd6, 0x78, 0xae, 0x8d, 0xc4, 0xe4, 0x51, 0x84, 0x5c, 0x8e, 0x43, 0xd6, 0xb0, 0x8c, 0x7f, 0x67,
+       0xf1, 0xbc, 0x5b, 0xea, 0xbf, 0x30, 0xfd, 0x4e, 0x2e, 0xf6, 0x6f, 0x06, 0xd9, 0x9d, 0x97, 0xc6,
+       0x69, 0x6b, 0x92, 0xa3, 0x08, 0xbf, 0x60, 0xdd, 0xb7, 0xc3, 0x76, 0x64, 0xb6, 0xc9, 0x8d, 0x9f,
+       0xcf, 0xbe, 0xf0, 0xba, 0x95, 0xc5, 0xf9, 0xbf, 0xb7, 0x1d, 0xc2, 0x8b, 0xf9, 0xb7, 0xb7, 0x4a,
+       0x22, 0x6a, 0xcf, 0xec, 0x14, 0xb9, 0x99, 0x3a, 0xc1, 0x2c, 0xaa, 0x14, 0x53, 0xd4, 0x62, 0xda,
+       0xd4, 0x3e, 0x1d, 0x2a, 0x4f, 0x87, 0xca, 0xe5, 0x51, 0x7c, 0xce, 0xff, 0x06, 0x00, 0x00, 0xff,
+       0xff, 0xb9, 0x04, 0xc7, 0xb9, 0xe0, 0x02, 0x00, 0x00,
+}