From 1b31ba46584b0e992ca3045ab8010db03c9ef007 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 5 Feb 2021 12:41:58 +0100 Subject: pcu: Fix inadequate restriction on the referenced template parameter warning: Inadequate restriction on the referenced template parameter `imsi' Change-Id: Iecd19d8d397e427068e495577889e1247faa11e7 --- pcu/GPRS_Components.ttcn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcu/GPRS_Components.ttcn b/pcu/GPRS_Components.ttcn index 3658fc86..830f8d3c 100644 --- a/pcu/GPRS_Components.ttcn +++ b/pcu/GPRS_Components.ttcn @@ -1153,7 +1153,7 @@ runs on MS_BTS_IFACE_CT return boolean { } /* Return true if a given Packet Paging Request contains the given IMSI, false otherwise */ -function f_pkt_paging_match_imsi(in PacketPagingReq req, template hexstring imsi, +function f_pkt_paging_match_imsi(in PacketPagingReq req, template (present) hexstring imsi, boolean cs_domain := true, boolean ps_domain := true) runs on MS_BTS_IFACE_CT return boolean { if (not ispresent(req.repeated_pageinfo)) { -- cgit v1.2.3