7026eaa928e59b7971580ea381f55bf0c3adbf90
[ric-plt/streaming-protobufs.git] / docs / release-notes.rst
1 ..
2 ..  Copyright (c) 2019 AT&T Intellectual Property.
3 ..  Copyright (c) 2019 Nokia.
4 ..
5 ..  Licensed under the Creative Commons Attribution 4.0 International
6 ..  Public License (the "License"); you may not use this file except
7 ..  in compliance with the License. You may obtain a copy of the License at
8 ..
9 ..    https://creativecommons.org/licenses/by/4.0/
10 ..
11 ..  Unless required by applicable law or agreed to in writing, documentation
12 ..  distributed under the License is distributed on an "AS IS" BASIS,
13 ..  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ..
15 ..  See the License for the specific language governing permissions and
16 ..  limitations under the License.
17 ..
18
19 Release-Notes
20 =============
21
22 This document provides the release notes for O-RAN SC Amber release of
23 ric-plt/streaming-protobufs.
24
25 .. contents::
26    :depth: 3
27    :local:
28
29
30
31 Version history
32 ---------------
33
34 [4.0.0] - 2020-04-14
35
36 * Changed scg-CellGroupConfig parameter type from Bytes to RRCReconfiguration
37   to describe SCG configuration as a Protobuf structure. Moved all '.proto'
38   files from streaming-protobufs root directory to proto subdirectory. Added
39   Golang source code generated from '.proto' files into the repository.
40
41 [3.0.0] - 2020-02-14
42
43 * Changed all parameters string types to bytes type except parameters 'gNbID'
44   and 'protobuf_revision' types in x2ap_streaming.proto file were still left
45   a string type.
46
47 [2.0.0] - 2020-01-16
48
49 * Changed SgNB UE X2AP ID to be an optional IE in SGNB ADDITION REQUEST REJECT
50   to be compatible with 3GPP 36.423 standard. API backward incompatible change.
51
52 [1.0.0] - 2020-01-14
53
54 * Fixed overlapping declaration error hit in Golang data structures, which
55   were generated from SGNB CHANGE CONFIRM protobuf message. API backward
56   incompatible change.
57
58 [0.2.3] - 2019-12-18
59
60 * Implement Protobuf schema for following X2AP messages:
61
62   * SGNB CHANGE REQUIRED
63   * SGNB CHANGE CONFIRM
64   * SGNB CHANGE REFUSE
65   * SGNB ACTIVITY NOTIFICATION
66   * GNB STATUS INDICATION
67
68 [0.2.2] - 2019-11-14
69
70 * Add mandatory documentation files.
71 * Fix Protobuf version number in x2ap_streaming.proto file.
72
73 [0.2.1] - 2019-10-16
74
75 * Fix protobuf definition of PLMN-Identity-EUTRA-5GC.
76
77 [0.2.0] - 2019-10-11
78
79 * Initial version.
80 * Implement Protobuf schema for following X2AP messages:
81
82   * SGNB ADDITION REQUEST
83   * SGNB ADDITION REQUEST ACKNOWLEDGE
84   * SGNB ADDITION REQUEST REJECT
85   * SGNB RECONFIGURATION COMPLETE
86   * RRC TRANSFER
87   * UE CONTEXT RELEASE
88   * SGNB RELEASE REQUEST
89   * SGNB RELEASE REQUEST ACKNOWLEDGE
90   * SGNB RELEASE REQUIRED
91   * SGNB RELEASE CONFIRM
92   * SGNB MODIFICATION REQUEST
93   * SGNB MODIFICATION REQUEST REJECT
94   * SGNB MODIFICATION REQUEST ACKNOWLEDGE
95   * SGNB MODIFICATION REQUIRED
96   * SGNB MODIFICATION CONFIRM
97   * SGNB MODIFICATION REFUSE
98   * SN STATUS TRANSFER
99   * SECONDARY RAT DATA USAGE REPORT