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
9ef207a1
Commit
9ef207a1
authored
Oct 27, 2017
by
filatov
Browse files
fix IVI asn1 files to be avoid intersection with Security
parent
197e4d5b
Changes
5
Hide whitespace changes
Inline
Side-by-side
asn1/IS/ISO_TS_14816/AVIAEINumberingAndDataStructures.asn
View file @
9ef207a1
...
...
@@ -13,6 +13,7 @@
AVIAEINumberingAndDataStructures {iso(1) standard(0) iso14816(14816) asnm1(1) version1(1)}
DEFINITIONS AUTOMATIC TAGS::= BEGIN
IMPORTS;
CS5::= SEQUENCE {
vin VisibleString, -- 17 characters VIN
...
...
@@ -23,6 +24,6 @@ CS5::= SEQUENCE {
CountryCode::= BIT STRING(SIZE(10))
IssuerIdentifier::= INTEGER(0 .. 16383)
AVIAEI
IssuerIdentifier::= INTEGER(0 .. 16383)
END
asn1/IS/ISO_TS_14906/EfcDsrcApplication.asn
View file @
9ef207a1
...
...
@@ -15,7 +15,7 @@ EfcDsrcApplication { iso(1) standard(0) 14906 application(0) version5(5) }
DEFINITIONS AUTOMATIC TAGS ::= BEGIN
EXPORTS ALL;
IMPORTS
CountryCode, CS5, IssuerIdentifier
CountryCode, CS5,
AVIAEI
IssuerIdentifier
FROM AVIAEINumberingAndDataStructures {iso(1) standard(0) iso14816(14816) asnm1(1) version1(1)}
-- defined in ISO 14816 --
AttributeIdList
...
...
@@ -112,7 +112,7 @@ PassengerCapacity ::= SEQUENCE{
Provider ::= SEQUENCE {
countryCode CountryCode,
providerIdentifier IssuerIdentifier
providerIdentifier
AVIAEI
IssuerIdentifier
}
SoundLevel ::= SEQUENCE{
...
...
asn1/IS/ISO_TS_14906/EfcDsrcGeneric.asn
View file @
9ef207a1
...
...
@@ -14,6 +14,7 @@ EfcDsrcGeneric { iso(1) standard(0) 14906 generic(1) version5(5) }
DEFINITIONS AUTOMATIC TAGS ::= BEGIN
EXPORTS ALL;
IMPORTS;
AttributeIdList ::= SEQUENCE (SIZE(0.. 127,...)) OF INTEGER(0..127,...)
...
...
asn1/IS/ISO_TS_19091/AddGrpC_noCircular.asn
View file @
9ef207a1
...
...
@@ -11,7 +11,7 @@ AddGrpC-noCircular { iso (1) standard (0) signalizedIntersection (19091) profile
DEFINITIONS AUTOMATIC TAGS::= BEGIN
IMPORTS;
Control-addGrpC ::= SEQUENCE {
ptvRequest PtvRequestType,
...
...
asn1/IS/ISO_TS_24534-3/ElectronicRegistrationIdentificationVehicleDataModule.asn
View file @
9ef207a1
...
...
@@ -18,6 +18,7 @@ ElectronicRegistrationIdentificationVehicleDataModule {iso(1) standard(0) iso245
DEFINITIONS AUTOMATIC TAGS ::= BEGIN
IMPORTS;
-- Electronic Registration Identification (ERI)- Vehicle Data
...
...
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