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>
This commit is contained in:
Darien Spencer 2018-09-16 21:14:54 +03:00 committed by Anders Broman
parent 35e85438fd
commit 1eb9860d7f
2 changed files with 0 additions and 34 deletions

View File

@ -30,21 +30,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

View File

@ -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