mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-27 15:58:34 +03:00
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
This commit is contained in:
@@ -841,7 +841,7 @@ class EF_InvScan(TransparentEF):
|
|||||||
|
|
||||||
# TS 51.011 Section 10.3.46
|
# TS 51.011 Section 10.3.46
|
||||||
class EF_CFIS(LinFixedEF):
|
class EF_CFIS(LinFixedEF):
|
||||||
_test_decode = [
|
_test_de_encode = [
|
||||||
( '0100ffffffffffffffffffffffffffff',
|
( '0100ffffffffffffffffffffffffffff',
|
||||||
{"msp_number": 1, "cfu_indicator_status": { "voice": False, "fax": False, "data": False, "rfu": 0 },
|
{"msp_number": 1, "cfu_indicator_status": { "voice": False, "fax": False, "data": False, "rfu": 0 },
|
||||||
"len_of_bcd": 255, "ton_npi": {"ext": True,
|
"len_of_bcd": 255, "ton_npi": {"ext": True,
|
||||||
|
|||||||
Reference in New Issue
Block a user