From f3769da0a39e2d8116d415f6fd1cba4f1648c03b Mon Sep 17 00:00:00 2001 From: Nathan Harold Date: Thu, 5 May 2016 12:19:39 -0700 Subject: Specify the INVALID flag for BSIC to be 0xFF Bug: 28299027 Change-Id: I3786265a266508d6ea842ccc2a2c3dcf99c3654f --- include/telephony/ril.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3