aboutsummaryrefslogtreecommitdiffstats
path: root/include/gprs.h
diff options
context:
space:
mode:
authorPaulK <contact@paulk.fr>2012-06-07 22:23:53 +0200
committerPaulK <contact@paulk.fr>2012-06-07 22:23:53 +0200
commit9b9c03b7d3e8ed110828155169903ece3c0658d0 (patch)
tree7d41ad54e30f2310e88e72d4182e6b397f9d3725 /include/gprs.h
parent67bb78c3e7d0991d1f1bbd7fccf2f9986cb34c7c (diff)
downloadexternal_libsamsung-ipc-9b9c03b7d3e8ed110828155169903ece3c0658d0.zip
external_libsamsung-ipc-9b9c03b7d3e8ed110828155169903ece3c0658d0.tar.gz
external_libsamsung-ipc-9b9c03b7d3e8ed110828155169903ece3c0658d0.tar.bz2
GPRS port list setup function (currently with fixed values), needed for aries
Signed-off-by: PaulK <contact@paulk.fr>
Diffstat (limited to 'include/gprs.h')
-rw-r--r--include/gprs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/gprs.h b/include/gprs.h
index 0c96ff1..600ad2e 100644
--- a/include/gprs.h
+++ b/include/gprs.h
@@ -30,6 +30,7 @@
#define IPC_GPRS_MS_CLASS 0x0D07
#define IPC_GPRS_3G_QUAL_SERVICE_PROFILE 0x0D08
#define IPC_GPRS_IP_CONFIGURATION 0x0D09
+#define IPC_GPRS_PORT_LIST 0x0D11
#define IPC_GPRS_DEFINE_SEC_PDP_CONTEXT 0x0D0A
#define IPC_GPRS_TFT 0x0D0B
#define IPC_GPRS_HSDPA_STATUS 0x0D0C
@@ -91,6 +92,11 @@ struct ipc_gprs_current_session_data_counter {
unsigned char unk[9];
};
+struct ipc_gprs_port_list {
+ unsigned char unk[804];
+};
+
+void ipc_gprs_port_list_setup(struct ipc_gprs_port_list *message);
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);