##// END OF EJS Templates
bug 508 corrected (destination_id of TM_LFR_KCOEFFICIENTS_DUMP)
paul -
r221:5b07c0c20517 R3
parent child
Show More
@@ -350,6 +350,7 int action_dump_kcoefficients(ccsdsTelec
350 350 // 11 F0 bins, 13 F1 bins and 6 F2 bins
351 351 kcoefficients_dump_1.packetSequenceControl[0] = (unsigned char) (sequenceCounterParameterDump >> 8);
352 352 kcoefficients_dump_1.packetSequenceControl[1] = (unsigned char) (sequenceCounterParameterDump );
353 kcoefficients_dump_1.destinationID = TC->sourceID;
353 354 increment_seq_counter( &sequenceCounterParameterDump );
354 355 for( freq=0;
355 356 freq<NB_BINS_COMPRESSED_SM_F0;
@@ -412,6 +413,7 int action_dump_kcoefficients(ccsdsTelec
412 413 // 6 F2 bins
413 414 kcoefficients_dump_2.packetSequenceControl[0] = (unsigned char) (sequenceCounterParameterDump >> 8);
414 415 kcoefficients_dump_2.packetSequenceControl[1] = (unsigned char) (sequenceCounterParameterDump );
416 kcoefficients_dump_2.destinationID = TC->sourceID;
415 417 increment_seq_counter( &sequenceCounterParameterDump );
416 418 for( freq=0; freq<6; freq++ )
417 419 {
General Comments 0
You need to be logged in to leave comments. Login now