Activating a physical SIM requires inserting the SIM card into a device and configuring it within the Celona Orchestrator. This process registers the SIM on your private network, enabling the device to connect securely and start data sessions. Once configured, the device’s state will update within the Orchestrator, reflecting whether it is active, inactive, or offline. For detailed steps on setting up physical SIMs, see the configuration instructions below.
Physical SIM Activation - via Orchestrator UI
To activate Physical SIMs:
Access SIMs & Devices
Click SIMs & Devices from the side navigation menu.
Select the Summary tab at the top of the page to view the full device inventory.
Click the Activate button on the Physical SIMs card.
In the Activation table that shows up, you can configure the following fields:
Name: Enter a custom name in the text box for easy identification.
Static IP Address: Enter a static IP if needed.
* Device Profile (Mandatory Field): This field assigns each device to a specific profile, previously known as a "Device Group." The preset value will be "default" unless specified otherwise.(Refer to the updated Device Profiles documentation.)
* Authorized Sites (Mandatory Field): Select the sites where devices should be authorized from the dropdown list. There are three possible selections for a user to make -
All sites in org: When the user selects this option, activation applies to all current sites (and by extension, all Edge Clusters) any future sites or edge clusters that the customer may add to the organization.
Note: Please do not select this option if the user does not want the device activated in future sites/edge clusters.Specific Sites: This option allows the user to select targeted sites for activation.
Note: If the user wants the device activated in all future sites, select the Select all option in Specific Sites.None: If the user selects None, the activation workflow cannot be completed.
Note: Please note that if “None“ is selected for an activated device, the device will be deactivated.
SIM Lock: Select Enabled or Disabled from the drop-down list to protect the device from unauthorized network access for stolen or lost devices.
There are two ways to enable this feature:SIM Lock to specific IMEI: Select Enabled and provide the IMEI of the device the user wants to pair
SIM Lock upon first attach: Alternatively, simply enable the feature and leave the “Expected IMEI” input field empty, and the Edge will automatically learn the device IMEI upon first attach
NOTE: The SIM Lock upon first attach option is only available if the participating edge cluster is version 2308.edge.0.3 or higher.
Users can activate multiple devices simultaneously by selecting the checkbox for the intended devices, configuring the intended column headers and then clicking on the ACTIVATE button (shown in the screenshot above).
You can also activate SIMs by clicking the Edit(pencil) icon on the table of provisioned SIMs and configuring the fields mentioned above.
Deactivate a Device - via Orchestrator UI
There are three ways to deactivate the device:
Select devices using the checkboxes in the first column, and click the “Deactivate” button above the table.
Click the kebab-menu at the end of the row, and choose “Deactivate” from the menu.
Click the Edit (pencil) icon in the table header, update “Authorized Sites” to “None” for the devices to be deactivated, and click “Update.”
Reactivate a Device - via Orchestrator UI
There are three ways to reactivate a device:
Select devices using the checkboxes in the first column, and click the “Reactivate” button above the table, update “Authorized Sites“ from the table and click “Activate“ on the bottom right of the page.
ORClick the kebab-menu at the end of the row, choose “Reactivate” from the menu, update “Authorized Sites“ from the table and click “Activate“ on the bottom right of the page.
ORClick the Edit (pencil) icon in the table header, update “Authorized Sites” for the devices to be reactivated, and click “Update” on the bottom right of the page.
Activating or updating physical SIMs - via APIs
API Endpoint: /v1/api/cfgm/update-devices
The following device properties can be updated using above API:
Device Name
Device Activation or Reactivation
Device Profile assignment
SIM Lock
Device Static IP address
Device Deactivation
CSV API Endpoint: /v1/api/cfgm/update-devices-csv
This API accepts a CSV file containing device information and below specified attributes/cells.
CSV File Format
The first row must specify the names of the attributes to be updated
The attribute names are case-sensitive
The attribute names can be in any order
A cell should be left blank if that field should not be updated
A cell value having double quotes ("") is treated as empty value and that field will not be updated
Attributes/Cells:
iccid
: This attribute is mandatory if there are any updates intended for this device.name
: Name of the device, optional attributedevice_group_name
: Name of the device profile (formerly, device group) the device belongs to. Specify 'default' (all lowercase, no quotes) for the default device profile.authorized_edge_clusters_type
: one of the following values:ALL
LIST
authorized_edge_clusters
: a pipe-separated (|
) list of edge-cluster IDs. For example:ec-id1|ec-id2
. Must be specified only ifauthorized_edge_clusters_type
isLIST
.sim_lock_enabled
: SIM lock configuration for the device.true
to enable, any other values will be considered as false and disable SIM lock.sim_lock_policy
: If sim lock is enabled, one of the following two policies must be specified:ONATTACH
IMEIMAPPING
sim_lock_expected_imei
: 15-digit IMEI number must be specified ifsim_lock_policy
isIMEIMAPPING
.static_ipaddress
: Static IP address for the device.