commit | 3ff560d7ba9fcedc4d388f63b756108a715266f4 | [log] [tgz] |
---|---|---|
author | jsh <jsh@google.com> | Wed Oct 21 17:55:31 2009 -0700 |
committer | jsh <jsh@google.com> | Wed Oct 21 17:55:31 2009 -0700 |
tree | db9f2fc2a63037680aa021c45e27c8f271563edf | |
parent | f702f1f33fb5490854579a1f5ce61c70ea7fd768 [diff] |
Send "encoding problem" to the network for general errors during SMS dispatch. Previously we were returning "other terminal problem" to the network, but this had the potential of blocking MT SMS messages for days at a time (eg, if the problematic message is resent). Sending the "encoding problem" cause code is reasonable since in most cases the we have encountered an error while trying to parse the message. Addresses b/2200412.