summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-09-13 07:37:32 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-09-13 07:37:32 +0000
commit2ee1768d1adc898b9cd9c951dbe65e17a698a337 (patch)
tree17e69474e02a7a2320b32895991928863c202ca2
parentf76e2dfaba8a7532d631f8a014aee0488106afcc (diff)
parentae339b3feb9d10c24a35db9c6ad01df5deeab1e0 (diff)
downloadandroid_hardware_ril-2ee1768d1adc898b9cd9c951dbe65e17a698a337.tar.gz
android_hardware_ril-2ee1768d1adc898b9cd9c951dbe65e17a698a337.tar.bz2
android_hardware_ril-2ee1768d1adc898b9cd9c951dbe65e17a698a337.zip
release-request-b613f8ce-05b5-465e-b783-c1b87f3c1e95-for-git_oc-mr1-release-4332123 snap-temp-L59300000101925107
Change-Id: I1e03e6f65ab97d399dc116360818b04f48f058d8
-rw-r--r--include/telephony/ril.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index df0e467..0512f52 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -1369,8 +1369,8 @@ typedef struct {
int mnc; /* 2 or 3-digit Mobile Network Code, 0..999, INT_MAX if unknown */
int lac; /* 16-bit Location Area Code, 0..65535, INT_MAX if unknown */
int cid; /* 16-bit GSM Cell Identity described in TS 27.007, 0..65535, INT_MAX if unknown */
- int arfcn; /* 16-bit GSM Absolute RF channel number, INT_MAX if unknown */
- uint8_t bsic;/* 6-bit Base Station Identity Code, 0xFF if unknown */
+ int arfcn; /* 16-bit GSM Absolute RF channel number; this value must be reported */
+ uint8_t bsic; /* 6-bit Base Station Identity Code; 0xFF if unknown */
} RIL_CellIdentityGsm_v12;
typedef struct {
@@ -1386,8 +1386,8 @@ typedef struct {
int mnc; /* 2 or 3-digit Mobile Network Code, 0..999, INT_MAX if unknown */
int lac; /* 16-bit Location Area Code, 0..65535, INT_MAX if unknown */
int cid; /* 28-bit UMTS Cell Identity described in TS 25.331, 0..268435455, INT_MAX if unknown */
- int psc; /* 9-bit UMTS Primary Scrambling Code described in TS 25.331, 0..511, INT_MAX if unknown */
- int uarfcn; /* 16-bit UMTS Absolute RF Channel Number, INT_MAX if unknown */
+ int psc; /* 9-bit UMTS Primary Scrambling Code described in TS 25.331, 0..511; this value must be reported */
+ int uarfcn; /* 16-bit UMTS Absolute RF Channel Number; this value must be reported */
} RIL_CellIdentityWcdma_v12;
typedef struct {
@@ -1417,9 +1417,9 @@ typedef struct {
int mcc; /* 3-digit Mobile Country Code, 0..999, INT_MAX if unknown */
int mnc; /* 2 or 3-digit Mobile Network Code, 0..999, INT_MAX if unknown */
int ci; /* 28-bit Cell Identity described in TS ???, INT_MAX if unknown */
- int pci; /* physical cell id 0..503, INT_MAX if unknown */
+ int pci; /* physical cell id 0..503; this value must be reported */
int tac; /* 16-bit tracking area code, INT_MAX if unknown */
- int earfcn; /* 18-bit LTE Absolute RC Channel Number, INT_MAX if unknown */
+ int earfcn; /* 18-bit LTE Absolute RF Channel Number; this value must be reported */
} RIL_CellIdentityLte_v12;
typedef struct {