Commit b86258f4 authored by garciay's avatar garciay
Browse files

Add TestConfigIICP pixit

parent fbdca4d2
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -72,6 +72,23 @@ module LibItsCalm_Pixits {
        PX_IUT_MGT_xT_AT_Mx_SAP_UNSET & 
        '00'B;
    
    /**
     * @desc Location of the IUT, which defines the interface(s) of the IUT for upper (/ lower) tester access.
     * Used for FSAP ATS
     * <li>ITS-S access layer: Upper tester access is via IN-SAP</li>
     * <li>ITS-S networking & transport layer: Upper / lower tester access is via NF-SAP</li>
     * <li>ITS-S facilities layer: Upper / lower tester access is via FA-SAP</li>
     * <li>ITS-S management entity: Upper / lower tester access is via MX-SAPs not supported</li>
     * <li>ITS-S security entity (not supported in the present document)</li>
     * <li>ITS-S application entity (not supported in the present document)</li>
     */
    modulepar Bit6 PX_LOC_ITS_IICP_ACCESS_SETTINGS_MX_SAP_UNSET := 
        PX_IUT_AL_xT_AT_IN_SAP_UNSET & 
        PX_IUT_FNTP_xT_AT_NF_SAP_UNSET & 
        PX_IUT_FAC_xT_AT_FA_SAP_UNSET & 
        PX_IUT_MGT_xT_AT_Mx_SAP_UNSET & 
        '00'B;
    
    /**
     * @desc Indicates that IN-SAP interface is not used 
     */