AddGrpC_noCircular.asn 842 Bytes
Newer Older
--FIXME RGY moved here from file SPAT_MAP_ISO_TS_19091.asn

-- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
-- 
-- module: AddGrpC
-- ISO TS 19091 30.08.2016
-- 
-- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
--FIXME RGY definitions are moved here from AddGrpC; created to cut circular import loops amongst ASN.1 files
ASN.1 Documenter's avatar
ASN.1 Documenter committed
AddGrpC-noCircular { iso (1) standard (0) signalizedIntersection (19091) profilec(2) addgrpc (1) version (1) }


DEFINITIONS AUTOMATIC TAGS::= BEGIN 
ASN.1 Documenter's avatar
ASN.1 Documenter committed
IMPORTS 
PtvRequestType
FROM DSRC-REGION-noCircular { iso (1) standard (0) signalizedIntersection (19091) profilec(2) dsrc-reg (3) version (2) } 
;

Control-addGrpC ::=  SEQUENCE {
	ptvRequest			PtvRequestType,
	...
}
ASN.1 Documenter's avatar
ASN.1 Documenter committed
/*
PtvRequestType	::= ENUMERATED {
	preRequest,
	mainRequest,
	doorCloseRequest,
	cancelRequest,
	emergencyRequest,
	...
}
ASN.1 Documenter's avatar
ASN.1 Documenter committed
*/