[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/diku/evb13192/tos/lib/freescale802154 Freescale802154M.nc, 1.14, 1.15

Jan Flora janflora at users.sourceforge.net
Sat Sep 16 10:52:27 PDT 2006


Update of /cvsroot/tinyos/tinyos-1.x/contrib/diku/evb13192/tos/lib/freescale802154
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10095/tos/lib/freescale802154

Modified Files:
	Freescale802154M.nc 
Log Message:
802.15.4 GTS functionality updates

Index: Freescale802154M.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/diku/evb13192/tos/lib/freescale802154/Freescale802154M.nc,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Freescale802154M.nc	23 Aug 2006 09:55:48 -0000	1.14
--- Freescale802154M.nc	16 Sep 2006 17:52:24 -0000	1.15
***************
*** 710,714 ****
  	}
  	
! 	default event void MlmeIndicationResponseAssociate.indication(Mlme_AssociateIndicationResponse indication)
  	{
  		DBG_STR("WARNING: Unhandled MlmeIndicationResponseAssociate.indication",1);
--- 710,714 ----
  	}
  	
! 	default async event void MlmeIndicationResponseAssociate.indication(Mlme_AssociateIndicationResponse indication)
  	{
  		DBG_STR("WARNING: Unhandled MlmeIndicationResponseAssociate.indication",1);
***************
*** 745,749 ****
  	}
  	
! 	default event void MlmeIndicationResponseOrphan.indication(Mlme_OrphanIndicationResponse indication)
  	{
  		DBG_STR("WARNING: Unhandled MlmeIndicationResponseOrphan.indication",1);
--- 745,749 ----
  	}
  	
! 	default async event void MlmeIndicationResponseOrphan.indication(Mlme_OrphanIndicationResponse indication)
  	{
  		DBG_STR("WARNING: Unhandled MlmeIndicationResponseOrphan.indication",1);



More information about the Tinyos-contrib-commits mailing list