aboutsummaryrefslogtreecommitdiffstats
path: root/proto
diff options
context:
space:
mode:
authorJack Yu <jackyu@google.com>2016-10-21 12:16:06 -0700
committerJack Yu <jackyu@google.com>2016-10-21 12:16:06 -0700
commitd009ecff130b903cd597621b60ec84cddc0c4f16 (patch)
treead89c6820e0e35d7e3f2e940916055cee35fccaf /proto
parent722f9a0f024c05ddc4cc7384f924e35be666fc07 (diff)
downloadandroid_frameworks_opt_telephony-d009ecff130b903cd597621b60ec84cddc0c4f16.tar.gz
android_frameworks_opt_telephony-d009ecff130b903cd597621b60ec84cddc0c4f16.tar.bz2
android_frameworks_opt_telephony-d009ecff130b903cd597621b60ec84cddc0c4f16.zip
Update the proto and service state logging.
1. Update the proto so the version used on the device is in sync with the version on the server. 2. Added CDMA service state logging in pollStateDoneCdma() and pollStateDoneCdmaLte(). bug: 31224848 Change-Id: I7c56f4c23ebc0db126d44e9a119ad71289781ca1
Diffstat (limited to 'proto')
-rw-r--r--proto/telephony.proto7
1 files changed, 7 insertions, 0 deletions
diff --git a/proto/telephony.proto b/proto/telephony.proto
index 3531f39e3..066375953 100644
--- a/proto/telephony.proto
+++ b/proto/telephony.proto
@@ -309,6 +309,8 @@ enum RadioAccessTechnology {
RAT_TD_SCDMA = 17;
RAT_IWLAN = 18;
+
+ RAT_LTE_CA = 19;
}
// The information about IMS errors
@@ -785,14 +787,19 @@ message TelephonyEvent {
// RIL error code
optional RilErrno error = 9;
+ // Setup data call request
optional RilSetupDataCall setup_data_call = 10;
+ // Setup data call response
optional RilSetupDataCallResponse setup_data_call_response = 11;
+ // Deactivate data call request
optional RilDeactivateDataCall deactivate_data_call = 12;
+ // Data call stall recovery action
optional int32 data_stall_action = 13;
+ // Modem restart event
optional ModemRestart modem_restart = 14;
// NITZ time in milliseconds