Commit 28c09afd authored by Axel Rennoch's avatar Axel Rennoch
Browse files

removal of some warnings

parent 02647533
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ module DiameterShDh_Templates {
        /**
         * @desc Received generic command flag template
         */
        template (present) Command_Flags mw_cmdFlagsReq_PET(in template Bit1 p_P, in Bit1 p_E,in Bit1 p_T) := {
        template (present) Command_Flags mw_cmdFlagsReq_PET(in template (present) Bit1 p_P, in Bit1 p_E,in Bit1 p_T) := {
            r_bit           := '1'B,            //Request message
            p_bit           := p_P,
            e_bit           := p_E,
@@ -66,7 +66,7 @@ module DiameterShDh_Templates {
        /**
         * @desc Received generic command flag template
         */
        template (present) Command_Flags mw_cmdFlagsAns_PET(in template Bit1 p_P, in Bit1 p_E,in Bit1 p_T) := {
        template (present) Command_Flags mw_cmdFlagsAns_PET(in template (present) Bit1 p_P, in Bit1 p_E,in Bit1 p_T) := {
            r_bit           := '0'B,            //Answer message
            p_bit           := p_P,
            e_bit           := p_E,