Merge "Support Measurement type EC/NO in Radio HAL"

This commit is contained in:
TreeHugger Robot
2022-09-05 01:20:59 +00:00
committed by Android (Google) Code Review
2 changed files with 8 additions and 1 deletions

View File

@@ -48,4 +48,5 @@ parcelable SignalThresholdInfo {
const int SIGNAL_MEASUREMENT_TYPE_SSRSRP = 6;
const int SIGNAL_MEASUREMENT_TYPE_SSRSRQ = 7;
const int SIGNAL_MEASUREMENT_TYPE_SSSINR = 8;
const int SIGNAL_MEASUREMENT_TYPE_ECNO = 9;
}

View File

@@ -82,7 +82,13 @@ parcelable SignalThresholdInfo {
* Reference: 3GPP TS 38.215 section 5.1.*, 3GPP TS 38.133 section 10.1.16.1.
*/
const int SIGNAL_MEASUREMENT_TYPE_SSSINR = 8;
/**
* EcNo value
* Range: -24 dBm to 1 dBm.
* Used RAN: UTRAN
* Reference: 3GPP TS 25.215 5.1.5
*/
const int SIGNAL_MEASUREMENT_TYPE_ECNO = 9;
/**
* Signal Measurement Type
* Values are SIGNAL_MEASUREMENT_TYPE_