Skip to content

Commit

Permalink
Merge pull request #55 from n7space/fix-typo-darta
Browse files Browse the repository at this point in the history
Fix typo: Darta->Data.
  • Loading branch information
hcorg authored Jan 24, 2024
2 parents b5e5e92 + b4c7571 commit 2126df1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion service-06/PUS-6-10.acn
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

PUS-6-10 DEFINITIONS ::= BEGIN

TM-6-10-CheckedRawMemoryDartaReport []
TM-6-10-CheckedRawMemoryDataReport []
{
memory-ID [],
n BasicTypes.PUSC-UINT32 [],
Expand Down
6 changes: 3 additions & 3 deletions service-06/PUS-6-10.asn1
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ IMPORTS

maxTM-6-10-DataAreaCount INTEGER ::= 65535

TM-6-10-CheckedRawMemoryDartaReport
::= TM-6-10-CheckedRawMemoryDartaReportGeneric {Memory-ID, TM-6-10-DataArea}
TM-6-10-CheckedRawMemoryDataReport
::= TM-6-10-CheckedRawMemoryDataReportGeneric {Memory-ID, TM-6-10-DataArea}
(WITH COMPONENTS {memory-ID PRESENT})

TM-6-10-DataArea ::= TM-6-10-DataAreaGeneric {BytePointer, PUSC-UINT32}

TM-6-10-CheckedRawMemoryDartaReportGeneric {Memory-ID-Type, DataArea-Type} ::= SEQUENCE
TM-6-10-CheckedRawMemoryDataReportGeneric {Memory-ID-Type, DataArea-Type} ::= SEQUENCE
{
memory-ID Memory-ID-Type OPTIONAL,
--! n UnsignedInteger-Type, moved to acn
Expand Down

0 comments on commit 2126df1

Please sign in to comment.