Commit 6789ba97 authored by poglitsch's avatar poglitsch
Browse files

corrections

parent ad38ffc4
Loading
Loading
Loading
Loading
+19 −22
Original line number Diff line number Diff line
@@ -294,7 +294,7 @@ module AtsImsIot_Templates {
     * 
     * @desc INVITE Request checking TP_IMS_5046_01
     */
    template INVITE_Request mdw_TP_IMS_5046_01_mw (template SipUrl p_pcscfEutAUri)
    template INVITE_Request mdw_TP_IMS_5046_01_mw (template SipUrl p_pcscfEutAUri, template SipUrl p_userEutBUrl)
     modifies mw_INVITE_Request_Base := {
      msgHeader := {
		route := {
@@ -310,7 +310,7 @@ module AtsImsIot_Templates {
    		routeBody := {mw_routeBody(p_pcscfEutAUri), *}       		
      	},
		pPreferredID := omit,
		pAssertedID := mw_PAssertedID(mw_PAssertedIDValue(p_pcscfEutAUri)),//TODO containing an address of UE_A!
		pAssertedID := mw_PAssertedID(mw_PAssertedIDValue(p_userEutBUrl)),//TODO containing an address of UE_A!
        pChargingVector :=  mw_PChargingVector({
            {id := "icid-value", paramValue := *}, 
            *
@@ -348,7 +348,7 @@ module AtsImsIot_Templates {
	  * 
	  * @desc BYE Request checking TP_IMS_5052_01 on MW
	  */
	template BYE_Request mdw_TP_IMS_5052_01_mw(template CallId p_callId, template SipUrl p_pcscfEutAUri, template RouteBody_List p_routeBody)
	template BYE_Request mdw_TP_IMS_5052_01_mw(template CallId p_callId, template SipUrl p_pcscfEutAUri, template RecordRoute p_route)
	 modifies mw_BYE_Request_Base := {
	  msgHeader := {
		route := {
@@ -359,10 +359,7 @@ module AtsImsIot_Templates {
				*
			}
		},
		recordRoute := {
			fieldName := RECORD_ROUTE_E,
			routeBody := p_routeBody       		
		}
		recordRoute := p_route
	  }
	}
    
@@ -370,7 +367,7 @@ module AtsImsIot_Templates {
	  * 
	  * @desc 180 Ringing Response checking TP_IMS_5055_01 on MW
	  */
	template Response mdw_TP_IMS_5055_01_mw(template SipUrl p_pcscfEutAUri) 
	template Response mdw_TP_IMS_5055_01_mw(template SipUrl p_pcscfEutAUri, template SipUrl p_userEutAUri) 
	 modifies mw_180Ringing_Base := {
	  msgHeader := {
		recordRoute := {
@@ -378,7 +375,7 @@ module AtsImsIot_Templates {
			routeBody := {mw_routeBody(p_pcscfEutAUri), *}       		
		},
		pPreferredID := omit,
		pAssertedID := mw_PAssertedID(mw_PAssertedIDValue(p_pcscfEutAUri))//TODO containing public identitiy sent in P-Called_Party-ID header in the initial request
		pAssertedID := mw_PAssertedID(mw_PAssertedIDValue(p_userEutAUri))//TODO containing public identitiy sent in P-Called_Party-ID header in the initial request
	  }
	}
    
@@ -386,7 +383,7 @@ module AtsImsIot_Templates {
	  * 
	  * @desc 200 OK Response checking TP_IMS_5055_02 on MW
	  */
	template Response mdw_TP_IMS_5055_02_mw(template SipUrl p_pcscfEutAUri) 
	template Response mdw_TP_IMS_5055_02_mw(template SipUrl p_pcscfEutAUri, template SipUrl p_userEutAUri) 
	 modifies mw_200OK_Base := {
	  msgHeader := {
		recordRoute := {
@@ -394,7 +391,7 @@ module AtsImsIot_Templates {
			routeBody := {mw_routeBody(p_pcscfEutAUri), *}       		
		},
		pPreferredID := omit,
		pAssertedID := mw_PAssertedID(mw_PAssertedIDValue(p_pcscfEutAUri))//TODO containing public identitiy sent in P-Called_Party-ID header in the initial request
		pAssertedID := mw_PAssertedID(mw_PAssertedIDValue(p_userEutAUri))//TODO containing public identitiy sent in P-Called_Party-ID header in the initial request
	  }
	}

@@ -630,7 +627,7 @@ module AtsImsIot_Templates {
					addrSpec := p_SCSCF_Uri	
				},
				rrParam := *
			}}
			}, *}
		},
		pChargingVector := {
			fieldName := P_CHARGING_VECTOR_E,
@@ -1531,37 +1528,37 @@ module AtsImsIot_Templates {
		{
		statusLine := c_statusLine100,
		msgHeader := ?,
		messageBody := omit,
		payload	:= omit
		messageBody := *,
		payload	:= *
		}

  template Response mw_180Ringing_Base  modifies m_Response_Dummy :=
		{
		statusLine := c_statusLine180,
		msgHeader := ?,
		messageBody := omit,
		payload	:= omit
		messageBody := *,
		payload	:= *
		}
  template Response mw_200OK_Base  modifies m_Response_Dummy :=
		{
		statusLine := c_statusLine200,
		msgHeader := ?,
		messageBody := *,
		payload	:= omit
		payload	:= *
		}
  template Response mw_202Accepted_Base  modifies m_Response_Dummy :=
		{
		statusLine := c_statusLine202,
		msgHeader := ?,
		messageBody := omit,
		payload	:= omit
		messageBody := *,
		payload	:= *
		}
  template Response mw_401Unauthorized_Base  modifies m_Response_Dummy :=
		{
		statusLine := c_statusLine401,
		msgHeader := ?,
		messageBody := omit,
		payload	:= omit
		messageBody := *,
		payload	:= *
		}
		
  template Response mdw_4XX_Base modifies m_Response_Dummy :=
@@ -1769,7 +1766,7 @@ module AtsImsIot_Templates {
          displayName := *,
          addrSpec := { 
            scheme := "sip",
            userInfo := omit,
            userInfo := *,
            hostPort := {   
              host := p_Host,
              portField := *},