Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / packet-nbap.h
blobd9e4c50b31682c3b8a510dcd2b3dd7a4096ae665
1 /* Do not modify this file. Changes will be overwritten. */
2 /* Generated automatically by the ASN.1 to Wireshark dissector compiler */
3 /* packet-nbap.h */
4 /* asn2wrs.py -q -L -p nbap -c ./nbap.cnf -s ./packet-nbap-template -D . -O ../.. NBAP-CommonDataTypes.asn NBAP-Constants.asn NBAP-Containers.asn NBAP-IEs.asn NBAP-PDU-Contents.asn NBAP-PDU-Descriptions.asn */
6 /* packet-nbap-template.h
8 * Wireshark - Network traffic analyzer
9 * By Gerald Combs <gerald@wireshark.org>
10 * Copyright 1998 Gerald Combs
12 * SPDX-License-Identifier: GPL-2.0-or-later
15 #ifndef PACKET_NBAP_H
16 #define PACKET_NBAP_H
18 #include "packet-umts_rlc.h"
19 #include "packet-umts_mac.h"
22 * Ericsson specific mapping for various dissector settings.
23 * Must be altered for other equipment.
26 /*Array are indexed on logical channel id, meaning they need to be defined for 1-15*/
27 /* Mapping from logical channel id to MAC content type ie. DCCH or DTCH*/
28 extern uint8_t lchId_type_table[];
30 /* Mapping logicalchannel id to RLC_MODE */
31 extern uint8_t lchId_rlc_map[];
33 /* Mapping Scrambling Codes to C-RNC Contexts */
34 extern wmem_tree_t *nbap_scrambling_code_crncc_map;
35 /* Mapping C-RNC Contexts to U-RNTIs */
36 extern wmem_tree_t *nbap_crncc_urnti_map;
38 #endif