Commit 6ef72040 authored by garciay's avatar garciay
Browse files

Add PX_LOC_ITS_IICP_ACCESS_SETTINGS_MX_SAP_UNSET pixit

parent cf7cb5a1
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -106,6 +106,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 IICP 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 
     */