aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mac-lte.h
diff options
context:
space:
mode:
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2009-02-19 22:25:36 +0000
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2009-02-19 22:25:36 +0000
commit1999dc505f0d87ef9363b6cc7f1697f755398377 (patch)
tree1c61642de92eed433d6f58ed5c800732bd64cef4 /epan/dissectors/packet-mac-lte.h
parent1e0847760e573310e4fdd2c33e06743b5408139d (diff)
From Vincent Helfre:
#define some constants, and move constants into header files. Hopfully this will make it easier for these dissectors to be reused. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27487 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-mac-lte.h')
-rw-r--r--epan/dissectors/packet-mac-lte.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/epan/dissectors/packet-mac-lte.h b/epan/dissectors/packet-mac-lte.h
index 02d2de4fa7..5407cde487 100644
--- a/epan/dissectors/packet-mac-lte.h
+++ b/epan/dissectors/packet-mac-lte.h
@@ -22,9 +22,15 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+/* radioType */
+#define FDD_RADIO 1
+#define TDD_RADIO 2
+
+/* direction */
#define DIRECTION_UPLINK 0
#define DIRECTION_DOWNLINK 1
+/* rntiType */
#define NO_RNTI 0
#define P_RNTI 1
#define RA_RNTI 2