Skip to content

Untraced feature to decompress apps/lib on load #399

@skliper

Description

@skliper

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

  1. Remove this feature from the core (allows FS - externalize cfe_fs_decompress #291 to externalize decompress to be implemented cleanly)
  2. 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions