summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2014-10-04 20:59:36 +0200
committerPaul Kocialkowski <contact@paulk.fr>2014-10-04 23:22:00 +0200
commitd3b36a6ae184d4e41ba815e6a49fa223e466ecb9 (patch)
tree83b91e787100e0f24944d652282d2d24bf205875 /include
parent5086d5ba6ffcce09d83dafb30b501db7da32b62e (diff)
downloadhardware_ril_samsung-ril-d3b36a6ae184d4e41ba815e6a49fa223e466ecb9.zip
hardware_ril_samsung-ril-d3b36a6ae184d4e41ba815e6a49fa223e466ecb9.tar.gz
hardware_ril_samsung-ril-d3b36a6ae184d4e41ba815e6a49fa223e466ecb9.tar.bz2
samsung-ril-socket: SRS test messages implementation
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'include')
-rw-r--r--include/samsung-ril-socket.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/samsung-ril-socket.h b/include/samsung-ril-socket.h
index 9e919d1..8282727 100644
--- a/include/samsung-ril-socket.h
+++ b/include/samsung-ril-socket.h
@@ -28,6 +28,7 @@
#define SRS_GROUP_CONTROL 0x01
#define SRS_GROUP_SND 0x02
+#define SRS_GROUP_TEST 0x03
/*
* Commands
@@ -39,6 +40,8 @@
#define SRS_SND_SET_CALL_AUDIO_PATH 0x0202
#define SRS_SND_SET_CALL_CLOCK_SYNC 0x0203
+#define SRS_TEST_SET_RADIO_STATE 0x0301
+
/*
* Values
*/
@@ -110,4 +113,8 @@ struct srs_snd_call_clock_sync_data {
unsigned char sync;
} __attribute__((__packed__));
+struct srs_test_set_radio_state_data {
+ int state;
+} __attribute__((__packed__));
+
#endif