Commit d1f127ac authored by mogos's avatar mogos
Browse files

added pics

parent a9393127
Loading
Loading
Loading
Loading
+41 −0
Original line number Diff line number Diff line
/**
 * 
 * Copyright Notification
 * No part may be reproduced except as authorized by written permission.
 * The copyright and the foregoing restriction extend to reproduction in all media.
 * (c) European Telecommunications Standards Institute 2014.
 * All rights reserved.
 *
 *  @author     ETSI / STF483
 *  @version    $URL: https://forge.etsi.org/svn/ECall_HLAP/branches/STF483/ttcn/LibItsECall_Pixits.ttcn $
 *              $Id: LibItsECall_Pics.ttcn 30 2014-11-11 11:37:30Z mogos $
 *  @desc       
 *  
 */
 
 module LibItsECall_Pics {
    /**
     * IVS – eCall Only
     */
    modulepar boolean PC_IVS_ONLY := false;

    /**
     * Does the IUT provide information for the numberOfPassengers MSD field?
     */
    modulepar boolean PC_MSD_numberOfPassengers := false;

    /**
     * Does the IUT provide information for the recentVehicleLocationN1 MSD field?
     */
    modulepar boolean PC_MSD_recentVehicleLocationN1 := false;

    /**
     * Does the IUT provide information for the recentVehicleLocationN2 MSD field?
     */
    modulepar boolean PC_MSD_recentVehicleLocationN2 := false;

    /**
     * Does the IUT provide information for the optionalAdditionalData MSD field?
     */
    modulepar boolean PC_MSD_optionalAdditionalData := false;
}
 No newline at end of file