pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36544?usp=email )


Change subject: SIP_Emulation: Match empty port as default port 5060
......................................................................

SIP_Emulation: Match empty port as default port 5060

Change-Id: I8415571a5bdc99e8cc007bb4b57bcb73b7afd4fb
---
M library/SIP_Emulation.ttcn
1 file changed, 12 insertions(+), 0 deletions(-)



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

diff --git a/library/SIP_Emulation.ttcn b/library/SIP_Emulation.ttcn
index 5c00c4d..4aef536 100644
--- a/library/SIP_Emulation.ttcn
+++ b/library/SIP_Emulation.ttcn
@@ -380,6 +380,9 @@
                }
                if (not ispresent(t_exp.hostPort.portField)) {
                        t_exp.hostPort.portField := *;
+               } else if (valueof(t_exp.hostPort.portField) == 5060) {
+                       /* if the port number is 5060, it may be omitted */
+                       t_exp.hostPort.portField := 5060 ifpresent;
                }
                if (not ispresent(t_exp.urlParameters)) {
                        t_exp.urlParameters := *;

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36544?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: I8415571a5bdc99e8cc007bb4b57bcb73b7afd4fb
Gerrit-Change-Number: 36544
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pes...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to