Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
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 -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 /* Input file: packet-nbap-template.h */
7 
8 #line 1 "./asn1/nbap/packet-nbap-template.h"
9 /* packet-nbap-template.h
10  *
11  * Wireshark - Network traffic analyzer
12  * By Gerald Combs <gerald@wireshark.org>
13  * Copyright 1998 Gerald Combs
14  *
15  * SPDX-License-Identifier: GPL-2.0-or-later
16  */
17 
18 #ifndef PACKET_NBAP_H
19 #define PACKET_NBAP_H
20 
21 #include "packet-umts_rlc.h"
22 #include "packet-umts_mac.h"
23 
24 /*
25  * Ericsson specific mapping for various dissector settings.
26  * Must be altered for other equipment.
27  */
28 
29 /*Array are indexed on logical channel id, meaning they need to be defined for 1-15*/
30 /* Mapping from logical channel id to MAC content type ie. DCCH or DTCH*/
31 extern guint8 lchId_type_table[];
32 
33 /* Mapping logicalchannel id to RLC_MODE */
34 extern guint8 lchId_rlc_map[];
35 
36 /* Mapping Scrambling Codes to C-RNC Contexts */
37 extern wmem_tree_t *nbap_scrambling_code_crncc_map;
38 /* Mapping C-RNC Contexts to U-RNTIs */
39 extern wmem_tree_t *nbap_crncc_urnti_map;
40 
41 #if 0
42 static const value_string lchid_name_resolve[] = {
43  {1,"DCCH"}, /* 1 to 4 SRB => DCCH*/
44  {2,"DCCH"},
45  {3,"DCCH"},
46  {4,"DCCH"},
47  {8,"DCCH"}, /* 8 SRB => DCCH*/
48  {9,"DTCH"}, /*9 maps to DTCH*/
49  {10,"UNKNOWN"}, /*10 Conv CS unknown*/
50  {11,"DTCH"}, /*11 Interactive PS => DTCH*/
51  {12,"DTCH"}, /*12 13 Streaming PS => DTCH*/
52  {13,"DTCH"},
53  {14,"DTCH"}, /*14 Interatictive PS => DTCH*/
54  {15,"MAC_CONTENT_UNKNOWN"},
55  {0, NULL} /* This is CCCH? */
56 };
57 #endif
58 #endif
Definition: wmem_tree-int.h:47
Definition: value_string.h:24