gsm: add character set get/set support

This commit is contained in:
Dan Williams
2010-03-13 16:26:46 -08:00
parent 429c7cc661
commit ac7310ab10
6 changed files with 469 additions and 20 deletions

View File

@@ -77,6 +77,7 @@ mm_modem_error_get_type (void)
ENUM_ENTRY (MM_MODEM_ERROR_OPERATION_IN_PROGRESS, "OperationInProgress"),
ENUM_ENTRY (MM_MODEM_ERROR_REMOVED, "Removed"),
ENUM_ENTRY (MM_MODEM_ERROR_AUTHORIZATION_REQUIRED, "AuthorizationRequired"),
ENUM_ENTRY (MM_MODEM_ERROR_UNSUPPORTED_CHARSET, "UnsupportedCharset"),
{ 0, 0, 0 }
};