diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2011-01-28 10:13:41 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2011-01-28 10:13:41 +0100 |
commit | e7509083673381f5be0e66bf6d9d76195b5fad82 (patch) | |
tree | 85888c3ea50e02574cfc70942d29ad32e8eb75a4 /include | |
parent | 549fbb8232aedc86acc3abae814b41d8555f8e5b (diff) |
gsmtap: The TETRA_AACH was defined twice, remove one, renumber
The GSMTAP_TETRA_AACH was defined twice. On the tetra list we
decided to remove the second entry and renumber the list as no
one is using this yet.
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocore/gsmtap.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/include/osmocore/gsmtap.h b/include/osmocore/gsmtap.h index 3f911e6d..236b25ac 100644 --- a/include/osmocore/gsmtap.h +++ b/include/osmocore/gsmtap.h @@ -52,13 +52,12 @@ /* sub-types for TYPE_TETRA_AIR */ #define GSMTAP_TETRA_BSCH 0x01 #define GSMTAP_TETRA_AACH 0x02 -#define GSMTAP_TETRA_AACH 0x03 -#define GSMTAP_TETRA_SCH_HU 0x04 -#define GSMTAP_TETRA_SCH_HD 0x05 -#define GSMTAP_TETRA_SCH_F 0x06 -#define GSMTAP_TETRA_BNCH 0x07 -#define GSMTAP_TETRA_STCH 0x08 -#define GSMTAP_TETRA_TCH_F 0x09 +#define GSMTAP_TETRA_SCH_HU 0x03 +#define GSMTAP_TETRA_SCH_HD 0x04 +#define GSMTAP_TETRA_SCH_F 0x05 +#define GSMTAP_TETRA_BNCH 0x06 +#define GSMTAP_TETRA_STCH 0x07 +#define GSMTAP_TETRA_TCH_F 0x08 /* flags for the ARFCN */ #define GSMTAP_ARFCN_F_PCS 0x8000 |