pysim/pySim
Philipp Maier e7d417955d ts_51_011, utils: fix Access Technology Identifier coding
When the Access Technology Identifier encoder sets the bits for E-UTRAN
it does not respect that bit "100" is also a valid bit combination that
encodes E-UTRAN WB-S1 and E-UTRAN NB-S1. Lets encode this bit
combination if the user is just specifying "E-UTRAN" without further
spefication of WB or NB.

The decoder only looks at bit 14 and decodes "1xx" always to "E-UTRAN".
This is not specific enough. Lets make sure that the decoder is
complementary to the encoder.

Change-Id: Ibfe8883a05f9ad6988d8e212cb9a598229954296
Related: OS#4963
2021-05-03 17:08:37 +02:00
..
transport ModemATCommandLink: fix AttributeError exception in __del__() 2021-05-03 14:13:14 +00:00
__init__.py cosmetic: missing newlines on last line of 2 files 2017-03-21 13:07:57 +01:00
card_handler.py Remove Python shebang from files where it's not needed 2021-03-01 17:33:46 +01:00
card_key_provider.py [pylint] Mark abstract CardKeyProvider.get() method as such 2021-05-02 20:22:15 +00:00
cards.py [pylint] Fix float vs integer division in cards.py 2021-05-02 20:22:15 +00:00
commands.py pySim-shell: Add open_channel + close_channel commands 2021-04-11 12:20:29 +02:00
construct.py Use construct for EF_AD in pySim-{shell, prog, read}.py, cards.py 2021-04-13 11:27:37 +00:00
exceptions.py Add more documentation to the classes/methods 2021-04-02 21:08:35 +02:00
filesystem.py [pylint] Fix referencing undefined variable 'shutil' 2021-05-02 20:22:15 +00:00
jsonpath.py pySim-shell: JSONpath support for updating files/records 2021-04-07 16:45:12 +00:00
ts_31_102.py [pylint] Fix reference to undefined variable 'in_hex' 2021-05-02 20:22:15 +00:00
ts_31_103.py filesystem.py: Introduce place-holder for BER-TLV files 2021-04-24 11:43:04 +02:00
ts_51_011.py ts_51_011, utils: fix Access Technology Identifier coding 2021-05-03 17:08:37 +02:00
ts_102_221.py ts_102_221.py: fix fixup_fcp_proprietary_tlv_map() 2021-04-07 16:21:52 +00:00
utils.py ts_51_011, utils: fix Access Technology Identifier coding 2021-05-03 17:08:37 +02:00