summaryrefslogtreecommitdiffstats
path: root/src/shared/libosmocore/include/osmocom/gsm/protocol
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-05-27 18:17:05 +0200
committerHarald Welte <laforge@gnumonks.org>2011-05-27 18:17:05 +0200
commit783730eae1cc9eb35f410d1be8f5fb93a1ec6423 (patch)
tree3a1ea93ad0cb9bc498bebb57f6480be72ee4c608 /src/shared/libosmocore/include/osmocom/gsm/protocol
parentd76345aefa34c576dd142eb64cb0f765cda22933 (diff)
parent4d3a7b124e08a597d5f01fb2a71f3a4677a360a9 (diff)
Merge commit '4d3a7b124e08a597d5f01fb2a71f3a4677a360a9'
Diffstat (limited to 'src/shared/libosmocore/include/osmocom/gsm/protocol')
-rw-r--r--src/shared/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shared/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h b/src/shared/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h
index 3ad7dfdc..39470e78 100644
--- a/src/shared/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h
+++ b/src/shared/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h
@@ -1257,6 +1257,9 @@ struct gsm48_ra_id {
uint8_t rac; /* Routing Area Code */
} __attribute__ ((packed));
+#define GSM48_CELL_CHAN_DESC_SIZE 16
+#define GSM_MACBLOCK_LEN 23
+#define GSM_MACBLOCK_PADDING 0x2b
#endif /* PROTO_GSM_04_08_H */