Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ril] Defined more RIL command codes. JB#46836
  • Loading branch information
monich committed Aug 15, 2019
1 parent f07424f commit c2971da
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 182 deletions.
12 changes: 12 additions & 0 deletions ofono/drivers/ril/ril_util.c
Expand Up @@ -239,6 +239,18 @@ const char *ril_request_to_string(guint request)
RIL_REQUEST_(SHUTDOWN);
RIL_REQUEST_(GET_RADIO_CAPABILITY);
RIL_REQUEST_(SET_RADIO_CAPABILITY);
RIL_REQUEST_(START_LCE);
RIL_REQUEST_(STOP_LCE);
RIL_REQUEST_(GET_ACTIVITY_INFO);
RIL_REQUEST_(GET_CARRIER_RESTRICTIONS);
RIL_REQUEST_(SEND_DEVICE_STATE);
RIL_REQUEST_(SET_UNSOLICITED_RESPONSE_FILTER);
RIL_REQUEST_(SET_SIM_CARD_POWER);
RIL_REQUEST_(SET_CARRIER_INFO_IMSI_ENCRYPTION);
RIL_REQUEST_(START_NETWORK_SCAN);
RIL_REQUEST_(STOP_NETWORK_SCAN);
RIL_REQUEST_(START_KEEPALIVE);
RIL_REQUEST_(STOP_KEEPALIVE);
case RIL_RESPONSE_ACKNOWLEDGEMENT:
return "RESPONSE_ACK";
default:
Expand Down

0 comments on commit c2971da

Please sign in to comment.