/** * @author ETSI / STF405 * @version $URL$ * $Id$ * @desc Module containing common types and values for ITS Protocols * */ module LibItsCommon_TypesAndValues { // LibIts - Non IP Protocols import from LibItsFntp_TypesAndValues { type UtFntpInitialize, UtFntpEvent, UtFntpCommandRequest, UtFntpCommandConfirm, UtFntpCommandIndication }; import from LibItsFsap_TypesAndValues { type UtFsapInitialize, UtFsapEvent, UtFsapCommandRequest // , UtFsapCommandConfirm FIXME To be removed }; import from LibItsIicp_TypesAndValues { type UtIicpInitialize }; } with { encode "LibItsCommon_TypesAndValues" }