From: kusy Date: Mon, 14 Dec 2009 02:30:23 +0000 (+0000) Subject: bug fix: proper sending of end-to-end etx to BS X-Git-Tag: rc_6_tinyos_2_1_1~103 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=c4bc60fec625455726b47dfd0f922673a36450c8 bug fix: proper sending of end-to-end etx to BS --- diff --git a/apps/MViz/MVizC.nc b/apps/MViz/MVizC.nc index 30eb4472..f62a26cb 100644 --- a/apps/MViz/MVizC.nc +++ b/apps/MViz/MVizC.nc @@ -218,7 +218,7 @@ implementation { } local.reading = data; call CtpInfo.getEtx(&val); - local.link_route_value = val; + local.etx = val; call CtpInfo.getParent(&val); local.link_route_addr = val; local.link_route_value = call LinkEstimator.getLinkQuality(local.link_route_addr);