Refactored FEC directories

master
Xavier Arteaga 4 years ago committed by Xavier Arteaga
parent 32ea840a30
commit 7093a85f81

@ -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;

@ -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

@ -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;

@ -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"

@ -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>

@ -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>

@ -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>

@ -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>

@ -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>
Loading…
Cancel
Save