[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/4bitle LinkEstimatorP.nc, 1.1, 1.2

Omprakash Gnawali gnawali at users.sourceforge.net
Tue Sep 25 06:47:19 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/net/4bitle
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30293

Modified Files:
	LinkEstimatorP.nc 
Log Message:
delete refs to outbound link quality in dbg statement because the link qualities are computed based on inbound beacons and success/failure of outbound pkts

Index: LinkEstimatorP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/4bitle/LinkEstimatorP.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** LinkEstimatorP.nc	21 Sep 2007 06:34:04 -0000	1.1
--- LinkEstimatorP.nc	25 Sep 2007 13:47:14 -0000	1.2
***************
*** 394,400 ****
        ne = &NeighborTable[i];
        if (ne->flags & VALID_ENTRY) {
! 	dbg("LI,LITest", "%d:%d inQ=%d, inA=%d, outQ=%d, outA=%d, rcv=%d, fail=%d, biQ=%d\n",
! 	    i, ne->ll_addr, ne->inquality, ne->inage, ne->outquality, ne->outage,
! 	    ne->rcvcnt, ne->failcnt, computeBidirEETX(ne->inquality, ne->outquality));
        }
      }
--- 394,400 ----
        ne = &NeighborTable[i];
        if (ne->flags & VALID_ENTRY) {
! 	dbg("LI,LITest", "%d:%d inQ=%d, inA=%d, rcv=%d, fail=%d, Q=%d\n",
! 	    i, ne->ll_addr, ne->inquality, ne->inage,
! 	    ne->rcvcnt, ne->failcnt, computeEETX(ne->inquality));
        }
      }



More information about the Tinyos-2-commits mailing list