Loading LibSip_Steps.ttcn +5 −5 Original line number Diff line number Diff line Loading @@ -987,7 +987,7 @@ group SetHeaders { vc_authorization := { fieldName := AUTHORIZATION_E, body := f_calculatecCredentials_empty(vc_userprofile) body := {f_calculatecCredentials_empty(vc_userprofile)} } Loading Loading @@ -1019,7 +1019,7 @@ group SetHeaders { vc_authorization := { fieldName := AUTHORIZATION_E, body := f_calculatecCredentials(vc_userprofile, "REGISTER", v_challenge) body := {f_calculatecCredentials(vc_userprofile, "REGISTER", v_challenge)} } }// end function f_setHeaders_2ndREGISTER Loading Loading @@ -1051,7 +1051,7 @@ group SetHeaders { vc_authorization := { fieldName := AUTHORIZATION_E, body := f_calculatecCredentials_wo_response(vc_userprofile, "REGISTER", v_challenge) body := {f_calculatecCredentials_wo_response(vc_userprofile, "REGISTER", v_challenge)} } }// end function f_setHeaders_2ndREGISTER_wo_response Loading Loading @@ -1082,7 +1082,7 @@ group SetHeaders { vc_authorization := { fieldName := AUTHORIZATION_E, body := f_calculatecCredentialsAndChangeUserName(vc_userprofile, "REGISTER", v_challenge) body := {f_calculatecCredentialsAndChangeUserName(vc_userprofile, "REGISTER", v_challenge)} } }// end function f_setHeaders_2ndREGISTER_authorizationWithDifferentUserName Loading Loading @@ -3661,7 +3661,7 @@ group DefaultsTestStep v_Request.msgHeader.proxyAuthorization.fieldName := PROXY_AUTHORIZATION_E; v_Request.msgHeader.proxyAuthorization.credentials := v_Credentials; {v_Credentials}; // Re-send the saved INVITE with Authorization header // included. Loading Loading
LibSip_Steps.ttcn +5 −5 Original line number Diff line number Diff line Loading @@ -987,7 +987,7 @@ group SetHeaders { vc_authorization := { fieldName := AUTHORIZATION_E, body := f_calculatecCredentials_empty(vc_userprofile) body := {f_calculatecCredentials_empty(vc_userprofile)} } Loading Loading @@ -1019,7 +1019,7 @@ group SetHeaders { vc_authorization := { fieldName := AUTHORIZATION_E, body := f_calculatecCredentials(vc_userprofile, "REGISTER", v_challenge) body := {f_calculatecCredentials(vc_userprofile, "REGISTER", v_challenge)} } }// end function f_setHeaders_2ndREGISTER Loading Loading @@ -1051,7 +1051,7 @@ group SetHeaders { vc_authorization := { fieldName := AUTHORIZATION_E, body := f_calculatecCredentials_wo_response(vc_userprofile, "REGISTER", v_challenge) body := {f_calculatecCredentials_wo_response(vc_userprofile, "REGISTER", v_challenge)} } }// end function f_setHeaders_2ndREGISTER_wo_response Loading Loading @@ -1082,7 +1082,7 @@ group SetHeaders { vc_authorization := { fieldName := AUTHORIZATION_E, body := f_calculatecCredentialsAndChangeUserName(vc_userprofile, "REGISTER", v_challenge) body := {f_calculatecCredentialsAndChangeUserName(vc_userprofile, "REGISTER", v_challenge)} } }// end function f_setHeaders_2ndREGISTER_authorizationWithDifferentUserName Loading Loading @@ -3661,7 +3661,7 @@ group DefaultsTestStep v_Request.msgHeader.proxyAuthorization.fieldName := PROXY_AUTHORIZATION_E; v_Request.msgHeader.proxyAuthorization.credentials := v_Credentials; {v_Credentials}; // Re-send the saved INVITE with Authorization header // included. Loading