Task #516
closedSEQUENCE_CNT for TM_LFR_PARAMETER_DUMP and TM_LFR_KCOEFFICIENTS_DUMP
0%
Description
Suite aux echanges avec Philippe Plasson concernant TM_LFR_PARAMETER_DUMP and TM_LFR_KCOEFFICIENTS_DUMP et l'exigence de la SSS-CP-FS-580
nous devons traiter ces 2 TM comme ceci
Selon SSS-CP-FS-580 : 'For telemetry generated as an answer to a
command, the Destination ID shall be the copy of the command Source ID
field'.
--> sur ce point, je ne mettais pas trompée et tu as deja fait la correction.
Par contre, il y a un autre requirement qui concerne le champ SEQUENCE_CNT d'une TM et qui doit s'incrementer
en fonction du couple (APID,DESTINATION_ID):
SSS-CP-FS-590
Telemetry management
The RPW Flight Software shall maintain, for each couple of APID and Destination ID, a TM
sequence counter incremented by 1 when a packet is released.
- The sequence counters shall wrap around from 2^14-1 to zero.
- The sequence counter shall start at zero at startup.
il te faut donc vérifier dans ton code que tu respectes bien ce requirement. En fait TM_LFR_PARAMETER_DUMP and TM_LFR_KCOEFFICIENTS_DUMP se comportent comme
les TM_LFR_TC_EXE.