X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=proto%2Frrc_common_types.proto;h=91c65ebe9c888d6dc772748840d2d6c7508c783f;hb=refs%2Fchanges%2F50%2F3550%2F1;hp=c23455d412e3efc8a130642db20bea550361e4f8;hpb=ddc4d67d57e952b8476e44d7a101798b2fdf4eae;p=ric-plt%2Fstreaming-protobufs.git diff --git a/proto/rrc_common_types.proto b/proto/rrc_common_types.proto index c23455d..91c65eb 100644 --- a/proto/rrc_common_types.proto +++ b/proto/rrc_common_types.proto @@ -1906,20 +1906,23 @@ message ServingCellConfig Null release_pdsch_ServingCellConfig = 12; PDSCH_ServingCellConfig setup_pdsch_ServingCellConfig = 13; } - CSI_MeasConfig csi_MeasConfig = 14; - SCellDeactivationTimer sCellDeactivationTimer = 15; - CrossCarrierSchedulingConfig crossCarrierSchedulingConfig = 16; - uint32 tag_Id = 17; - EnabledOpt ue_BeamLockFunction = 18; - PathlossReferenceLinking pathlossReferenceLinking = 19; - google.protobuf.UInt32Value servingCellMO = 20; + oneof csi_MeasConfig { + Null release_csi_MeasConfig = 14; + CSI_MeasConfig setup_csi_MeasConfig = 15; + } + SCellDeactivationTimer sCellDeactivationTimer = 16; + CrossCarrierSchedulingConfig crossCarrierSchedulingConfig = 17; + uint32 tag_Id = 18; + EnabledOpt ue_BeamLockFunction = 19; + PathlossReferenceLinking pathlossReferenceLinking = 20; + google.protobuf.UInt32Value servingCellMO = 21; oneof lte_CRS_ToMatchAround { - Null release_lte_CRS_ToMatchAround = 21; - RateMatchPatternLTE_CRS setup_lte_CRS_ToMatchAround = 22; + Null release_lte_CRS_ToMatchAround = 22; + RateMatchPatternLTE_CRS setup_lte_CRS_ToMatchAround = 23; } - repeated RateMatchPattern rateMatchPatternToAddModList = 23; - repeated google.protobuf.UInt32Value rateMatchPatternToReleaseList = 24; - repeated SCS_SpecificCarrier downlinkChannelBW_PerSCS_List = 25; + repeated RateMatchPattern rateMatchPatternToAddModList = 24; + repeated google.protobuf.UInt32Value rateMatchPatternToReleaseList = 25; + repeated SCS_SpecificCarrier downlinkChannelBW_PerSCS_List = 26; } message TDD_UL_DL_ConfigDedicated @@ -4793,7 +4796,7 @@ message EventA2 message EventA3 { - MeasTriggerQuantity a3_Threshold = 1; + MeasTriggerQuantityOffset a3_Offset = 1; bool reportOnLeave = 2; uint32 hysteresis = 3; TimeToTrigger timeToTrigger = 4;