diff options
author | Alex Badea <vamposdecampos@gmail.com> | 2010-11-27 20:00:39 +0200 |
---|---|---|
committer | Sylvain Munaut <tnt@246tNt.com> | 2010-11-28 15:05:01 +0100 |
commit | 3ba0a2bea06e1d90b0edf4b421ed1410a511ec7f (patch) | |
tree | 9e2a95c07614bacd976214d5b0ba47e358eb4241 /include/osmocore | |
parent | 121f358de0afdf162bc8e90605098860f65c994c (diff) |
gsm_04_12: fix 04.13 typos
There are two occurrences of "413" in the 04.12 header file.
These are probably typos; correct them to "412".
Signed-off-by: Alex Badea <vamposdecampos@gmail.com>
Diffstat (limited to 'include/osmocore')
-rw-r--r-- | include/osmocore/protocol/gsm_04_12.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osmocore/protocol/gsm_04_12.h b/include/osmocore/protocol/gsm_04_12.h index bd9e0884..9b1538a5 100644 --- a/include/osmocore/protocol/gsm_04_12.h +++ b/include/osmocore/protocol/gsm_04_12.h @@ -10,7 +10,7 @@ #define GSM412_SEQ_TRD_BLOCK 0x2 #define GSM412_SEQ_FTH_BLOCK 0x3 #define GSM412_SEQ_FST_SCHED_BLOCK 0x8 -#define GSM413_SEQ_NULL_MSG 0xf +#define GSM412_SEQ_NULL_MSG 0xf struct gsm412_block_type { uint8_t seq_nr : 4, @@ -19,7 +19,7 @@ struct gsm412_block_type { spare : 1; } __attribute__((packed)); -struct gsm413_sched_msg { +struct gsm412_sched_msg { uint8_t beg_slot_nr : 6, type : 2; uint8_t end_slot_nr : 6, |