Project

General

Profile

Actions

Bug #3911

closed

KCOEFF_DUMP : champ PA_LFR_KCOEFF_BLK_NR faux

Added by bruno katra over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
High
Assignee:
Category:
-
Target version:
Start date:
02/12/2021
Due date:
% Done:

0%

Estimated time:
revision:
r0

Description

Dans 3.3.0.2 : les paquets KCOEFF_DUMP font la bonne taille attendue
MAIS le champs PA_LFR_KCOEFF_BLK_NR qui devrait contenir le nombre de floats est faux :
1er paquet : 164 au lieu de 676
2eme paquet : 82 au lieu de 338

Cela est prévisible car le champ PA_LFR_KCOEFF_BLK_NR fait 8 bits donc on ne peut pas stocker des valeurs > 255 !


Related issues

Related to Feature #3905: La TM_KCOEFF_DUMP n'a plus la structure dédcrite dans l'ICDClosedbruno katra24/11/2021

Actions
Actions #1

Updated by bruno katra over 2 years ago

Discuté avec Alexis : le BLOCK_NUMBER pourrait contenir le nombre de floats/26 (26= nombre de floats pour 1matrice B + 1 matrice E).
L'ICD serait modifié avec juste la modification du champs en jaune :

/SOURCE_DATA/Repeated N times, with N in [0..PA_LFR_KCOEFF_BLK_NR[

deviendrait
/SOURCE_DATA/Repeated N times, with N in [0..PA_LFR_KCOEFF_BLK_NR*26[

Actions #2

Updated by bruno katra over 2 years ago

  • Related to Feature #3905: La TM_KCOEFF_DUMP n'a plus la structure dédcrite dans l'ICD added
Actions #4

Updated by bruno katra over 2 years ago

  • Assignee changed from Alexis Jeandet to bruno katra
Actions #5

Updated by bruno katra over 2 years ago

  • Status changed from In Progress to Closed

Testé ok en 3.3.0.4

Actions

Also available in: Atom PDF