Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
f175d4a6
Commit
f175d4a6
authored
Feb 16, 2018
by
Maxime Perrotin
Browse files
Fix dataview - removed forbidden word
parent
1f606c43
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/regression/test-eds1/dataview.asn
View file @
f175d4a6
...
...
@@ -72,12 +72,12 @@ MASInterfaceTypeDownType ::= CHOICE
unacknowledgedWrite SEQUENCE {
memoryID MemoryIDTypeT (0..0),
memoryAddress MemoryAddressTypeT (100..100),
data ReadStatusModeCommandTypeT
data
-value
ReadStatusModeCommandTypeT
},
write SEQUENCE {
memoryID MemoryIDTypeT (0..0),
memoryAddress MemoryAddressTypeT (100..100),
data ReadStatusModeCommandTypeT
data
-value
ReadStatusModeCommandTypeT
}
}
}
...
...
@@ -86,10 +86,10 @@ MASInterfaceTypeUpType ::= CHOICE
{
replyToCommand CHOICE {
readExtendedstatusormodetype SEQUENCE {
data ExtendedStatusOrModeTypeT
data
-value
ExtendedStatusOrModeTypeT
},
readStatustype SEQUENCE {
data StatusTypeT
data
-value
StatusTypeT
},
write SEQUENCE {
}
...
...
@@ -116,7 +116,7 @@ PSInterfaceTypeDownType ::= CHOICE
{
sendCommand CHOICE {
send SEQUENCE {
data TelecommandTypeT
data
-value
TelecommandTypeT
}
}
}
...
...
@@ -125,7 +125,7 @@ PSInterfaceTypeUpType ::= CHOICE
{
replyToCommand CHOICE {
receive SEQUENCE {
data TelemetryTypeT
data
-value
TelemetryTypeT
}
}
}
...
...
@@ -270,7 +270,7 @@ EventTypeT ::=
SEQUENCE
{
typeKeyword EventTypeTypeT,
data EventDataTypeT
data
-value
EventDataTypeT
}
...
...
@@ -493,7 +493,7 @@ DeviceAccessInterfaceDownType ::= CHOICE
mode ModeTypeT
},
setUserData SEQUENCE {
data OctetTypeT
data
-value
OctetTypeT
}
}
}
...
...
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