1644 Commits

Author SHA1 Message Date
Wink Saville
3165f1a8eb am d0d44c4e: Merge "Make DataConnection asynchronous." into honeycomb-LTE
* commit 'd0d44c4e988ecdea86c2bb04e29d8f6d20c1c631':
  Make DataConnection asynchronous.
2011-05-02 23:44:16 -07:00
Wink Saville
d0d44c4e98 Merge "Make DataConnection asynchronous." into honeycomb-LTE 2011-05-02 23:41:29 -07:00
Wink Saville
0b80114a2d Make DataConnection asynchronous.
Change-Id: Ic0e01dded25ba1fdb3b2c6d0f95a1193f608a0e0
2011-05-02 21:55:04 -07:00
Robert Greenwalt
db46fa25be am a47c4019: Merge "Add RouteInfo objects for tracking routes." into honeycomb-LTE
* commit 'a47c40193fcbe9ca07facea78b2828afdae5e025':
  Add RouteInfo objects for tracking routes.
2011-05-02 13:29:22 -07:00
Robert Greenwalt
a47c40193f Merge "Add RouteInfo objects for tracking routes." into honeycomb-LTE 2011-05-02 13:26:52 -07:00
Wink Saville
0fa7d106d4 am aa44b52e: Fix bug in RIL#getDataCallState.
* commit 'aa44b52ee07eb4937d23bb3c2464007a2eb3f50f':
  Fix bug in RIL#getDataCallState.
2011-05-02 11:51:20 -07:00
Robert Greenwalt
aa70f101e0 Add RouteInfo objects for tracking routes.
Used to have list of gateways for default routes, but general static routes
should be supported.

Change-Id: I01730142c6139f2b833b9d48f5381d2d320b69f6
2011-05-02 11:17:30 -07:00
Wink Saville
aa44b52ee0 Fix bug in RIL#getDataCallState.
Change-Id: I568e25d85888aa40b6a0b5e7f2d016e409f73ce1
2011-05-02 10:00:53 -07:00
Conley Owens
737b5c58c9 am 520dd927: am 9355a24a: Merge "Fixing wrong Japanese phone formatter."
* commit '520dd927cbe02ae52add1f90e282750582a9e95e':
  Fixing wrong Japanese phone formatter.
2011-04-29 17:15:13 -07:00
Wink Saville
dd177518b5 am 6e748780: Merge "CDMALTE: Evaluate data network type in pollStateDone()" into honeycomb-LTE
* commit '6e748780ef01174235975508090f2e0af6c16d4d':
  CDMALTE: Evaluate data network type in pollStateDone()
2011-04-29 16:17:58 -07:00
Conley Owens
889bb20f1b am eef8f148: am 11d7ec24: Merge "Removing unnecessary computation."
* commit 'eef8f148881f39feb0b1aded121bbfc63e8d30c2':
  Removing unnecessary computation.
2011-04-29 14:57:10 -07:00
Kazuhiro Ondo
f0055d5e3c CDMALTE: Evaluate data network type in pollStateDone()
During LTE to HRPD handover, CDMA data network type (1X, DO, RevA)
was not detected immediately as the checking was not done without
waiting for the LTE state. The patch will wait for pollStateDone
to determine new data network state.

Change-Id: I2d63d43df1f3124ba27f77897abef30f06be650d
2011-04-29 11:47:07 -07:00
Conley Owens
9355a24af2 Merge "Fixing wrong Japanese phone formatter." 2011-04-29 10:00:06 -07:00
Conley Owens
11d7ec24a5 Merge "Removing unnecessary computation." 2011-04-28 14:57:11 -07:00
Wink Saville
418e486a1c am a68a61df: Merge "Telephony: Data availability indication upon records loaded." into honeycomb-LTE
* commit 'a68a61dfe37969426c535d076a20181155493226':
  Telephony: Data availability indication upon records loaded.
2011-04-28 13:54:14 -07:00
Wink Saville
f49a96aa76 am 05fcd239: Merge "Telephony: Corrections to signal strength values." into honeycomb-LTE
* commit '05fcd239abcdfe0c39e1d1d1f462478bf1e68e04':
  Telephony: Corrections to signal strength values.
2011-04-28 13:52:28 -07:00
Kazuhiro Ondo
5bc9d47851 am 379cbb1d: Send STK Service Running RIL Request after sim module is ready
* commit '379cbb1dcc4f9c7f4ca485bc34ec056e87456c8d':
  Send STK Service Running RIL Request after sim module is ready
2011-04-28 13:52:26 -07:00
Wink Saville
a68a61dfe3 Merge "Telephony: Data availability indication upon records loaded." into honeycomb-LTE 2011-04-28 13:51:31 -07:00
Wink Saville
05fcd239ab Merge "Telephony: Corrections to signal strength values." into honeycomb-LTE 2011-04-28 13:51:22 -07:00
Ramesh Sudini
11cee41f3e Telephony: Corrections to signal strength values.
RSRP is already -ve.

Change-Id: Ieff689a98088ad6aad9cfc6516169c92bbb0015d
2011-04-28 12:24:55 -07:00
Ramesh Sudini
662b016d6e Telephony: Data availability indication upon records loaded.
This will make sure if records loaded comes after radio availability we dont miss sending
out dataAvailability.

Change-Id: Ibbecaa89f28e1441e799bf1681d0b4692cf0f13a
2011-04-28 12:24:13 -07:00
Kazuhiro Ondo
379cbb1dcc Send STK Service Running RIL Request after sim module is ready
Currently "STK Service Running" is sent as soon as phone app is
started. And depending on the timing of vendor RIL initialization
the event may not be handled. This patch waits for SIM_READY,
RUIM_READY or NV_READY indicating vendor's SIM (equivalent) module
become ready to process the event.

Change-Id: I4182a5413201f11856989664c8f19ae1eca48e2f
2011-04-28 12:23:25 -07:00
Wink Saville
7848b71b4f am 7353301f: Merge "GsmDCT: Reset DataConnection upon APN disable." into honeycomb-LTE
* commit '7353301f73bfd0fd54ca515f3385946abe56d620':
  GsmDCT: Reset DataConnection upon APN disable.
2011-04-28 11:53:08 -07:00
Wink Saville
e4c7f3ba0f am 1a517d0c: Merge "Remove subclass cast for calls to isDnsCheckDisabled." into honeycomb-LTE
* commit '1a517d0c251d2ca577500ec6c0e434725c3ddd21':
  Remove subclass cast for calls to isDnsCheckDisabled.
2011-04-28 11:53:05 -07:00
Wink Saville
69e830dc31 am 8daec83f: Merge "Delay data reconnection after disconnected." into honeycomb-LTE
* commit '8daec83f9a3436819854827bcff480ce0a203ddb':
  Delay data reconnection after disconnected.
2011-04-28 11:53:02 -07:00
Wink Saville
7353301f73 Merge "GsmDCT: Reset DataConnection upon APN disable." into honeycomb-LTE 2011-04-28 11:50:24 -07:00
Wink Saville
1a517d0c25 Merge "Remove subclass cast for calls to isDnsCheckDisabled." into honeycomb-LTE 2011-04-28 11:50:15 -07:00
Ramesh Sudini
38d284d323 Remove subclass cast for calls to isDnsCheckDisabled.
Change-Id: Ic9121db810b295d9f614046932badf04f07a42db
2011-04-26 21:17:06 -07:00
Ramesh Sudini
315f107109 GsmDCT: Reset DataConnection upon APN disable.
Change-Id: I36a715830604d0fe34f1ab5c8b1bf56eb5777e0f
2011-04-26 16:53:38 -07:00
Ramesh Sudini
5ccc801a97 Delay data reconnection after disconnected.
Change-Id: Iede631b5e92a48883ef87c66dd79490e92ec196a
2011-04-26 16:47:18 -07:00
Conley Owens
ca15bf7ae0 am 54a952c8: am bf4769c7: am 17ba30b5: Merge "Load mnc/mcc configuration value from SIM (KDDI-CDMA)"
* commit '54a952c84317afc64034ded8baad3d788a54026d':
  Load mnc/mcc configuration value from SIM (KDDI-CDMA)
2011-04-26 16:01:13 -07:00
Conley Owens
bf4769c7da am 17ba30b5: Merge "Load mnc/mcc configuration value from SIM (KDDI-CDMA)"
* commit '17ba30b549a847f3aab854173a9484851f694453':
  Load mnc/mcc configuration value from SIM (KDDI-CDMA)
2011-04-26 15:46:32 -07:00
Ramesh Sudini
9d5ac7bd8a am dcbba67a: Telephony: Fix merge issue "Set enabled state before notification is sent out."
* commit 'dcbba67afc08d0ac9af53e95d5997af11f869853':
  Telephony: Fix merge issue "Set enabled state before notification is sent out."
2011-04-26 00:21:37 -07:00
Ramesh Sudini
dcbba67afc Telephony: Fix merge issue "Set enabled state before notification is sent out."
The original change-id was I6e84920b8d082fd6da838bccb5333051362bc4bc

Change-Id: I758641f8b29346a868e1b6b454ccd3f2341dffb8
2011-04-25 11:30:32 -07:00
Wink Saville
a4017f8d1b am afa79585: Remove getCurrentDataConnectionList.
* commit 'afa79585e0e517d9fdfe6065bc5084cab9bb2300':
  Remove getCurrentDataConnectionList.
2011-04-20 11:33:11 -07:00
Wink Saville
afa79585e0 Remove getCurrentDataConnectionList.
This should not be exposed externally and is used only by
RadioInfo.java a hidden application used for debugging.
I'll another mechanism which will probably use an
asynchronous interface with the DataConnectionTracker.

Change-Id: Ic21cc8d45bd3172c2ceeab154eca6118d94580e9
2011-04-18 16:03:03 -07:00
Wink Saville
3767784999 am 64c42cae: Rename HierarchicalStateMachine and HierarchicalState to StateMachine and State.
* commit '64c42cae4482fe0157e977b8ddd0f2c2436b3f31':
  Rename HierarchicalStateMachine and HierarchicalState to StateMachine and State.
2011-04-18 15:24:47 -07:00
Wink Saville
64c42cae44 Rename HierarchicalStateMachine and HierarchicalState to StateMachine and State.
Change-Id: Ib4b33894da75f5f156066092fb145b478e52f7d7
2011-04-18 14:55:10 -07:00
Wink Saville
9a2c93905a am 6f200f73: Merge "Data connection attempts/retries for multiple APNs" into honeycomb-LTE
* commit '6f200f738ed0bbdef5c433b5f571fcb591e1760c':
  Data connection attempts/retries for multiple APNs
2011-04-18 13:36:32 -07:00
Kazuhiro Ondo
6bb582a00c Data connection attempts/retries for multiple APNs
Fixing issues found in IOT. GsmDCT was only attempting to connect
default APNs. This patch will try to attempt to connect/reconnect
all APNs as long as they are ready and in right state.

Change-Id: I6e872936330654dcb25198c800728cb4d033e731
2011-04-18 11:45:46 -07:00
Wink Saville
5f7edb2c53 am a9378485: Merge "Telephony: GDCT - Set enabled state before notification is sent out." into honeycomb-LTE
* commit 'a9378485cb8d0968a9a177f730875e0f1d49d689':
  Telephony: GDCT - Set enabled state before notification is sent out.
2011-04-16 14:49:07 -07:00
Wink Saville
d86e06f7db am df43e321: Merge "Telephony: Set Radio turned off reason when powered off." into honeycomb-LTE
* commit 'df43e321778a02f9eaeb8faacf4ae7917c434106':
  Telephony: Set Radio turned off reason when powered off.
2011-04-16 14:47:17 -07:00
Wink Saville
fa65533ef1 am dc26a0c8: Merge "Clean up calls immediately if cid become inactive in unsol data state changed" into honeycomb-LTE
* commit 'dc26a0c8d4ce4edcddcfc6b8e810ae5f8e73cda4':
  Clean up calls immediately if cid become inactive in unsol data state changed
2011-04-16 14:47:15 -07:00
Wink Saville
a9378485cb Merge "Telephony: GDCT - Set enabled state before notification is sent out." into honeycomb-LTE 2011-04-16 14:45:42 -07:00
Wink Saville
6708e008ef am 585b7acb: Merge "handle missing constants when creating a Phone instance" into honeycomb-LTE
* commit '585b7acb16183ae31e71912dc2bfceea421be157':
  handle missing constants when creating a Phone instance
2011-04-16 14:45:28 -07:00
Ramesh Sudini
dff90b7d16 am a5c9c724: Data Availability Indication changes.
* commit 'a5c9c7246b065710227395ec4a7c1df0168363ef':
  Data Availability Indication changes.
2011-04-16 14:45:19 -07:00
Wink Saville
df43e32177 Merge "Telephony: Set Radio turned off reason when powered off." into honeycomb-LTE 2011-04-16 14:44:08 -07:00
Wink Saville
dc26a0c8d4 Merge "Clean up calls immediately if cid become inactive in unsol data state changed" into honeycomb-LTE 2011-04-16 14:43:30 -07:00
Wink Saville
585b7acb16 Merge "handle missing constants when creating a Phone instance" into honeycomb-LTE 2011-04-16 14:42:49 -07:00
Ramesh Sudini
1aac25187f Telephony: GDCT - Set enabled state before notification is sent out.
Change-Id: I6e84920b8d082fd6da838bccb5333051362bc4bc
2011-04-16 04:54:28 -07:00