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
wangjie
OpenXG-RAN
Commits
81933116
Commit
81933116
authored
Nov 28, 2019
by
frtabu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add C++ support in softmodem_common.h
parent
361a1ef8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
executables/nr-softmodem.c
executables/nr-softmodem.c
+0
-1
executables/softmodem-common.h
executables/softmodem-common.h
+7
-1
No files found.
executables/nr-softmodem.c
View file @
81933116
...
...
@@ -842,7 +842,6 @@ int main( int argc, char **argv ) {
configure_linux
();
printf
(
"Reading in command-line options
\n
"
);
get_options
();
get_common_options
();
if
(
CONFIG_ISFLAGSET
(
CONFIG_ABORT
)
)
{
fprintf
(
stderr
,
"Getting configuration failed
\n
"
);
...
...
executables/softmodem-common.h
View file @
81933116
#ifndef SOFTMODEM_COMMON_H
#define SOFTMODEM_COMMON_H
#include "PHY/defs_common.h"
#ifdef __cplusplus
extern
"C"
{
#endif
/* help strings definition for command line options, used in CMDLINE_XXX_DESC macros and printed when -h option is used */
#define CONFIG_HLP_RFCFGF "Configuration file for front-end (e.g. LMS7002M)\n"
#define CONFIG_HLP_ULMAXE "set the eNodeB max ULSCH erros\n"
...
...
@@ -189,5 +193,7 @@ extern uint64_t set_softmodem_optmask(uint64_t bitmask);
extern
softmodem_params_t
*
get_softmodem_params
(
void
);
extern
void
get_common_options
(
void
);
extern
uint32_t
downlink_frequency
[
MAX_NUM_CCs
][
4
];
#ifdef __cplusplus
}
#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