summaryrefslogtreecommitdiff
path: root/asn1/lte-rrc
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-03-03 15:54:57 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-03-03 15:54:57 +0000
commita2ba94064d582311f896b01ad308e595549b3caf (patch)
tree3a258e4cc781da0a49efa40a7fb0eb6eabc63615 /asn1/lte-rrc
parentf041bb3e19aaf2f8935931aa58c3a1e71d7dd7cc (diff)
downloadwireshark-a2ba94064d582311f896b01ad308e595549b3caf.tar.gz
Set the link dir for DCCH_Messages.
svn path=/trunk/; revision=32094
Diffstat (limited to 'asn1/lte-rrc')
-rw-r--r--asn1/lte-rrc/lte-rrc.cnf6
1 files changed, 6 insertions, 0 deletions
diff --git a/asn1/lte-rrc/lte-rrc.cnf b/asn1/lte-rrc/lte-rrc.cnf
index 287c5ae834..ed7f96fd60 100644
--- a/asn1/lte-rrc/lte-rrc.cnf
+++ b/asn1/lte-rrc/lte-rrc.cnf
@@ -40,6 +40,12 @@ VarShortMAC-Input
VarMeasConfig
VarMeasReportList
+#.FN_HDR UL-DCCH-Message
+ actx->pinfo->link_dir = P2P_DIR_UL;
+
+#.FN_HDR DL-DCCH-Message
+ actx->pinfo->link_dir = P2P_DIR_DL;
+
#.FN_BODY DedicatedInfoNAS VAL_PTR = &nas_eps_tvb
tvbuff_t *nas_eps_tvb=NULL;