fix: send euicc memory reset notification #189
Contributor
```console
$ ./lpac profile list | jq
{
"type": "lpa",
"payload": {
"code": 0,
"message": "success",
"data": [
{
"iccid": "8944476500001320600",
"isdpAid": "a0000005591010ffffffff8900001100",
"profileState": "enabled",
"profileNickname": null,
"serviceProviderName": "BetterRoaming",
"profileName": "BetterRoaming",
"iconType": null,
"icon": null,
"profileClass": "operational"
},
{
"iccid": "89861234567891232113",
"isdpAid": "a0000005591010ffffffff8900001200",
"profileState": "disabled",
"profileNickname": null,
"serviceProviderName": "rspmanager_tester2",
"profileName": "20230625_yysx",
"iconType": null,
"icon": null,
"profileClass": "operational"
}
]
}
}
$ ./lpac notification list | jq
{
"type": "lpa",
"payload": {
"code": 0,
"message": "success",
"data": [
{
"seqNumber": 48,
"profileManagementOperation": "install",
"notificationAddress": "smdp.io",
"iccid": "8944476500001320600"
},
{
"seqNumber": 49,
"profileManagementOperation": "enable",
"notificationAddress": "rsp.truphone.com",
"iccid": "8944476500001320600"
},
{
"seqNumber": 50,
"profileManagementOperation": "install",
"notificationAddress": "secsmsminiapp.eastcompeace.com",
"iccid": "89861234567891232113"
},
{
"seqNumber": 51,
"profileManagementOperation": "install",
"notificationAddress": "secsmsminiapp.eastcompeace.com",
"iccid": "89861234567891232113"
}
]
}
}
$ ./lpac chip purge yes
{"type":"lpa","payload":{"code":0,"message":"success","data":null}}
$ ./lpac notification list | jq
{
"type": "lpa",
"payload": {
"code": 0,
"message": "success",
"data": [
{
"seqNumber": 48,
"profileManagementOperation": "install",
"notificationAddress": "smdp.io",
"iccid": "8944476500001320600"
},
{
"seqNumber": 49,
"profileManagementOperation": "enable",
"notificationAddress": "rsp.truphone.com",
"iccid": "8944476500001320600"
},
{
"seqNumber": 50,
"profileManagementOperation": "install",
"notificationAddress": "secsmsminiapp.eastcompeace.com",
"iccid": "89861234567891232113"
},
{
"seqNumber": 51,
"profileManagementOperation": "install",
"notificationAddress": "secsmsminiapp.eastcompeace.com",
"iccid": "89861234567891232113"
},
{
"seqNumber": 52,
"profileManagementOperation": "delete",
"notificationAddress": "rsp.truphone.com",
"iccid": "8944476500001320600"
},
{
"seqNumber": 53,
"profileManagementOperation": "delete",
"notificationAddress": "secsmsminiapp.eastcompeace.com",
"iccid": "89861234567891232113"
}
]
}
}
```
septs
added 1 commit 2025-04-02 08:57:11 +02:00
fix: send euicc memory reset notification (#189)
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "septs/OpenEUICC:send-memory-reset-notification"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?