Is Attached
Function: IS_ATTACHED¶
The IS_ATTACHED function is used to check if the test device is attached to the specified Radio Access Network (RAN). This function is essential for verifying network attachment and connectivity.
Use this after SET_RAN when the test should confirm that the device reached the expected network state.
Parameters¶
| Parameter Name | Description | Example Values | Required | Default Value |
|---|---|---|---|---|
| RAN_TYPE | The Radio Access Network type to verify. | 2G only, 3G only, 3G/2G Auto, LTE only, LTE Auto, 5G, VoLTE, VOWIFI |
Yes | |
| TIMEOUT | Maximum time to wait for the expected attachment state. | Recommended 45 - 120 seconds |
Yes | 120 seconds when the system default is used |
| EXPECT | Expected result of the attachment check. | SUCCESS, FAILURE |
Yes | SUCCESS |