diff options
author | Alexander Chemeris <Alexander.Chemeris@gmail.com> | 2014-03-09 11:48:16 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2014-03-12 13:33:01 +0100 |
commit | e47523874da2e79e79f149f433d6a53f230dc30c (patch) | |
tree | 2e6618611edbb9a5348aaf71e761b0ca1c93fc09 /include | |
parent | 4b3de6840ef08b0630bafb9d4d19fc2d10aacdd1 (diff) |
sms: Fix typo in a macros name: GSM340_SMS_RESSERVED -> GSM340_SMS_RESERVED.
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/gsm/protocol/gsm_04_11.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_04_11.h b/include/osmocom/gsm/protocol/gsm_04_11.h index f37152fe..38dd5536 100644 --- a/include/osmocom/gsm/protocol/gsm_04_11.h +++ b/include/osmocom/gsm/protocol/gsm_04_11.h @@ -122,7 +122,7 @@ enum sms_alphabet { #define GSM340_SMS_COMMAND_MS2SC 0x02 #define GSM340_SMS_SUBMIT_MS2SC 0x01 #define GSM340_SMS_SUBMIT_REP_SC2MS 0x01 -#define GSM340_SMS_RESSERVED 0x03 +#define GSM340_SMS_RESERVED 0x03 /* GSM 03.40 / Chapter 9.2.3.2: TP-More-Messages-to-Send */ #define GSM340_TP_MMS_MORE 0 |