From 10ea4a07141b1f970373367d38d1f8b726e6e015 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Wed, 18 Sep 2024 17:39:31 +0200 Subject: [PATCH] ts_51_011: use _test_de_encode instead of _test_decode in EF.CFIS unittest The unittest for EF.CFIS only runs with _test_decode, but it also runs with _test_de_encode without any problems Related: OS#5714 Change-Id: Ib876fd799f871fe64ced2a7b64847ffd09e16ed9 --- pySim/ts_51_011.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pySim/ts_51_011.py b/pySim/ts_51_011.py index be8926c7..d28e8eef 100644 --- a/pySim/ts_51_011.py +++ b/pySim/ts_51_011.py @@ -841,7 +841,7 @@ class EF_InvScan(TransparentEF): # TS 51.011 Section 10.3.46 class EF_CFIS(LinFixedEF): - _test_decode = [ + _test_de_encode = [ ( '0100ffffffffffffffffffffffffffff', {"msp_number": 1, "cfu_indicator_status": { "voice": False, "fax": False, "data": False, "rfu": 0 }, "len_of_bcd": 255, "ton_npi": {"ext": True,