Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-nbap.h
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 */
5
6/* packet-nbap-template.h
7 *
8 * Wireshark - Network traffic analyzer
9 * By Gerald Combs <[email protected]>
10 * Copyright 1998 Gerald Combs
11 *
12 * SPDX-License-Identifier: GPL-2.0-or-later
13 */
14
15#ifndef PACKET_NBAP_H
16#define PACKET_NBAP_H
17
18#include "packet-umts_rlc.h"
19#include "packet-umts_mac.h"
20
21/*
22 * Ericsson specific mapping for various dissector settings.
23 * Must be altered for other equipment.
24 */
25
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*/
28extern uint8_t lchId_type_table[];
29
30/* Mapping logicalchannel id to RLC_MODE */
31extern uint8_t lchId_rlc_map[];
32
33/* Mapping Scrambling Codes to C-RNC Contexts */
34extern wmem_tree_t *nbap_scrambling_code_crncc_map;
35/* Mapping C-RNC Contexts to U-RNTIs */
36extern wmem_tree_t *nbap_crncc_urnti_map;
37
38#endif
Definition wmem_tree-int.h:48