Android-x86
Fork

  • R/O
  • HTTP
  • SSH
  • HTTPS

hardware-ril: コミット

hardware/ril


コミットメタ情報

リビジョン2ee1768d1adc898b9cd9c951dbe65e17a698a337 (tree)
日時2017-09-13 16:37:32
作者android-build-team Robot <android-build-team-robot@goog...>
コミッターandroid-build-team Robot

ログメッセージ

release-request-b613f8ce-05b5-465e-b783-c1b87f3c1e95-for-git_oc-mr1-release-4332123 snap-temp-L59300000101925107

Change-Id: I1e03e6f65ab97d399dc116360818b04f48f058d8

変更サマリ

差分

--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -1369,8 +1369,8 @@ typedef struct {
13691369 int mnc; /* 2 or 3-digit Mobile Network Code, 0..999, INT_MAX if unknown */
13701370 int lac; /* 16-bit Location Area Code, 0..65535, INT_MAX if unknown */
13711371 int cid; /* 16-bit GSM Cell Identity described in TS 27.007, 0..65535, INT_MAX if unknown */
1372- int arfcn; /* 16-bit GSM Absolute RF channel number, INT_MAX if unknown */
1373- uint8_t bsic;/* 6-bit Base Station Identity Code, 0xFF if unknown */
1372+ int arfcn; /* 16-bit GSM Absolute RF channel number; this value must be reported */
1373+ uint8_t bsic; /* 6-bit Base Station Identity Code; 0xFF if unknown */
13741374 } RIL_CellIdentityGsm_v12;
13751375
13761376 typedef struct {
@@ -1386,8 +1386,8 @@ typedef struct {
13861386 int mnc; /* 2 or 3-digit Mobile Network Code, 0..999, INT_MAX if unknown */
13871387 int lac; /* 16-bit Location Area Code, 0..65535, INT_MAX if unknown */
13881388 int cid; /* 28-bit UMTS Cell Identity described in TS 25.331, 0..268435455, INT_MAX if unknown */
1389- int psc; /* 9-bit UMTS Primary Scrambling Code described in TS 25.331, 0..511, INT_MAX if unknown */
1390- int uarfcn; /* 16-bit UMTS Absolute RF Channel Number, INT_MAX if unknown */
1389+ int psc; /* 9-bit UMTS Primary Scrambling Code described in TS 25.331, 0..511; this value must be reported */
1390+ int uarfcn; /* 16-bit UMTS Absolute RF Channel Number; this value must be reported */
13911391 } RIL_CellIdentityWcdma_v12;
13921392
13931393 typedef struct {
@@ -1417,9 +1417,9 @@ typedef struct {
14171417 int mcc; /* 3-digit Mobile Country Code, 0..999, INT_MAX if unknown */
14181418 int mnc; /* 2 or 3-digit Mobile Network Code, 0..999, INT_MAX if unknown */
14191419 int ci; /* 28-bit Cell Identity described in TS ???, INT_MAX if unknown */
1420- int pci; /* physical cell id 0..503, INT_MAX if unknown */
1420+ int pci; /* physical cell id 0..503; this value must be reported */
14211421 int tac; /* 16-bit tracking area code, INT_MAX if unknown */
1422- int earfcn; /* 18-bit LTE Absolute RC Channel Number, INT_MAX if unknown */
1422+ int earfcn; /* 18-bit LTE Absolute RF Channel Number; this value must be reported */
14231423 } RIL_CellIdentityLte_v12;
14241424
14251425 typedef struct {
旧リポジトリブラウザで表示