pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37347?usp=email )
Change subject: SIP_Templates: ts_SIP_UPDATE: Add missing SDP Content-Length/Type headers ......................................................................
SIP_Templates: ts_SIP_UPDATE: Add missing SDP Content-Length/Type headers
Change-Id: I510779191aa393b901839845c22efc7dc4324dd2 --- M library/SIP_Templates.ttcn 1 file changed, 11 insertions(+), 0 deletions(-)
Approvals: pespin: Looks good to me, approved jolly: Looks good to me, but someone else must approve Jenkins Builder: Verified
diff --git a/library/SIP_Templates.ttcn b/library/SIP_Templates.ttcn index c05ab02..eda1a33 100644 --- a/library/SIP_Templates.ttcn +++ b/library/SIP_Templates.ttcn @@ -1095,6 +1095,8 @@ msgHeader := ts_SIP_msgh_std(call_id, from_addr, to_addr, contact, "UPDATE", seq_nr, via, + content_length := f_ContentLength(body), + content_type := f_ContentTypeOrOmit(ts_CT_SDP, body), require := require), messageBody := body, payload := omit