Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TTCN-3 Libraries
LibIts
Commits
7ad825ba
Commit
7ad825ba
authored
Jul 21, 2016
by
garciay
Browse files
Build with Elvior TCT3
parent
6ea9334c
Changes
2
Hide whitespace changes
Inline
Side-by-side
asn1/IS/ISO_TS_14906_Application.asn
View file @
7ad825ba
...
...
@@ -18,7 +18,7 @@ IMPORTS
CountryCode, CS5, IssuerIdentifier
FROM AVIAEINumberingAndDataStructures {iso(1) standard(0) iso14816(14816) asnm1(1) version1(1)}
-- defined in ISO 14816 --
AttributeIdList
, Attributes{}, AttributeList{}
AttributeIdList
FROM EfcDsrcGeneric {iso(1) standard(0) 14906 generic(1) version5(5)};
-- NOTE: The following are the definitions of the action and response
-- parameters
...
...
asn1/IS/ISO_TS_19321.asn
View file @
7ad825ba
...
...
@@ -101,8 +101,8 @@ GicPart::= SEQUENCE {
driverCharacteristics DriverCharacteristics OPTIONAL,
layoutId INTEGER(1..4,...) OPTIONAL,
preStoredlayoutId INTEGER(1..64,...) OPTIONAL,
roadSignCodes SEQUENCE (SIZE (1..4
)
,...) OF RSCode,
extraText SEQUENCE (SIZE (1..4
)
,...) OF Text (WITH COMPONENTS {layoutComponentId, language, textContent (SIZE(1..32))}) OPTIONAL,
roadSignCodes SEQUENCE (SIZE (1..4,...)
)
OF RSCode,
extraText SEQUENCE (SIZE (1..4,...)
)
OF Text (WITH COMPONENTS {layoutComponentId, language, textContent (SIZE(1..32))}) OPTIONAL,
...
}
...
...
@@ -126,7 +126,7 @@ TcPart::= SEQUENCE {
applicableLanes SEQUENCE (SIZE (1..8,...)) OF LanePosition OPTIONAL,
layoutId INTEGER(1..4,...) OPTIONAL,
preStoredlayoutId INTEGER(1..64,...) OPTIONAL,
text SEQUENCE (SIZE (1..4
)
,...) OF Text OPTIONAL,
text SEQUENCE (SIZE (1..4,...)
)
OF Text OPTIONAL,
data OCTET STRING,
...
}
...
...
@@ -230,7 +230,7 @@ GoodsType::= INTEGER {
} (0..15,...)
ISO14823Attributes::= SEQUENCE (SIZE(1..8
)
,...) OF CHOICE{
ISO14823Attributes::= SEQUENCE (SIZE(1..8,...)
)
OF CHOICE{
dtm DTM, -- Date/Time/Period
edt EDT, -- Exemption status of Date/Time/Period
dfl DFL, -- Directional Flow of Lane
...
...
@@ -422,7 +422,7 @@ VcCode::= SEQUENCE {
roadSignClass VcClass, -- see Vienna Convention
roadSignCode INTEGER (1..64),
vcOption VcOption, -- e.g. the "a" in H, 3a
validity SEQUENCE (SIZE (1..8
)
,...) OF DTM OPTIONAL,
validity SEQUENCE (SIZE (1..8,...)
)
OF DTM OPTIONAL,
value INTEGER (0..65535) OPTIONAL,
unit RSCUnit OPTIONAL
}
...
...
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