osmo-gmr 0.2.104-2b98
Osmocom GMR-1
nb.h
Go to the documentation of this file.
1/* GMR-1 SDR - Normal bursts */
2/* See GMR-1 05.002 (ETSI TS 101 376-5-2 V1.1.1) */
3
4/* (C) 2011-2019 by Sylvain Munaut <tnt@246tNt.com>
5 * All Rights Reserved
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU Affero General Public License as published by
9 * the Free Software Foundation; either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU Affero General Public License for more details.
16 *
17 * You should have received a copy of the GNU Affero General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 */
20
21#ifndef __OSMO_GMR1_SDR_NB_H__
22#define __OSMO_GMR1_SDR_NB_H__
23
34
35
36 /* Various normal bursts types */
47
48
51#endif /* __OSMO_GMR1_SDR_NB_H__ */
struct gmr1_pi4cxpsk_burst gmr1_nt6_burst
NT6 bursts See GMR-1 05.002 (ETSI TS 101 376-5-2 V1.1.1) - Section 7.4.9.
Definition: nb.c:240
struct gmr1_pi4cxpsk_burst gmr1_dc12_burst
DC12 bursts See GMR-1 05.002 (ETSI TS 101 376-5-2 V3.1.1) - Section 7.4.16.
Definition: nb.c:143
struct gmr1_pi4cxpsk_burst gmr1_nt3_speech_burst
NT3 bursts for encoded speech See GMR-1 05.002 (ETSI TS 101 376-5-2 V1.1.1) - Section 7....
Definition: nb.c:170
struct gmr1_pi4cxpsk_burst gmr1_rach_burst
RACH bursts See GMR-1 05.002 (ETSI TS 101 376-5-2 V1.1.1) - Section 7.4.11.
Definition: nb.c:317
struct gmr1_pi4cxpsk_burst gmr1_sdcch_burst
SDCCH bursts See GMR-1 05.002 (ETSI TS 101 376-5-2 V1.1.1) - Section 7.4.12.
Definition: nb.c:369
struct gmr1_pi4cxpsk_burst gmr1_dc2_burst
DC2 bursts See GMR-1 05.002 (ETSI TS 101 376-5-2 V1.1.1) - Section 7.4.4.
Definition: nb.c:81
struct gmr1_pi4cxpsk_burst gmr1_dc6_burst
DC6 bursts See GMR-1 05.002 (ETSI TS 101 376-5-2 V1.1.1) - Section 7.4.5.
Definition: nb.c:112
struct gmr1_pi4cxpsk_burst gmr1_nt9_burst
NT9 bursts See GMR-1 05.002 (ETSI TS 101 376-5-2 V1.1.1) - Section 7.4.10.
Definition: nb.c:281
struct gmr1_pi4cxpsk_burst gmr1_nt3_facch_burst
NT3 bursts for FACCH See GMR-1 05.002 (ETSI TS 101 376-5-2 V1.1.1) - Section 7.4.8....
Definition: nb.c:202
struct gmr1_pi4cxpsk_burst gmr1_bcch_burst
BCCH bursts See GMR-1 05.002 (ETSI TS 101 376-5-2 V1.1.1) - Section 7.4.2.
Definition: nb.c:54
pi4-CxPSK Burst format description
Definition: pi4cxpsk.h:80