From 4e166903a43d004a38f1e421daa7907e1cbc5b94 Mon Sep 17 00:00:00 2001 From: fros4943 Date: Mon, 4 Dec 2006 15:26:33 +0000 Subject: [PATCH] minor adjustment. changed simulated MAC to wait for clear channel on surrounding -80 dB or larger (instead of -150) --- platform/cooja/dev/radio-arch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/cooja/dev/radio-arch.c b/platform/cooja/dev/radio-arch.c index 032a9fe80..c6192a789 100644 --- a/platform/cooja/dev/radio-arch.c +++ b/platform/cooja/dev/radio-arch.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: radio-arch.c,v 1.11 2006/10/22 11:29:05 fros4943 Exp $ + * $Id: radio-arch.c,v 1.12 2006/12/04 15:26:33 fros4943 Exp $ */ #include "dev/radio-arch.h" @@ -45,7 +45,7 @@ #include "sys/log.h" #define MAX_RETRIES 100 -#define SS_INTERFERENCE -150 +#define SS_INTERFERENCE -70 const struct simInterface radio_interface;