X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=sgnb_modification_request.proto;h=55d50e3e1391dfe70fa34d00b94a6bf24b727a2d;hb=57a944751ed0f01bdd1c85163f6de10fded7968c;hp=5e696ec8f1c28089a8fb1b6188876d7ac25c9663;hpb=8183b2137ab25d76c205df8e47bbfe5a2a85b92f;p=ric-plt%2Fstreaming-protobufs.git diff --git a/sgnb_modification_request.proto b/sgnb_modification_request.proto index 5e696ec..55d50e3 100644 --- a/sgnb_modification_request.proto +++ b/sgnb_modification_request.proto @@ -49,7 +49,7 @@ message SgNBModificationRequest_IEs uint32 id_MeNB_UE_X2AP_ID = 1; uint32 id_SgNB_UE_X2AP_ID = 2; Cause id_Cause = 3; - google.protobuf.StringValue id_SelectedPLMN = 4; + google.protobuf.BytesValue id_SelectedPLMN = 4; HandoverRestrictionList id_HandoverRestrictionList = 5; TrueOpt id_SCGConfigurationQuery = 6; UE_ContextInformation_SgNBModReq id_UE_ContextInformation_SgNBModReq = 7; @@ -64,7 +64,7 @@ message SgNBModificationRequest_IEs message UE_ContextInformation_SgNBModReq { NRUESecurityCapabilities nRUE_SecurityCapabilities = 1; - google.protobuf.StringValue sgNB_SecurityKey = 2; + google.protobuf.BytesValue sgNB_SecurityKey = 2; UEAggregateMaximumBitRate sgNBUEAggregateMaximumBitRate = 3; E_RABs_ToBeAdded_SgNBModReq_List e_RABs_ToBeAdded = 4; E_RABs_ToBeModified_SgNBModReq_List e_RABs_ToBeModified = 5;