From e28dc6d23162175e992ffdad105103b4562907aa Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Tue, 25 Oct 2011 22:08:55 +0200 Subject: gprs: fix wrong id for IPC_GPRS_IP_CONFIGURE message type Signed-off-by: Simon Busch --- include/gprs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/gprs.h') diff --git a/include/gprs.h b/include/gprs.h index 88f1edd..2d29e48 100644 --- a/include/gprs.h +++ b/include/gprs.h @@ -28,8 +28,8 @@ #define IPC_GPRS_SHOW_PDP_ADDR 0x0D05 #define IPC_GPRS_MS_CLASS 0x0D06 #define IPC_GPRS_3G_QUAL_SERVICE_PROFILE 0x0D07 -#define IPC_GPRS_IP_CONFIGURATION 0x0D08 -#define IPC_GPRS_DEFINE_SEC_PDP_CONTEXT 0x0D09 +#define IPC_GPRS_DEFINE_SEC_PDP_CONTEXT 0x0D08 +#define IPC_GPRS_IP_CONFIGURATION 0x0D09 #define IPC_GPRS_TFT 0x0D0A #define IPC_GPRS_HSDPA_STATUS 0x0D0B #define IPC_GPRS_CURRENT_SESSION_DATA_COUNT 0x0D0C -- cgit v1.1