X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=x2ap_streaming.proto;h=0f8f7b2c7a40484fabd48c1e8396b73f8f03a4ec;hb=refs%2Ftags%2Fv2.0.0;hp=017cd20076d36dcc6c6293db1a24469bd3c1fb70;hpb=fc5ba23aa0f5d08400a0eb7c74b0b784b7bf8b72;p=ric-plt%2Fstreaming-protobufs.git diff --git a/x2ap_streaming.proto b/x2ap_streaming.proto index 017cd20..0f8f7b2 100644 --- a/x2ap_streaming.proto +++ b/x2ap_streaming.proto @@ -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: v2.0.0 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; } }