laforge
/
openbts-osmo
Archived
1
0
Fork 0

Maximum SMS length is 160 symbols in default alphabet.

This commit is contained in:
Alexander Chemeris 2010-11-05 20:56:23 +03:00 committed by Thomas Tsou
parent e61168a39c
commit 53123da4f0
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ using namespace SMS;
namespace SMqueue {
/* Maximum text size of an SMS message. */
#define SMS_MESSAGE_MAX_LENGTH 140
#define SMS_MESSAGE_MAX_LENGTH 160
/* std::abort isn't always there. Neither is the C library version.
Idiots? You tell me. */