* pySim.ts_31_102: Fix name of EF.VBSCA
* ts_31_102: Make use of ts_31_103_shared and add Rel 18 files
* [cosmetic] ts_31_102: Note in comment which release introdcued recent files
* move parts of pySim.ts_31_103 to pySim.ts_31_103_shared
* pySim.ts_31_103: update to spec v18.1.0 Release 18
* osmo-smdpp + es9p_client: HTTP status 204 is used for handleNotification
* pySim.globalplatform: Add 'http' submodule for GP Amd B RAM over HTTPS
* pySim.esim.es8p: Add support for encoding icon in ProfileMetadata
* osmo-smdpp: Request enable/disable/delete notifications in metadata
* osmo-smdpp: Implement 'other' notification signature validation
* contrib/es9p_client: Add support for reporting notifications to SM-DP+
* saip-tool: Also dump RFM information in "info" command
* saip-tool: Dump information about security domains from "info" command
* pySim.esim.saip: Add methods to rebuild "mandatory" lists in ProfileHeader
* pySim.esim.saip: ProfileElement{Header,End} classes
* pySim.esim.saip: Move initialization of PE header to base class
* pySim.saip: Add ProfileElementRFM class
* pySim.esim.saip: Add ProfileElementOpt{USIM,ISIM} classes
* pySim.saip.oid: Properly differentiate optional from non-optional templates
* tests: Add ProfileElementSD and ProfileElementSSD to test_constructor_encode
* pySim.esim.saip: Add ProfileElementAKA constructor + methods
* pySim.esim: Allow calling compile_asn1_subdir() with non-DER coddec
* pySim.esim.saip: Meaningful defaults in PE Constructor + test
* [pylint] Fix referencing undefined variable 'shutil'
* [pylint] Declare abstract LinkBase._send_apdu_raw() method as such
* [pylint] Fix float vs integer division in cards.py
* [pylint] Fix reference to undefined variable 'in_hex'
* [pylint] Mark abstract MagicSimBase class as such
* [pylint] Fix calling non-existing iteritems() of dict
* [pylint] Declare some fields in _MagicSimBase class
* [pylint] Mark abstract CardKeyProvider.get() method as such
* [pylint] fix non-existing 'res' in EF_CNL._encode_record_hex()