Commit 0d66b306 authored by garciay's avatar garciay
Browse files

Bug fixed after checking syntax with OSS ASN.1 Syntax Checker (0 error...

Bug fixed after checking syntax with OSS ASN.1 Syntax Checker (0 error messages, 0 warning messages)
parent 7024418b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,10 +15,10 @@ BEGIN
IMPORTS
    ItsPduHeader,
    StationID,
    Timestamp,
    TimestampIts,
    ReferencePosition
FROM ITS-Container {
 itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102637) cc (0) version (2)
 itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (1)
};
 
-- Root Message PDU: EvcsnPdu
@@ -35,7 +35,7 @@ EVChargingSpotNotificationPOIMessage ::= SEQUENCE {

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