Fixed SgNB UE X2AP ID optionality 47/2247/1 v2.0.0
authorTimo Tietavainen <timo.tietavainen@nokia.com>
Thu, 16 Jan 2020 09:41:07 +0000 (11:41 +0200)
committerTimo Tietavainen <timo.tietavainen@nokia.com>
Thu, 16 Jan 2020 09:41:07 +0000 (11:41 +0200)
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 <timo.tietavainen@nokia.com>
Change-Id: I5c42fdd22eec4a1b4632c1acd12b8f6b7e183396

docs/release-notes.rst
sgnb_addition_request_reject.proto
x2ap_streaming.proto

index 1b04d97..798f3a5 100644 (file)
@@ -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
index 52c4073..c6275bd 100644 (file)
@@ -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;
index 686c87c..0f8f7b2 100644 (file)
@@ -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