Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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
OpenXG
OpenXG UE
Commits
c781d738
Commit
c781d738
authored
Sep 06, 2020
by
Andrew Burger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New timing members
parent
2dcd72c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
openair2/PHY_INTERFACE/phy_stub_UE.c
openair2/PHY_INTERFACE/phy_stub_UE.c
+5
-0
No files found.
openair2/PHY_INTERFACE/phy_stub_UE.c
View file @
c781d738
...
...
@@ -948,6 +948,9 @@ int memcpy_dl_config_req(L1_rxtx_proc_t *proc,
req
->
dl_config_request_body
.
dl_config_pdu_list
[
i
];
}
LOG_A
(
MAC
,
"dl_config_req in memcpy Frame: %d Subframe: %d"
,
p
->
sfn_sf
>>
4
,
p
->
sfn_sf
&
15
);
if
(
!
put_queue
(
&
dl_config_req_queue
,
p
))
{
free
(
p
);
}
...
...
@@ -1214,6 +1217,8 @@ void *ue_standalone_pnf_task(void *context)
}
else
{
LOG_A
(
MAC
,
"dl_config_req fresh off socket Frame: %d Subframe: %d"
,
dl_config_req
.
sfn_sf
>>
4
,
dl_config_req
.
sfn_sf
&
15
);
// check to see if dl_config_req is null
memcpy_dl_config_req
(
NULL
,
NULL
,
&
dl_config_req
);
}
...
...
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