summaryrefslogtreecommitdiffstats
path: root/telephony
Commit message (Collapse)AuthorAgeFilesLines
* am 5faaaa5f: am 543c3146: Merge "Handle ProvideLocalInfo stk command." into ↵Wink Saville2011-05-243-2/+127
|\ | | | | | | | | | | | | honeycomb-LTE * commit '5faaaa5f5af3ef1b82178bc36933bede5ad0c5d7': Handle ProvideLocalInfo stk command.
| * am 543c3146: Merge "Handle ProvideLocalInfo stk command." into honeycomb-LTEWink Saville2011-05-243-2/+127
| |\ | | | | | | | | | | | | * commit '543c3146cb011380e4328e049abf97bc797db95a': Handle ProvideLocalInfo stk command.
| | * Handle ProvideLocalInfo stk command.Kazuhiro Ondo2011-05-243-2/+127
| | | | | | | | | | | | Change-Id: I4cb685f7d8e7442185e927fa0d49531b96eeab08
* | | am 9a8ea20d: am 070eecef: Merge "Map multiple apnType to one DataConnection ↵Wink Saville2011-05-244-89/+112
|\ \ \ | |/ / | | | | | | | | | | | | | | | fixes." into honeycomb-LTE * commit '9a8ea20d4b3975d3f771364fb9f2272c32f8cad1': Map multiple apnType to one DataConnection fixes.
| * | am 070eecef: Merge "Map multiple apnType to one DataConnection fixes." into ↵Wink Saville2011-05-234-89/+112
| |\ \ | | |/ | | | | | | | | | | | | | | | honeycomb-LTE * commit '070eecef394175d7344cdadde675e8977a1609f0': Map multiple apnType to one DataConnection fixes.
| | * Merge "Map multiple apnType to one DataConnection fixes." into honeycomb-LTEWink Saville2011-05-234-89/+112
| | |\
| | | * Map multiple apnType to one DataConnection fixes.Ramesh Sudini2011-05-234-89/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With current design the code maps to the same DC, but no indications go out. With this, making it more async in nature that the request goes all the way to DC and all the data indications would be triggered by parallel paths through DCT. Change-Id: I4c6e64912dafe19154d910bbd0441b10ada36cff
* | | | am b1817383: am d3924fe9: Merge "Data Connection: Use Alarm for all delayed ↵Wink Saville2011-05-242-34/+40
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | data retries." into honeycomb-LTE * commit 'b1817383050986413805fbbf2c1cc5c03417574d': Data Connection: Use Alarm for all delayed data retries.
| * | | am d3924fe9: Merge "Data Connection: Use Alarm for all delayed data ↵Wink Saville2011-05-232-34/+40
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | retries." into honeycomb-LTE * commit 'd3924fe9f6c99bc92ed86195e07ba82d39043812': Data Connection: Use Alarm for all delayed data retries.
| | * | Data Connection: Use Alarm for all delayed data retries.Ramesh Sudini2011-05-232-34/+40
| | |/ | | | | | | | | | Change-Id: I5045c3a10808b75f1ca3174bd1c16f332d5f7fa8
* | | am 6056e326: am f96a6150: Data reconnection issue after airplane modeKazuhiro Ondo2011-05-241-25/+40
|\ \ \ | |/ / | | | | | | | | | * commit '6056e3268a0aa114ad99e3e6ddaebe0ebfa6035e': Data reconnection issue after airplane mode
| * | am f96a6150: Data reconnection issue after airplane modeKazuhiro Ondo2011-05-211-25/+40
| |\ \ | | |/ | | | | | | | | | * commit 'f96a6150e4e6c37f8952456bf9f84714f622713d': Data reconnection issue after airplane mode
| | * Data reconnection issue after airplane modeKazuhiro Ondo2011-05-211-25/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | ApnContext and DC were not disassociated when force "cleanUpConnection" was called. Causing the setup request was not happening if applyNewStatus() was the trigger. Change-Id: I6d73a53edb72bb9ab4ebb92fffd06e6fe1f0c4aa
* | | am 8e1f6ece: am 4c88be65: GSM DCT: Update poll stats to support multi-linksKazuhiro Ondo2011-05-241-3/+23
|\ \ \ | |/ / | | | | | | | | | * commit '8e1f6eceb3fbdb478e83f14d021a77ee339ffb2e': GSM DCT: Update poll stats to support multi-links
| * | am 4c88be65: GSM DCT: Update poll stats to support multi-linksKazuhiro Ondo2011-05-211-3/+23
| |\ \ | | |/ | | | | | | | | | * commit '4c88be655e387011c6d57c6d68b5deb94f6ce601': GSM DCT: Update poll stats to support multi-links
| | * GSM DCT: Update poll stats to support multi-linksKazuhiro Ondo2011-05-211-3/+23
| | | | | | | | | | | | Change-Id: I654e38e71f9576ed2c4da59af563be04bc87045c
* | | am 7abbf93c: am 15cd6ec2: Tear down connection with unwanted linkproperty changeWink Saville2011-05-243-25/+75
|\ \ \ | |/ / | | | | | | | | | * commit '7abbf93c854cd7d272183b674373e989a05da6dd': Tear down connection with unwanted linkproperty change
| * | am 15cd6ec2: Tear down connection with unwanted linkproperty changeWink Saville2011-05-213-25/+75
| |\ \ | | |/ | | | | | | | | | * commit '15cd6ec250d22a093af3961ae1ec3cbbdd49d6b1': Tear down connection with unwanted linkproperty change
| | * Tear down connection with unwanted linkproperty changeWink Saville2011-05-213-25/+75
| | | | | | | | | | | | | | | | | | | | | Make sure to disconnect the link when RIL reported link property change which could cause connectivity issue. (i.e. IP address) Change-Id: I6601ef53e4561bdc7d2760d00e134b8431512cb2
| * | am 16e8d22b: Fix build.Wink Saville2011-05-201-4/+0
| |\ \ | | |/ | | | | | | | | | * commit '16e8d22b206fb0c8b8b5a243ea13e08597f60ebc': Fix build.
| | * Fix build.Wink Saville2011-05-201-4/+0
| | | | | | | | | | | | | | | | | | A merge accidentally included a line that was deleted. Change-Id: I991488ace290e5eb8eef3ca73f49c07d391028f5
* | | Fix build.Wink Saville2011-05-231-4/+0
| | | | | | | | | | | | | | | | | | A merge accidentally included a line that was deleted. Change-Id: Id383b1d8808f1c4b12d3ad1372270601f92f5989
* | | am f8d70b14: am 5f353de9: Merge "Notify RIL that PDP reset is triggered due ↵Wink Saville2011-05-232-0/+3
|\ \ \ | |/ / | | | | | | | | | | | | | | | to data stall" into honeycomb-LTE * commit 'f8d70b14e4285d17d83cc4853f50b44d6a55fbc7': Notify RIL that PDP reset is triggered due to data stall
| * | am 5f353de9: Merge "Notify RIL that PDP reset is triggered due to data ↵Wink Saville2011-05-202-0/+3
| |\ \ | | |/ | | | | | | | | | | | | | | | stall" into honeycomb-LTE * commit '5f353de96beca0a400796887e737314a62e35b6a': Notify RIL that PDP reset is triggered due to data stall
| | * Merge "Notify RIL that PDP reset is triggered due to data stall" into ↵Wink Saville2011-05-202-0/+3
| | |\ | | | | | | | | | | | | honeycomb-LTE
| | | * Notify RIL that PDP reset is triggered due to data stallKazuhiro Ondo2011-05-202-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Additional deactivate cause so RIL could take intelligent action on data stall occurrence if necessary. Change-Id: Iae4accda879efb5679085c518117617fb16631c3
* | | | am b7a13791: am 393eb0d0: Merge "Add UI to handle SIM swap." into honeycomb-LTEJohn Wang2011-05-232-3/+91
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit 'b7a13791a12eef57434b84a97609d98e03e17009': Add UI to handle SIM swap.
| * | | am 393eb0d0: Merge "Add UI to handle SIM swap." into honeycomb-LTEJohn Wang2011-05-202-3/+91
| |\ \ \ | | |/ / | | | | | | | | | | | | * commit '393eb0d06b4536591584a8d4c5fb03c2962835a9': Add UI to handle SIM swap.
| | * | Merge "Add UI to handle SIM swap." into honeycomb-LTEJohn Wang2011-05-202-3/+91
| | |\ \ | | | |/ | | |/|
| | | * Add UI to handle SIM swap.John Wang2011-05-202-3/+91
| | | | | | | | | | | | | | | | | | | | | | | | bug:4364964 Change-Id: Iadf466401a24dfbd638353d689e6ae89506afc97
* | | | am 0ba62525: am 2b534e77: Merge "Fix broken data retry" into honeycomb-LTEWink Saville2011-05-231-29/+36
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit '0ba625259e8c4af3df2c7823fc1d18b42d760a44': Fix broken data retry
| * | | am 2b534e77: Merge "Fix broken data retry" into honeycomb-LTEWink Saville2011-05-201-29/+36
| |\ \ \ | | |/ / | | | | | | | | | | | | * commit '2b534e770dadc4b3180863a393fd89094d0f07a7': Fix broken data retry
| | * | Fix broken data retryKazuhiro Ondo2011-05-201-29/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change I2b737efa6092ad1254c8dc25840ec429f5c6e882 brought side effect that retry count is reset at every setup. Change-Id: I6f20d2e82110b2873ff5acbb60a747fd11c09c60
* | | | am 61a5ab57: am f89ea7a5: Merge "Change getLteOnCdmaModeStatic to ↵Wink Saville2011-05-232-6/+67
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | dynamically determine its result." into honeycomb-LTE * commit '61a5ab57b8a11d134ed3cfcab24a23d26ea4ddf0': Change getLteOnCdmaModeStatic to dynamically determine its result.
| * | | am f89ea7a5: Merge "Change getLteOnCdmaModeStatic to dynamically determine ↵Wink Saville2011-05-202-6/+67
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | its result." into honeycomb-LTE * commit 'f89ea7a5ec3af366a825c2e2cfc4f4c1f05de4c4': Change getLteOnCdmaModeStatic to dynamically determine its result.
| | * | Change getLteOnCdmaModeStatic to dynamically determine its result.Wink Saville2011-05-202-6/+67
| | |/ | | | | | | | | | | | | bug: 4202572 Change-Id: I956b61840e2043229df29054dd2a6daccd7a845f
* | | am 09ded82b: am ab5baa1d: Merge "Reset connection while data state changed." ↵Wink Saville2011-05-193-113/+83
|\ \ \ | |/ / | | | | | | | | | | | | | | | into honeycomb-LTE * commit '09ded82b784b9f6e01d4cd4298097fd2b459560b': Reset connection while data state changed.
| * | am ab5baa1d: Merge "Reset connection while data state changed." into ↵Wink Saville2011-05-193-113/+83
| |\ \ | | |/ | | | | | | | | | | | | | | | honeycomb-LTE * commit 'ab5baa1d5fbd433e4c391ea06d177aa6a6c1c736': Reset connection while data state changed.
| | * Reset connection while data state changed.Wink Saville2011-05-183-113/+83
| | | | | | | | | | | | | | | | | | | | | Check data call states and reset connection if any link properties changed. Change-Id: I008aea969378648192852161959fdf4aad6211a1
* | | am b22a9fd9: am 01758e81: Linkproperties update via unsol data call state ↵Kazuhiro Ondo2011-05-184-15/+111
|\ \ \ | |/ / | | | | | | | | | | | | | | | change. * commit 'b22a9fd9bb32133cbc7dc4fc7752dbf68e52dffe': Linkproperties update via unsol data call state change.
| * | am 01758e81: Linkproperties update via unsol data call state change.Kazuhiro Ondo2011-05-184-15/+111
| |\ \ | | |/ | | | | | | | | | * commit '01758e81b3ad89934581885bb2fc7006510ec639': Linkproperties update via unsol data call state change.
| | * Linkproperties update via unsol data call state change.Kazuhiro Ondo2011-05-174-15/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handles the scenario of radio technology handover with IP continuity. Once RIL/Modem finished a handover operation, an unsol data call state change will be send up to FW notifying all link propertes changes. FW will then re-configure the device with new link properties including iptable used by Tethering. Change-Id: I05e29f66ac3db8ba4274d3662642607742ba1d12
* | | am e34a7686: am 258208a7: Merge "Remove SIM operator name hack" into ↵Wink Saville2011-05-181-5/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | honeycomb-LTE * commit 'e34a7686a36bf0f48cd9d20090b4b8df1bf0d1ce': Remove SIM operator name hack
| * | am 258208a7: Merge "Remove SIM operator name hack" into honeycomb-LTEWink Saville2011-05-171-5/+0
| |\ \ | | |/ | | | | | | | | | * commit '258208a78ca90a7d3a45a2f15af4bbb21a266f47': Remove SIM operator name hack
| | * Remove SIM operator name hackKazuhiro Ondo2011-05-171-5/+0
| | | | | | | | | | | | Change-Id: I28c6f94dd6c6bab3a3025f67013a39b3ea0fb0a1
* | | am 360f5533: am 7b0339a8: Merge "No data icon switch seen between LTE to ↵Wink Saville2011-05-161-9/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | EHRPD Handover" into honeycomb-LTE * commit '360f553311ab697995d24c2a42e45659a5436efa': No data icon switch seen between LTE to EHRPD Handover
| * | am 7b0339a8: Merge "No data icon switch seen between LTE to EHRPD Handover" ↵Wink Saville2011-05-161-9/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | into honeycomb-LTE * commit '7b0339a8adca1347fe7ac3ac118c903ff32442a8': No data icon switch seen between LTE to EHRPD Handover
| | * No data icon switch seen between LTE to EHRPD HandoverKazuhiro Ondo2011-05-161-9/+1
| | | | | | | | | | | | Change-Id: Ifc8e9e8d88b6617d75322f743ae96fd897a45c3b
* | | am 648831cc: am 99f04c49: Merge "Fix data attempt while PS is not ↵Wink Saville2011-05-162-9/+12
|\ \ \ | |/ / | | | | | | | | | | | | | | | in-service" into honeycomb-LTE * commit '648831cc85f895e95ce65509f5e9e67ed4bf2926': Fix data attempt while PS is not in-service
| * | am 99f04c49: Merge "Fix data attempt while PS is not in-service" into ↵Wink Saville2011-05-162-9/+12
| |\ \ | | |/ | | | | | | | | | | | | | | | honeycomb-LTE * commit '99f04c4943368ea7ea7f9d28fa941a1b387e7477': Fix data attempt while PS is not in-service