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
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37347?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I510779191aa393b901839845c22efc7dc4324dd2
Gerrit-Change-Number: 37347
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: jolly <andreas(a)eversberg.eu>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged