Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taps
Commits
97d8689b
Commit
97d8689b
authored
Jul 24, 2017
by
TASTE User
Browse files
tm sec header
parent
dc086804
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
DataView.aadl
View file @
97d8689b
This diff is collapsed.
Click to expand it.
DataView.acn
View file @
97d8689b
...
...
@@ -50,11 +50,15 @@ Taps DEFINITIONS ::= BEGIN
source-apid [],
sequence-flags NULL [pattern '11'B],
sequence-count [],
packet-length []
--secondary-header [] {
-- pus-version-number NULL [pattern '0010'B],
-- source-id []
--}
packet-length [],
secondary-header [] {
packet-version-number NULL [pattern '0010'B],
time-reference-status [],
--service-type-id TYPE8b-ID [],
--service-subtype-id TYPE8b-ID [],
message-type-counter [],
destination-id []
}
}
END
...
...
DataView.asn
View file @
97d8689b
...
...
@@ -9,10 +9,11 @@ TC-type {APID, APUserID, TCs} ::= SEQUENCE {
packet-error INTEGER(0..65535)
}
TM-type {APID} ::= SEQUENCE {
TM-type {APID
, APUserID
} ::= SEQUENCE {
source-apid APID,
sequence-count INTEGER(0..16383),
packet-length INTEGER(0..65535)
packet-length INTEGER(0..65535),
secondary-header TM-Secondary-Header{APUserID}
}
TC-Secondary-Header {APUserID} ::= SEQUENCE {
...
...
@@ -23,6 +24,12 @@ TC-Secondary-Header {APUserID} ::= SEQUENCE {
source-id APUserID
}
TM-Secondary-Header {APUserID} ::= SEQUENCE {
time-reference-status INTEGER(0..15),
message-type-counter INTEGER(0..65535),
destination-id APUserID
}
END
-- Generic definition for TC 2-1 - Distribute on/off device commands from PUS-C
...
...
@@ -125,7 +132,7 @@ TCs ::= CHOICE {
Telecommand ::= TC-type{APID, APUserID, TCs}
-- Instantiate the Telemetry type
TM ::= TM-type{APID}
TM ::= TM-type{APID
, APUserID
}
END
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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