diff options
Diffstat (limited to 'drivers/isimodem/debug.c')
-rw-r--r-- | drivers/isimodem/debug.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/isimodem/debug.c b/drivers/isimodem/debug.c index 5927f322..1fd2226a 100644 --- a/drivers/isimodem/debug.c +++ b/drivers/isimodem/debug.c @@ -96,10 +96,14 @@ const char *ss_subblock_name(enum ss_subblock value) _(SS_GSM_FORWARDING_FEATURE); _(SS_GSM_DATA); _(SS_GSM_BSC_INFO); + _(SS_GSM_GENERIC_SERVICE_INFO); + _(SS_GSM_CLIR_INFO); _(SS_GSM_PASSWORD_INFO); _(SS_GSM_INDICATE_PASSWORD_ERROR); _(SS_GSM_INDICATE_ERROR); _(SS_GSM_ADDITIONAL_INFO); + _(SS_GSM_BARRING_INFO); + _(SS_GSM_BARRING_FEATURE); _(SS_GSM_USSD_STRING); } return "SS_<UNKNOWN>"; |