You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The scos2k ICD provides the following meaning of value PCDF_VALUE='P' ‘P’ - Other packet parameter whose value is automatically set by the SCOS-2000 command subsystem (e.g. packet length, source sequence counters).
The current implementation in org/yamcs/scos2k/TcMibLoader.java silently ignores this case, and thus the bytes corresponding to the parameters are missing in the encoded binary, leaving no place for a dedicated CommandPostProcessor to compute the bytes.
The bug was discovered when trying to encode CSSDS PUS TC with a secondary header for which the Source ID field was declared of PCDF_TYPE='P' in the database extract.
The text was updated successfully, but these errors were encountered:
The scos2k ICD provides the following meaning of value PCDF_VALUE='P'
‘P’ - Other packet parameter whose value is automatically set by the SCOS-2000 command subsystem (e.g. packet length, source sequence counters).
The current implementation in org/yamcs/scos2k/TcMibLoader.java silently ignores this case, and thus the bytes corresponding to the parameters are missing in the encoded binary, leaving no place for a dedicated CommandPostProcessor to compute the bytes.
The bug was discovered when trying to encode CSSDS PUS TC with a secondary header for which the Source ID field was declared of PCDF_TYPE='P' in the database extract.
The text was updated successfully, but these errors were encountered: