aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rrc/packet-rrc-template.h
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2012-11-12 21:39:14 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2012-11-12 21:39:14 +0000
commit4e96e6c4753bf4cf286bcce82c2fa8f097dbef09 (patch)
tree471690b9d9d3e1cd5d0d2394965984b56dfc1b3a /asn1/rrc/packet-rrc-template.h
parent9f3ff78604c1c17981c434b0210afaac912c6268 (diff)
Fix detection of H-RNTI when it is given after the DL-TransportChannelType configuration (typically in case of handoverToUTRANCommand)
svn path=/trunk/; revision=46012
Diffstat (limited to 'asn1/rrc/packet-rrc-template.h')
-rw-r--r--asn1/rrc/packet-rrc-template.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/asn1/rrc/packet-rrc-template.h b/asn1/rrc/packet-rrc-template.h
index 6282aa460d..005529f28d 100644
--- a/asn1/rrc/packet-rrc-template.h
+++ b/asn1/rrc/packet-rrc-template.h
@@ -44,6 +44,7 @@ enum rrc_message_type {
typedef struct rrc_info
{
enum rrc_message_type msgtype[MAX_RRC_FRAMES];
+ guint16 hrnti[MAX_RRC_FRAMES];
} rrc_info;
/*Struct for storing ciphering information*/