euicc: Add get_profiles_info command

Example output:

pySIM-shell (02:MF/ADF.ISD-R)> get_profiles_info
{
    "profile_info_seq": {
        "profile_info": {
            "iccid": "98940462222222222222",
            "isdp_aid": "a0000005591010ffffffff8900001200",
            "profile_state": "enabled",
            "service_provider_name": "foobar",
            "profile_name": "foobar",
            "profile_class": "provisioning"
        }
    }
}

Change-Id: I52d136f99dc0eb29905e7ca0cd0865486d3cf65b
This commit is contained in:
Harald Welte
2023-10-24 11:03:50 +02:00
committed by laforge
parent 268a2025db
commit 884eb551af
2 changed files with 45 additions and 6 deletions

View File

@@ -883,6 +883,11 @@ remove_notification_from_list
:module: pySim.euicc
:func: ADF_ISDR.AddlShellCommands.rem_notif_parser
get_profiles_info
~~~~~~~~~~~~~~~~~
Obtain information about the profiles present on the eUICC using the ES10c GetProfilesInfo() function.
enable_profile
~~~~~~~~~~~~~~