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
lizhongxiao
OpenXG-RAN
Commits
686f3aaa
Commit
686f3aaa
authored
Jan 08, 2020
by
changshengliu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
finish part of copy function
parent
f53bf807
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
159 additions
and
5 deletions
+159
-5
openair2/ENB_APP/NB_IoT_config.c
openair2/ENB_APP/NB_IoT_config.c
+0
-2
targets/RT/USER/lte-enb.c
targets/RT/USER/lte-enb.c
+159
-3
No files found.
openair2/ENB_APP/NB_IoT_config.c
View file @
686f3aaa
...
...
@@ -58,9 +58,7 @@ void RCconfig_NbIoTL1(void) {
config_getlist
(
&
NbIoT_L1_ParamList
,
NbIoT_L1_Params
,
sizeof
(
NbIoT_L1_Params
)
/
sizeof
(
paramdef_t
),
NULL
);
if
(
NbIoT_L1_ParamList
.
numelt
>
0
)
{
printf
(
"NbIoT_L1_ParamList.numelt==============================================================
\n\n\n
"
);
if
(
RC
.
L1_NB_IoT
==
NULL
)
{
printf
(
"RC.L1_NB_IoT==============================================================
\n\n\n
"
);
RC
.
L1_NB_IoT
=
(
PHY_VARS_eNB_NB_IoT
**
)
malloc
(
RC
.
nb_nb_iot_L1_inst
*
sizeof
(
PHY_VARS_eNB_NB_IoT
*
));
LOG_I
(
PHY
,
"RC.L1_NB_IoT = %p
\n
"
,
RC
.
L1_NB_IoT
);
memset
(
RC
.
L1_NB_IoT
,
0
,
RC
.
nb_nb_iot_L1_inst
*
sizeof
(
PHY_VARS_eNB_NB_IoT
*
));
...
...
targets/RT/USER/lte-enb.c
View file @
686f3aaa
This diff is collapsed.
Click to expand it.
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