Hi,
There is a use case to activiate eSIM by replacing existing sim/eSIM, or moving eSIM from 1 device to another device. I would like to understand the resource relationship in TMF702 Resource Activation.
Consumer sends (1) original SIM/eSIM's ICCID, (2) original SIM/eSIM's device eid (3) target device eid, (4) target device IMEI,
Is this the correct relationship type for the resources?
{
"description": "activiateICCID",
"resourceRelationship": [
{
"relationshipType": "targets",
"resource": {
"id": "<Target_EID>",
"@type": "EID",
},
{
"relationshipType": "targets",
"resource": {
"id": "<Target_IMEI>",
"@type": "IMEI",
},
{
"relationshipType": "reliesOn",
"resource": {
"id": "<Source_EID>",
"@type": "EID",
},
{
"relationshipType": "reliesOn",
"resource": {
"id": "<Source_ICCID>",
"@type": "ICCID",
},
],
"@type": "ICCID",
"@baseType": "Resource"
}
------------------------------
Keven Chan
Rogers Communications Inc.
------------------------------