Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cFE Integration candidate: 2021-08-24 #1839

Merged
merged 59 commits into from
Aug 21, 2021
Merged

cFE Integration candidate: 2021-08-24 #1839

merged 59 commits into from
Aug 21, 2021

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    ad4dba7 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Fix #1807, increase SB pool max size bucket

    In the default config, the maximum bucket size for the SB pool was not
    quite big enough to allocate a message of CFE_MISSION_SB_MAX_SB_MSG_SIZE
    jphickey committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    25ead32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94360e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    902255b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Configuration menu
    Copy the full SHA
    e8a13eb View commit details
    Browse the repository at this point in the history
  2. Fix #472, Increase tbl line coverage

    - only missing two small sections which are not at all possible to cover
    nmullane committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    7fae7dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    089f34b View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    8fb3b84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    826e9f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f3f9e9 View commit details
    Browse the repository at this point in the history
  4. Fix #1680, add SB subscription functional test

    Add tests for the CFE SB subscription API:
     - CFE_SB_Subscribe
     - CFE_SB_SubscribeEx
     - CFE_SB_SubscribeLocal
     - CFE_SB_Unsubscribe
     - CFE_SB_UnsubscribeLocal
    jphickey committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    19374f5 View commit details
    Browse the repository at this point in the history
  5. Fix #1755, separate variable for OSAL status

    Ensure a separate stack variable, always named "OsStatus", is used
    to hold the result of an OSAL API call.  Do not use the same variable
    that is used to store a CFE status code.
    jphickey committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    b66f476 View commit details
    Browse the repository at this point in the history
  6. Fix #1755, separate variable for PSP status

    Ensure a separate stack variable, always named "PspStatus", is used
    to hold the result of a PSP API call.  Do not use the same variable
    that is used to store a CFE status code.
    jphickey committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    42897cf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    901f135 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    81df083 View commit details
    Browse the repository at this point in the history
  9. Fix #1681, add SB message passing functional test

    Add tests for the basic message passing API:
     - CFE_SB_TransmitMsg
     - CFE_SB_ReceiveBuffer
    jphickey committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    7cde4fe View commit details
    Browse the repository at this point in the history
  10. Fix #1682, add SB zero copy functional tests

    Add tests for the CFE SB subscription API:
    - CFE_SB_AllocateMessageBuffer
    - CFE_SB_ReleaseMessageBuffer
    - CFE_SB_TransmitBuffer
    jphickey committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    9c66b21 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Configuration menu
    Copy the full SHA
    6c52f00 View commit details
    Browse the repository at this point in the history
  2. Fix #1791, Add tests for TBL ReleaseAddresses

    Adds success test and boundary conditions test for
    CFE_TBL_ReleaseAddresses
    nmullane committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    352a9e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1715a32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73fd3a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3931e45 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1756 from jphickey/fix-1755-osstatus-variable

    Fix #1755, separate variable for OSAL status
    astrogeco authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    47eb39d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1809 from jphickey/fix-1807-sb-pool-maxsize

    Fix #1807, increase SB pool max size bucket
    astrogeco authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    e3b1707 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aa72f85 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1842 from zanzaben/fix1840_ResourceID_FindNext_nu…

    …ll_check
    
    Fix #1840, Add Null check for CFE_ResourceId_FindNext
    astrogeco authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    b8df511 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e879296 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1844 from zanzaben/fix1840_ResourceID_FindNext_nu…

    …ll_check
    
    Fix #1840, Hotfix for strict resource IDs.
    astrogeco authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    41b0ea2 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Merge pull request #1828 from nmullane/fix472-improve-tbl-line-coverage

    Improve tbl coverage tests
    astrogeco authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    8ef6df7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1833 from zanzaben/fix1824_finish_messege_id_func…

    …_test
    
    Fix #1824, Add missing cases for msg id func tests
    astrogeco authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    506975d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1832 from skliper/fix1831-sb_dox_groups

    Fix #1831, Consolidate msg get/set doxygen group
    astrogeco authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    f1a8f74 View commit details
    Browse the repository at this point in the history
  4. Fix #1815, add retroactive CFE status asserts

    Add a set of macros that decouple the function call from the
    expected status:
    
    - CFE_UtAssert_STATUS_STORE
    - CFE_UtAssert_STATUS_MAY_BE
    - CFE_UtAssert_STATUS_MUST_BE
    
    The first will make the function call and put the status into
    a temporary holding area, but will not assert on any particular
    result.
    
    The may/must macros then check the value of the holding area.
    jphickey committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    52f77e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eec8ec9 View commit details
    Browse the repository at this point in the history
  6. HOTFIX IC-20210819, type correction TBL coverage test

    Update the assignment to CDSHandle to be of the correct value type
    jphickey committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    1aef656 View commit details
    Browse the repository at this point in the history
  7. Fix #1847, enable strict resource id w/OMIT_DEPRECATED

    When the user specifies the OMIT_DEPRECATED build option, also
    enable the strictly-typed resource IDs to catch common coding
    errors.
    jphickey committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    823d772 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1836 from pepepr08/fix473-time-coverage

    Fix #473 Adding coverage tests to cFE TIME
    astrogeco authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    54612f1 View commit details
    Browse the repository at this point in the history
  9. Fix #1851, remove unused CFE_TBL_ERR_BAD_APP_ID

    Status code no longer produced by current implementation, it passes
    through the ES error which will be CFE_ES_ERR_RESOURCEID_NOT_VALID.
    jphickey committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    87ae806 View commit details
    Browse the repository at this point in the history
  10. Fix #1852, correct syslog message in pool create

    Simple search and replace error
    jphickey committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    5bcc8fb View commit details
    Browse the repository at this point in the history
  11. Fix #1850, remove unused CFE_ES_POOL_BOUNDS_ERROR

    Stale error code no longer produced by implementation
    jphickey committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    369696a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    748b6f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Fix #1771, End Child Task requirement remove error code

     - The end child task API is void, so can't return error code
     - Requirement name fix for Report Application ID (added By Name)
    skliper committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    9a2ff6c View commit details
    Browse the repository at this point in the history
  2. Fix #1858, remove unused CFE_TBL_ERR_FILE_NOT_FOUND

    Status code no longer produced by current implementation, it
    returns CFE_TBL_ERR_ACCESS when unable to open a file.
    jphickey committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    5f6aaf8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1848 from jphickey/fix-1847-enable-strict-resourceid

    Fix #1847, enable strict resource id w/OMIT_DEPRECATED
    astrogeco authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    82deffb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1845 from jphickey/hotfix-ic-20210818

    HOTFIX IC-20210819, type correction TBL coverage test
    astrogeco authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    4cc132c View commit details
    Browse the repository at this point in the history
  5. Fix #1679, Add functional tests for resource misc

    - Fixed test to work with strict resource id types
    nmullane committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    d02ccd8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1806 from nmullane/fix1805-add-es-test-for-backgr…

    …ound-wakeup
    
    Fix #1805, Add test for ES BackgroundWakeup
    astrogeco authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    49a5db1 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1813 from ArielSAdamsNASA/fix-1786-success-test-c…

    …fe_es_restartapp
    
    Fix #1786, Success Test for CFE_ES_RestartApp
    astrogeco authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    c79d40e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1814 from ArielSAdamsNASA/fix-1794-message-limit-…

    …greater-cfe_platform_sb_default_msg_limit
    
    Fix #1794, Subscribe to Message Limit Greater Than CFE_PLATFORM_SB_DEFAULT_MSG_LIMIT
    astrogeco authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    f2bcc5e View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1811 from ArielSAdamsNASA/fix-1787-success-test-c…

    …fe_es_getmempoolstats
    
    Fix #1787, Success Test for CFE_ES_GetMemPoolStats
    astrogeco authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    09c3b4d View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1822 from skliper/fix1821-msg_api_grouping

    Fix #1821, Group MSG APIs documentation by header type
    astrogeco authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    752faed View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1816 from jphickey/fix-1815-utassert-retroactive

    Fix #1815, add retroactive CFE status asserts
    astrogeco authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    1a29d37 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1854 from jphickey/fix-1851-tbl-appid-err

    Fix #1851, remove unused CFE_TBL_ERR_BAD_APP_ID
    astrogeco authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    dd32187 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1855 from jphickey/fix-1852-syslog-msg

    Fix #1852, correct syslog message in pool create
    astrogeco authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    d5f6670 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #1853 from jphickey/fix-1850-pool-bounds-err

    Fix #1850, remove unused CFE_ES_POOL_BOUNDS_ERROR
    astrogeco authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    d00bce1 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #1859 from jphickey/fix-1858-tbl-filenotfound-err

    Fix #1858, remove unused CFE_TBL_ERR_FILE_NOT_FOUND
    
    Fix #1863, Remove comment referencing CFE_TBL_ERR_FILE_NOT_FOUND
    astrogeco committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    c729862 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #1856 from pepepr08/fix1827-sb-errorctr

    Fix #1827 Check error ctr to TransmitMsg test
    astrogeco authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    e4150b0 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #1857 from skliper/fix1771-end_child_task_void

    Fix #1771, End Child Task requirement remove error code
    astrogeco authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    871c791 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #1782 from nmullane/fix1679-resource-misc-function…

    …al-tests
    
    Fix #1679, Add functional tests for resource misc
    astrogeco authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    95ec6d0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ac66332 View commit details
    Browse the repository at this point in the history