Changeset 5682
- Timestamp:
- 11/03/07 17:56:34 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
experimental/components/CIREN_SM/trunk/CIREN_SM/CIREN_SM.cpp
r5681 r5682 728 728 // clear input buffer 729 729 portControlDataIn->bufferEmptied(); 730 #if 0731 730 // push reply control 732 if (control_metadata->app_id==0) { 731 if (control_metadata->app_id==6) { 732 control_metadata->app_id==5; 733 DEBUG(0, CIREN_SM, "\n\nSending control reply frame!\n\n"); 733 734 control_metadata->app_id=5; 734 735 tx_control[0] = 0; // set type of control message, 0: noreply, 1: reply 735 DEBUG(2, CIREN_SM, "Sending control REPLY packet to CIREN_CE");736 736 SigProc::unpack_bytes(tx_control, 64, buf1, 512, &nw); 737 737 for (unsigned int i=0; i<512; i++) … … 741 741 // control came from special control frame; do not reply 742 742 } 743 #endif744 743 } 745 744 delete [] buf1;