summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-umts_fp.h
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2008-05-20 10:08:28 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2008-05-20 10:08:28 +0000
commitec60070b2cb3211cf674ddfc26dcaeace5d1d592 (patch)
tree4ac1745629d5b700fc48338dcb31de9e72f6f583 /epan/dissectors/packet-umts_fp.h
parentdc4e06990301084fd5c21bbc6063c4647bb6ba4a (diff)
downloadwireshark-ec60070b2cb3211cf674ddfc26dcaeace5d1d592.tar.gz
Enable FP R7 support.
This commit adds a header file needed by my PDCP dissector. (not yet ready to be added). svn path=/trunk/; revision=25326
Diffstat (limited to 'epan/dissectors/packet-umts_fp.h')
-rw-r--r--epan/dissectors/packet-umts_fp.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/epan/dissectors/packet-umts_fp.h b/epan/dissectors/packet-umts_fp.h
index 986a2a0dca..ed78bb8aa9 100644
--- a/epan/dissectors/packet-umts_fp.h
+++ b/epan/dissectors/packet-umts_fp.h
@@ -40,8 +40,7 @@
#define CHANNEL_IUR_FACH 15
#define CHANNEL_IUR_DSCH 16
#define CHANNEL_EDCH 17
-#define CHANNEL_RACH_TDD_128 18
-#define CHANNEL_HSDSCH_TYPE_2 19
+#define CHANNEL_RACH_TDD_128 65
enum fp_interface_type
{
@@ -49,6 +48,12 @@ enum fp_interface_type
IuR_Interface
};
+enum fp_hsdsch_entity
+{
+ hs=1,
+ ehs=2
+};
+
/* Info attached to each FP packet */
typedef struct fp_info
{
@@ -69,5 +74,7 @@ typedef struct fp_info
gint no_ddi_entries;
guint8 edch_ddi[MAX_EDCH_DDIS];
guint edch_macd_pdu_size[MAX_EDCH_DDIS];
+
+ enum fp_hsdsch_entity hsdsch_entity;
} fp_info;