X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=rrc_reconfiguration.proto;h=677697c29a1e0a5a67203345f9ec0f1e631d370f;hb=57a944751ed0f01bdd1c85163f6de10fded7968c;hp=afc1411e69a8be5ec882a31faf66ed94bcdabf5f;hpb=8183b2137ab25d76c205df8e47bbfe5a2a85b92f;p=ric-plt%2Fstreaming-protobufs.git diff --git a/rrc_reconfiguration.proto b/rrc_reconfiguration.proto index afc1411..677697c 100644 --- a/rrc_reconfiguration.proto +++ b/rrc_reconfiguration.proto @@ -52,7 +52,7 @@ message RRCReconfiguration_IEs RadioBearerConfig radioBearerConfig = 1; CellGroupConfig secondaryCellGroup = 2; MeasConfig measConfig = 3; - google.protobuf.StringValue lateNonCriticalExtension = 4; + google.protobuf.BytesValue lateNonCriticalExtension = 4; RRCReconfiguration_v1530_IEs nonCriticalExtension = 5; } @@ -60,7 +60,7 @@ message RRCReconfiguration_v1530_IEs { CellGroupConfig masterCellGroup = 1; TrueOpt fullConfig = 2; - repeated string dedicatedNAS_MessageList = 3; + repeated bytes dedicatedNAS_MessageList = 3; MasterKeyUpdate masterKeyUpdate = 4; SIB1 dedicatedSIB1_Delivery = 5; SystemInformation dedicatedSystemInformationDelivery = 6; @@ -72,7 +72,7 @@ message MasterKeyUpdate { bool keySetChangeIndicator = 1; uint32 nextHopChainingCount = 2; - google.protobuf.StringValue nas_Container = 3; + google.protobuf.BytesValue nas_Container = 3; } message RRCReconfiguration_v1540_IEs