summaryrefslogtreecommitdiffstats
path: root/cnd/src/cnd_process.cpp
Commit message (Collapse)AuthorAgeFilesLines
* cnd: Remove cnd and reference cne as it's no longer neededSusheel Yadagiri2011-11-161-1306/+0
| | | | Change-Id: Ieed840bf8f561aced0af8e53d1674c20573f5d49
* cnd: change uid of cnd to radioNiranjan Pendharkar2011-08-031-2/+35
| | | | | | | cnd starts as uid root but now downgrades itself to uid radio CRs-fixed: 285706 Change-Id: Ie7de35c42c633bcffa955c295dc8bcf7a196376d
* external/connectivity: Cnd socket server should not exit when a client closesChinh Tran2011-03-231-1/+1
| | | | | | | | | When a client closes, server should not exit, but continue to listen to other clients. CR-fixed: 277734 Change-Id: I524126a688a474ce2f414491f9e3f319add80e9e
* CND: handle iface name as part of network infoNiranjan Pendharkar2011-03-071-0/+2
| | | | | | | | Interface change in cne.h to handle iface name as part of wwan & wlan info struct Change-Id: I28e6d6f97f678900129b0d8a0de749f3879858ea CRs-fixed: 277881
* external/connectivity: Add target file descriptorChinh Tran2011-02-181-32/+66
| | | | | | | | | Specify which target the request and message are from using target file descriptor. Added commands to process dormancy change, default network Reference CnE change to handle target file descriptor Change-Id: Ic85083625e32c80946b7f42b7cb41b1c51e05398
* external/connectivity: Use active gatewayAddress for default routeChinh Tran2010-11-021-1/+1
| | | | | | | | | | Cne should use the active gatewayAddress for default route if the gatewayAddress saved by iproute2 is not available. And Cne should not delete the default entry when Cne detects no routing table exists. Change-Id: I3027b277c72eec415eea67af1b1bc3d60350fc14 CRs-fixed: 262357
* external/connectivity: Refactor logging.Susheel Yadagiri2010-10-111-57/+57
| | | | Change-Id: I2b81cfa4a08b5e0e2731d46ab30a3d8e9a742cf7
* CNE: Add changes to support FMCChinh Tran2010-09-141-6/+26
| | | | | | | Handles the commands to start, stop FMC, to report the destination IP address, and to set the destination routing table entry. Change-Id: I12c72c8480ac470ee2269ca0063b2d8d7c8e767c
* CNE: Add iproute2 commands to support destination-based routingChinh Tran2010-06-121-2/+2
| | | | | | | Add iproute2 commands to support destination-based routing for FMC project. Rename some APIs Change-Id: I804d028f429571d028d8a5bccada87a4bbaafad1
* external/connectivity: Fix memory leak in iproute2 command infoChinh Tran2010-03-311-3/+10
| | | | | | Free memory which is allocated for iproute2 command info Change-Id: I95f703c5a7dd3357121f23dfcbb111693f83dd51
* external/connectivity/(CNE): Fix SPM init problem, multiple default entries ↵Chinh Tran2010-03-021-10/+22
| | | | | | | in main routing table, dynamic loading Cne/RefCne Add APIs to delete duplicate entries in main routing table. Do not check data pointer and datalength for non-data commmand. CRs-fixed: 227375, 227511
* external/connectivity/(CNE): Fix multiple network interface in main tableChinh Tran2010-02-121-173/+128
| | | | | Check the init service and only activate iproute2 when CNE is in use CRs-fixed: 225970
* Pushing changes from development branch.Susheel Yadagiri2010-01-261-1123/+1243
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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-081-0/+1123