Commit 3e2cb186 authored by garciay's avatar garciay
Browse files

Terminated test cases for HSS ISD and IDR groups

parent e4d4ad4a
Loading
Loading
Loading
Loading
+434 −121

File changed.

Preview size limit exceeded, changes collapsed.

+91 −91

File changed.

Preview size limit exceeded, changes collapsed.

+34 −1
Original line number Diff line number Diff line
@@ -273,11 +273,44 @@ module DiameterS6a_PIXITS {
        modulepar UInt32 PX_PUR_FREEZE_M_TMSI := 1; // Bit0
        
        /**
         * @desc PUR-Flags AVP with Freeze P-TMSI bit set
         * @desc PUR-Flags AVP with UE Reachability Request bit set
         * @see ETSI TS 129 272 V10.8.0 (2013-07) Table 7.3.48/1: PUA-Flags
         */
        modulepar UInt32 PX_IDR_UE_REACHABLE_REQUEST := 1; // Bit0
        
        /**
         * @desc PUR-Flags AVP with T-ADS Data Request bit set
         * @see ETSI TS 129 272 V10.8.0 (2013-07) Table 7.3.48/1: PUA-Flags
         */
        modulepar UInt32 PX_IDR_T_ADS_DATA_REQUEST := 2; // Bit1
        
        /**
         * @desc PUR-Flags AVP with EPS User State Request bit set
         * @see ETSI TS 129 272 V10.8.0 (2013-07) Table 7.3.48/1: PUA-Flags
         */
        modulepar UInt32 PX_IDR_EPS_USER_STATE_REQUEST := 4; // Bit2
        
        /**
         * @desc PUR-Flags AVP with EPS Location Information Request bit set
         * @see ETSI TS 129 272 V10.8.0 (2013-07) Table 7.3.48/1: PUA-Flags
         */
        modulepar UInt32 PX_IDR_EPS_LOCATIONINFO_REQUEST := 8; // Bit3
        
        /**
         * @desc PUR-Flags AVP with Current Location Request bit set
         * @see ETSI TS 129 272 V10.8.0 (2013-07) Table 7.3.48/1: PUA-Flags
         */
        modulepar UInt32 PX_IDR_CURRENT_LOCATION_REQUEST := 16; // Bit4
        
        /**
         * @desc IDR-Flags AVP with Freeze P-TMSI bit set
         * @see ETSI TS 129 272 V10.8.0 (2013-07) Table 7.3.103/1: IDR-Flags
         */
        modulepar UInt32 PX_PUR_FREEZE_P_TMSI := 2; // Bit1
        
        
        
        
    } //end group DiameterCommonS6aData
    
} // End of module DiameterS6a_PIXITS
+330 −105

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1

File changed.

Contains only whitespace changes.