mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-16 18:38:32 +03:00
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:
@@ -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
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user