Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
canghaiwuhen
OpenXG-RAN
Commits
8a14d72a
Commit
8a14d72a
authored
Aug 10, 2018
by
Khodr Saaifan
Committed by
Thomas Schlichter
Dec 17, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add RI in UE meaurement and enable RI in UCI channel
parent
ae0494b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
0 deletions
+43
-0
openair1/sudas_tm4.h
openair1/sudas_tm4.h
+43
-0
No files found.
openair1/sudas_tm4.h
0 → 100644
View file @
8a14d72a
/******************************************************************************
*******************************************************************************
*** ***
*** ===================================================================== ***
*** ***
*** (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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment