Commit 23dc9dfc authored by pintar's avatar pintar
Browse files

corrected errors due to LibSip corrections

parent 087e0cdc
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -229,7 +229,7 @@ module LibIms_Steps
	  vc_authorization := 
	  {
		fieldName := AUTHORIZATION_E,
		body := f_calculatecCredentials_empty(vc_userprofile)
		body := {f_calculatecCredentials_empty(vc_userprofile)}
	  }
      
	}// end function setHeaders_REGISTER_PCSCF
@@ -738,7 +738,7 @@ module LibIms_Steps
		f_sendResponse(m_Response_WWWauthenticate_IMS(c_statusLine401,
			vc_callId, vc_cSeq,vc_caller_From, vc_caller_To, vc_via,
			m_wwwAuthenticate(f_calculatecChallenge_forWWWAuthorization
									(PX_IMS_SUT_UE1_QOP,vc_authorization.body.digestResponse)))
									(PX_IMS_SUT_UE1_QOP,vc_authorization.body[0].digestResponse)))
			);

		//Awaiting 2nd REGISTER	with authorization header
@@ -847,7 +847,7 @@ module LibIms_Steps
			f_sendResponse(m_Response_WWWauthenticate_IMS(c_statusLine401,
				vc_callId, vc_cSeq,vc_caller_From, vc_caller_To, vc_via,
				m_wwwAuthenticate(f_calculatecChallenge_forWWWAuthorization
										(PX_IMS_SUT_UE1_QOP,vc_authorization.body.digestResponse)))
										(PX_IMS_SUT_UE1_QOP,vc_authorization.body[0].digestResponse)))
				);

			//Awaiting 2nd REGISTER	with authorization header