FreeCalypso > hg > ice1-trau-tester
comparison abis/dl_frames.h @ 30:5dd30224b70a
abis: starting new program
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 13 Aug 2024 21:38:55 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
29:1dda11905e85 | 30:5dd30224b70a |
---|---|
1 /* | |
2 * This header file defines the interface to the module that provides | |
3 * canned TRAU-DL frames to be transmitted on Abis as needed. | |
4 */ | |
5 | |
6 #pragma once | |
7 | |
8 #include <osmocom/core/bits.h> | |
9 | |
10 #define DL_OUTPUT_LEN 320 | |
11 #define DL_OUTPUT_BUFLEN 640 | |
12 | |
13 extern ubit_t dl_frame_fr[DL_OUTPUT_BUFLEN]; | |
14 extern ubit_t dl_frame_efr[DL_OUTPUT_BUFLEN]; | |
15 | |
16 void init_canned_dl_frames(void); |