pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36542?usp=email )
Change subject: library/SIP_Templates: Fix wrong method name in tr_SIP_REGISTER
......................................................................
library/SIP_Templates: Fix wrong method name in tr_SIP_REGISTER
Change-Id: Ieec2124417a3294cfb469180f44285e880a46177
---
M library/SIP_Templates.ttcn
1 file changed, 10 insertions(+), 1 deletion(-)
Approvals:
osmith: Looks good to me, but someone else must approve
fixeria: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/library/SIP_Templates.ttcn b/library/SIP_Templates.ttcn
index 7cb9d68..7de2d27 100644
--- a/library/SIP_Templates.ttcn
+++ b/library/SIP_Templates.ttcn
@@ -516,7 +516,7 @@
requestLine := tr_SIP_ReqLine(REGISTER_E, sip_url_host_port),
msgHeader := tr_SIP_msgh_std(call_id, from_addr, to_addr, contact,
tr_Via_from(tr_HostPort(from_addr.addr.nameAddr.addrSpec.hostPort)),
- "INVITE", *, seq_nr,
+ "REGISTER", *, seq_nr,
expires := expires),
messageBody := body,
payload := omit
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36542?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: Ieec2124417a3294cfb469180f44285e880a46177
Gerrit-Change-Number: 36542
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: jolly <andreas(a)eversberg.eu>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged