Refactored FEC directories

This commit is contained in:
Xavier Arteaga 2020-10-28 18:24:00 +01:00 committed by Xavier Arteaga
parent 32ea840a30
commit 7093a85f81
39 changed files with 12 additions and 12 deletions

View File

@ -32,8 +32,8 @@
#ifndef SRSLTE_CONVCODER_H
#define SRSLTE_CONVCODER_H
#include "srslte/config.h"
#include <stdbool.h>
#include "../../../../../../../../../../usr/lib/gcc/x86_64-linux-gnu/7/include/stdbool.h"
#include "../../../config.h"
typedef struct SRSLTE_API {
uint32_t R;

View File

@ -31,7 +31,7 @@
#ifndef SRSLTE_RM_CONV_H
#define SRSLTE_RM_CONV_H
#include "srslte/config.h"
#include "../../../config.h"
#ifndef SRSLTE_RX_NULL
#define SRSLTE_RX_NULL 10000

View File

@ -20,7 +20,7 @@
*/
/******************************************************************************
* File: viterbi.h
* File: convolutional.h
*
* Description: Viterbi decoder for convolutionally encoded data.
* Used for decoding of PBCH and PDCCH (type 37 decoder).
@ -31,8 +31,8 @@
#ifndef SRSLTE_VITERBI_H
#define SRSLTE_VITERBI_H
#include "srslte/config.h"
#include <stdbool.h>
#include "../../../../../../../../../../usr/lib/gcc/x86_64-linux-gnu/7/include/stdbool.h"
#include "../../../config.h"
typedef enum { SRSLTE_VITERBI_27 = 0, SRSLTE_VITERBI_29, SRSLTE_VITERBI_37, SRSLTE_VITERBI_39 } srslte_viterbi_type_t;

View File

@ -26,7 +26,7 @@
#include <math.h>
#include <string.h>
#include "parity.h"
#include "../parity.h"
#include "srslte/phy/fec/viterbi.h"
#include "srslte/phy/utils/debug.h"
#include "srslte/phy/utils/vector.h"

View File

@ -5,7 +5,7 @@
* May be used under the terms of the GNU Lesser General Public License (LGPL)
*/
#include "parity.h"
#include "../parity.h"
#include <limits.h>
#include <memory.h>
#include <stdint.h>

View File

@ -5,7 +5,7 @@
* May be used under the terms of the GNU Lesser General Public License (LGPL)
*/
#include "parity.h"
#include "../parity.h"
#include <limits.h>
#include <memory.h>
#include <stdint.h>

View File

@ -5,7 +5,7 @@
* May be used under the terms of the GNU Lesser General Public License (LGPL)
*/
#include "parity.h"
#include "../parity.h"
#include <limits.h>
#include <memory.h>
#include <stdint.h>

View File

@ -8,7 +8,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "parity.h"
#include "../parity.h"
#include "viterbi37.h"
#include <limits.h>
#include <memory.h>

View File

@ -5,7 +5,7 @@
* May be used under the terms of the GNU Lesser General Public License (LGPL)
*/
#include "parity.h"
#include "../parity.h"
#include <limits.h>
#include <memory.h>
#include <stdint.h>