summaryrefslogtreecommitdiffstats
path: root/reference-cne
Commit message (Collapse)AuthorAgeFilesLines
* Handle non-pref net bringup when android pref net is changedNiranjan Pendharkar npendhar@codeaurora.org2010-09-151-3/+3
| | | | | | | | When the non-preferred network is brought up without ref cne's knowledge, handle it by sending a turnoff request. Change-Id: I4426bd3c4c35b50ca4183a2f307d0fc9b15b6813 CRs-Fixed: 254255
* Revert log message levelNiranjan Pendharkar2010-06-041-4/+4
| | | | | | | Reverted all log macros for RefCne from error to their respective levels. CRs-fixed: 241566 Change-Id: I87ace46a1344cddb0a6e8db463048b4d6296647a
* Fix RefCne to check prior TurnOn/Off request statusNiranjan Pendharkar2010-03-153-44/+109
| | | | | | | | | | | | | Inlcudes fixes to remove infinite loop of Turn On requests issued by RefCne to ConnectivityService. Fix to correct the debug message printed to logcat Changed logcat macro to print all RefCne messages to ERROR to avoid recompiling of an engineering build to do the same for test purposes. Added return to after the check for invalid net preference Fixed typo in the debug msg printed to logcat in SetPreferredNetwork Change-Id: Id2d96176c2dfff69a2cd2937ad3960c1a7eb5061 CRs-fixed: 229108,227945
* external/connectivity/(CNE): Fix multiple network interface in main tableChinh Tran2010-02-122-1/+3
| | | | | Check the init service and only activate iproute2 when CNE is in use CRs-fixed: 225970
* Pushing changes from development branch.Susheel Yadagiri2010-01-267-1243/+1304
| | | | | | | | | | | | | | | | | | | | | | | | | | | Major changes include: Fixed file permissions and line endings Logging to diag instead of Logcat Add support to iproute2 Bug fix that allows cnd to make the correct call to iproute2 Fixed bug caused by using variable length arguments. Made changes to account for the kernel automatically setting the default interface. Added more debug statements in CneSvc, CRefCne & CRefCneRadio classess Changes made to handle timer expiration call backs in cne thread Add Ip Address to Rat status event Add IpAddress and TimeStamp to wwan and wlan info. Added ip address and estimated bandwidth info to be sent to apps.
* Initial commitSridhar Parasuram2009-12-087-0/+1243