pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37297?usp=email )
Change subject: asterisk: ims: Fix typo in log message
......................................................................
asterisk: ims: Fix typo in log message
Change-Id: I707d117c90b92baf190be6ab506d3586fdb6f4ff
---
M asterisk/IMS_ConnectionHandler.ttcn
1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/97/37297/1
diff --git a/asterisk/IMS_ConnectionHandler.ttcn b/asterisk/IMS_ConnectionHandler.ttcn
index 674b281..8eb220d 100644
--- a/asterisk/IMS_ConnectionHandler.ttcn
+++ b/asterisk/IMS_ConnectionHandler.ttcn
@@ -490,7 +490,7 @@
if (not ispresent(g_rx_sip_req.msgHeader.p_preferred_service)) {
Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail,
- log2str(g_name & ": Received no P-Access-Info vs exp := ",
+ log2str(g_name & ": Received no P-Preferred-Service vs exp := ",
expl_tmpl));
}
if (not match(g_rx_sip_req.msgHeader.p_preferred_service, expl_tmpl)) {
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37297?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: I707d117c90b92baf190be6ab506d3586fdb6f4ff
Gerrit-Change-Number: 37297
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange