network: Try not to clash with 27.007-defined modes

This commit is contained in:
Denis Kenzior 2011-04-14 13:19:49 -05:00
parent 59f32bd353
commit 49928bece3
1 changed files with 1 additions and 1 deletions

View File

@ -42,8 +42,8 @@
enum network_registration_mode {
NETWORK_REGISTRATION_MODE_AUTO = 0,
NETWORK_REGISTRATION_MODE_AUTO_ONLY = 1,
NETWORK_REGISTRATION_MODE_MANUAL = 2,
NETWORK_REGISTRATION_MODE_AUTO_ONLY = 5, /* Out of range of 27.007 */
};
#define SETTINGS_STORE "netreg"