aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nbap.h
diff options
context:
space:
mode:
authorDarien Spencer <cusneud@mail.com>2018-09-16 21:14:54 +0300
committerAnders Broman <a.broman58@gmail.com>2018-09-17 04:00:02 +0000
commit1eb9860d7fe0a4770d335baca7e898bd2daee39a (patch)
tree3e4c88a6f12b5ca0016690f813f2f38f393574ea /epan/dissectors/packet-nbap.h
parent35e85438fd3ee573509a8b36d1e9efdc49be1e6d (diff)
NBAP: Remove #if 0'd code
Change-Id: I26802540239fbb94112e60bea4b10b2ca237d7f4 Reviewed-on: https://code.wireshark.org/review/29685 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-nbap.h')
-rw-r--r--epan/dissectors/packet-nbap.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/epan/dissectors/packet-nbap.h b/epan/dissectors/packet-nbap.h
index 30adc5eecc..933ccd326b 100644
--- a/epan/dissectors/packet-nbap.h
+++ b/epan/dissectors/packet-nbap.h
@@ -38,21 +38,4 @@ extern wmem_tree_t *nbap_scrambling_code_crncc_map;
/* Mapping C-RNC Contexts to U-RNTIs */
extern wmem_tree_t *nbap_crncc_urnti_map;
-#if 0
-static const value_string lchid_name_resolve[] = {
- {1,"DCCH"}, /* 1 to 4 SRB => DCCH*/
- {2,"DCCH"},
- {3,"DCCH"},
- {4,"DCCH"},
- {8,"DCCH"}, /* 8 SRB => DCCH*/
- {9,"DTCH"}, /*9 maps to DTCH*/
- {10,"UNKNOWN"}, /*10 Conv CS unknown*/
- {11,"DTCH"}, /*11 Interactive PS => DTCH*/
- {12,"DTCH"}, /*12 13 Streaming PS => DTCH*/
- {13,"DTCH"},
- {14,"DTCH"}, /*14 Interatictive PS => DTCH*/
- {15,"MAC_CONTENT_UNKNOWN"},
- {0, NULL} /* This is CCCH? */
-};
-#endif
#endif