[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/wustl/apps/Agilla/components/ContextDiscovery NeighborListM.nc, 1.30, 1.31

Chien-Liang Fok chien-liang at users.sourceforge.net
Tue Oct 3 05:55:57 PDT 2006


Update of /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/components/ContextDiscovery
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5958/components/ContextDiscovery

Modified Files:
	NeighborListM.nc 
Log Message:
removed some components specific to the cc2420 radio

Index: NeighborListM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/components/ContextDiscovery/NeighborListM.nc,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** NeighborListM.nc	26 May 2006 02:58:20 -0000	1.30
--- NeighborListM.nc	3 Oct 2006 12:55:53 -0000	1.31
***************
*** 377,381 ****
        nbrs[indx].chId = bmsg->chId;
        nbrs[indx].energy = bmsg->energy;
!       nbrs[indx].linkQuality = m->lqi;
        
  //      #if DEBUG_NEIGHBORLIST
--- 377,381 ----
        nbrs[indx].chId = bmsg->chId;
        nbrs[indx].energy = bmsg->energy;
!       //nbrs[indx].linkQuality = m->lqi;
        
  //      #if DEBUG_NEIGHBORLIST



More information about the Tinyos-contrib-commits mailing list