From dcf7ed76dae974263f9c08c057661563b4bdc5af Mon Sep 17 00:00:00 2001 From: PaulK Date: Sat, 28 Jan 2012 11:40:35 +0100 Subject: Added a GPRS error code and a missing function prototype --- include/gprs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/gprs.h') 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 -- cgit v1.1