OSDN Git Service

Add control commands for Mock Ril
[android-x86/hardware-ril.git] / mock-ril / src / js / mock_ril.js
index ed388f2..f7c4901 100644 (file)
@@ -254,6 +254,9 @@ dispatchTable[RIL_REQUEST_SWITCH_WAITING_OR_HOLDING_AND_ACTIVE] = { // 15
 dispatchTable[RIL_REQUEST_CONFERENCE] = { // 16
     'components' : [simulatedRadioWorker],
 };
+dispatchTable[RIL_REQUEST_LAST_CALL_FAIL_CAUSE] = { // 18
+    'components' : [simulatedRadioWorker],
+};
 dispatchTable[RIL_REQUEST_SIGNAL_STRENGTH]  = { // 19
     'components' : [simulatedRadioWorker],
 };