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
Michael Black
OpenXG-RAN
Commits
206fd09b
Commit
206fd09b
authored
Nov 16, 2020
by
Andrew Burger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding comments for less confusion
parent
0d865eea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openair2/PHY_INTERFACE/phy_stub_UE.c
openair2/PHY_INTERFACE/phy_stub_UE.c
+2
-2
No files found.
openair2/PHY_INTERFACE/phy_stub_UE.c
View file @
206fd09b
...
...
@@ -975,7 +975,7 @@ static bool is_my_dl_config_req(const nfapi_dl_config_request_t *req)
static
int
get_dlsch_pdu_indicies
(
const
nfapi_dl_config_request_t
*
req
,
int
*
pdu_indicies
,
size_t
max_pdu_indicies
)
{
const
rnti_t
my_rnti
=
UE_mac_inst
[
0
].
crnti
;
const
rnti_t
my_rnti
=
UE_mac_inst
[
0
].
crnti
;
// This is 0 representing the num_ues is 1
int
num_pdus
=
req
->
dl_config_request_body
.
number_pdu
;
size_t
num_pdu_indicies
=
0
;
for
(
int
i
=
0
;
i
<
num_pdus
;
i
++
)
...
...
@@ -1256,7 +1256,7 @@ int memcpy_tx_req(nfapi_pnf_p7_config_t *pnf_p7, nfapi_tx_request_t *req) {
static
bool
is_my_hi_dci0_req
(
nfapi_hi_dci0_request_t
*
hi_dci0_req
)
{
bool
is_my_rnti
=
false
;
const
rnti_t
rnti
=
UE_mac_inst
[
0
].
crnti
;
const
rnti_t
rnti
=
UE_mac_inst
[
0
].
crnti
;
// This is 0 representing the num_ues is 1
nfapi_hi_dci0_request_body_t
*
hi_dci0_body
=
&
hi_dci0_req
->
hi_dci0_request_body
;
for
(
int
i
=
0
;
i
<
hi_dci0_body
->
number_of_dci
+
hi_dci0_body
->
number_of_hi
;
i
++
)
{
...
...
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