aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rrc.c
diff options
context:
space:
mode:
authorDarien Spencer <cusneud@mail.com>2017-06-18 22:54:55 -0700
committerAnders Broman <a.broman58@gmail.com>2017-06-19 23:50:23 +0000
commit0dada943c0671637c29dab86b82fd07cc48ca849 (patch)
tree7992727281611e9fe395e168a5ea4f91e2fac704 /epan/dissectors/packet-rrc.c
parentbef90e1493815a07e619c4cd0da6a7d65321c26e (diff)
RLC: Renamed U-RNTI to UE ID
The 'U-RNTI' field in RLC Info struct is both used in the code and shown in the UI as a generic unique 'UE ID' (not specificly U-RNTI, although sometimes it is) This commit renames the field to fit it's usage. Change-Id: Ib42b8ed5192fe60c9a164d6d225634be53708c66 Reviewed-on: https://code.wireshark.org/review/22225 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-rrc.c')
-rw-r--r--epan/dissectors/packet-rrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rrc.c b/epan/dissectors/packet-rrc.c
index 5be823754d..132cb6afda 100644
--- a/epan/dissectors/packet-rrc.c
+++ b/epan/dissectors/packet-rrc.c
@@ -38741,7 +38741,7 @@ dissect_rrc_C_RNTI(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, prot
if (fpinf && macinf && rlcinf) {
switch(macinf->content[fpinf->cur_tb]){
case MAC_DCCH:
- u_rnti = rlcinf->urnti[fpinf->cur_tb];
+ u_rnti = rlcinf->ueid[fpinf->cur_tb];
break;
case MAC_CCCH:
default: