Add new Streaming protobuf files
[ric-plt/streaming-protobufs.git] / x2ap_streaming.proto
index 017cd20..dd68fe2 100644 (file)
@@ -40,6 +40,11 @@ import "sgnb_reconfiguration_complete.proto";
 import "sn_status_transfer.proto";
 import "ue_context_release.proto";
 import "secondary_rat_data_usage_report.proto";
+import "sgnb_change_required.proto";
+import "sgnb_change_confirm.proto";
+import "sgnb_change_refuse.proto";
+import "sgnb_activity_notification.proto";
+import "gnb_status_indication.proto";
 
 /*
    X2AP Streaming Protocol Buffer definition of a wrapper like container for
@@ -55,7 +60,7 @@ import "secondary_rat_data_usage_report.proto";
    Dashes converted to underscores to make protobuf message syntax correct.
 
    Revision number of this X2AP Streaming protobuf file is:
-       x2ap_streaming_protobuf_revision: v0.2.2
+       x2ap_streaming_protobuf_revision: v0.2.3
    The location of X2AP Streaming protobuf files is a Linux Foundation
    repository:
        https://gerrit.o-ran-sc.org/r/ric-plt/streaming-protobufs
@@ -85,6 +90,11 @@ message X2APStreaming
         SNStatusTransfer snStatusTransfer = 17;
         UEContextRelease ueContextRelease = 18;
         SecondaryRATDataUsageReport secondaryRATDataUsageReport = 19;
+        SgNBChangeRequired sgNBChangeRequired = 20;
+        SgNBChangeConfirm sgNBChangeConfirm = 21;
+        SgNBChangeRefuse sgNBChangeRefuse = 22;
+        SgNBActivityNotification sgNBActivityNotification = 23;
+        GNBStatusIndication gNBStatusIndication = 24;
     }
 }