diff options
author | Simon Busch <morphis@gravedo.de> | 2011-10-30 18:00:31 +0100 |
---|---|---|
committer | Simon Busch <morphis@gravedo.de> | 2011-10-30 18:00:31 +0100 |
commit | a449ed345d259283c7e66aae911af52e77ff9a17 (patch) | |
tree | a855cab65ea419712fb34fb9e1a958dd39a7a72d /include/net.h | |
parent | d04d16c6299bc6bee897bbad348309571ab263ad (diff) | |
download | external_libsamsung-ipc-a449ed345d259283c7e66aae911af52e77ff9a17.zip external_libsamsung-ipc-a449ed345d259283c7e66aae911af52e77ff9a17.tar.gz external_libsamsung-ipc-a449ed345d259283c7e66aae911af52e77ff9a17.tar.bz2 |
Bring back removed IPC_NET_ACCESS_TECHNOLOGY_... defines
Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'include/net.h')
-rw-r--r-- | include/net.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/net.h b/include/net.h index 4a306dc..e9b1c47 100644 --- a/include/net.h +++ b/include/net.h @@ -48,6 +48,13 @@ #define IPC_NET_PLMN_SEL_MANUAL 0x00 #define IPC_NET_PLMN_SEL_AUTO 0x01 +#define IPC_NET_ACCESS_TECHNOLOGY_UNKNOWN 0xff +#define IPC_NET_ACCESS_TECHNOLOGY_GSM 0x00 +#define IPC_NET_ACCESS_TECHNOLOGY_GSM2 0x01 +#define IPC_NET_ACCESS_TECHNOLOGY_GPRS 0x02 +#define IPC_NET_ACCESS_TECHNOLOGY_EDGE 0x03 +#define IPC_NET_ACCESS_TECHNOLOGY_UMTS 0x04 + #define IPC_NET_REGISTRATION_STATE_NONE 0x01 #define IPC_NET_REGISTRATION_STATE_HOME 0x02 #define IPC_NET_REGISTRATION_STATE_SEARCHING 0x03 |