pespin has uploaded this change for review. ( 
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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/42/36542/1

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: 1
Gerrit-Owner: pespin <pes...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to