diff options
author | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2020-06-22 09:57:00 +0300 |
---|---|---|
committer | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2020-06-22 09:57:00 +0300 |
commit | 435cec04eebd297a6ebd29fffc2c254ee5ef6745 (patch) | |
tree | 587e1d7f9040687bbc3b00bd60a730308422be9e /src/sms_utils.h | |
parent | 3d3c735f3bbd269f97bd59a246d5f18b010eda2b (diff) | |
download | sms-utils-435cec04eebd297a6ebd29fffc2c254ee5ef6745.tar.gz sms-utils-435cec04eebd297a6ebd29fffc2c254ee5ef6745.tar.bz2 sms-utils-435cec04eebd297a6ebd29fffc2c254ee5ef6745.zip |
MTX-3449 mPower June20: GP-655 LNA7: SMS -> 3GPP vs. 3GPP2
Diffstat (limited to 'src/sms_utils.h')
-rw-r--r-- | src/sms_utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sms_utils.h b/src/sms_utils.h index 01d0e1f..2c50eb7 100644 --- a/src/sms_utils.h +++ b/src/sms_utils.h @@ -16,6 +16,9 @@ #define SMS_PDU_MODE 0 #define SMS_TEXT_MODE 1 +#define SMS_FORMAT_3GPP 1 +#define SMS_FORMAT_3GPP2 0 + #define SMS_ADDR_UNSPEC 0x00 #define SMS_ADDR_LOCAL 0x81 #define SMS_ADDR_GLOBAL 0x91 |