You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
615 B
C

/**
*
* \section COPYRIGHT
*
* Copyright 2013-2021 Software Radio Systems Limited
*
* By using this file, you agree to the terms and conditions set
* forth in the LICENSE file which can be found at the top level of
* the distribution.
*
*/
/*!
* \file ldpc_common.h
* \brief Declaration of elements common to both the LDPC encoder and the LDPC decoder.
* \author David Gregoratti
* \date 2020
*
* \copyright Software Radio Systems Limited
*
*/
#ifndef SRSRAN_LDPCCOMMON_H
#define SRSRAN_LDPCCOMMON_H
#define FILLER_BIT 254 /*!< \brief Identifies a filler bit. */
#endif // SRSRAN_LDPCCOMMON_H