1 /* packet-nbap-template.h
3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 1998 Gerald Combs
7 * SPDX-License-Identifier: GPL-2.0-or-later
13 #include "packet-umts_rlc.h"
14 #include "packet-umts_mac.h"
17 * Ericsson specific mapping for various dissector settings.
18 * Must be altered for other equipment.
21 /*Array are indexed on logical channel id, meaning they need to be defined for 1-15*/
22 /* Mapping from logical channel id to MAC content type ie. DCCH or DTCH*/
23 extern uint8_t lchId_type_table
[];
25 /* Mapping logicalchannel id to RLC_MODE */
26 extern uint8_t lchId_rlc_map
[];
28 /* Mapping Scrambling Codes to C-RNC Contexts */
29 extern wmem_tree_t
*nbap_scrambling_code_crncc_map
;
30 /* Mapping C-RNC Contexts to U-RNTIs */
31 extern wmem_tree_t
*nbap_crncc_urnti_map
;