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 <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: jolly <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to