Loading ttcn/DiameterShDh_Templates.ttcn3 +2 −2 Original line number Diff line number Diff line Loading @@ -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, Loading @@ -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, Loading Loading
ttcn/DiameterShDh_Templates.ttcn3 +2 −2 Original line number Diff line number Diff line Loading @@ -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, Loading @@ -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, Loading