nrf9160

Set command

The set command provides information about the current state of the REFRESH command and Bearer Independent Protocol (BIP) channel.

Syntax:

%USATINFO

Response syntax:

%USATINFO: <refresh_state>,<bip_state>

The set command parameters and their defined values are the following:

<refresh_state>
Integer.
0 – REFRESH command handling is not ongoing.
1 – REFRESH command handling is ongoing.
<bip_state>
Integer.
0 – BIP channel is closed. No ongoing activity.
1 – BIP channel is connecting to server.
2 – BIP channel is connected. Universal Integrated Circuit Card (UICC) can perform data transfer.

The following command example gets USAT information when BIP or REFRESH activity is not ongoing:

AT%USATINFO
%USATINFO: 0,0
OK

The following command example gets USAT information when REFRESH is ongoing:

AT%USATINFO
%USATINFO: 1,0
OK

The following command example receives USAT information when BIP channel is connected to, for example, a SIM OTA server:

AT%USATINFO
%USATINFO: 0,2
OK