3 * Exported routines for GMR-1 Radio Resource dissection in wireshark.
4 * Copyright (c) 2011 Sylvain Munaut <tnt@246tNt.com>
7 * [1] ETSI TS 101 376-4-8 V1.3.1 - GMR-1 04.008
8 * [2] ETSI TS 101 376-4-8 V2.2.1 - GMPRS-1 04.008
9 * [3] ETSI TS 101 376-4-8 V3.1.1 - GMR-1 3G 44.008
10 * [4] ETSI TS 100 940 V7.21.0 - GSM 04.08
11 * [5] ETSI TS 101 376-4-12 V3.2.1 - GMR-1 3G 44.060
12 * [6] ETSI TS 101 376-5-6 V1.3.1 - GMR-1 05.008
14 * Wireshark - Network traffic analyzer
15 * By Gerald Combs <gerald@wireshark.org>
16 * Copyright 1998 Gerald Combs
18 * SPDX-License-Identifier: GPL-2.0-or-later
21 #ifndef __PACKET_GMR1_RR_H__
22 #define __PACKET_GMR1_RR_H__
25 gmr1_get_msg_rr_params(uint8_t oct
, int dcch
, const char **msg_str
,
26 int *ett_tree
, int *hf_idx
, gmr1_msg_func_t
*msg_func_p
);
28 #endif /* __PACKET_GMR1_RR_H__ */