From 0dada943c0671637c29dab86b82fd07cc48ca849 Mon Sep 17 00:00:00 2001 From: Darien Spencer Date: Sun, 18 Jun 2017 22:54:55 -0700 Subject: 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 Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- epan/dissectors/packet-catapult-dct2000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-catapult-dct2000.c') diff --git a/epan/dissectors/packet-catapult-dct2000.c b/epan/dissectors/packet-catapult-dct2000.c index ab18b65b7c..a0474d1d5c 100644 --- a/epan/dissectors/packet-catapult-dct2000.c +++ b/epan/dissectors/packet-catapult-dct2000.c @@ -1697,7 +1697,7 @@ static void attach_rlc_info(packet_info *pinfo, guint32 urnti, guint8 rbid, /* Fill in struct fields for first (only) PDU in this frame */ /* Urnti. Just use UEId */ - p_rlc_info->urnti[0] = urnti; + p_rlc_info->ueid[0] = urnti; /* ciphered (off by default) */ p_rlc_info->ciphered[0] = FALSE; -- cgit v1.2.3