Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
MSP430-DemoSat
Commits
33b89269
Commit
33b89269
authored
Apr 08, 2020
by
Michał Kurowski
Browse files
Added implicit knowledge and initial PUS C population
parent
defcf7a1
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
pus-c/implicit-knowledge/PUS-C ImplicitKnowledge - DemoSat.xml
0 → 100644
View file @
33b89269
<?xml version="1.0" encoding="UTF-8"?>
<IMPLICIT_KNOWLEDGE>
<TCSIZEMAPPING
name=
"tcLengthMapper"
sizeOffset=
"6"
packetDataLengthType=
"TC-PACKET-DATA-LENGTH"
packetDataLengthName=
"packet-data-len"
sizeVariableName=
"remainder-size"
/>
<TMSIZEMAPPING
name=
"tmLengthMapper"
sizeOffset=
"15"
packetDataLengthType=
"TM-PACKET-DATA-LENGTH"
packetDataLengthName=
"packet-data-len"
sizeVariableName=
"remainder-size"
/>
<INCLUDE
asn1=
"PUS-C TC-specific implicit knowledge - DemoSat.asn"
acn=
"PUS-C TC-specific implicit knowledge - DemoSat.acn"
tc=
"true"
tm=
"false"
>
<REQUIRED_TYPE
name=
"TYPE-ID"
description=
"APID definition"
ptc=
"3"
/>
</INCLUDE>
<INCLUDE
asn1=
"PUS-C TM-specific implicit knowledge - DemoSat.asn"
acn=
"PUS-C TM-specific implicit knowledge - DemoSat.acn"
tc=
"false"
tm=
"true"
>
<REQUIRED_TYPE
name=
"TYPE-ID"
description=
"APID definition"
ptc=
"3"
/>
</INCLUDE>
</IMPLICIT_KNOWLEDGE>
\ No newline at end of file
pus-c/implicit-knowledge/PUS-C TC-specific implicit knowledge - DemoSat.acn
0 → 100644
View file @
33b89269
Telecommand[] {
service-type-id TYPE-ID[],
message-subtype-id TYPE-ID[],
packet-data <service-type-id, message-subtype-id> []
}
pus-c/implicit-knowledge/PUS-C TC-specific implicit knowledge - DemoSat.asn
0 → 100644
View file @
33b89269
Telecommand ::= SEQUENCE {
packet-data Telecommands
}
pus-c/implicit-knowledge/PUS-C TM-specific implicit knowledge - DemoSat.acn
0 → 100644
View file @
33b89269
Telemetry[] {
service-type-id TYPE-ID[],
message-subtype-id TYPE-ID[],
packet-data <service-type-id, message-subtype-id> []
}
pus-c/implicit-knowledge/PUS-C TM-specific implicit knowledge - DemoSat.asn
0 → 100644
View file @
33b89269
Telemetry ::= SEQUENCE {
packet-data Regular-Telemetries
}
pus-c/population/PUS-C DemoSat.xml
0 → 100644
View file @
33b89269
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment