AI 144570: Fix some non-sequential RIL commands.
  RIL_REQUEST_CDMA_SUBSCRITION ... RIL_REQUEST_DEVICE_IDENTLY changed
  from 99 .. 102 to 95 to 98 so they directly follow
  RIL_REQUEST_CDMA_BROADCAST_ACTIVATION which is 94. These values are
  used as indexes into s_commands an array of CommandInfo which
  is a non-sparse arrary so there should be no gap.
  BUG=1765265

Automated import of CL 144570
1 file changed
tree: 0165e82e9a0e660410efc93ffca00686d259830e
  1. include/
  2. libril/
  3. reference-cdma-sms/
  4. reference-ril/
  5. rild/