Commit 8a14d72a authored by Khodr Saaifan's avatar Khodr Saaifan Committed by Thomas Schlichter

Add RI in UE meaurement and enable RI in UCI channel

parent ae0494b0
/******************************************************************************
*******************************************************************************
*** ***
*** ===================================================================== ***
*** ***
*** (C) copyright Fraunhofer IIS (2008..2018) - all rights reserved ***
*** sfn@iis.fraunhofer.de ***
*** ===================================================================== ***
*** ***
*******************************************************************************
*******************************************************************************
*** $Id: main.c 438 2017-07-18 12:00:15Z det $
******************************************************************************/
#ifndef SUDAS_TM4_H
#define SUDAS_TM4_H
#define FHG_TM4
//#define FHG_TM4_LOG
#define FHG_LOG
// [sfn]
extern FILE *debug_sudas_LOG_PHY;
extern FILE *debug_sudas_LOG_MAC;
#ifdef FHG_LOG
#define sudas_LOG_PHY(c,...) fprintf(c,__VA_ARGS__)
#define sudas_LOG_MAC(c,...) fprintf(c,__VA_ARGS__)
#else
#define sudas_LOG_PHY(c,...)
#define sudas_LOG_MAC(c,...)
#endif
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment