Changeset 5680
- Timestamp:
- 11/03/07 17:36:44 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
experimental/components/FrameAssembler/branches/FrameAssembler-metadata/src/FrameAssembler.cpp
r5678 r5680 358 358 // ASSEMBLE_PREAMBLE 359 359 DEBUG(4, FrameAssembler, "Assembling preamble") 360 metadata->port_id = 0; 360 361 361 362 // push ramp-up preamble phasing pattern … … 413 414 // are already control 414 415 DEBUG(7, FrameAssembler, "pushing control " << I_out_control.length() << " frame samples") 416 metadata->port_id = 127; 415 417 dataOut_0->pushPacket(I_out_control, Q_out_control, *metadata); 418 metadata->port_id = 0; 416 419 } 417 420