aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_fp.c
diff options
context:
space:
mode:
authorDarien Spencer <cusneud@mail.com>2018-09-16 21:02:34 +0300
committerAnders Broman <a.broman58@gmail.com>2018-09-17 03:59:46 +0000
commit35e85438fd3ee573509a8b36d1e9efdc49be1e6d (patch)
tree2f1f01e63ea0ba40d3b9e8e79741239055bcff43 /epan/dissectors/packet-umts_fp.c
parenta62f359e044635f3740fb85c50e9abbe4d225f10 (diff)
FP: Remove #if 0'd code
Change-Id: I422cc21bec0b9b12747dfc0d370ec4cf479a6e25 Reviewed-on: https://code.wireshark.org/review/29682 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-umts_fp.c')
-rw-r--r--epan/dissectors/packet-umts_fp.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/epan/dissectors/packet-umts_fp.c b/epan/dissectors/packet-umts_fp.c
index b51bc0234d..4dcdad4c1a 100644
--- a/epan/dissectors/packet-umts_fp.c
+++ b/epan/dissectors/packet-umts_fp.c
@@ -356,17 +356,6 @@ static const value_string hsdshc_mac_entity_vals[] = {
{ 0, NULL }
};
-/* TODO: add and use */
-#if 0
-static const value_string segmentation_status_vals[] = {
- { 0, "" },
- { 1, "" },
- { 2, "" },
- { 3, "" },
- { 0, NULL }
-};
-#endif
-
static const value_string lchid_vals[] = {
{ 0, "Logical Channel 1" },
{ 1, "Logical Channel 2" },
@@ -3578,16 +3567,6 @@ dissect_hsdsch_type_2_channel_info(tvbuff_t *tvb, packet_info *pinfo, proto_tree
macinf->ctmux[n] = FALSE;
rlcinf->li_size[j] = RLC_LI_7BITS;
-
- /** Configure ciphering **/
-#if 0
- /*If this entry exists, SECRUITY_MODE is completed*/
- if ( rrc_ciph_inf && g_tree_lookup(rrc_ciph_inf, GINT_TO_POINTER((gint)p_fp_info->com_context_id)) ) {
- rlcinf->ciphered[j] = TRUE;
- } else {
- rlcinf->ciphered[j] = FALSE;
- }
-#endif
rlcinf->ciphered[j] = FALSE;
rlcinf->deciphered[j] = FALSE;
rlcinf->rbid[j] = (guint8)lchid_val;