Commit a033a31e authored by kovacsa's avatar kovacsa
Browse files

asn update

parent 7b5ef4c6
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -14,11 +14,10 @@ BEGIN
IMPORTS
    ItsPduHeader,
    StationID,
    Timestamp,
    TimestampUtc,
    ReferencePosition
FROM ITS-Container {
 itu-t (0) identified-organization (4) etsi (0) 
 itsDomain (5) wg1 (1) ts (102637) cc (0) version (3) 
 itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102637) cc (0) version (2) 
};

-- Root Message PDU: EvcsnPdu
@@ -35,7 +34,7 @@ EVChargingSpotNotificationPOIMessage ::= SEQUENCE {

ItsPOIHeader ::= SEQUENCE {
	poiType                 POIType, -- set to "EV charging station POI ID"
    	timeStamp               Timestamp,
    	timeStamp               TimestampUtc,
	relayCapable            BOOLEAN
}