aboutsummaryrefslogtreecommitdiffstats
path: root/include/gprs.h
diff options
context:
space:
mode:
authorPaulK <contact@paulk.fr>2012-01-28 11:40:35 +0100
committerPaulK <contact@paulk.fr>2012-01-28 11:45:50 +0100
commitdcf7ed76dae974263f9c08c057661563b4bdc5af (patch)
treec4ea588c97a5b11b0f8f933773e2381b67a619f9 /include/gprs.h
parentdcdee945b6f58d0bd1d989d270d562d86d8b15b3 (diff)
downloadexternal_libsamsung-ipc-dcf7ed76dae974263f9c08c057661563b4bdc5af.zip
external_libsamsung-ipc-dcf7ed76dae974263f9c08c057661563b4bdc5af.tar.gz
external_libsamsung-ipc-dcf7ed76dae974263f9c08c057661563b4bdc5af.tar.bz2
Added a GPRS error code and a missing function prototype
Diffstat (limited to 'include/gprs.h')
-rw-r--r--include/gprs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gprs.h b/include/gprs.h
index 8e0408b..0c96ff1 100644
--- a/include/gprs.h
+++ b/include/gprs.h
@@ -42,6 +42,7 @@
#define IPC_GPRS_CALL_STATUS_TYPE_OFF 0x3
#define IPC_GPRS_ERROR_UNAVAILABLE 0x94
+#define IPC_GPRS_ERROR_NOT_SUBSCRIBED 0x0B
struct ipc_gprs_define_pdp_context {
unsigned char unk0[3];
@@ -91,6 +92,7 @@ struct ipc_gprs_current_session_data_counter {
};
void ipc_gprs_pdp_context_setup(struct ipc_gprs_pdp_context *message, int activate, char *username, char *password);
+void ipc_gprs_define_pdp_context_setup(struct ipc_gprs_define_pdp_context *message, char *apn);
#endif