Commit 9559ab14 authored by Yann Garcia's avatar Yann Garcia
Browse files

Create send/receive TTCN-3 templates for all CDD types to be re-used in all ATSs

parent e19730e5
Loading
Loading
Loading
Loading
+293 −289
Original line number Diff line number Diff line
@@ -4,16 +4,14 @@ module LibItsCommon_ASN1_NamedNumbers {

  import from ETSI_ITS_CDD language "ASN.1:2008" all;

//    import from IVI language "ASN.1:1997" {
//      type IviStatus
//    }
    
  group commonConstants {
    
            const AccelerationConfidence AccelerationConfidence_pointOneMeterPerSecSquared_ := 1;
    const AccelerationConfidence AccelerationConfidence_outOfRange_ := 101;
    const AccelerationConfidence AccelerationConfidence_unavailable_ := 102;

    const LongitudinalLanePositionConfidence LongitudinalLanePositionConfidence_outOfRange_ := 1022;
    const LongitudinalLanePositionConfidence LongitudinalLanePositionConfidence_unavailable_ := 1023;

    const AccelerationControl AccelerationControl_brakePedalEngaged_       := '1000000'B;
    const AccelerationControl AccelerationControl_gasPedalEngaged_     := '0100000'B;
    const AccelerationControl AccelerationControl_emergencyBrakeEngaged_   := '0010000'B;
@@ -64,6 +62,12 @@ module LibItsCommon_ASN1_NamedNumbers {
    const LanePosition LanePosition_offTheRoad_    := -1; 
    const LanePosition LanePosition_innerHardShoulder_ := 0;

    const LaneType LaneType_traffic_ := 0;

    const Direction Direction_sameDirection_ := 0;

    const DeltaAltitude DeltaAltitude_unavailable_ := 0;

    const LongitudinalAccelerationValue LongitudinalAccelerationValue_unavailable_ := 161;
    
    const SemiAxisLength SemiAxisLength_oneCentimeter_ := 1;
+1 −1
Original line number Diff line number Diff line
/**
 *    @author     ETSI / STF405 / STF449 / STF484 / STF517
 *    @author     ETSI / STF405 / STF449 / STF484 / STF517 / TTF T036
 *    @version    $Url: https://oldforge.etsi.org/svn/LibIts/tags/20170222_STF527_Final/ttcn/Common/LibItsCommon_Functions.ttcn $
 *                $Id: LibItsCommon_Functions.ttcn 1318 2017-01-26 10:20:53Z filatov $
 *    @desc       Module containing common functions for ITS
+1 −1
Original line number Diff line number Diff line
/**
 *  @author   ETSI / STF405 / STF449 / STF484 / STF517
 *  @author   ETSI / STF405 / STF449 / STF484 / STF517 / TTF T036
 *  @version  $Url: https://oldforge.etsi.org/svn/LibIts/tags/20170222_STF527_Final/ttcn/Common/LibItsCommon_Pixits.ttcn $
 *            $Id: LibItsCommon_Pixits.ttcn 1318 2017-01-26 10:20:53Z filatov $
 *  @desc     Common PIXITS
+1 −1
Original line number Diff line number Diff line
/**
 *  @author      ETSI / STF405 / STF449 / STF484 / STF517
 *  @author      ETSI / STF405 / STF449 / STF484 / STF517 / TTF T036
 *  @version     $Url: https://oldforge.etsi.org/svn/LibIts/tags/20170222_STF527_Final/ttcn/Common/LibItsCommon_Templates.ttcn $
 *               $Id: LibItsCommon_Templates.ttcn 1318 2017-01-26 10:20:53Z filatov $
 *  @desc        Module containing base template definitions for DENM
+1 −1
Original line number Diff line number Diff line
/**
 *    @author     ETSI / STF405 / STF449 / STF484 / STF517
 *    @author     ETSI / STF405 / STF449 / STF484 / STF517 / TTF T036
 *    @version     $Url: https://oldforge.etsi.org/svn/LibIts/tags/20170222_STF527_Final/ttcn/Common/LibItsCommon_TestSystem.ttcn $
 *                $Id: LibItsCommon_TestSystem.ttcn 1318 2017-01-26 10:20:53Z filatov $
 *    @desc        Test System module for ITS
Loading