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

Fix #240, removes MESSAGE_FORMAT_IS_CCSDS ifdefs from code #578

Merged
merged 1 commit into from
Apr 22, 2020

Conversation

dmknutsen
Copy link
Contributor

Describe the contribution
Fixes #240, removes MESSAGE_FORMAT_IS_CCSDS ifdefs from CFS code

Testing performed
Ran unit tests

System(s) tested on
Oracle VM VirtualBox
OS: ubuntu-19.10
Versions: cFE 6.7.10.0, OSAL 5.0.8.0, PSP 1.4.7.0,

Contributor Info
Dan Knutsen
NASA/Goddard

@@ -169,7 +169,7 @@ typedef struct
* In Version 1 mode, the standard / non-APID qualified header is used for all packets
*/
CCSDS_PriHdr_t Hdr; /**< Complete "version 1" (standard) header */

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whitespace change? Did you mean to do this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No. I accidentally deleted the #ifdef MESSAGE_FORMAT_IS_CCSDS_VER_2 line when I originally went through the file...and must have added a white space when I replaced it. I can go ahead and remove it.

Copy link
Contributor

@skliper skliper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should delete the corresponding lines in mission_build.cmake to define MESSAGE_FORMAT_IS_CCSDS for the guides

@skliper skliper added the CCB:Ready Ready for discussion at the Configuration Control Board (CCB) label Apr 9, 2020
Copy link
Contributor

@jphickey jphickey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Concur - this is an unnecessary "option" when nothing else is supported.

@astrogeco astrogeco changed the title Fixes #240, removes MESSAGE_FORMAT_IS_CCSDS ifdefs from code Fix #240, removes MESSAGE_FORMAT_IS_CCSDS ifdefs from code Apr 14, 2020
@astrogeco
Copy link
Contributor

CCB 20200415 - APPROVED

@astrogeco astrogeco added CCB:Approved Indicates code review and approval by community CCB CCB - 20200415 and removed CCB:Ready Ready for discussion at the Configuration Control Board (CCB) labels Apr 20, 2020
@astrogeco astrogeco changed the base branch from master to integration-candidate April 21, 2020 22:18
@astrogeco
Copy link
Contributor

@dmknutsen can you take a look at the merge confilcts?

@skliper
Copy link
Contributor

skliper commented Apr 22, 2020

@astrogeco conflicts resolved (rebased on integration-candidate)

@jphickey
Copy link
Contributor

I am not seeing this in the current "integration-candidate" branch -- I need to also merge this with #602 and fix the conflicts there

@jphickey
Copy link
Contributor

nevermind, I just grabbed commit e636967 directly from dmknutsen:issue_240 branch, which looks like it is rebased

@jphickey jphickey merged commit 3b7f20f into nasa:integration-candidate Apr 22, 2020
@skliper skliper added this to the 6.8.0 milestone Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CCB:Approved Indicates code review and approval by community CCB
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remove MESSAGE_FORMAT_IS_CCSDS ifdefs from CFS code
4 participants