Compare Revisions

The credentials to download the source code are:
 Username: svnusers
 Password: svnusers

Ignore whitespace Rev 644 → Rev 645

/trunk/ttcn/LibSip_Steps.ttcn
1928,7 → 1928,7
};
vc_caller_To := vc_to;
}
if (isvalue(p_Request.msgHeader.recordRoute)) {
if (isvalue(p_Request.msgHeader.recordRoute.fieldName)) {//Due to ES 201 873-1/C.3.3 Better to check if fieldName of Record Route is present
vc_boo_recordRoute := true;
vc_recordRoute := p_Request.msgHeader.recordRoute;
}
2065,7 → 2065,7
var template(omit) ServiceRoute v_serviceRoute;
 
// Route Management
if (isvalue(p_response.msgHeader.serviceRoute)) {
if (isvalue(p_response.msgHeader.serviceRoute.fieldName)) {////Due to ES 201 873-1/C.3.3 Better to check if fieldName of Record Route is present
v_serviceRoute := p_response.msgHeader.serviceRoute;
v_nbroute := lengthof(v_serviceRoute.routeBody);
// copy and reverse the order of the routes in route header