Test Suite #3 – sim type and supported PLMNs
Team Celona avatar
Written by Team Celona
Updated over a week ago

Purpose

This test is intended to identify the sim type that the device supports (physical/esim) and the PLMN ID (315010/999503) supported for the device.

Test infrastructure

• Celona network w/ (1) AP

• Device under test

• Celona sim card (physical and esim both)

Test characteristics

This test does not involve parameters or variables other than those described in the General Test Details and Characteristics section.

Procedure

Sim type supported verification

1. Install Celona physical SIM, record type.

2. Enable airplane mode.

3. Disable airplane mode.

4. Verify cellular network name.

5. Test Internet connectivity with ping -c 10 8.8.8.8 (or available equivalent).

6. For esim, login to CSO UI and go to device page.

7. Download the esim QR code.

8. Go to the network settings of device and try download a esim

9. Scan QR code

10. Verify cellular network name.

11. Test Internet connectivity with ping -c 10 8.8.8.8 (or available equivalent).

Device supported PLMN verification

12. SSH to the Edge node

13. Configure a PLMN ID 315010/999503 on Edge using API/Curl command.

14. Reboot Edge node

15. Verify cellular network name.

16. Test Internet connectivity with ping -c 10 8.8.8.8 (or available equivalent).

Sample curl command to change PLMN :

curl --location --request PUT 'http://localhost:9090/v1/api/cfgm/pses/2-0-1-2021437360/plmn-id?customer_id=2' \
--header 'x-api-key:
$2y$10$xCCWHslkfThCrVV7j90mc.ttTzBUIRDSBBKlg5EF2TUd7MYHXwnp6' \
--header 'Content-Type: application/json' \
--data '{
"name": "oct28asd22-0", // edge cluster name
"plmn_id": "315010",
"plmn_name": "Celona"
}'
Did this answer your question?