summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Harold <nharold@google.com>2016-05-05 12:19:39 -0700
committerNathan Harold <nharold@google.com>2016-05-05 12:19:39 -0700
commitf3769da0a39e2d8116d415f6fd1cba4f1648c03b (patch)
tree9702f51d7f49b471c496a4b270476ea7c59e13d0
parent1067bb62f81e8c6b5df8fd0c16f7ee5a8179529a (diff)
downloadandroid_hardware_ril-f3769da0a39e2d8116d415f6fd1cba4f1648c03b.tar.gz
android_hardware_ril-f3769da0a39e2d8116d415f6fd1cba4f1648c03b.tar.bz2
android_hardware_ril-f3769da0a39e2d8116d415f6fd1cba4f1648c03b.zip
Specify the INVALID flag for BSIC to be 0xFF
Bug: 28299027 Change-Id: I3786265a266508d6ea842ccc2a2c3dcf99c3654f
-rw-r--r--include/telephony/ril.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index 59a7fe2..eba4eb8 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -1228,7 +1228,7 @@ typedef struct {
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 */
+ uint8_t bsic;/* 6-bit Base Station Identity Code, 0xFF if unknown */
} RIL_CellIdentityGsm_v12;
typedef struct {