Loading ttcn/LibSip_SIPTypesAndValues.ttcn +2 −1 Original line number Original line Diff line number Diff line Loading @@ -1408,7 +1408,8 @@ module LibSip_SIPTypesAndValues { // [3891 ] // [3891 ] type record Replaces { type record Replaces { FieldName fieldName (REPLACES_E) , FieldName fieldName (REPLACES_E) , SemicolonParam_List replacesParams CallidString callid, SemicolonParam_List replacesParams optional } } } // end group RFC3891HeaderFieldTypes } // end group RFC3891HeaderFieldTypes Loading ttcn/LibSip_Templates.ttcn +1 −4 Original line number Original line Diff line number Diff line Loading @@ -1045,11 +1045,8 @@ module LibSip_Templates { template(value) GenValue p_fromTag template(value) GenValue p_fromTag ) := { ) := { fieldName := REPLACES_E, fieldName := REPLACES_E, callid := p_callId, replacesParams := { replacesParams := { { id := p_callId, paramValue := omit }, { { id := "to-tag", id := "to-tag", paramValue := p_toTag paramValue := p_toTag Loading Loading
ttcn/LibSip_SIPTypesAndValues.ttcn +2 −1 Original line number Original line Diff line number Diff line Loading @@ -1408,7 +1408,8 @@ module LibSip_SIPTypesAndValues { // [3891 ] // [3891 ] type record Replaces { type record Replaces { FieldName fieldName (REPLACES_E) , FieldName fieldName (REPLACES_E) , SemicolonParam_List replacesParams CallidString callid, SemicolonParam_List replacesParams optional } } } // end group RFC3891HeaderFieldTypes } // end group RFC3891HeaderFieldTypes Loading
ttcn/LibSip_Templates.ttcn +1 −4 Original line number Original line Diff line number Diff line Loading @@ -1045,11 +1045,8 @@ module LibSip_Templates { template(value) GenValue p_fromTag template(value) GenValue p_fromTag ) := { ) := { fieldName := REPLACES_E, fieldName := REPLACES_E, callid := p_callId, replacesParams := { replacesParams := { { id := p_callId, paramValue := omit }, { { id := "to-tag", id := "to-tag", paramValue := p_toTag paramValue := p_toTag Loading