/** * * \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