Commit 62a2ce0d authored by garciay's avatar garciay
Browse files

Implemented test case function f_TC_HSS_UL_10/12()

parent 6887a474
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
/**
 *  @author     STF 466
 *  @version    $Id: $
 *  @version    $Id$
 *  @desc       This module provides the PICS used for the DiameterS6a tests.
*/

@@ -51,6 +51,12 @@ module DiameterS6a_PICS {
        
        // TODO Continue PICS A.3/x
        
         /**
         * @desc Does the IUT support APN-Configuration-Profile AVP in Subscription-Data AVP?
         * @see  ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.?/? 
         */
        modulepar boolean PICS_IUT_APN_CONFIGURATION_PROFILE_AVP := true; 
        
        
        /**
         * @desc Does the IUT support the Operator Determined Barring of all Packet Oriented Services?
+14 −2
Original line number Diff line number Diff line
@@ -178,7 +178,19 @@ module DiameterS6a_PIXITS {
         * @desc ULR-Flags AVP with S6a-indicator bit set
         * @see ETSI TS 129 272 V10.8.0 (2013-07) Table 7.3.7/1: ULR-Flags
         */
        modulepar UInt32 PX_ULR_FLAGS_S6a_IND_SET := 1;
        modulepar UInt32 PX_ULR_FLAGS_S6a_SINGLE_REG := 1; // Bit0
        
        /**
         * @desc ULR-Flags AVP with S6a-indicator bit set
         * @see ETSI TS 129 272 V10.8.0 (2013-07) Table 7.3.7/1: ULR-Flags
         */
        modulepar UInt32 PX_ULR_FLAGS_S6a_IND_SET := 2; // Bit1
        
        /**
         * @desc ULR-Flags AVP with S6a-indicator bit set
         * @see ETSI TS 129 272 V10.8.0 (2013-07) Table 7.3.7/1: ULR-Flags
         */
        modulepar UInt32 PX_ULR_FLAGS_S6a_INITIAL_ATTACH := 32; // Bit5
        
        /**
         * @desc Default ULA-Flags AVP: all flags unset
@@ -194,7 +206,7 @@ module DiameterS6a_PIXITS {
        
        modulepar Oct3 PX_VISITED_PLMN_ID := '000000'O;
        
        modulepar Oct3 PX_OTHER_VISITED_PLMN_ID := '000001'O;
        modulepar Oct3 PX_NEW_VISITED_PLMN_ID := '000001'O;
        
        modulepar Oct3 PX_NOT_ALLOWED_VISITED_PLMN_ID := 'ffffff'O;
        
+29 −29

File changed.

Contains only whitespace changes.