aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2019-10-05 05:02:05 +0700
committerAnders Broman <a.broman58@gmail.com>2019-10-05 10:49:56 +0000
commit9ffe5f61e92e49833c256d47a7db5a4e09e6e002 (patch)
treeb554163c1aff7d01c075edd68c2639a6a6addcf0
parenta1b16a4f8e935dde8ec54ca216a2384a3ee27fda (diff)
GPRS RLC/MAC: clarify defcription of hf_global_tfi
According to 3GPP TS 44.060, section 12.10 "Global TFI", the first bit of that IE defines whether it's an Uplink (0) or Downlink (1) TFI (Temporary Flow Identity). Before this patch: Global_TFI .1.. .... = UL TFI: (Union) ..01 110. = DL TFI: 14 After: Global_TFI .1.. .... = Uplink (0) or Downlink (1) TFI: (Union) ..01 110. = DL TFI: 14 Change-Id: Idcf25b007bce8ee065fd10753dbd3292ab0ce95e Reviewed-on: https://code.wireshark.org/review/34713 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-gsm_rlcmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_rlcmac.c b/epan/dissectors/packet-gsm_rlcmac.c
index 32ff1b2652..c7575cd56a 100644
--- a/epan/dissectors/packet-gsm_rlcmac.c
+++ b/epan/dissectors/packet-gsm_rlcmac.c
@@ -9980,7 +9980,7 @@ proto_register_gsm_rlcmac(void)
}
},
{ &hf_global_tfi,
- { "UL TFI",
+ { "Uplink (0) or Downlink (1) TFI",
"gsm_rlcmac.global.tfi",
FT_UINT8, BASE_DEC, NULL, 0x0,
NULL, HFILL