Change parameter string types to bytes type 00/2500/1 v3.0.0
authorTimo Tietavainen <timo.tietavainen@nokia.com>
Thu, 13 Feb 2020 05:21:53 +0000 (07:21 +0200)
committerTimo Tietavainen <timo.tietavainen@nokia.com>
Thu, 13 Feb 2020 05:21:53 +0000 (07:21 +0200)
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


No differences found