Commit 9ef207a1 authored by filatov's avatar filatov
Browse files

fix IVI asn1 files to be avoid intersection with Security

parent 197e4d5b
......@@ -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)
AVIAEIIssuerIdentifier::= INTEGER(0 .. 16383)
END
......@@ -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, AVIAEIIssuerIdentifier
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 AVIAEIIssuerIdentifier
}
SoundLevel ::= SEQUENCE{
......
......@@ -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,...)
......
......@@ -11,7 +11,7 @@ AddGrpC-noCircular { iso (1) standard (0) signalizedIntersection (19091) profile
DEFINITIONS AUTOMATIC TAGS::= BEGIN
IMPORTS;
Control-addGrpC ::= SEQUENCE {
ptvRequest PtvRequestType,
......
......@@ -18,6 +18,7 @@ ElectronicRegistrationIdentificationVehicleDataModule {iso(1) standard(0) iso245
DEFINITIONS AUTOMATIC TAGS ::= BEGIN
IMPORTS;
-- Electronic Registration Identification (ERI)- Vehicle Data
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment