gsm: add character set get/set support
This commit is contained in:
@@ -40,7 +40,8 @@ enum {
|
||||
MM_MODEM_ERROR_DISCONNECTED = 3,
|
||||
MM_MODEM_ERROR_OPERATION_IN_PROGRESS = 4,
|
||||
MM_MODEM_ERROR_REMOVED = 5,
|
||||
MM_MODEM_ERROR_AUTHORIZATION_REQUIRED = 6
|
||||
MM_MODEM_ERROR_AUTHORIZATION_REQUIRED = 6,
|
||||
MM_MODEM_ERROR_UNSUPPORTED_CHARSET = 7
|
||||
};
|
||||
|
||||
#define MM_MODEM_ERROR (mm_modem_error_quark ())
|
||||
|
Reference in New Issue
Block a user