Skip to content

Commit

Permalink
Merge pull request #36 from n7space/pus_1_2_refactor
Browse files Browse the repository at this point in the history
TM[1,2] will use octet string as default packet id
  • Loading branch information
hcorg authored Apr 3, 2018
2 parents aca4777 + 9ea6138 commit 66579bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
3 changes: 1 addition & 2 deletions service-01/PUS-1-2.asn1
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@
PUS-1-2 DEFINITIONS AUTOMATIC TAGS ::= BEGIN
EXPORTS ALL;
IMPORTS
VerificationRequest-ID FROM VerificationRequest
AcceptanceFailureNotice FROM ErrorCodes;

TM-1-2-FailedAcceptanceVerificationReport ::= TM-1-2-FailedAcceptanceVerificationReportGeneric {VerificationRequest-ID, AcceptanceFailureNotice}
TM-1-2-FailedAcceptanceVerificationReport ::= TM-1-2-FailedAcceptanceVerificationReportGeneric {OCTET STRING(SIZE(4)), AcceptanceFailureNotice}

TM-1-2-FailedAcceptanceVerificationReportGeneric {Request-ID-Type, AcceptanceFailureNotice-Type} ::= SEQUENCE
{
Expand Down
9 changes: 1 addition & 8 deletions service-01/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,9 @@
"name": "Reporting failed acceptance",
"asn1Files": [
"PUS-1-2.asn1",
"VerificationRequest.asn1",
"ErrorCodes.asn1"
],
"requires": [
{
"module": "CCSDS",
"submodule": "CCSDS Packets",
"element": "TC Packet"
}
]
"requires": []
}
]
},
Expand Down

0 comments on commit 66579bd

Please sign in to comment.