Move Golang Protobuf source code to new directory
[ric-plt/streaming-protobufs.git] / protogen / gopb / sgnb_change_confirm.pb.go
diff --git a/protogen/gopb/sgnb_change_confirm.pb.go b/protogen/gopb/sgnb_change_confirm.pb.go
deleted file mode 100644 (file)
index 1744289..0000000
+++ /dev/null
@@ -1,588 +0,0 @@
-// Code generated by protoc-gen-go. DO NOT EDIT.
-// source: sgnb_change_confirm.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 SgNBChangeConfirm struct {
-       ProtocolIEs          *SgNBChangeConfirm_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 *SgNBChangeConfirm) Reset()         { *m = SgNBChangeConfirm{} }
-func (m *SgNBChangeConfirm) String() string { return proto.CompactTextString(m) }
-func (*SgNBChangeConfirm) ProtoMessage()    {}
-func (*SgNBChangeConfirm) Descriptor() ([]byte, []int) {
-       return fileDescriptor_24e9ce018b2c24b5, []int{0}
-}
-
-func (m *SgNBChangeConfirm) XXX_Unmarshal(b []byte) error {
-       return xxx_messageInfo_SgNBChangeConfirm.Unmarshal(m, b)
-}
-func (m *SgNBChangeConfirm) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-       return xxx_messageInfo_SgNBChangeConfirm.Marshal(b, m, deterministic)
-}
-func (m *SgNBChangeConfirm) XXX_Merge(src proto.Message) {
-       xxx_messageInfo_SgNBChangeConfirm.Merge(m, src)
-}
-func (m *SgNBChangeConfirm) XXX_Size() int {
-       return xxx_messageInfo_SgNBChangeConfirm.Size(m)
-}
-func (m *SgNBChangeConfirm) XXX_DiscardUnknown() {
-       xxx_messageInfo_SgNBChangeConfirm.DiscardUnknown(m)
-}
-
-var xxx_messageInfo_SgNBChangeConfirm proto.InternalMessageInfo
-
-func (m *SgNBChangeConfirm) GetProtocolIEs() *SgNBChangeConfirm_IEs {
-       if m != nil {
-               return m.ProtocolIEs
-       }
-       return nil
-}
-
-type SgNBChangeConfirm_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_E_RABs_ToBeReleased_SgNBChaConfList *E_RABs_ToBeReleased_SgNBChaConfList `protobuf:"bytes,3,opt,name=id_E_RABs_ToBeReleased_SgNBChaConfList,json=idERABsToBeReleasedSgNBChaConfList,proto3" json:"id_E_RABs_ToBeReleased_SgNBChaConfList,omitempty"`
-       Id_CriticalityDiagnostics              *CriticalityDiagnostics              `protobuf:"bytes,4,opt,name=id_CriticalityDiagnostics,json=idCriticalityDiagnostics,proto3" json:"id_CriticalityDiagnostics,omitempty"`
-       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"`
-       XXX_NoUnkeyedLiteral                   struct{}                             `json:"-"`
-       XXX_unrecognized                       []byte                               `json:"-"`
-       XXX_sizecache                          int32                                `json:"-"`
-}
-
-func (m *SgNBChangeConfirm_IEs) Reset()         { *m = SgNBChangeConfirm_IEs{} }
-func (m *SgNBChangeConfirm_IEs) String() string { return proto.CompactTextString(m) }
-func (*SgNBChangeConfirm_IEs) ProtoMessage()    {}
-func (*SgNBChangeConfirm_IEs) Descriptor() ([]byte, []int) {
-       return fileDescriptor_24e9ce018b2c24b5, []int{1}
-}
-
-func (m *SgNBChangeConfirm_IEs) XXX_Unmarshal(b []byte) error {
-       return xxx_messageInfo_SgNBChangeConfirm_IEs.Unmarshal(m, b)
-}
-func (m *SgNBChangeConfirm_IEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-       return xxx_messageInfo_SgNBChangeConfirm_IEs.Marshal(b, m, deterministic)
-}
-func (m *SgNBChangeConfirm_IEs) XXX_Merge(src proto.Message) {
-       xxx_messageInfo_SgNBChangeConfirm_IEs.Merge(m, src)
-}
-func (m *SgNBChangeConfirm_IEs) XXX_Size() int {
-       return xxx_messageInfo_SgNBChangeConfirm_IEs.Size(m)
-}
-func (m *SgNBChangeConfirm_IEs) XXX_DiscardUnknown() {
-       xxx_messageInfo_SgNBChangeConfirm_IEs.DiscardUnknown(m)
-}
-
-var xxx_messageInfo_SgNBChangeConfirm_IEs proto.InternalMessageInfo
-
-func (m *SgNBChangeConfirm_IEs) GetId_MeNB_UE_X2AP_ID() uint32 {
-       if m != nil {
-               return m.Id_MeNB_UE_X2AP_ID
-       }
-       return 0
-}
-
-func (m *SgNBChangeConfirm_IEs) GetId_SgNB_UE_X2AP_ID() uint32 {
-       if m != nil {
-               return m.Id_SgNB_UE_X2AP_ID
-       }
-       return 0
-}
-
-func (m *SgNBChangeConfirm_IEs) GetId_E_RABs_ToBeReleased_SgNBChaConfList() *E_RABs_ToBeReleased_SgNBChaConfList {
-       if m != nil {
-               return m.Id_E_RABs_ToBeReleased_SgNBChaConfList
-       }
-       return nil
-}
-
-func (m *SgNBChangeConfirm_IEs) GetId_CriticalityDiagnostics() *CriticalityDiagnostics {
-       if m != nil {
-               return m.Id_CriticalityDiagnostics
-       }
-       return nil
-}
-
-func (m *SgNBChangeConfirm_IEs) GetId_MeNB_UE_X2AP_ID_Extension() *wrappers.UInt32Value {
-       if m != nil {
-               return m.Id_MeNB_UE_X2AP_ID_Extension
-       }
-       return nil
-}
-
-type E_RABs_ToBeReleased_SgNBChaConfList struct {
-       Items                []*E_RABs_ToBeReleased_SgNBChaConf_ItemIEs `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
-       XXX_NoUnkeyedLiteral struct{}                                   `json:"-"`
-       XXX_unrecognized     []byte                                     `json:"-"`
-       XXX_sizecache        int32                                      `json:"-"`
-}
-
-func (m *E_RABs_ToBeReleased_SgNBChaConfList) Reset()         { *m = E_RABs_ToBeReleased_SgNBChaConfList{} }
-func (m *E_RABs_ToBeReleased_SgNBChaConfList) String() string { return proto.CompactTextString(m) }
-func (*E_RABs_ToBeReleased_SgNBChaConfList) ProtoMessage()    {}
-func (*E_RABs_ToBeReleased_SgNBChaConfList) Descriptor() ([]byte, []int) {
-       return fileDescriptor_24e9ce018b2c24b5, []int{2}
-}
-
-func (m *E_RABs_ToBeReleased_SgNBChaConfList) XXX_Unmarshal(b []byte) error {
-       return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConfList.Unmarshal(m, b)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConfList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-       return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConfList.Marshal(b, m, deterministic)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConfList) XXX_Merge(src proto.Message) {
-       xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConfList.Merge(m, src)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConfList) XXX_Size() int {
-       return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConfList.Size(m)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConfList) XXX_DiscardUnknown() {
-       xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConfList.DiscardUnknown(m)
-}
-
-var xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConfList proto.InternalMessageInfo
-
-func (m *E_RABs_ToBeReleased_SgNBChaConfList) GetItems() []*E_RABs_ToBeReleased_SgNBChaConf_ItemIEs {
-       if m != nil {
-               return m.Items
-       }
-       return nil
-}
-
-type E_RABs_ToBeReleased_SgNBChaConf_ItemIEs struct {
-       Id_E_RABs_ToBeReleased_SgNBChaConf_Item *E_RABs_ToBeReleased_SgNBChaConf_Item `protobuf:"bytes,1,opt,name=id_E_RABs_ToBeReleased_SgNBChaConf_Item,json=idERABsToBeReleasedSgNBChaConfItem,proto3" json:"id_E_RABs_ToBeReleased_SgNBChaConf_Item,omitempty"`
-       XXX_NoUnkeyedLiteral                    struct{}                              `json:"-"`
-       XXX_unrecognized                        []byte                                `json:"-"`
-       XXX_sizecache                           int32                                 `json:"-"`
-}
-
-func (m *E_RABs_ToBeReleased_SgNBChaConf_ItemIEs) Reset() {
-       *m = E_RABs_ToBeReleased_SgNBChaConf_ItemIEs{}
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_ItemIEs) String() string { return proto.CompactTextString(m) }
-func (*E_RABs_ToBeReleased_SgNBChaConf_ItemIEs) ProtoMessage()    {}
-func (*E_RABs_ToBeReleased_SgNBChaConf_ItemIEs) Descriptor() ([]byte, []int) {
-       return fileDescriptor_24e9ce018b2c24b5, []int{3}
-}
-
-func (m *E_RABs_ToBeReleased_SgNBChaConf_ItemIEs) XXX_Unmarshal(b []byte) error {
-       return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_ItemIEs.Unmarshal(m, b)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_ItemIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-       return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_ItemIEs.Marshal(b, m, deterministic)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_ItemIEs) XXX_Merge(src proto.Message) {
-       xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_ItemIEs.Merge(m, src)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_ItemIEs) XXX_Size() int {
-       return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_ItemIEs.Size(m)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_ItemIEs) XXX_DiscardUnknown() {
-       xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_ItemIEs.DiscardUnknown(m)
-}
-
-var xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_ItemIEs proto.InternalMessageInfo
-
-func (m *E_RABs_ToBeReleased_SgNBChaConf_ItemIEs) GetId_E_RABs_ToBeReleased_SgNBChaConf_Item() *E_RABs_ToBeReleased_SgNBChaConf_Item {
-       if m != nil {
-               return m.Id_E_RABs_ToBeReleased_SgNBChaConf_Item
-       }
-       return nil
-}
-
-type E_RABs_ToBeReleased_SgNBChaConf_Item struct {
-       E_RAB_ID                    uint32                       `protobuf:"varint,1,opt,name=e_RAB_ID,json=eRABID,proto3" json:"e_RAB_ID,omitempty"`
-       En_DC_ResourceConfiguration *EN_DC_ResourceConfiguration `protobuf:"bytes,2,opt,name=en_DC_ResourceConfiguration,json=enDCResourceConfiguration,proto3" json:"en_DC_ResourceConfiguration,omitempty"`
-       // Types that are valid to be assigned to ResourceConfiguration:
-       //      *E_RABs_ToBeReleased_SgNBChaConf_Item_SgNBPDCPpresent
-       //      *E_RABs_ToBeReleased_SgNBChaConf_Item_SgNBPDCPnotpresent
-       ResourceConfiguration isE_RABs_ToBeReleased_SgNBChaConf_Item_ResourceConfiguration `protobuf_oneof:"resource_configuration"`
-       IE_Extensions         []*E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs                `protobuf:"bytes,5,rep,name=iE_Extensions,json=iEExtensions,proto3" json:"iE_Extensions,omitempty"`
-       XXX_NoUnkeyedLiteral  struct{}                                                     `json:"-"`
-       XXX_unrecognized      []byte                                                       `json:"-"`
-       XXX_sizecache         int32                                                        `json:"-"`
-}
-
-func (m *E_RABs_ToBeReleased_SgNBChaConf_Item) Reset()         { *m = E_RABs_ToBeReleased_SgNBChaConf_Item{} }
-func (m *E_RABs_ToBeReleased_SgNBChaConf_Item) String() string { return proto.CompactTextString(m) }
-func (*E_RABs_ToBeReleased_SgNBChaConf_Item) ProtoMessage()    {}
-func (*E_RABs_ToBeReleased_SgNBChaConf_Item) Descriptor() ([]byte, []int) {
-       return fileDescriptor_24e9ce018b2c24b5, []int{4}
-}
-
-func (m *E_RABs_ToBeReleased_SgNBChaConf_Item) XXX_Unmarshal(b []byte) error {
-       return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_Item.Unmarshal(m, b)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-       return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_Item.Marshal(b, m, deterministic)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_Item) XXX_Merge(src proto.Message) {
-       xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_Item.Merge(m, src)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_Item) XXX_Size() int {
-       return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_Item.Size(m)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_Item) XXX_DiscardUnknown() {
-       xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_Item.DiscardUnknown(m)
-}
-
-var xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_Item proto.InternalMessageInfo
-
-func (m *E_RABs_ToBeReleased_SgNBChaConf_Item) GetE_RAB_ID() uint32 {
-       if m != nil {
-               return m.E_RAB_ID
-       }
-       return 0
-}
-
-func (m *E_RABs_ToBeReleased_SgNBChaConf_Item) GetEn_DC_ResourceConfiguration() *EN_DC_ResourceConfiguration {
-       if m != nil {
-               return m.En_DC_ResourceConfiguration
-       }
-       return nil
-}
-
-type isE_RABs_ToBeReleased_SgNBChaConf_Item_ResourceConfiguration interface {
-       isE_RABs_ToBeReleased_SgNBChaConf_Item_ResourceConfiguration()
-}
-
-type E_RABs_ToBeReleased_SgNBChaConf_Item_SgNBPDCPpresent struct {
-       SgNBPDCPpresent *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent `protobuf:"bytes,3,opt,name=sgNBPDCPpresent,proto3,oneof"`
-}
-
-type E_RABs_ToBeReleased_SgNBChaConf_Item_SgNBPDCPnotpresent struct {
-       SgNBPDCPnotpresent *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent `protobuf:"bytes,4,opt,name=sgNBPDCPnotpresent,proto3,oneof"`
-}
-
-func (*E_RABs_ToBeReleased_SgNBChaConf_Item_SgNBPDCPpresent) isE_RABs_ToBeReleased_SgNBChaConf_Item_ResourceConfiguration() {
-}
-
-func (*E_RABs_ToBeReleased_SgNBChaConf_Item_SgNBPDCPnotpresent) isE_RABs_ToBeReleased_SgNBChaConf_Item_ResourceConfiguration() {
-}
-
-func (m *E_RABs_ToBeReleased_SgNBChaConf_Item) GetResourceConfiguration() isE_RABs_ToBeReleased_SgNBChaConf_Item_ResourceConfiguration {
-       if m != nil {
-               return m.ResourceConfiguration
-       }
-       return nil
-}
-
-func (m *E_RABs_ToBeReleased_SgNBChaConf_Item) GetSgNBPDCPpresent() *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent {
-       if x, ok := m.GetResourceConfiguration().(*E_RABs_ToBeReleased_SgNBChaConf_Item_SgNBPDCPpresent); ok {
-               return x.SgNBPDCPpresent
-       }
-       return nil
-}
-
-func (m *E_RABs_ToBeReleased_SgNBChaConf_Item) GetSgNBPDCPnotpresent() *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent {
-       if x, ok := m.GetResourceConfiguration().(*E_RABs_ToBeReleased_SgNBChaConf_Item_SgNBPDCPnotpresent); ok {
-               return x.SgNBPDCPnotpresent
-       }
-       return nil
-}
-
-func (m *E_RABs_ToBeReleased_SgNBChaConf_Item) GetIE_Extensions() []*E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs {
-       if m != nil {
-               return m.IE_Extensions
-       }
-       return nil
-}
-
-// XXX_OneofWrappers is for the internal use of the proto package.
-func (*E_RABs_ToBeReleased_SgNBChaConf_Item) XXX_OneofWrappers() []interface{} {
-       return []interface{}{
-               (*E_RABs_ToBeReleased_SgNBChaConf_Item_SgNBPDCPpresent)(nil),
-               (*E_RABs_ToBeReleased_SgNBChaConf_Item_SgNBPDCPnotpresent)(nil),
-       }
-}
-
-type E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs struct {
-       XXX_NoUnkeyedLiteral struct{} `json:"-"`
-       XXX_unrecognized     []byte   `json:"-"`
-       XXX_sizecache        int32    `json:"-"`
-}
-
-func (m *E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs) Reset() {
-       *m = E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs{}
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs) String() string {
-       return proto.CompactTextString(m)
-}
-func (*E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs) ProtoMessage() {}
-func (*E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs) Descriptor() ([]byte, []int) {
-       return fileDescriptor_24e9ce018b2c24b5, []int{5}
-}
-
-func (m *E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs) XXX_Unmarshal(b []byte) error {
-       return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs.Unmarshal(m, b)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-       return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs.Marshal(b, m, deterministic)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs) XXX_Merge(src proto.Message) {
-       xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs.Merge(m, src)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs) XXX_Size() int {
-       return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs.Size(m)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs) XXX_DiscardUnknown() {
-       xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs.DiscardUnknown(m)
-}
-
-var xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs proto.InternalMessageInfo
-
-type E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent struct {
-       UL_GTPtunnelEndpoint *GTPtunnelEndpoint                                       `protobuf:"bytes,1,opt,name=uL_GTPtunnelEndpoint,json=uLGTPtunnelEndpoint,proto3" json:"uL_GTPtunnelEndpoint,omitempty"`
-       DL_GTPtunnelEndpoint *GTPtunnelEndpoint                                       `protobuf:"bytes,2,opt,name=dL_GTPtunnelEndpoint,json=dLGTPtunnelEndpoint,proto3" json:"dL_GTPtunnelEndpoint,omitempty"`
-       IE_Extensions        []*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs `protobuf:"bytes,3,rep,name=iE_Extensions,json=iEExtensions,proto3" json:"iE_Extensions,omitempty"`
-       XXX_NoUnkeyedLiteral struct{}                                                 `json:"-"`
-       XXX_unrecognized     []byte                                                   `json:"-"`
-       XXX_sizecache        int32                                                    `json:"-"`
-}
-
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent) Reset() {
-       *m = E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent{}
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent) String() string {
-       return proto.CompactTextString(m)
-}
-func (*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent) ProtoMessage() {}
-func (*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent) Descriptor() ([]byte, []int) {
-       return fileDescriptor_24e9ce018b2c24b5, []int{6}
-}
-
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent) XXX_Unmarshal(b []byte) error {
-       return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent.Unmarshal(m, b)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-       return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent.Marshal(b, m, deterministic)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent) XXX_Merge(src proto.Message) {
-       xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent.Merge(m, src)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent) XXX_Size() int {
-       return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent.Size(m)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent) XXX_DiscardUnknown() {
-       xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent.DiscardUnknown(m)
-}
-
-var xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent proto.InternalMessageInfo
-
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent) GetUL_GTPtunnelEndpoint() *GTPtunnelEndpoint {
-       if m != nil {
-               return m.UL_GTPtunnelEndpoint
-       }
-       return nil
-}
-
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent) GetDL_GTPtunnelEndpoint() *GTPtunnelEndpoint {
-       if m != nil {
-               return m.DL_GTPtunnelEndpoint
-       }
-       return nil
-}
-
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent) GetIE_Extensions() []*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs {
-       if m != nil {
-               return m.IE_Extensions
-       }
-       return nil
-}
-
-type E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs struct {
-       XXX_NoUnkeyedLiteral struct{} `json:"-"`
-       XXX_unrecognized     []byte   `json:"-"`
-       XXX_sizecache        int32    `json:"-"`
-}
-
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs) Reset() {
-       *m = E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs{}
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs) String() string {
-       return proto.CompactTextString(m)
-}
-func (*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs) ProtoMessage() {}
-func (*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs) Descriptor() ([]byte, []int) {
-       return fileDescriptor_24e9ce018b2c24b5, []int{7}
-}
-
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs) XXX_Unmarshal(b []byte) error {
-       return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs.Unmarshal(m, b)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-       return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs.Marshal(b, m, deterministic)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs) XXX_Merge(src proto.Message) {
-       xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs.Merge(m, src)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs) XXX_Size() int {
-       return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs.Size(m)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs) XXX_DiscardUnknown() {
-       xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs.DiscardUnknown(m)
-}
-
-var xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs proto.InternalMessageInfo
-
-type E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent struct {
-       IE_Extensions        []*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs `protobuf:"bytes,1,rep,name=iE_Extensions,json=iEExtensions,proto3" json:"iE_Extensions,omitempty"`
-       XXX_NoUnkeyedLiteral struct{}                                                    `json:"-"`
-       XXX_unrecognized     []byte                                                      `json:"-"`
-       XXX_sizecache        int32                                                       `json:"-"`
-}
-
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent) Reset() {
-       *m = E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent{}
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent) String() string {
-       return proto.CompactTextString(m)
-}
-func (*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent) ProtoMessage() {}
-func (*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent) Descriptor() ([]byte, []int) {
-       return fileDescriptor_24e9ce018b2c24b5, []int{8}
-}
-
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent) XXX_Unmarshal(b []byte) error {
-       return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent.Unmarshal(m, b)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-       return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent.Marshal(b, m, deterministic)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent) XXX_Merge(src proto.Message) {
-       xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent.Merge(m, src)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent) XXX_Size() int {
-       return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent.Size(m)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent) XXX_DiscardUnknown() {
-       xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent.DiscardUnknown(m)
-}
-
-var xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent proto.InternalMessageInfo
-
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent) GetIE_Extensions() []*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs {
-       if m != nil {
-               return m.IE_Extensions
-       }
-       return nil
-}
-
-type E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs struct {
-       XXX_NoUnkeyedLiteral struct{} `json:"-"`
-       XXX_unrecognized     []byte   `json:"-"`
-       XXX_sizecache        int32    `json:"-"`
-}
-
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs) Reset() {
-       *m = E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs{}
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs) String() string {
-       return proto.CompactTextString(m)
-}
-func (*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs) ProtoMessage() {}
-func (*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs) Descriptor() ([]byte, []int) {
-       return fileDescriptor_24e9ce018b2c24b5, []int{9}
-}
-
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs) XXX_Unmarshal(b []byte) error {
-       return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs.Unmarshal(m, b)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-       return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs.Marshal(b, m, deterministic)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs) XXX_Merge(src proto.Message) {
-       xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs.Merge(m, src)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs) XXX_Size() int {
-       return xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs.Size(m)
-}
-func (m *E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs) XXX_DiscardUnknown() {
-       xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs.DiscardUnknown(m)
-}
-
-var xxx_messageInfo_E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs proto.InternalMessageInfo
-
-func init() {
-       proto.RegisterType((*SgNBChangeConfirm)(nil), "streaming_protobufs.SgNBChangeConfirm")
-       proto.RegisterType((*SgNBChangeConfirm_IEs)(nil), "streaming_protobufs.SgNBChangeConfirm_IEs")
-       proto.RegisterType((*E_RABs_ToBeReleased_SgNBChaConfList)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBChaConfList")
-       proto.RegisterType((*E_RABs_ToBeReleased_SgNBChaConf_ItemIEs)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBChaConf_ItemIEs")
-       proto.RegisterType((*E_RABs_ToBeReleased_SgNBChaConf_Item)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBChaConf_Item")
-       proto.RegisterType((*E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBChaConf_ItemExtIEs")
-       proto.RegisterType((*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresent")
-       proto.RegisterType((*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPpresentExtIEs")
-       proto.RegisterType((*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresent")
-       proto.RegisterType((*E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs)(nil), "streaming_protobufs.E_RABs_ToBeReleased_SgNBChaConf_SgNBPDCPnotpresentExtIEs")
-}
-
-func init() { proto.RegisterFile("sgnb_change_confirm.proto", fileDescriptor_24e9ce018b2c24b5) }
-
-var fileDescriptor_24e9ce018b2c24b5 = []byte{
-       // 698 bytes of a gzipped FileDescriptorProto
-       0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0xdd, 0x4e, 0x13, 0x4d,
-       0x18, 0xa6, 0x2d, 0x90, 0x2f, 0xc3, 0xc7, 0xf7, 0xc5, 0x41, 0x65, 0x41, 0x62, 0xcc, 0x6a, 0x80,
-       0xa0, 0xdd, 0x6a, 0x89, 0x11, 0x8d, 0x89, 0x61, 0xbb, 0x1b, 0xa8, 0x29, 0x4d, 0x33, 0x80, 0xf1,
-       0xe7, 0x60, 0xb2, 0xec, 0x0e, 0xcb, 0x24, 0xdb, 0x99, 0xcd, 0xcc, 0x6c, 0xa4, 0xf7, 0x60, 0xbc,
-       0x05, 0x4f, 0xbd, 0x06, 0xcf, 0xbd, 0x07, 0x2f, 0xc7, 0xec, 0x6e, 0xb7, 0x85, 0x76, 0x0c, 0xa5,
-       0x72, 0xb6, 0x99, 0xf7, 0x79, 0x9f, 0xe7, 0xfd, 0x79, 0xde, 0x05, 0x2b, 0x32, 0x64, 0x27, 0xd8,
-       0x3f, 0xf3, 0x58, 0x48, 0xb0, 0xcf, 0xd9, 0x29, 0x15, 0x5d, 0x2b, 0x16, 0x5c, 0x71, 0xb8, 0x24,
-       0x95, 0x20, 0x5e, 0x97, 0xb2, 0x10, 0x67, 0x0f, 0x27, 0xc9, 0xa9, 0x5c, 0xbd, 0x1f, 0x72, 0x1e,
-       0x46, 0xa4, 0x56, 0xbc, 0xd4, 0x3e, 0x0b, 0x2f, 0x8e, 0x89, 0x90, 0x79, 0xd2, 0xea, 0xf2, 0x79,
-       0xdd, 0x8b, 0xb1, 0xcf, 0xbb, 0x5d, 0xce, 0xb0, 0xea, 0xc5, 0xa4, 0x1f, 0x30, 0x3d, 0x70, 0xeb,
-       0x30, 0x6c, 0xdb, 0x8d, 0x4c, 0xa9, 0x91, 0x0b, 0xc1, 0x16, 0x58, 0xc8, 0xa2, 0x3e, 0x8f, 0x9a,
-       0xae, 0x34, 0x4a, 0x0f, 0x4a, 0x9b, 0x0b, 0xf5, 0x2d, 0x4b, 0x23, 0x6c, 0x8d, 0x25, 0xe3, 0xa6,
-       0x2b, 0xd1, 0xc5, 0x74, 0xf3, 0x67, 0x05, 0xdc, 0xd1, 0xc2, 0xe0, 0x16, 0x80, 0x34, 0xc0, 0x07,
-       0xa4, 0x6d, 0xe3, 0x63, 0x17, 0xbf, 0xaf, 0xef, 0x76, 0x70, 0xd3, 0xc9, 0xe4, 0x16, 0xd1, 0x7f,
-       0x34, 0x48, 0x03, 0xc7, 0x6e, 0xfa, 0xdc, 0x74, 0xfa, 0xd8, 0x94, 0xe7, 0x22, 0xb6, 0x5c, 0x60,
-       0xd3, 0xc0, 0x00, 0xfb, 0xa5, 0x04, 0xd6, 0x69, 0x80, 0x5d, 0x8c, 0x76, 0x6d, 0x89, 0x8f, 0xb8,
-       0x4d, 0x10, 0x89, 0x88, 0x27, 0x49, 0x4e, 0xd0, 0x38, 0xf3, 0xd2, 0x2a, 0x5a, 0x54, 0x2a, 0xa3,
-       0x92, 0xf5, 0xb6, 0xa3, 0xed, 0x6d, 0x82, 0x7c, 0x64, 0xd2, 0xc0, 0x4d, 0x51, 0x17, 0x41, 0x23,
-       0x18, 0x78, 0x06, 0x56, 0x68, 0x80, 0x1b, 0x82, 0x2a, 0xea, 0x7b, 0x11, 0x55, 0x3d, 0x87, 0x7a,
-       0x21, 0xe3, 0x52, 0x51, 0x5f, 0x1a, 0xb3, 0x59, 0x01, 0x8f, 0xb5, 0x05, 0xe8, 0x53, 0x90, 0x41,
-       0x03, 0x7d, 0x04, 0x7e, 0x02, 0x6b, 0xe3, 0x03, 0xc5, 0xee, 0xb9, 0x22, 0x4c, 0x52, 0xce, 0x8c,
-       0xb9, 0x4c, 0x6c, 0xcd, 0xca, 0xdd, 0x62, 0x15, 0x4a, 0xd6, 0x71, 0x93, 0xa9, 0xed, 0xfa, 0x3b,
-       0x2f, 0x4a, 0x08, 0x5a, 0xbe, 0x3c, 0xf8, 0x41, 0xb2, 0xd9, 0x03, 0x0f, 0x27, 0x98, 0x08, 0x44,
-       0x60, 0x8e, 0x2a, 0xd2, 0x4d, 0x6d, 0x53, 0xd9, 0x5c, 0xa8, 0xbf, 0x9e, 0x66, 0xb4, 0xb8, 0xa9,
-       0x48, 0x37, 0x35, 0x52, 0x4e, 0x65, 0xfe, 0x28, 0x81, 0x8d, 0x09, 0x53, 0xe0, 0xd7, 0x12, 0xd8,
-       0xb8, 0x7a, 0xf9, 0x19, 0xbc, 0xef, 0xec, 0x97, 0x53, 0x97, 0x78, 0xd5, 0xfa, 0x53, 0x8c, 0xf9,
-       0x6d, 0x16, 0x3c, 0x9a, 0x84, 0x0c, 0x1a, 0xe0, 0x1f, 0x92, 0xe2, 0x86, 0x47, 0x30, 0x4f, 0xd0,
-       0xae, 0xdd, 0x74, 0x60, 0x0c, 0xee, 0x11, 0x86, 0x9d, 0x06, 0x46, 0x44, 0xf2, 0x44, 0xf8, 0xf9,
-       0x15, 0x85, 0x89, 0xf0, 0x54, 0xba, 0xd6, 0x72, 0xd6, 0xc6, 0x53, 0x7d, 0x1b, 0xed, 0x3f, 0xe6,
-       0xa1, 0x15, 0xc2, 0x9c, 0x86, 0x36, 0x04, 0x63, 0xf0, 0xbf, 0x0c, 0xdb, 0x76, 0xc7, 0x69, 0x74,
-       0x62, 0x41, 0x24, 0x61, 0xc5, 0xa9, 0x38, 0x53, 0x0d, 0xeb, 0xf0, 0x32, 0xd7, 0xfe, 0x0c, 0x1a,
-       0xa5, 0x87, 0x3d, 0x00, 0x8b, 0x27, 0xc6, 0x55, 0x21, 0x9a, 0x9f, 0xc7, 0xde, 0x5f, 0x89, 0x0e,
-       0xe9, 0xf6, 0x67, 0x90, 0x46, 0x04, 0x06, 0x60, 0x91, 0xba, 0xc3, 0x33, 0x91, 0xc6, 0x5c, 0x66,
-       0xdd, 0x37, 0x53, 0xfb, 0xc2, 0x3d, 0x57, 0xa9, 0x7b, 0xff, 0xa5, 0xee, 0x90, 0xd4, 0x36, 0xc0,
-       0x5d, 0xd1, 0x9f, 0x75, 0xfe, 0x4b, 0x2f, 0x86, 0x6d, 0x3e, 0x01, 0x5b, 0x93, 0xb3, 0x9a, 0xbf,
-       0xca, 0xa0, 0x76, 0xcd, 0x79, 0xc3, 0x0f, 0xe0, 0x76, 0xd2, 0xc2, 0x7b, 0x47, 0x1d, 0x95, 0x30,
-       0x46, 0x22, 0x97, 0x05, 0x31, 0xa7, 0x4c, 0xf5, 0x0f, 0x60, 0x5d, 0xdb, 0xe8, 0x18, 0x1a, 0x2d,
-       0x25, 0xad, 0xb1, 0xc7, 0x94, 0x3a, 0xd0, 0x51, 0x97, 0xaf, 0x47, 0x1d, 0x68, 0xa8, 0xf9, 0xe8,
-       0x5e, 0x2a, 0xd9, 0x5e, 0xde, 0xde, 0x84, 0x05, 0x75, 0x2b, 0x32, 0x5f, 0x80, 0xe7, 0x53, 0xd1,
-       0x98, 0xdf, 0x4b, 0xa0, 0x7e, 0x7d, 0x3b, 0x42, 0x31, 0xda, 0x60, 0xfe, 0xcf, 0x3c, 0xb8, 0x21,
-       0xbb, 0x6b, 0x7b, 0x7c, 0x05, 0x76, 0xa6, 0x65, 0xb2, 0xb7, 0x3f, 0x3e, 0x0b, 0x89, 0x10, 0x54,
-       0x59, 0xbc, 0x2a, 0x3c, 0x56, 0x95, 0xbe, 0xc5, 0x45, 0x58, 0x13, 0x35, 0x41, 0xfd, 0x6a, 0x1c,
-       0xa9, 0xda, 0xa0, 0xee, 0xea, 0xa0, 0xee, 0x93, 0xf9, 0xec, 0x73, 0xfb, 0x77, 0x00, 0x00, 0x00,
-       0xff, 0xff, 0xdb, 0x86, 0x99, 0xc6, 0xd4, 0x08, 0x00, 0x00,
-}