aboutsummaryrefslogtreecommitdiffstats
path: root/pcu
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2020-05-07 16:52:13 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2020-05-07 17:02:59 +0700
commitb043b78419d436edfc59deae317baf7b5f65c5af (patch)
tree729e343ade01c652128e2cde3988794836838b3e /pcu
parent5cbebf8758fb793781a575a34ec1048bc68551eb (diff)
PCU: fix f_pkt_paging_match_tmsi(): drop copy-pasted line
Change [1] broke the following test cases: - TC_paging_cs_from_sgsn_sign_ptmsi, - TC_paging_cs_from_sgsn_ptp. Let's fix this! Change-Id: I9ec798e44138570bed726ffcd842448e199c1b54 Fixes: [1] I6a859687d9605cc08c51ff44d946c279b79bedfa Signed-off-by: Vadim Yanitskiy <axilirator@gmail.com>
Diffstat (limited to 'pcu')
-rw-r--r--pcu/PCU_Tests.ttcn1
1 files changed, 0 insertions, 1 deletions
diff --git a/pcu/PCU_Tests.ttcn b/pcu/PCU_Tests.ttcn
index 0c61595e..32df39e1 100644
--- a/pcu/PCU_Tests.ttcn
+++ b/pcu/PCU_Tests.ttcn
@@ -1604,7 +1604,6 @@ runs on RAW_PCU_Test_CT {
private function f_pkt_paging_match_tmsi(in PacketPagingReq req, template GsmTmsi tmsi)
runs on RAW_PCU_Test_CT {
- var MobileIdentityLV_Paging mi_lv := req.repeated_pageinfo.cs.mobile_identity;
if (not match(req.repeated_pageinfo.cs.tmsi, tmsi)) {
setverdict(fail, "Mobile Identity (TMSI/P-TMSI) mismatch: ",
"expected: ", tmsi, "got: ", req.repeated_pageinfo.cs.tmsi);