-
Notifications
You must be signed in to change notification settings - Fork 232
Description
Describe the uncovered feature
The feature to decompress apps/libraries on load that end in .gz does not have requirements or associated build verification. Note it is covered in coverage/functional testing in fs_UT.c.
Possible solutions
- Remove this feature from the core (allows FS - externalize cfe_fs_decompress #291 to externalize decompress to be implemented cleanly)
- Add requirements, design, and build verification and resolve how to implement vs FS - externalize cfe_fs_decompress #291 desire to externalize
Related software
- Implemented in cfe_es_apps.c
- Utilizes cfe_fs_api.c: CFE_FS_IsGzFile, CFE_FS_GetUncompressedFile, cfe_fs_decompress.c and cfe_fs_decompress.h
Additional concern
CFE_FS_Decompress prototype is defined in both inc/cfe_fs.h and cfe_fs_decompress.h
Reporter Info
Jacob Hageman - NASA/GSFC