summaryrefslogtreecommitdiffstats
path: root/drivers/isimodem/gss.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/isimodem/gss.h')
-rw-r--r--drivers/isimodem/gss.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/drivers/isimodem/gss.h b/drivers/isimodem/gss.h
index 048377ac..fd483233 100644
--- a/drivers/isimodem/gss.h
+++ b/drivers/isimodem/gss.h
@@ -26,28 +26,28 @@
extern "C" {
#endif
-#define PN_GSS 0x32
-#define GSS_TIMEOUT 5
+#define PN_GSS 0x32
+#define GSS_TIMEOUT 5
enum gss_message_id {
- GSS_CS_SERVICE_REQ = 0x00,
- GSS_CS_SERVICE_RESP = 0x01,
- GSS_CS_SERVICE_FAIL_RESP = 0x02
+ GSS_CS_SERVICE_REQ = 0x00,
+ GSS_CS_SERVICE_RESP = 0x01,
+ GSS_CS_SERVICE_FAIL_RESP = 0x02,
};
enum gss_subblock {
- GSS_RAT_INFO = 0x0B
+ GSS_RAT_INFO = 0x0B,
};
enum gss_selection_mode {
- GSS_DUAL_RAT = 0x00,
- GSS_GSM_RAT = 0x01,
- GSS_UMTS_RAT = 0x02
+ GSS_DUAL_RAT = 0x00,
+ GSS_GSM_RAT = 0x01,
+ GSS_UMTS_RAT = 0x02,
};
enum gss_operation {
- GSS_SELECTED_RAT_WRITE = 0x0E,
- GSS_SELECTED_RAT_READ = 0x9C
+ GSS_SELECTED_RAT_WRITE = 0x0E,
+ GSS_SELECTED_RAT_READ = 0x9C,
};
#ifdef __cplusplus