NBAP: fix ‘lchId_rlc_map’ defined but not used [-Werror=unused-const-variable] found by gcc6

Change-Id: I39ca2510d01a7ba3318dfcf9e380eab637994b08
Reviewed-on: https://code.wireshark.org/review/13880
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2016-02-10 12:47:20 +01:00 committed by Anders Broman
parent 6fde7da633
commit 0bab05723b
4 changed files with 50 additions and 40 deletions

View File

@ -238,6 +238,28 @@ guint8 lchId_type_table[]= {
MAC_CONTENT_PS_DTCH, /* 14 Interactive PS => DTCH*/
MAC_CONTENT_CCCH /* This is CCCH? */
};
/* Mapping logicalchannel id to RLC_MODE */
guint8 lchId_rlc_map[] = {
0,
RLC_UM, /* Logical channel id = 1 is SRB1 which uses RLC_UM*/
RLC_AM,
RLC_AM,
RLC_AM,
RLC_TM, /*5 to 7 Conv CS Speech*/
RLC_TM,
RLC_TM, /*...*/
RLC_AM,
RLC_AM,
RLC_AM,
RLC_AM,
RLC_AM,
RLC_AM,
RLC_AM,
RLC_AM, /* This is CCCH which is UM?, probably not */
};
/* Preference variables */
/* Array with preference variables for easy looping, TODO: merge this with
* lchId_type_table[] */

View File

@ -35,24 +35,7 @@
extern guint8 lchId_type_table[];
/* Mapping logicalchannel id to RLC_MODE */
static const guint8 lchId_rlc_map[] = {
0,
RLC_UM, /* Logical channel id = 1 is SRB1 which uses RLC_UM*/
RLC_AM,
RLC_AM,
RLC_AM,
RLC_TM, /*5 to 7 Conv CS Speech*/
RLC_TM,
RLC_TM, /*...*/
RLC_AM,
RLC_AM,
RLC_AM,
RLC_AM,
RLC_AM,
RLC_AM,
RLC_AM,
RLC_AM, /* This is CCCH which is UM?, probably not */
};
extern guint8 lchId_rlc_map[];
/* 1 to 8*/
static const guint8 hsdsch_macdflow_id_rlc_map[] = {

View File

@ -6631,6 +6631,28 @@ guint8 lchId_type_table[]= {
MAC_CONTENT_PS_DTCH, /* 14 Interactive PS => DTCH*/
MAC_CONTENT_CCCH /* This is CCCH? */
};
/* Mapping logicalchannel id to RLC_MODE */
guint8 lchId_rlc_map[] = {
0,
RLC_UM, /* Logical channel id = 1 is SRB1 which uses RLC_UM*/
RLC_AM,
RLC_AM,
RLC_AM,
RLC_TM, /*5 to 7 Conv CS Speech*/
RLC_TM,
RLC_TM, /*...*/
RLC_AM,
RLC_AM,
RLC_AM,
RLC_AM,
RLC_AM,
RLC_AM,
RLC_AM,
RLC_AM, /* This is CCCH which is UM?, probably not */
};
/* Preference variables */
/* Array with preference variables for easy looping, TODO: merge this with
* lchId_type_table[] */
@ -55165,7 +55187,7 @@ static int dissect_NULL_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tre
/*--- End of included file: packet-nbap-fn.c ---*/
#line 310 "../../asn1/nbap/packet-nbap-template.c"
#line 332 "../../asn1/nbap/packet-nbap-template.c"
static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
@ -68499,7 +68521,7 @@ void proto_register_nbap(void)
NULL, HFILL }},
/*--- End of included file: packet-nbap-hfarr.c ---*/
#line 479 "../../asn1/nbap/packet-nbap-template.c"
#line 501 "../../asn1/nbap/packet-nbap-template.c"
};
/* List of subtrees */
@ -70139,7 +70161,7 @@ void proto_register_nbap(void)
&ett_nbap_Outcome,
/*--- End of included file: packet-nbap-ettarr.c ---*/
#line 488 "../../asn1/nbap/packet-nbap-template.c"
#line 510 "../../asn1/nbap/packet-nbap-template.c"
};
static ei_register_info ei[] = {
@ -71294,7 +71316,7 @@ proto_reg_handoff_nbap(void)
/*--- End of included file: packet-nbap-dis-tab.c ---*/
#line 546 "../../asn1/nbap/packet-nbap-template.c"
#line 568 "../../asn1/nbap/packet-nbap-template.c"
}

View File

@ -43,24 +43,7 @@
extern guint8 lchId_type_table[];
/* Mapping logicalchannel id to RLC_MODE */
static const guint8 lchId_rlc_map[] = {
0,
RLC_UM, /* Logical channel id = 1 is SRB1 which uses RLC_UM*/
RLC_AM,
RLC_AM,
RLC_AM,
RLC_TM, /*5 to 7 Conv CS Speech*/
RLC_TM,
RLC_TM, /*...*/
RLC_AM,
RLC_AM,
RLC_AM,
RLC_AM,
RLC_AM,
RLC_AM,
RLC_AM,
RLC_AM, /* This is CCCH which is UM?, probably not */
};
extern guint8 lchId_rlc_map[];
/* 1 to 8*/
static const guint8 hsdsch_macdflow_id_rlc_map[] = {