List a couple more CMS errors

This commit is contained in:
Pierre Pronchery 2017-12-28 01:21:46 +01:00
parent 786d3139fd
commit 79e9998132

View File

@ -3618,9 +3618,11 @@ static void _on_code_cms_error(HayesChannel * channel, char const * answer)
channel->source = g_timeout_add(timeout,
_on_queue_timeout, channel);
break;
case 21: /* Short message transfer rejected */
case 96: /* Invalid mandatory information */
case 303: /* Operation not supported */
case 321: /* Invalid memory index */
default: /* FIXME implement the rest */
default: /* FIXME implement the rest */
break;
}
}