Commit aab1d4be authored by rennoch's avatar rennoch
Browse files

check of FIXMEs

parent 4d69b038
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ module DiameterS6a_Templates {
        type all
    };
    import from LibDiameter_Types_Gx_AVPs {
        type RAT_Type, RAT_Type_AVP // FIXME Move these types to LibDiameter_Types_Base_AVPs
        type RAT_Type, RAT_Type_AVP // Could be moved these types to LibDiameter_Types_Base_AVPs
    };
    
    // DiameterS6a
@@ -4079,7 +4079,7 @@ module DiameterS6a_Templates {
                        cancellation_Type := p_cancellation_Type
                    } // End of template mdw_clrBodyAvps_TC_08
                    
                    // FIXME To be continued
                    // TODO To be continued
                    template (present) ULA_Body_AVP mdw_ulaBodyAvps_TC_08 := mw_S6a_ULA_Body_dummy; // End of template mdw_ulaBodyAvps_TC_08
                    
                } // End of group t_TC_HSS_UL_08
@@ -4253,7 +4253,7 @@ module DiameterS6a_Templates {
                    */
                    template (present) PUEA_Body_AVP mdw_puaBodyAvps_TC_03(
                        in template (present) Result_Code_AVP p_result_Code,
                        in template (present) PUR_Flags_AVP p_pur_Flags // FIXME How to set it, into Supported_Features_AVP?
                        in template (present) PUR_Flags_AVP p_pur_Flags
                    ) modifies mw_S6a_PUEA_Body_dummy := {
                        result_Code   := p_result_Code
                    } // End of template mdw_puaBodyAvps_TC_03
+5 −5
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ module DiameterS6a_TestSystem {
    import from LibDiameter_Types_Base_AVPs { 
        type 
            Session_Id_AVP, Origin_Host_AVP, Origin_Realm_AVP,
            Destination_Host_AVP 
            Destination_Host_AVP, Destination_Realm_AVP 
    };
    import from LibDiameter_Interface {
        type DiameterPort
@@ -47,7 +47,7 @@ module DiameterS6a_TestSystem {
                 * @member MME_S6a TTCN-3 port for MME IUT role
                 * @member HSS_S6a TTCN-3 port for HSS IUT role
                 */
                type component TestAdapter extends SelfSyncComp { // FIXME To be replaced by Diameter TestAdapter
                type component TestAdapter extends SelfSyncComp { // TODO To be replaced by Diameter TestAdapter
                    /** TTCN-3 port for HSS IUT role */
                    port DiameterPort MME_S6a; 
                    /** TTCN-3 port for MME IUT role */
@@ -66,10 +66,10 @@ module DiameterS6a_TestSystem {
//                    var template (value) Origin_Host_AVP vc_originHost_IUT;
                    /** Origin realm of the IUT */
//                    var template (value) Origin_Realm_AVP vc_originRealm_IUT;
                    /** TODO */
                    /** Destination Host of the IUT */
                    var template (value) Destination_Host_AVP vc_destinationHost;
                    /** TODO */
                    var template (value) Destination_Host_AVP vc_destinationRealm;
                    /** Destination Realm of the IUT */
                    var template (value) Destination_Realm_AVP vc_destinationRealm;
                    
                    // Timers - Do not forget to update default altstep when adding new tiner
                    /** Timer used to detect expiration of an expected message */