1 /* packet-nr-rrc-template.h
2 * Copyright 2018-2024, Pascal Quantin
4 * Wireshark - Network traffic analyzer
5 * By Gerald Combs <gerald@wireshark.org>
6 * Copyright 1998 Gerald Combs
8 * SPDX-License-Identifier: GPL-2.0-or-later
11 #ifndef PACKET_NR_RRC_H
12 #define PACKET_NR_RRC_H
14 #include "packet-nr-rrc-exp.h"
15 int dissect_nr_rrc_nr_RLF_Report_r16_PDU(tvbuff_t
*tvb _U_
, packet_info
*pinfo _U_
, proto_tree
*tree _U_
, void *data _U_
);
16 int dissect_nr_rrc_subCarrierSpacingCommon_PDU(tvbuff_t
*tvb _U_
, packet_info
*pinfo _U_
, proto_tree
*tree _U_
, void *data _U_
);
17 int dissect_nr_rrc_rach_ConfigCommonIAB_r16_PDU(tvbuff_t
*tvb _U_
, packet_info
*pinfo _U_
, proto_tree
*tree _U_
, void *data _U_
);
18 #endif /* PACKET_NR_RRC_H */