X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=x2ap_streaming.proto;h=dd68fe2d9f00176e818ea8588ae022847ffcc031;hb=7498219cd0794f339fcea569c04ff51349e24645;hp=017cd20076d36dcc6c6293db1a24469bd3c1fb70;hpb=dd356c5aadf73cfb53bc7c44b0908ab1ae34534a;p=ric-plt%2Fstreaming-protobufs.git diff --git a/x2ap_streaming.proto b/x2ap_streaming.proto index 017cd20..dd68fe2 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: 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; } }