|
|
|
@ -560,6 +560,12 @@ def getNetworks(): |
|
|
|
|
return HARDWARE.get_networks() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@dispatcher.add_method |
|
|
|
|
def bootstrapSim(acknowledged: bool): |
|
|
|
|
assert acknowledged, 'you must acknowledge the operation to proceed' |
|
|
|
|
HARDWARE.get_sim_lpa().bootstrap() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@dispatcher.add_method |
|
|
|
|
def describeSim(): |
|
|
|
|
lpa = HARDWARE.get_sim_lpa() |
|
|
|
@ -571,12 +577,6 @@ def describeSim(): |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@dispatcher.add_method |
|
|
|
|
def bootstrapSim(acknowledged: bool): |
|
|
|
|
assert acknowledged, 'you must acknowledge the operation to proceed' |
|
|
|
|
HARDWARE.get_sim_lpa().bootstrap() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@dispatcher.add_method |
|
|
|
|
def downloadSimProfile(lpa_activation_code: str, profile_name: str): |
|
|
|
|
lpa = HARDWARE.get_sim_lpa() |
|
|
|
|