ric-plt/streaming-protobufs.git
3 years agoRephrase release notes introduction 39/4139/1 bronze cherry dawn
Timo Tietavainen [Tue, 16 Jun 2020 17:04:19 +0000 (20:04 +0300)]
Rephrase release notes introduction

Remove release name from introduction section to make it
unaltered for release changes.

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: Id0ec42791c7e564bde92137740813d8772701095

4 years agoRename EventA3 a3_Threshold parameter to a3_Offset 50/3550/1 protogen/go/streaming_protobufs/v6.0.0 v6.0.0
Timo Tietavainen [Thu, 30 Apr 2020 15:43:00 +0000 (18:43 +0300)]
Rename EventA3 a3_Threshold parameter to a3_Offset

Fixed wrongly named 'a3_Threshold' parameter in RRC EventA3 configuration
structure to 'a3_Offset' and change its type to 'MeasTriggerQuantityOffset'
to be in line with 3GPP specification.

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: I3d0e30ee06a4a29caba5c3c2247c9ef7a34ec0a7

4 years agoFix CSI-MeasConfig optionality 87/3387/1 protogen/go/streaming_protobufs/v5.0.0 v5.0.0
Timo Tietavainen [Wed, 22 Apr 2020 13:58:02 +0000 (16:58 +0300)]
Fix CSI-MeasConfig optionality

Fixed CSI-MeasConfig configuration under ServingCellConfig to be optional.
3GPP 38.331 states:
    csi-MeasConfig    SetupRelease { CSI-MeasConfig }
This means that at release procedure, this parameter is not set. Change
Protobuf structure to 'oneof' to support optionality for csi-MeasConfig.

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: Id208577f3a3042ccee7b744277ed2dac89eac45b

4 years agoAdd git extension to Golang streaming_protobufs module path name 77/3277/1 protogen/go/streaming_protobufs/v4.0.3 v4.0.3
Timo Tietavainen [Wed, 15 Apr 2020 11:07:14 +0000 (14:07 +0300)]
Add git extension to Golang streaming_protobufs module path name

Add git extension to Golang streaming_protobufs module path name and hence
update version to v4.0.3.

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: I68bab1ffadca493f19968ac22b197f3937c7aecf

4 years agoMove Golang Protobuf source code to new directory 72/3272/1 protogen/go/streaming_protobufs/v4.0.2 v4.0.2
Timo Tietavainen [Wed, 15 Apr 2020 09:25:14 +0000 (12:25 +0300)]
Move Golang Protobuf source code to new directory

Move Golang source code generated from '.proto' files to new subdirectory
go/streaming_protobufs to be in line with the 'streaming_protobufs' Golang
package name.

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: I931b20170ac7be90ac3032150fd67ecc1fd42704

4 years agoAdd Golang module files 69/3269/1 v4.0.1
Timo Tietavainen [Wed, 15 Apr 2020 06:49:40 +0000 (09:49 +0300)]
Add Golang module files

Add Golang module files and hence update version to v4.0.1.

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: Iff293cb5ac0d2c000a0f93aeab935bc8564639d9

4 years agoRestructure directory and add SCG configuration Protobuf 59/3259/3 v4.0.0
Timo Tietavainen [Tue, 14 Apr 2020 05:50:50 +0000 (08:50 +0300)]
Restructure directory and add SCG configuration Protobuf

Changed scg-CellGroupConfig parameter type from Bytes to RRCReconfiguration
to describe SCG configuration as a Protobuf structure. The change affects to
following X2 messages:
* SGNB ADDITION REQUEST ACKNOWLEDGE
* SGNB MODIFICATION REQUIRED
* SGNB MODIFICATION REQUEST ACKNOWLEDGE
* SGNB CHANGE REQUIRED

Moved also all '.proto' files from streaming-protobufs root directory to proto
subdirectory.

Added also Golang source code generated from Protobuf '.proto' files, generated
files are located under protogen/gopb directory.

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: Ia5478a0fca83794fff847a0c43a3f8f45ab90b6a

4 years agoUpdate v3.0.0 release notes 17/2517/1
Timo Tietavainen [Fri, 14 Feb 2020 04:57:41 +0000 (06:57 +0200)]
Update v3.0.0 release notes

Add release notes description for v3.0.0 changes.

Change-Id: Ide4d1f4e02a8457fed8182481b023a111af23732
Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
4 years agoChange parameter string types to bytes type 00/2500/1 v3.0.0
Timo Tietavainen [Thu, 13 Feb 2020 05:21:53 +0000 (07:21 +0200)]
Change parameter string types to bytes type

There has been identified a problem when Protobuf string type is used: this
type does not support non-UTF8 characters and this limitation can cause
Protobuf encoding/decoding failure of an X2 parameter with arbitrary binary
value. To fix the issue replace string types of all X2 parameters in Protobuf
files with bytes type to support wider value range. Parameters
'protobuf_revision' and 'gNbID' types in x2ap_streaming.proto file were still
left a string type, because undoubtedly these parameter values are always
strings.

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: I45f1631e3e3e96c408c7d2c015221ef8e2857608

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

4 years agoFix SGNB CHANGE CONFIRM protobuf message 14/2214/1 v1.0.0
Timo Tietavainen [Tue, 14 Jan 2020 09:22:18 +0000 (11:22 +0200)]
Fix SGNB CHANGE CONFIRM protobuf message

SGNB CHANGE CONFIRM protobuf message produced Golang data structure
what had overlapping declaration and caused Golang compilation failure.
As a fix change variable type naming in protobuf message file so that
generated code won't have any more overlapping declarations.

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: I0259867122000622c278d342f5f20cc287c1f24b

4 years agoAdd new Streaming protobuf files 34/2034/2 v0.2.3
Timo Tietavainen [Mon, 16 Dec 2019 12:52:52 +0000 (14:52 +0200)]
Add new Streaming protobuf files

Following X2AP messages were converted to protobuf structures:
* SGNB CHANGE REQUIRED
* SGNB CHANGE CONFIRM
* SGNB CHANGE REFUSE
* SGNB ACTIVITY NOTIFICATION
* GNB STATUS INDICATION
Conversion was based on 3GPP spec 36.423, ver 15.4.0.

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: Ie75ae5634567347db347967f125d15f0b06a2708

4 years agoAdding information on purpose of info.yaml 11/1611/1 Amber
czichy [Fri, 15 Nov 2019 08:00:11 +0000 (10:00 +0200)]
Adding information on purpose of info.yaml

Change-Id: I6d65029a6de270e8e3af69ae3cba917af8700eb1
Signed-off-by: czichy <thoralf.czichy@nokia.com>
4 years agoAdd documentation files 96/1596/3 v0.2.2
Timo Tietavainen [Thu, 14 Nov 2019 12:41:12 +0000 (14:41 +0200)]
Add documentation files

Added mandatory documentation files for the RIC Amber release.

Change-Id: I421945043e573ca72cd56f92d681308cbe98b685
Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
4 years agoadding Jussi as committer 91/1591/1
czichy [Thu, 14 Nov 2019 09:36:43 +0000 (11:36 +0200)]
adding Jussi as committer

Change-Id: Ie901e49983e13ba4f7d16a0abb91225e039d779c
Signed-off-by: czichy <thoralf.czichy@nokia.com>
4 years agoAutomation adds INFO.yaml 44/1444/2
Aric Gardner [Fri, 8 Nov 2019 16:02:49 +0000 (16:02 +0000)]
Automation adds INFO.yaml

Change-Id: Ib35835262d0e72f1bd84d94f9f64c4e1c6f6fe19
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
4 years agoFix protobuf definition of PLMN-Identity-EUTRA-5GC 52/1152/1 v0.2.1
Timo Tietavainen [Tue, 15 Oct 2019 05:29:17 +0000 (08:29 +0300)]
Fix protobuf definition of PLMN-Identity-EUTRA-5GC

Change the content of the PLMN_Identity_EUTRA_5GC message in
protobuf to be an 'oneof' structure in order to be in line with
the 3GPP specification where it is defined to be a 'CHOICE' type.

Change-Id: I6b99ec91a3d9b1f11e363d286cc39fed808639d5
Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
4 years agoAdd Streaming protobuf files and license file 00/1100/3 v0.2.0
Timo Tietavainen [Wed, 9 Oct 2019 12:39:45 +0000 (15:39 +0300)]
Add Streaming protobuf files and license file

Following X2AP messages were converted to protobuf structures:
* SGNG ADDITION REQUEST
* SGNB ADDITION REQUEST ACKNOWLEDGE
* SGNB ADDITION REQUEST REJECT
* SGNB RECONFIGURATION COMPLETE
* RRC TRANSFER
* UE CONTEXT RELEASE
* SGNB RELEASE REQUEST
* SGNB RELEASE REQUEST ACKNOWLEDGE
* SGNB RELEASE REQUIRED
* SGNB RELEASE CONFIRM
* SGNB MODIFICATION REQUEST
* SGNB MODIFICATION REQUEST REJECT
* SGNB MODIFICATION REQUEST ACKNOWLEDGE
* SGNB MODIFICATION REQUIRED
* SGNB MODIFICATION CONFIRM
* SGNB MODIFICATION REFUSE
* SN STATUS TRANSFER
* SECONDARY RAT DATA USAGE REPORT

Added also 2APStreaming protobuf structure, which can be used as an
upper level container for an X2AP message, gNodeB ID, event timestamp
and revision information of a Streaming protobuf file in question.

Streaming protobuf files are published under documentation license,
added also a LICENSE.txt file for it.

Change-Id: Id1adc255efbbcc95ac0b4394296ca00391d58335
Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
4 years agoCreate INFO.yaml
DW Talton [Mon, 7 Oct 2019 15:57:37 +0000 (08:57 -0700)]
Create INFO.yaml

Issue-ID: IT-17820
Signed-off-by: DW Talton <dtalton@contractor.linuxfoundation.org>
Change-Id: I89faf4e72457cd2bf5e94870a280c56469cb19e8

4 years agoInitial empty repository
DW Talton [Mon, 7 Oct 2019 01:08:52 +0000 (01:08 +0000)]
Initial empty repository