Commit ec413f75 authored by Yann Garcia's avatar Yann Garcia
Browse files

Bug fixed in ttcn/Lib_NG_NAS/Lib_NG_NAS_Templates.ttcn

parent 9afea566
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ module Lib_NG_NAS_Templates {
  } // End of template m_NG_AUTHENTICATION_RESPONSE

  template (present) NG_NAS_UL_Message_Type mw_NG_AUTHENTICATION_RESPONSE(
                                                                          template (present) AuthenticationResponseParameter p_Res := cr_AuthenticationResponseParameter(?),
                                                                          template (present) AuthenticationResponseParameter p_Res := mw_AuthenticationResponseParameter(?),
                                                                          template EAP_Message p_EAP := *) modifies cr_NG_AUTHENTICATION_RESPONSE :=
  { /* 24.501 cl. 8.2.2 */
    /* @status    APPROVED (IMS, NR5GC, NR5GC_IRAT, POS) */
@@ -83,7 +83,7 @@ module Lib_NG_NAS_Templates {


  template (value) AuthenticationResponseParameter m_AuthenticationResponseParameter(
                                                                                     in template (value) Type4Length_Type p_iel
                                                                                     in template (value) Type4Length_Type p_iel,
                                                                                     in template (value) B32_128_Type p_ExpectedRES
                                                                                     ) := { /* @status    APPROVED (IMS, NR5GC, NR5GC_IRAT, POS) */
    iei := '2D'O,