FreeCalypso > hg > e1-fake-trau
diff ft16/dl_frames.h @ 2:5c18cd38c8ad
ft16: import from ice1-trau-tester/abis
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 29 Aug 2024 13:07:16 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ft16/dl_frames.h Thu Aug 29 13:07:16 2024 +0000 @@ -0,0 +1,16 @@ +/* + * This header file defines the interface to the module that provides + * canned TRAU-DL frames to be transmitted on Abis as needed. + */ + +#pragma once + +#include <osmocom/core/bits.h> + +#define DL_OUTPUT_LEN 320 +#define DL_OUTPUT_BUFLEN 640 + +extern ubit_t dl_frame_fr[DL_OUTPUT_BUFLEN]; +extern ubit_t dl_frame_efr[DL_OUTPUT_BUFLEN]; + +void init_canned_dl_frames(void);