mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Support Measurement type EC/NO in Radio HAL"
This commit is contained in:
committed by
Android (Google) Code Review
commit
5cd0668991
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user