pysim/pySim
Harald Welte e8439d9639 pylint: sms.py
pySim/sms.py:23:0: W0404: Reimport 'Flag' (imported line 23) (reimported)
pySim/sms.py:54:4: C0103: Method name "fromBytes" doesn't conform to snake_case naming style (invalid-name)
pySim/sms.py:60:4: C0103: Method name "toBytes" doesn't conform to snake_case naming style (invalid-name)
pySim/sms.py:120:4: C0103: Method name "fromBytes" doesn't conform to snake_case naming style (invalid-name)
pySim/sms.py:132:4: C0103: Method name "fromSmpp" doesn't conform to snake_case naming style (invalid-name)
pySim/sms.py:137:4: C0103: Method name "toSmpp" doesn't conform to snake_case naming style (invalid-name)
pySim/sms.py:141:4: C0103: Method name "toBytes" doesn't conform to snake_case naming style (invalid-name)
pySim/sms.py:188:4: C0103: Method name "fromBytes" doesn't conform to snake_case naming style (invalid-name)
pySim/sms.py:192:8: W0612: Unused variable 'flags' (unused-variable)
pySim/sms.py:209:4: C0103: Method name "toBytes" doesn't conform to snake_case naming style (invalid-name)
pySim/sms.py:228:4: C0103: Method name "fromSmpp" doesn't conform to snake_case naming style (invalid-name)
pySim/sms.py:236:4: C0103: Method name "fromSmppSubmit" doesn't conform to snake_case naming style (invalid-name)
pySim/sms.py:279:4: C0103: Method name "fromBytes" doesn't conform to snake_case naming style (invalid-name)
pySim/sms.py:306:12: W0107: Unnecessary pass statement (unnecessary-pass)
pySim/sms.py:311:12: W0107: Unnecessary pass statement (unnecessary-pass)
pySim/sms.py:319:4: C0103: Method name "toBytes" doesn't conform to snake_case naming style (invalid-name)
pySim/sms.py:339:4: C0103: Method name "fromSmpp" doesn't conform to snake_case naming style (invalid-name)
pySim/sms.py:347:4: C0103: Method name "fromSmppSubmit" doesn't conform to snake_case naming style (invalid-name)
pySim/sms.py:373:4: C0103: Method name "toSmpp" doesn't conform to snake_case naming style (invalid-nam

Change-Id: I8082a01443ef568eebda696239572f0af7b56f1b
2024-02-05 09:50:47 +01:00
..
apdu Be more conservative in our imports 2024-02-04 21:27:00 +01:00
apdu_source Allow logger to do lazy evaluation of format strings 2024-01-08 12:10:11 +00:00
esim pySim.esim: Add class for parsing/encoding eSIM activation codes 2024-01-30 21:33:41 +01:00
global_platform global_platform: Add DEK (key) encryption support 2024-02-05 01:45:02 +01:00
legacy commands.py: Wrap the transport send_apdu* methods 2024-02-01 12:06:07 +01:00
transport commands.py: Wrap the transport send_apdu* methods 2024-02-01 12:06:07 +01:00
__init__.py cosmetic: Switch to consistent four-spaces indent; run autopep8 2022-02-11 13:32:58 +01:00
app.py Fix enumeration of GlobbalPlatformISDR during card_init() 2023-12-27 22:17:38 +01:00
ara_m.py [cosmetic] ara_m: Give a spec reference for the PERM-AR-DO 2024-01-27 20:50:12 +00:00
card_handler.py pylint: card_key_provider.py, card_handler.py, iso7816_4.py, jsonpath.py 2024-02-05 09:44:18 +01:00
card_key_provider.py pylint: card_key_provider.py, card_handler.py, iso7816_4.py, jsonpath.py 2024-02-05 09:44:18 +01:00
cards.py pylint: cards.py 2024-02-05 09:44:53 +01:00
cat.py add PlmnAdapter for decoding PLMN bcd-strings like 262f01 to 262-01 2023-12-28 08:08:54 +01:00
cdma_ruim.py test_files: Test decoder also with ff-padded input 2023-12-29 18:51:25 +01:00
commands.py Introduce GlobalPlatform SCP02 implementation 2024-02-04 17:42:30 +01:00
construct.py construct: Add StripTrailerAdapter 2024-02-05 01:39:39 +01:00
euicc.py commands.py: Wrap the transport send_apdu* methods 2024-02-01 12:06:07 +01:00
exceptions.py pylint: exceptions.py 2024-02-05 09:44:53 +01:00
filesystem.py Contstrain argparse integers to permitted range 2024-02-04 17:56:59 +01:00
gsm_r.py add PlmnAdapter for decoding PLMN bcd-strings like 262f01 to 262-01 2023-12-28 08:08:54 +01:00
gsmtap.py pylint: gsmtap.py 2024-02-05 09:44:53 +01:00
iso7816_4.py pylint: card_key_provider.py, card_handler.py, iso7816_4.py, jsonpath.py 2024-02-05 09:44:18 +01:00
jsonpath.py pylint: card_key_provider.py, card_handler.py, iso7816_4.py, jsonpath.py 2024-02-05 09:44:18 +01:00
ota.py pylint: sms.py 2024-02-05 09:50:47 +01:00
profile.py Introduce concept of CardProfileAddon 2023-07-12 22:05:14 +02:00
runtime.py runtime: Reset selected_file_fcp[_hex] if SELECT returns no data 2024-01-27 21:47:13 +01:00
secure_channel.py Introduce GlobalPlatform SCP02 implementation 2024-02-04 17:42:30 +01:00
sms.py pylint: sms.py 2024-02-05 09:50:47 +01:00
sysmocom_sja2.py sysmocom_sja2: Implement EF_CHV files using construct 2023-12-29 18:51:25 +01:00
tlv.py Be more conservative in our imports 2024-02-04 21:27:00 +01:00
ts_31_102.py Constrain user input to hex-string in argparse 2024-01-12 10:02:54 +01:00
ts_31_102_telecom.py Reimplement ust_service_activate and ust_service_deactivate for USIM/EF.UST 2023-07-28 15:34:40 +00:00
ts_31_103.py Be more conservative in our imports 2024-02-04 21:27:00 +01:00
ts_31_104.py filesystem: add flag to tell whether an ADF supports an FS or not 2023-12-05 17:37:36 +00:00
ts_51_011.py Constrain user input to hex-string in argparse 2024-01-12 10:02:54 +01:00
ts_102_221.py ts_102_221: Better explain 'selected file invalidated' 2024-01-16 19:04:10 +01:00
ts_102_222.py Contstrain argparse integers to permitted range 2024-02-04 17:56:59 +01:00
ts_102_310.py ts_102_310: Add file definitions resembling ETSI TS 102 310 (EAP) 2024-01-04 21:50:38 +01:00
utils.py Contstrain argparse integers to permitted range 2024-02-04 17:56:59 +01:00