titanization_asn1_LibIts.patch 242 KB
Newer Older
garciay's avatar
garciay committed
Index: EV-RSR/EV_RechargingSpotReservation_PDU_Descriptions.asn
===================================================================
garciay's avatar
garciay committed
--- EV-RSR/EV_RechargingSpotReservation_PDU_Descriptions.asn	(nonexistent)
+++ EV-RSR/EV_RechargingSpotReservation_PDU_Descriptions.asn	(working copy)
@@ -0,0 +1,157 @@
+EV-RechargingSpotReservation-PDU-Descriptions {
+ itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (101556) ev-rsr (4) version (1) 
+}
+
+DEFINITIONS AUTOMATIC TAGS ::= 
+
+BEGIN
+
+IMPORTS 
+   ItsPduHeader FROM ITS-Container {
+ itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (1) 
+};
+
+EV-RSR ::= SEQUENCE {
+	header		ItsPduHeader,
+	messageBody	EV-RSR-MessageBody
+}
+
+EV-RSR-MessageBody ::= CHOICE {
+ preReservationRequestMessage		PreReservationRequestMessage,
+ preReservationResponseMessage		PreReservationResponseMessage,
+ reservationRequestMessage				ReservationRequestMessage,
+ reservationResponseMessage			ReservationResponseMessage,
+ cancellationRequestMessage			CancellationRequestMessage,
+ cancellationResponseMessage			CancellationResponseMessage,
+ updateRequestMessage						UpdateRequestMessage,
+ updateResponseMessage					UpdateResponseMessage,
+...
+}
+
+PreReservationRequestMessage ::= SEQUENCE {
+ evse-ID 			EVSE-ID,
+ arrivalTime		TimestampUTC,
+ departureTime	TimestampUTC OPTIONAL,
+ rechargingType	RechargingType,
+ batteryType		BatteryType OPTIONAL,
+ ...
+}
+
+PreReservationResponseMessage ::= SEQUENCE {
+ preReservation-ID						PreReservation-ID,
+ availabilityStatus					AvailabilityStatus,
+ preReservationExpirationTime	TimestampUTC,
+ supportedPaymentTypes 				SupportedPaymentTypes,
+ ...
+}
+ 
+ReservationRequestMessage ::= SEQUENCE {
+ currentTime			TimestampUTC,
+ preReservation-ID	PreReservation-ID,
+ arrivalTime			TimestampUTC,
+ departureTime		TimestampUTC OPTIONAL,
+ eAmount				EAmount,
+ eAmountMin			EAmount,
+ paymentType			PaymentType,
+ payment-ID 			Payment-ID,
+ secondPayment-ID	Payment-ID OPTIONAL,
+ pairing-ID			Pairing-ID OPTIONAL,
+ ...
+}
+
+ReservationResponseMessage ::= SEQUENCE {
+ reservationResponseCode			ReservationResponseCode,
+ reservation-ID							Reservation-ID OPTIONAL,
+ reservation-Password					Reservation-Password OPTIONAL,
+ stationDetails							StationDetails OPTIONAL,
+ chargingSpotLabel						ChargingSpotLabel OPTIONAL,
+ expirationTime							TimestampUTC,
+ freeCancelTimeLimit					TimestampUTC OPTIONAL,
+ ...
+}
+
+CancellationRequestMessage ::= SEQUENCE {
+ reservation-ID				Reservation-ID,
+ reservation-Password		Reservation-Password,
+ currentTime					TimestampUTC,
+ ...
+}
+
+CancellationResponseMessage ::= SEQUENCE {
+ reservation-ID					Reservation-ID,
+ cancellationResponseCode	CancellationResponseCode,
+ ...
+}
+
+UpdateRequestMessage ::= SEQUENCE {
+ reservation-ID				Reservation-ID,
+ reservation-Password		Reservation-Password,
+ updatedArrivalTime		TimestampUTC,
+ updatedDepartureTime		TimestampUTC,
+ ...
+}
+
+UpdateResponseMessage ::= SEQUENCE {
+ reservation-ID			Reservation-ID,
+ updateResponseCode	UpdateResponseCode,
+ chargingSpotLabel		ChargingSpotLabel OPTIONAL,
+ ...
+}
+
+
+
+AvailabilityStatus ::= ENUMERATED { available, no-free-capacity }
+
+BatteryType ::= UTF8String (SIZE(1..16))
+
+CancellationResponseCode ::= ENUMERATED { ok, unknown-Reservation-ID, mismatching-Reservation-Password }
+
+ChargingSpotLabel ::= UTF8String (SIZE(1..4))
+
+ContractID ::= UTF8String (SIZE(1..24))
+
+EAmount ::= INTEGER { oneWh(1) } (1..500000)
+
+ChargingPower ::= INTEGER { oneW(1) } (1..200000)
+
+EVSE-ID ::= OCTET STRING (SIZE(1..32))
+
+ExternalIdentificationMeans ::= UTF8String (SIZE(1..24))
+
+Pairing-ID ::= VisibleString (SIZE(1..64))
+
+PaymentType ::= ENUMERATED {contract, externalIdentification}
+
+Payment-ID ::= CHOICE {
+ contractID ContractID,
+ externalIdentificationMeans	ExternalIdentificationMeans
+}
+
+RechargingType ::= SEQUENCE {
+ rechargingMode RechargingMode,
+ powerSource PowerSource
+}
+
+RechargingMode ::=  INTEGER { mode1(0), mode2(1), mode3(2), mode4(3), quickDrop(8), inductiveChargingWhileStationary(12), inductiveChargingWhileDriving(14) } (0..15)
+
+PowerSource::=  INTEGER { notApplicable(0), ac1Phase(1), ac2Phase(2), ac3Phase(3), dcc(4), chaDeMo(5) } (0..7)
+ReservationResponseCode ::= ENUMERATED {ok, invalid-EVSE-ID, payment-type-not-supported, payment-error, authentication-error, insufficient-power-availability }
+
+Reservation-ID ::= VisibleString (SIZE(8))
+
+PreReservation-ID ::= Reservation-ID
+
+Reservation-Password ::= VisibleString (SIZE(8))
+
+
+StationDetails ::= UTF8String (SIZE(1..32))
+
+SupportedPaymentTypes ::= BIT STRING { contract(0), externalIdentification (1) } (SIZE(2))
+
+TimestampUTC ::= INTEGER { utcStartOf2013(0), oneSecondAfterUTCStartOf2013(1) }
+
+UpdateResponseCode ::= ENUMERATED { ok, unknown-Reservation-ID, mismatching-Reservation-Password, invalid-Arrival-Time, invalid-Departure-Time }
+
+StatusResponseCode ::= ENUMERATED { charging-Spot-Occupied, charging-Spot-Unoccupied, charging-Ongoing, reservation-Limit-Exceeded, reservation-Cancelled, unknown-Reservation-ID, expired-Reservation-ID }
+
+END
\ No newline at end of file
Index: EVCSN/EVCSN_PDU_Descriptions.asn
===================================================================
--- EVCSN/EVCSN_PDU_Descriptions.asn	(nonexistent)
+++ EVCSN/EVCSN_PDU_Descriptions.asn	(working copy)
@@ -0,0 +1,102 @@
+-- Point of Interest (POI) notification for charging spot 
+-- for electric vehicle
+-- EVCSN Message definition
+-- ASN.1 Start Definition
+
+EVCSN-PDU-Descriptions {
+itu-t (0) identified-organization (4) etsi (0) itsDomain (5)
+wg1 (1) ts (101556) evcsn (1) version (1)
+}
+
+DEFINITIONS AUTOMATIC TAGS ::=
+ 
+BEGIN
+
+IMPORTS
+    ItsPduHeader,
+    StationID,
+    TimestampIts,
+    ReferencePosition
+FROM ITS-Container {
+ itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (1)
+};
+ 
+-- Root Message PDU: EvcsnPdu
+
+EvcsnPdu ::= SEQUENCE {
+	header	ItsPduHeader, 
+	evcsn	EVChargingSpotNotificationPOIMessage
+}
+
+EVChargingSpotNotificationPOIMessage ::= SEQUENCE {
+	poiHeader	ItsPOIHeader, -- Specific POI Message Header
+	evcsnData	ItsEVCSNData  -- Electric Vehicle Charging Spot Data Elements
+}
+
+ItsPOIHeader ::= SEQUENCE {
+	poiType                 POIType, -- set to "EV charging station POI ID = 1"
+    timeStamp               TimestampIts,
+	relayCapable            BOOLEAN
+}
+
+
+ItsEVCSNData ::= SEQUENCE {
+	totalNumberOfStations   NumberStations,
+	chargingStationsData    SEQUENCE (SIZE(1..256)) OF ItsChargingStationData
+}
+
+ItsChargingStationData ::= SEQUENCE {
+	chargingStationID     	StationID,
+	utilityDistributorId  	UTF8String (SIZE(1..32))	OPTIONAL,
+	providerID            	UTF8String (SIZE(1..32))	OPTIONAL,
+	chargingStationLocation	ReferencePosition,
+	address               	UTF8String 	        	OPTIONAL,
+	phoneNumber           	NumericString (SIZE(1..16))    	OPTIONAL,
+	accessibility         	UTF8String (SIZE(1..32)),
+	digitalMap            	DigitalMap           		OPTIONAL,
+	openingDaysHours      	UTF8String,
+	pricing               	UTF8String,
+	bookingContactInfo    	UTF8String          		OPTIONAL,
+	payment               	UTF8String          		OPTIONAL,
+	chargingSpotsAvailable  ItsChargingSpots,
+	...
+}
+
+
+ItsChargingSpots ::= SEQUENCE (SIZE(1..16)) OF ItsChargingSpotDataElements
+
+
+ItsChargingSpotDataElements ::= SEQUENCE {
+	type			ChargingSpotType,
+	evEquipmentID	UTF8String	OPTIONAL,
+	typeOfReceptacle	TypeOfReceptacle,
+	energyAvailability	UTF8String,
+	parkingPlacesData	ParkingPlacesData	OPTIONAL
+}
+
+DigitalMap ::= SEQUENCE (SIZE(1..256)) OF ReferencePosition
+
+ChargingSpotType ::= BIT STRING {
+	standardChargeMode1(0),
+	standardChargeMode2(1),
+	standardOrFastChargeMode3(2),
+	fastChargeWithExternalCharger(3),         
+	quickDrop(8),
+	inductiveChargeWhileStationary(12),
+	inductiveChargeWhileDriving(14)
+}
+
+TypeOfReceptacle	::= BIT STRING
+
+ParkingPlacesData	::= SEQUENCE (SIZE(1..4)) OF SpotAvailability
+
+SpotAvailability 	::= SEQUENCE {
+	maxWaitingTimeMinutes INTEGER (0..1400), -- 0 if available or max waiting
+						 -- time (minutes)
+	blocking              BOOLEAN            -- true if the spot can be blocked
+}
+
+POIType                ::= INTEGER(0..65535)
+NumberStations         ::= INTEGER(1..256)
+
+END
\ No newline at end of file
Index: IS/AddGrpC.asn
===================================================================
--- IS/AddGrpC.asn	(nonexistent)
+++ IS/AddGrpC.asn	(working copy)
@@ -0,0 +1,111 @@
+-- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
+-- 
+-- module: AddGrpC
+-- ISO TS 19091 Oct 2015 v0910
+-- 
+-- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
+AddGrpC { 	iso (1) standard (0) signalizedIntersection (19091) profilec(2) addgrpc (0) version (1) }
+
+
+DEFINITIONS AUTOMATIC TAGS::= BEGIN 
+
+IMPORTS
+--FIXME RGY all definitions are moved to IS-DSRC-noCircular to cut circular import loop
+--NodeOffsetPointXY, NodeSetXY, PrioritizationResponseStatus, SignalGroupID, DeltaTime, LaneID FROM DSRC
+NodeOffsetPointXY, NodeSetXY, PrioritizationResponseStatus, SignalGroupID, DeltaTime, LaneID FROM IS-DSRC-REGION-noCircular
+Altitude, StationID, DeltaAltitude FROM ITS-Container { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (1) };
+
+
+ConnectionManeuverAssist-addGrpC ::=  SEQUENCE {
+	vehicleToLanePositions		VehicleToLanePositionList	OPTIONAL,
+	rsuGNSSOffset				NodeOffsetPointXY	OPTIONAL
+}
+
+ConnectionTrajectory-addGrpC	::= SEQUENCE {
+	nodes				NodeSetXY,
+	...
+}
+
+/*FIXME RGY moved to AddGrpC-noCircular to cut circular import loop
+Control-addGrpC ::=  SEQUENCE {
+	ptvRequest			PtvRequestType,
+	...
+}
+*/
+
+IntersectionState-addGrpC ::=  SEQUENCE { 
+	activePrioritizations		PrioritizationResponseList	OPTIONAL,
+	...
+}
+
+MapData-addGrpC ::=  SEQUENCE { 
+	signalHeadLocations		SignalHeadLocationList	OPTIONAL,
+	...
+}
+
+Position3D-addGrpC ::=  SEQUENCE {
+	altitude			Altitude, 
+	...
+}
+
+PrioritizationResponseList ::=  SEQUENCE SIZE(1..10) OF PrioritizationResponse
+
+PrioritizationResponse ::=  SEQUENCE {
+	stationed			StationID,
+	priorState			PrioritizationResponseStatus,
+	signalGroup		    SignalGroupID,
+	...
+}
+
+RestrictionUserType-addGrpC ::=  SEQUENCE {
+	emission			EmissionType OPTIONAL,
+	...
+}
+
+SignalHeadLocationList ::=  SEQUENCE (SIZE(1..64)) OF  SignalHeadLocation
+
+SignalHeadLocation ::=  SEQUENCE {
+	nodeXY			NodeOffsetPointXY,
+	nodeZ				DeltaAltitude,
+	signalGroupID	SignalGroupID,
+	...   
+}
+
+SignalStatusPackage-addGrpC ::= SEQUENCE {
+	synchToSchedule	DeltaTime OPTIONAL,
+	...
+}
+
+
+VehicleToLanePositionList ::=  SEQUENCE SIZE(1..5) OF VehicleToLanePosition
+
+VehicleToLanePosition ::=  SEQUENCE {
+	stationID			StationID, 
+	laneID				LaneID,
+	timeReference	TimeReference	OPTIONAL,
+	...
+}
+EmissionType ::= ENUMERATED {
+	euro1,
+	euro2,
+	euro3,
+	euro4,
+	euro5,
+	euro6,
+	...
+}
+
+/*FIXME RGY moved to AddGrpC-noCircular to cut circular import loop
+PtvRequestType	::= ENUMERATED {
+	preRequest,
+	mainRequest,
+	doorCloseRequest,
+	cancelRequest,
+	emergencyRequest,
+	...
+}
+*/
+
+TimeReference ::= INTEGER { oneMilliSec(1) } (0..65535)
+
+END

garciay's avatar
garciay committed
Property changes on: IS/AddGrpC.asn
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+URL Id
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
garciay's avatar
garciay committed
Index: IS/AddGrpC_noCircular.asn
===================================================================
garciay's avatar
garciay committed
--- IS/AddGrpC_noCircular.asn	(nonexistent)
+++ IS/AddGrpC_noCircular.asn	(working copy)
@@ -0,0 +1,30 @@
+--FIXME RGY moved here from file SPAT_MAP_ISO_TS_19091.asn
+
+-- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
+-- 
+-- module: AddGrpC
+-- ISO TS 19091 Oct 2015 v0910
+-- 
+-- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
+--FIXME RGY definitions are moved here from AddGrpC; created to cut circular import loops amongst ASN.1 files
+AddGrpC-noCircular { iso (1) standard (0) signalizedIntersection (19091) profilec(2) addgrpc (0) version (1) }
+
+
+DEFINITIONS AUTOMATIC TAGS::= BEGIN 
+
+
+Control-addGrpC ::=  SEQUENCE {
+	ptvRequest			PtvRequestType,
+	...
+}
+
+PtvRequestType	::= ENUMERATED {
+	preRequest,
+	mainRequest,
+	doorCloseRequest,
+	cancelRequest,
+	emergencyRequest,
+	...
+}
+
+END

garciay's avatar
garciay committed
Property changes on: IS/AddGrpC_noCircular.asn
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+URL Id
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
garciay's avatar
garciay committed
Index: IS/EfcModule.asn
===================================================================
garciay's avatar
garciay committed
--- IS/EfcModule.asn	(nonexistent)
+++ IS/EfcModule.asn	(working copy)
@@ -0,0 +1,139 @@
+-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+-- ISO TS 14906
+--
+--
+--
+-- This document contains only the data element needed for the encoding of an IVI message
+-- as defined in ISO TS 19321(2015) 
+--
+-- Published version location:
+-- http://standards.iso.org/iso/14906/old/
+-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+EfcModule {iso standard 14906 modules(0) efc(0) version(1)} DEFINITIONS
+
+AUTOMATIC TAGS
+::= BEGIN
+--EXPORTS ALL;
+-- IMPORTS CountryCode, CS5, IssuerIdentifier FROM AVIAEINumberingAndDataStructures{iso(1) standard(0) 14816 }
+IMPORTS CountryCode, IssuerIdentifier FROM AVIAEINumberingAndDataStructures {iso(1) standard(0) iso14816(14816) asnm1(1) version1(1)};
+-- defined in ISO 14816 --
+-- Container, AttributeIdList, Attributes, AttributeList FROM DSRCData{iso standard 14906 modules (0) dsrc (1) version (1)};
+-- NOTE: The following are the definitions of the action and response
+-- parameters
+
+AxleWeightLimits ::= SEQUENCE{
+	maxLadenweightOnAxle1 Int2,
+	maxLadenweightOnAxle2 Int2,
+	maxLadenweightOnAxle3 Int2,
+	maxLadenweightOnAxle4 Int2,
+	maxLadenweightOnAxle5 Int2
+}
+
+-- Fritz include
+DieselEmissionValues::= SEQUENCE {
+	particulate SEQUENCE {
+		unitType UnitType,
+		value INTEGER (0..32767)
+	},
+	absorptionCoeff Int2
+}
+
+-- Fritz include
+EnvironmentalCharacteristics::= SEQUENCE {
+	euroValue EuroValue,
+	copValue CopValue
+}
+
+EuroValue::= ENUMERATED {
+	noEntry (0),
+	euro-1 (1),
+	euro-2 (2),
+	euro-3 (3),
+	euro-4 (4),
+	euro-5 (5),
+	euro-6 (6),
+	reservedForUse1 (7),
+	reservedForUse2 (8),
+	reservedForUse3 (9),
+	reservedForUse4 (10),
+	reservedForUse5 (11),
+	reservedForUse6 (12),
+	reservedForUse7 (13),
+	reservedForUse8 (14),
+	reservedForUse9 (15)
+} -- 4 bits, EURO-Clases as defined in EC directive 88/77/EEC, annex 1
+-- and in 91/542/EEC, 96/1/EC, 1999/96/EC, 2001/27/EC
+
+CopValue::= ENUMERATED {
+	noEntry (0),
+	co2class1 (1), -- below 101 g/km
+	co2class2 (2), -- 101 to 120 g/km
+	co2class3 (3), -- 121 to 140 g/km
+	co2class4 (4), -- 141 to 160 g/km
+	co2class5 (5), -- 161 to 200 g/km
+	co2class6 (6), -- 201 to 250 g/km
+	co2class7 (7), -- above 250 g/km
+	reservedforUse (8) -- reserved for future CEN and ISO use
+} -- 4 bits, reserved for carbon dioxide pollution values as defined in
+-- EC directive 2003/127/EC'
+
+-- Fritz include
+EngineCharacteristics::= INTEGER {
+	noEntry (0),
+	noEngine (1),
+	petrolUnleaded (2),
+	petrolLeaded (3),
+	diesel (4),
+	lPG (5),
+	battery (6),
+	solar (7)
+	-- (8-255) are reserved for future CEN use
+} (0..255)
+
+-- Fritz include
+ExhaustEmissionValues ::= SEQUENCE {
+	unitType UnitType,
+	emissionCO INTEGER (0.. 32767),
+	emissionHC Int2,
+	emissionNOX Int2,
+	emissionHCNOX Int2
+}
+
+Int1 ::= INTEGER(0..255)
+
+Int2 ::= INTEGER(0..65535)
+
+-- Fritz include
+PassengerCapacity ::= SEQUENCE{
+	numberOfSeats Int1,
+	numberOfStandingPlaces Int1
+}
+
+Provider ::= SEQUENCE { -- Fritz include
+countryCode CountryCode,
+providerIdentifier IssuerIdentifier
+}
+
+SoundLevel ::= SEQUENCE{ -- fritz include
+soundstationary Int1,
+sounddriveby Int1
+}
+
+UnitType ::=ENUMERATED {
+	mg-km (0),
+	mg-kWh (1)
+}
+
+VehicleDimensions ::= SEQUENCE { -- Fritz include
+vehicleLengthOverall Int1,
+vehicleHeigthOverall Int1,
+vehicleWidthOverall Int1
+}
+
+VehicleWeightLimits ::= SEQUENCE { -- fritz include
+vehicleMaxLadenWeight Int2,
+vehicleTrainMaximumWeight Int2,
+vehicleWeightUnladen Int2
+}
+END

garciay's avatar
garciay committed
Property changes on: IS/EfcModule.asn
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+URL Id
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
garciay's avatar
garciay committed
Index: IS/ETSI_TS_103301.asn
===================================================================
garciay's avatar
garciay committed
--- IS/ETSI_TS_103301.asn	(revision 1297)
+++ IS/ETSI_TS_103301.asn	(nonexistent)
@@ -1,146 +0,0 @@
--- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- ETSI TS 103 301
---
--- This ASN.1 was generated: 30.08.2016
---
--- This document contains the data element needed for the encoding the SPATEM, MAPEM, IVIM, SSEM and SREM message
--- as defined in ETSI TS 103 301 
---
--- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-
-
--- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
--- 
--- module: SPAT-MESSAGE-PDU-Descriptions
--- 
--- This ASN.1 was created: 30.08.2016
---
--- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
-SPATEM-PDU-Descriptions {
-	itu-t (0) identified-organization (4) etsi (0) itsDomain (5)  wg1 (1) ts-103301 (103301) spatem (0) version1 (1)
-}
-
-DEFINITIONS AUTOMATIC TAGS ::= 
-
-BEGIN
-
-IMPORTS
-SPAT FROM DSRC { iso (1) standard (0) signalizedIntersection (19091) profilec(2) dsrc (2) version (1) } 
-ItsPduHeader FROM ITS-Container { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (1)  };
-
-
-SPATEM ::= SEQUENCE {
-	header	ItsPduHeader,
-	spat	SPAT
-}
-
-END
-
-
-
--- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
--- 
--- module: MAP-MESSAGE-PDU-Descriptions
--- 
--- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
-MAPEM-PDU-Descriptions {
-	itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts-103301 (103301) mapem (1) version1 (1) 
-}
-
-DEFINITIONS AUTOMATIC TAGS ::= 
-
-BEGIN
-
-IMPORTS
-MapData FROM DSRC { iso (1) standard (0) signalizedIntersection (19091) profilec(2) dsrc (2) version (1) } 
-ItsPduHeader FROM ITS-Container {  itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (1)};
-
-
-MAPEM ::= SEQUENCE {
-	header	ItsPduHeader,
-	map	MapData
-}
-
-END 
-
-
-
--- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
--- 
--- module: IVI-MESSAGE-PDU-Descriptions
--- 
--- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
-IVIM-PDU-Descriptions { 
-	itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts-103301 (103301) ivim (2) version1 (1)
-}
-
-DEFINITIONS AUTOMATIC TAGS ::= 
-
-BEGIN
-
-IMPORTS
-IviStructure FROM IVI {iso (1) standard (0) ivi (19321) version1 (1)}
-ItsPduHeader FROM ITS-Container { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (1)};
-
-
-IVIM ::= SEQUENCE {
-	header	ItsPduHeader,
-	ivi		IviStructure
-}
-
-END
-
-
-
--- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
--- 
--- module: SRM-MESSAGE-PDU-Descriptions
--- 
--- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
-SREM-PDU-Descriptions {
-	itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts-103301 (103301) srem (3) version1 (1)
-}
-
-DEFINITIONS AUTOMATIC TAGS ::= 
-
-BEGIN
-
-IMPORTS
-SignalRequestMessage FROM DSRC { iso (1) standard (0) signalizedIntersection (19091) profilec(2) dsrc (2) version (1) } 
-ItsPduHeader FROM ITS-Container { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (1) };
-
-SREM ::= SEQUENCE {
-	header	ItsPduHeader,
-	srm	SignalRequestMessage
-}
-
-END
-
-
-
--- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
--- 
--- module: SSM-MESSAGE-PDU-Descriptions
--- 
--- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
-SSEM-PDU-Descriptions {
-	itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts-103301 (103301) ssem (4) version1 (1)
-}
-
-DEFINITIONS AUTOMATIC TAGS ::= 
-
-BEGIN
-
-IMPORTS
-SignalStatusMessage FROM DSRC { iso (1) standard (0) signalizedIntersection (19091) profilec(2) dsrc (2) version (1) } 
-ItsPduHeader FROM ITS-Container {  itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (1) };
-
-
-SSEM ::= SEQUENCE {
-	header	ItsPduHeader,
-	ssm	SignalStatusMessage
-}
-
-END
-

garciay's avatar
garciay committed
Property changes on: IS/ETSI_TS_103301.asn
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Deleted: svn:keywords
## -1 +0,0 ##
-URL Id
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-text/plain
\ No newline at end of property
garciay's avatar
garciay committed
Index: IS/IS_DSRC.asn
===================================================================
garciay's avatar
garciay committed
--- IS/IS_DSRC.asn	(nonexistent)
+++ IS/IS_DSRC.asn	(working copy)
@@ -0,0 +1,1906 @@
+--FIXME RGY moved here from file SPAT_MAP_ISO_TS_19091.asn
+
+-- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
+-- 
+-- module: DSRC
+-- ISO TS 19091 Oct 2015 v0909
+-- 
+-- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
+--FIXME RGY renamed from DSRC, as module DSRC already exists in MAP-SPAT
+IS-DSRC { iso (1) standard (0) signalizedIntersection (19091) profilec(2) dsrc (2) version (1) } 
+
+DEFINITIONS AUTOMATIC TAGS::= BEGIN 
+
+IMPORTS
+--FIXME RGY definitions moved to module IS-DSRC-REGION-noCircular are commented our below
+StationID, Longitude, Latitude, SpeedConfidence FROM ITS-Container { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (1) }
+Reg-SPAT,Reg-SignalRequestMessage, Reg-SignalStatusMessage, Reg-MapData, Reg-AdvisorySpeed, Reg-ComputedLane, Reg-ConnectionManeuverAssist,
+Reg-GenericLane, Reg-IntersectionGeometry, Reg-IntersectionState, Reg-LaneAttributes, /*Reg-LaneDataAttribute,*/ Reg-MovementEvent, Reg-MovementState,
+/*Reg-NodeAttributeSetXY, Reg-NodeOffsetPointXY,*/ Reg-Position3D, Reg-RequestorDescription, Reg-RequestorType, Reg-RestrictionUserType, Reg-RoadSegment,
+--FIXME RGY module name changed to IS-REGION as REGION already used in MAP_SPAT
+--Reg-SignalControlZone, Reg-SignalRequestPackage, Reg-SignalRequest, Reg-SignalStatusPackage, Reg-SignalStatus FROM REGION  {iso (1) standard (0) signalizedIntersection (19091) profilec(2) region (1) version (1)};
+Reg-SignalControlZone, Reg-SignalRequestPackage, Reg-SignalRequest, Reg-SignalStatusPackage, Reg-SignalStatus FROM IS-REGION  {iso (1) standard (0) signalizedIntersection (19091) profilec(2) region (1) version (1)}
+
+--FIXME RGY definitions moved to IS-DSRC-REGION-noCircular but also refernced here are re-imported
+DeltaAngle, DeltaTime, LaneID, NodeSetXY, PrioritizationResponseStatus, RegionalExtension, SignalGroupID, SpeedLimitList, Velocity,
+Reg-LaneDataAttribute, Reg-NodeAttributeSetXY, Reg-NodeOffsetPointXY FROM IS-DSRC-REGION-noCircular
+Iso3833VehicleType FROM ElectronicRegistrationIdentificationVehicleDataModule {iso(1) standard(0) iso24534 (24534) vehicleData (1) version (1)}
+;
+
+
+-- -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
+-- 
+-- Start of entries from table Messages...
+-- This table typicaly contains message entries.
+-- -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
+-- 
+
+MessageFrame ::= SEQUENCE {
+   messageId   MESSAGE-ID-AND-TYPE.&id({MessageTypes}),
+   value       MESSAGE-ID-AND-TYPE.&Type({MessageTypes}{@.messageId}),
+   ...
+   }
+
+MESSAGE-ID-AND-TYPE ::= CLASS {
+   &id    DSRCmsgID UNIQUE,
+   &Type
+   } WITH SYNTAX {&Type IDENTIFIED BY &id}
+
+MessageTypes MESSAGE-ID-AND-TYPE ::= {
+   { MapData               IDENTIFIED BY mapData               } |          
+   { SPAT                  IDENTIFIED BY signalPhaseAndTimingMessage } | 
+   { SignalRequestMessage  IDENTIFIED BY signalRequestMessage  } |    
+   { SignalStatusMessage   IDENTIFIED BY signalStatusMessage   },  
+   ... -- Expansion to be used only by the SAE J2735 DSRC TC
+   }
+
+
+/*FIXME RGY moved to IS-DSRC-REGION-noCircular to cut circular import loop
+-- Regional extensions support
+REG-EXT-ID-AND-TYPE ::= CLASS {
+   &id     RegionId UNIQUE,
+   &Type
+   } WITH SYNTAX {&Type IDENTIFIED BY &id}
+
+RegionalExtension {REG-EXT-ID-AND-TYPE : Set} ::= SEQUENCE {
+   regionId     REG-EXT-ID-AND-TYPE.&id( {Set} ),
+   regExtValue  REG-EXT-ID-AND-TYPE.&Type( {Set}{@regionId} )
+   }
+*/
+ 
+SPAT ::= SEQUENCE { 
+   timeStamp     MinuteOfTheYear OPTIONAL,  
+   name          DescriptiveName OPTIONAL, 
+                 -- human readable name for this collection 
+                 -- to be used only in debug mode
+   
+   intersections IntersectionStateList,
+                 -- sets of SPAT data (one per intersection)  
+   
+   -- If PrioritizationResponse data is required, it is found 
+   -- in the RegionalSPAT entry below
+   
+   regional      SEQUENCE (SIZE(1..4)) OF 
+                 RegionalExtension {{Reg-SPAT}} OPTIONAL,
+   ...
+   }
+
+SignalRequestMessage ::= SEQUENCE {    
+   timeStamp       MinuteOfTheYear  OPTIONAL,
+   second          DSecond,
+   sequenceNumber  MsgCount         OPTIONAL,
+
+   requests        SignalRequestList OPTIONAL,
+                   -- Request Data for one or more signalized 
+                   -- intersections that support SRM dialogs
+
+   requestor       RequestorDescription,
+                   -- Requesting Device and other User Data
+                   -- contains vehicle ID (if from a vehicle)
+                   -- as well as type data and current position
+                   -- and may contain additional transit data
+
+   regional        SEQUENCE (SIZE(1..4)) OF 
+                   RegionalExtension {{Reg-SignalRequestMessage}} OPTIONAL,
+   ...
+}
+
+SignalStatusMessage ::= SEQUENCE {
+   timeStamp       MinuteOfTheYear  OPTIONAL,
+   second          DSecond,
+   sequenceNumber  MsgCount         OPTIONAL,            
+
+   -- Status Data for one of more signalized intersections
+   status          SignalStatusList,
+ 
+   regional        SEQUENCE (SIZE(1..4)) OF 
+                   RegionalExtension {{Reg-SignalStatusMessage}} OPTIONAL,
+   ...
+}
+
+MapData ::= SEQUENCE {
+   timeStamp         MinuteOfTheYear OPTIONAL, 
+   msgIssueRevision  MsgCount,        
+   layerType         LayerType OPTIONAL,
+   layerID           LayerID  OPTIONAL,
+   intersections     IntersectionGeometryList OPTIONAL,
+                     -- All Intersection definitions 
+   roadSegments      RoadSegmentList OPTIONAL,
+                     -- All roadway descriptions
+  
+   dataParameters    DataParameters OPTIONAL,
+                     -- Any meta data regarding the map contents
+   
+   restrictionList   RestrictionClassList OPTIONAL,
+                     -- Any restriction ID tables which have  
+                     -- established for these map entries 
+   regional          SEQUENCE (SIZE(1..4)) OF 
+                     RegionalExtension {{Reg-MapData}} OPTIONAL,
+   
+   -- NOTE:
+   -- Other map data will be added here as it is defined
+   -- Examples of the type of content to be added include
+   -- curve warnings, construction routes, etc.
+   ...
+}
+
+
+-- -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
+-- 
+-- Start of entries from table Data_Frames...
+-- This table typicaly contains data frame entries.
+-- -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
+-- 
+
+AdvisorySpeed ::= SEQUENCE {
+   type        AdvisorySpeedType,
+               -- the type of advisory which this is.
+   speed       SpeedAdvice OPTIONAL,
+               -- See Section 11 for converting and translating speed 
+               -- expressed in mph into units of m/s
+               -- This element is optional ONLY when superceded 
+               -- by the presence of a regional speed element found in
+               -- Reg-AdvisorySpeed entry
+   confidence  SpeedConfidence OPTIONAL,
+               -- A confidence value for the above speed
+   distance    ZoneLength OPTIONAL,
+               -- Unit = 1 meter,  
+               -- The distance indicates the region for which the advised speed 
+               -- is recommended, it is specified upstream from the stop bar  
+               -- along the connected egressing lane
+   class       RestrictionClassID OPTIONAL,
+               -- the vehicle types to which it applies
+               -- when absent, the AdvisorySpeed applies to
+               -- all motor vehicle types
+   regional    SEQUENCE (SIZE(1..4)) OF 
+               RegionalExtension {{Reg-AdvisorySpeed}} OPTIONAL,
+   ...
+   }
+
+AdvisorySpeedList ::= SEQUENCE (SIZE(1..16)) OF AdvisorySpeed
+
+ComputedLane ::= SEQUENCE {
+   -- Data needed to created a computed lane
+   referenceLaneId    LaneID,
+                         -- the lane ID upon which this 
+                         -- computed lane will be based 
+   -- Lane Offset in X and Y direction
+   offsetXaxis        CHOICE {
+                         small   DrivenLineOffsetSm, 
+                         large   DrivenLineOffsetLg
+                         },  
+   offsetYaxis        CHOICE {
+                         small   DrivenLineOffsetSm, 
+                         large   DrivenLineOffsetLg
+                         },  
+                         -- A path X offset value for translations of the 
+                         -- path's points when creating translated lanes. 
+                         -- The values found in the reference lane are 
+                         -- all offset based on the X and Y values from 
+                         -- the coordinates of the reference lane's 
+                         -- initial path point.   
+   -- Lane Rotation
+   rotateXY           Angle OPTIONAL, 
+                         -- A path rotation value for the entire lane
+                         -- Observe that this rotates the existing orientation 
+                         -- of the referenced lane, it does not replace it.
+                         -- Rotation occurs about the initial path point.
+   -- Lane Path Scale (zooming)
+   scaleXaxis         Scale-B12 OPTIONAL, 
+   scaleYaxis         Scale-B12 OPTIONAL, 
+                         -- value for translations or zooming of the path's 
+                         -- points. The values found in the reference lane 
+                         -- are all expanded or contracted based on the X 
+                         -- and Y and width values from the coordinates of 
+                         -- the reference lane's initial path point.  
+                         -- The Z axis remains untouched.  
+   regional  SEQUENCE (SIZE(1..4)) OF 
+             RegionalExtension {{Reg-ComputedLane}} OPTIONAL,