Loading cooperative_parking.asn +4 −1 Original line number Diff line number Diff line Loading @@ -85,13 +85,16 @@ ParkingSpaceSegments ::= SEQUENCE (SIZE (0..31)) OF ParkingSpaceSegment * * @field estimatedArrivalTime: The estimated time of arrival to the parking space. * * @field estimatedDepartureTime: TODO: This may be redundant. Eric will check if it is. * * @category: * @revision: Created in V2.1.1 */ ParkingSpaceIntentIndication ::= SEQUENCE { spaceId Identifier2B, -- TODO: how to tell which to use in segment reporter StationId, estimatedArrivalTime TimestampIts OPTIONAL estimatedArrivalTime TimestampIts OPTIONAL, estimatedDepartureTime TimestampIts OPTIONAL } /** Loading Loading
cooperative_parking.asn +4 −1 Original line number Diff line number Diff line Loading @@ -85,13 +85,16 @@ ParkingSpaceSegments ::= SEQUENCE (SIZE (0..31)) OF ParkingSpaceSegment * * @field estimatedArrivalTime: The estimated time of arrival to the parking space. * * @field estimatedDepartureTime: TODO: This may be redundant. Eric will check if it is. * * @category: * @revision: Created in V2.1.1 */ ParkingSpaceIntentIndication ::= SEQUENCE { spaceId Identifier2B, -- TODO: how to tell which to use in segment reporter StationId, estimatedArrivalTime TimestampIts OPTIONAL estimatedArrivalTime TimestampIts OPTIONAL, estimatedDepartureTime TimestampIts OPTIONAL } /** Loading