Change parameter string types to bytes type
[ric-plt/streaming-protobufs.git] / sgnb_reconfiguration_complete.proto
index e0c3b26..b4c1f70 100644 (file)
@@ -54,7 +54,7 @@ message ResponseInformationSgNBReconfComp
 
 message ResponseInformationSgNBReconfComp_SuccessItem
 {
-    google.protobuf.StringValue meNBtoSgNBContainer = 1;
+    google.protobuf.BytesValue meNBtoSgNBContainer = 1;
     repeated ResponseInformationSgNBReconfComp_SuccessItemExtIEs iE_Extensions = 2;
 }