X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=docs%2Frelease-notes.rst;h=2eb8a1751803d8749e22d55d943c95ebb0a63af8;hb=01e651a425e83b914a4b30e19a3a843ce86154d1;hp=06162395c5738f911165f6bf9240b4a73f00e89c;hpb=fc5ba23aa0f5d08400a0eb7c74b0b784b7bf8b72;p=ric-plt%2Fstreaming-protobufs.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 0616239..2eb8a17 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -31,6 +31,33 @@ ric-plt/streaming-protobufs. Version history --------------- +[3.0.0] - 2020-02-14 + +* Changed all parameters string types to bytes type except parameters 'gNbID' + and 'protobuf_revision' types in x2ap_streaming.proto file were still left + a string type. + +[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 + were generated from SGNB CHANGE CONFIRM protobuf message. API backward + incompatible change. + +[0.2.3] - 2019-12-18 + +* Implement Protobuf schema for following X2AP messages: + + * SGNB CHANGE REQUIRED + * SGNB CHANGE CONFIRM + * SGNB CHANGE REFUSE + * SGNB ACTIVITY NOTIFICATION + * GNB STATUS INDICATION + [0.2.2] - 2019-11-14 * Add mandatory documentation files.