From 93b5b8369256ba92b5cb3c260b51dca3060180a9 Mon Sep 17 00:00:00 2001 From: Arian Date: Tue, 20 Aug 2019 17:21:47 +0200 Subject: Revert "Use RIL_SignalStrength_v10 matching to Sony's Kitakami RIL" This reverts commit a631e3d6c6eb59bb7ad299f1562fcbb06e62153b. --- include/telephony/ril.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/telephony/ril.h') diff --git a/include/telephony/ril.h b/include/telephony/ril.h index ce886f3..52c4311 100644 --- a/include/telephony/ril.h +++ b/include/telephony/ril.h @@ -1230,13 +1230,6 @@ typedef struct { * also: http://www.cellular-planningoptimization.com/2010/02/timing-advance-with-calculation.html */ } RIL_LTE_SignalStrength_v8; -typedef struct { - int rscp; /* The Received Signal Code Power in dBm multipled by -1. - * Range : 25 to 120 - * INT_MAX: 0x7FFFFFFF denotes invalid value. - * Reference: 3GPP TS 25.123, section 9.1.1.1 */ -} RIL_UMTS_SignalStrength; - typedef struct { int rscp; /* The Received Signal Code Power in dBm multipled by -1. * Range : 25 to 120 @@ -1267,7 +1260,6 @@ typedef struct { typedef struct { RIL_GW_SignalStrength GW_SignalStrength; - RIL_UMTS_SignalStrength UMTS_SignalStrength; RIL_CDMA_SignalStrength CDMA_SignalStrength; RIL_EVDO_SignalStrength EVDO_SignalStrength; RIL_LTE_SignalStrength_v8 LTE_SignalStrength; -- cgit v1.2.3