From: Timo Tietavainen Date: Thu, 16 Jan 2020 09:41:07 +0000 (+0200) Subject: Fixed SgNB UE X2AP ID optionality X-Git-Tag: v2.0.0^0 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ric-plt%2Fstreaming-protobufs.git;a=commitdiff_plain;h=8183b2137ab25d76c205df8e47bbfe5a2a85b92f Fixed SgNB UE X2AP ID optionality Changed SgNB UE X2AP ID to be an optional IE in SGNB ADDITION REQUEST REJECT to be compatible with 3GPP 36.423 standard. API backward incompatible change. Signed-off-by: Timo Tietavainen Change-Id: I5c42fdd22eec4a1b4632c1acd12b8f6b7e183396 --- diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 1b04d97..798f3a5 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -31,6 +31,11 @@ ric-plt/streaming-protobufs. Version history --------------- +[2.0.0] - 2020-01-16 + +* Changed SgNB UE X2AP ID to be an optional IE in SGNB ADDITION REQUEST REJECT + to be compatible with 3GPP 36.423 standard. API backward incompatible change. + [1.0.0] - 2020-01-14 * Fixed overlapping declaration error hit in Golang data structures, which diff --git a/sgnb_addition_request_reject.proto b/sgnb_addition_request_reject.proto index 52c4073..c6275bd 100644 --- a/sgnb_addition_request_reject.proto +++ b/sgnb_addition_request_reject.proto @@ -39,7 +39,7 @@ import "error_cause.proto"; message SgNBAdditionRequestReject { uint32 id_MeNB_UE_X2AP_ID = 1; - uint32 id_SgNB_UE_X2AP_ID = 2; + google.protobuf.UInt32Value id_SgNB_UE_X2AP_ID = 2; Cause id_Cause = 3; CriticalityDiagnostics id_CriticalityDiagnostics = 4; google.protobuf.UInt32Value id_MeNB_UE_X2AP_ID_Extension = 5; diff --git a/x2ap_streaming.proto b/x2ap_streaming.proto index 686c87c..0f8f7b2 100644 --- a/x2ap_streaming.proto +++ b/x2ap_streaming.proto @@ -60,7 +60,7 @@ import "gnb_status_indication.proto"; Dashes converted to underscores to make protobuf message syntax correct. Revision number of this X2AP Streaming protobuf file is: - x2ap_streaming_protobuf_revision: v1.0.0 + 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