diff options
author | Simon Busch <morphis@gravedo.de> | 2011-10-25 22:08:55 +0200 |
---|---|---|
committer | Simon Busch <morphis@gravedo.de> | 2011-10-25 22:08:55 +0200 |
commit | e28dc6d23162175e992ffdad105103b4562907aa (patch) | |
tree | d52968777157751af1cc989cee1f66c9b6643bc2 /include | |
parent | b4c84d912c83c5d0cec1dfa894de7fdf0e705cf0 (diff) | |
download | external_libsamsung-ipc-e28dc6d23162175e992ffdad105103b4562907aa.zip external_libsamsung-ipc-e28dc6d23162175e992ffdad105103b4562907aa.tar.gz external_libsamsung-ipc-e28dc6d23162175e992ffdad105103b4562907aa.tar.bz2 |
gprs: fix wrong id for IPC_GPRS_IP_CONFIGURE message type
Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/gprs.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |