Gerrit Code Review
fe8f7b3c43
Update notes for submitted changes
...
* euicc: Migrate ECASD + ISD-R over to global_platform.CardApplicationSD
* Constrain user input to hex-string in argparse
2024-01-14 16:33:27 +00:00
Gerrit Code Review
dec4b5b9b5
Update notes for submitted changes
...
* euicc: Fix decoding of SubjectKeyIdentifier.
2024-01-10 16:05:10 +00:00
Gerrit Code Review
496b928fa7
Update notes for submitted changes
...
* pySim.saip.*: Support for parsing / operating on eSIM profiles
* Initial proof-of-concept SM-DP+ for GSMA consumer eSIM RSP
2024-01-09 21:37:12 +00:00
Gerrit Code Review
d3ed54f813
Update notes for submitted changes
...
* pySim-shell: Update manual with examples for using with eUICC ISD-R
2024-01-09 09:02:43 +00:00
Gerrit Code Review
9d516dd765
Update notes for submitted changes
...
* euicc: Fix eUICC list_notifications command
2024-01-08 12:10:22 +00:00
Gerrit Code Review
a087261d6d
Update notes for submitted changes
...
* euicc: Fix delete_profile command
2024-01-08 12:10:17 +00:00
Gerrit Code Review
68df75d5c0
Update notes for submitted changes
...
* Allow logger to do lazy evaluation of format strings
2024-01-08 12:10:11 +00:00
Gerrit Code Review
86f992562a
Update notes for submitted changes
...
* add contrib/unber.py utility
2024-01-08 12:10:04 +00:00
Gerrit Code Review
e3b050447b
Update notes for submitted changes
...
* Add pySim.esim.bsp module implementing BSP (BPP Protection Protocol)
2024-01-07 19:42:20 +00:00
Gerrit Code Review
a8da350d21
Update notes for submitted changes
...
* ts_31_103: Add TLV + construct for EF_NAFKCA
* ts_31_103: Add construct for EF.GBABP and EF.GBANL
* construct: avoid StreamError exceptions due to files containing all-ff
* ts_31_102: Start to use construct for EF.SUCI_Calc_Info
2024-01-04 20:43:47 +00:00
Gerrit Code Review
aaab184c5f
Update notes for submitted changes
...
* fileystem/tlv: remove unused imports
2024-01-03 10:00:50 +00:00
Gerrit Code Review
6abc4059a2
Update notes for submitted changes
...
* sysmocom_sja2: Implement EF_CHV files using construct
* test_files: Test decoder also with ff-padded input
* tests_files.py: Reduce code duplication
* Fix TLV_IE_Collection.from_tlv in certain situations
* ts_31_102: Implement decoders/encoders for EFs below DF.HNB
* support UCS-2 characters in EF.MMSUP, EF.ADN, EF.SPN, EF.PNN, EF.ECC
* Implement convoluted encoding of UCS-2 as per TS 102 221 Annex A
2023-12-29 19:02:44 +00:00
Gerrit Code Review
0e443645d9
Update notes for submitted changes
...
* add PlmnAdapter for decoding PLMN bcd-strings like 262f01 to 262-01
2023-12-29 17:52:18 +00:00
Gerrit Code Review
216f1771c5
Update notes for submitted changes
...
* Fix enumeration of GlobbalPlatformISDR during card_init()
2023-12-28 07:05:26 +00:00
Gerrit Code Review
3f34255d76
Update notes for submitted changes
...
* global_platform: Add support for key types of v2.3.1 (including AES)
* global_platform: Add TLV test data for Key Information Data
* global_platform: Correctly decode Key Information Data
* Add TLV decoder test data
2023-12-27 15:40:54 +00:00
Gerrit Code Review
d621eb5fa3
Update notes for submitted changes
...
* data-driven TLV unit data test support
* tlv: Fix from_dict() symmetry
2023-12-27 15:27:15 +00:00
Gerrit Code Review
7d8ca62ff1
Update notes for submitted changes
...
* filesystem: use pySim.utils.build_construct()
2023-12-27 15:11:02 +00:00
Gerrit Code Review
fc82e6b08d
Update notes for submitted changes
...
* pySim-trace_test.sh: Force termcolor to suppress color generation
2023-12-23 10:08:57 +00:00
Gerrit Code Review
1d7114b262
Update notes for submitted changes
...
* construct/tlv: Pass optional 'context' into construct decoder/encoder
2023-12-23 09:15:47 +00:00
Gerrit Code Review
bbffc731a9
Update notes for submitted changes
...
* docs/shell: extend the introduction part; link to video presentation
2023-12-23 09:14:59 +00:00
Gerrit Code Review
ca08ea9109
Update notes for submitted changes
...
* additional encode/decode test data for various files
* 31.102 + 51.011: Fix encode/decode of EF.CFIS
* fix encode/decode of xPLMNwAcT
2023-12-23 09:14:32 +00:00
Gerrit Code Review
c29f3006cf
Update notes for submitted changes
...
* test/test_files: set maxDiff attribute
* tests: use case-insensitive compare of hex strings
2023-12-22 10:55:49 +00:00
Gerrit Code Review
b81b175c08
Update notes for submitted changes
...
* transport: Extend the documentation for each transport driver
2023-12-21 12:12:45 +00:00
Gerrit Code Review
a1a7e8b831
Update notes for submitted changes
...
* transport: Move printing of reader number/name to generic code
2023-12-21 11:41:23 +00:00
Gerrit Code Review
b19a61a980
Update notes for submitted changes
...
* transport/pcsc: Allow opening PC/SC readers by a regex of their name
2023-12-21 11:37:58 +00:00
Gerrit Code Review
8eee510c0a
Update notes for submitted changes
...
* transport: Pass argparse.Namespace directly into transport classes
2023-12-21 11:31:57 +00:00
Gerrit Code Review
6d760f2b1e
Update notes for submitted changes
...
* move {enc,dec}_addr_tlv functions from pySim.util to pySim.legacy.util
* isim: Replace legacy imperative address TLV encoder/decoder with construct
* bertlv_parse_len: Fix input data is smaller than num length octets
* usim: Properly decode/encode IPv4 + IPv6 addresses
* usim: ePDGId + ePDGSelection: Fix encoder/decoder + add test cases
* usim: Add EF.ePDGSelection + EF.ePDGSelectionEm support
* USIM: add support for EG.ePDGIdEm (Emergency ePDG)
2023-12-17 10:46:31 +00:00
Gerrit Code Review
503a090fa1
Update notes for submitted changes
...
* filesystem: fix typo
* runtime: refactor file selection methods select and select_file
* filesystem: use sort path when selecting an application
2023-12-16 19:45:59 +00:00
Gerrit Code Review
a2a31795fc
Update notes for submitted changes
...
* runtime: explain how file probing works
2023-12-13 09:02:30 +00:00
Gerrit Code Review
2c0b9795cf
Update notes for submitted changes
...
* euicc: Fix TLV IE definitions for SetNickname{Req,Resp}
* euicc: Fix encoding of Lc value in STORE DATA
* euicc: the ICCID TLV object uses bcd-swapped-nibble encoding
2023-12-07 22:33:59 +00:00
Gerrit Code Review
ce801bfa85
Update notes for submitted changes
...
* pySim-shell: don't get trapped in applications without file system
2023-12-07 13:21:07 +00:00
Gerrit Code Review
cbdec5d06d
Update notes for submitted changes
...
* euicc: Fix encoding of {enable,disable,delete}_profile
* tlv: Fix encoding of zero-valued TLVs
2023-12-07 13:19:52 +00:00
Gerrit Code Review
c662305ed9
Update notes for submitted changes
...
* runtime: cosmetic: prnounce file reference data
* runtime: explain why we may access the card object directly
* runtime: do not use the _scc object of the card object to select MF
2023-12-07 13:19:08 +00:00
Gerrit Code Review
62b9a5fa68
Update notes for submitted changes
...
* flatten_dict_lists(): Don't flatten lists with duplicate keys
2023-12-06 14:09:11 +00:00
Gerrit Code Review
ab8cdff129
Update notes for submitted changes
...
* ara_m: Fix encoding of DeviceInterfaceVersionDO
2023-12-06 01:07:35 +00:00
Gerrit Code Review
999c380d76
Update notes for submitted changes
...
* filesystem: add flag to tell whether an ADF supports an FS or not
2023-12-05 17:37:37 +00:00
Gerrit Code Review
d37156caed
Update notes for submitted changes
...
* perform multiple GET RESPONSE cycles if more data is available
2023-12-05 17:07:58 +00:00
Gerrit Code Review
13354d49f4
Update notes for submitted changes
...
* pySim-shell: Do not use self.lchan.scc when sending raw APDUs.
2023-11-29 15:30:10 +00:00
Gerrit Code Review
3093da4835
Update notes for submitted changes
...
* pySim-shell: refuse to execute a startup script on initialization errors
* app: do not catch exceptions in init_card
2023-11-28 15:42:06 +00:00
Gerrit Code Review
b5275d55d5
Update notes for submitted changes
...
* ts_31_102: correct name of EF_ePDGId
2023-11-15 21:28:55 +00:00
Gerrit Code Review
7b8c574fdc
Update notes for submitted changes
...
* runtime: fix tracking of selected_adf
2023-11-09 14:43:08 +00:00
Gerrit Code Review
50d257d60d
Update notes for submitted changes
...
* pySim-shell: Move init_card() function to new pySim.app module
2023-11-09 12:36:47 +00:00
Gerrit Code Review
281a945c6e
Update notes for submitted changes
...
* transport: Log it explicitly if user doesn't specify a reader
* Use construct 'Flag' instead of 'Bit' for type descriptions
2023-11-04 15:55:59 +00:00
Gerrit Code Review
f104b72555
Update notes for submitted changes
...
* sysmocom_sja2: Add some de/encode test vectors
* pySim-shell: Reject any non-decimal PIN values
* pySim-shell: permit string with spaces for 'echo' command
* pySim-shell: Validate that argument to 'apdu' command is proper hexstr
* pySim-shell: Improved argument validation for verify_adm argument
2023-11-03 07:29:33 +00:00
Gerrit Code Review
76102b1a7d
Update notes for submitted changes
...
* pySim-shell: Use argparser for verify_adm to support --help
* pySim-shell: Add copyright statement and link to online manual to banner
* docs: shell: Various documentation updates/extensions
* docs: shell: update output in examples
* docs: Fix docstring syntax to avoid warnings
* docs: shell: Re-order the command sections/classes
2023-11-02 23:43:05 +00:00
Gerrit Code Review
fafd48fe82
Update notes for submitted changes
...
* docs: shell: link to cmd2 documentation
* docs: shell: By now we have encoders/decoders for most files
* docs: shell: Clarify various different card support
2023-11-02 21:45:02 +00:00
Gerrit Code Review
c5578e136c
Update notes for submitted changes
...
* filesystem: fix method build_select_path_to
2023-11-01 14:31:01 +00:00
Gerrit Code Review
5f6cd4f9c3
Update notes for submitted changes
...
* runtime: cosmetic: fix formatting of comment
2023-11-01 14:30:42 +00:00
Gerrit Code Review
f5c9056c60
Update notes for submitted changes
...
* transport: print reader device/number on init
2023-10-26 15:17:07 +00:00
Gerrit Code Review
493c1e4ed3
Update notes for submitted changes
...
* euicc: add some first IoT eUICC commands (GSMA SGP.32)
* euicc: Add get_profiles_info command
* Initial support for eUICC
2023-10-26 15:16:31 +00:00