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
Michael Black
OpenXG UE
Commits
3d1e8950
Commit
3d1e8950
authored
Jul 17, 2020
by
Andrew Burger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New logs
parent
0ea91a9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
targets/RT/USER/lte-ue.c
targets/RT/USER/lte-ue.c
+9
-6
No files found.
targets/RT/USER/lte-ue.c
View file @
3d1e8950
...
@@ -1057,20 +1057,23 @@ static void *UE_phy_stub_standalone_pnf_task(void *arg)
...
@@ -1057,20 +1057,23 @@ static void *UE_phy_stub_standalone_pnf_task(void *arg)
LOG_I
(
MAC
,
"received from proxy frame %d subframe %d
\n
"
,
LOG_I
(
MAC
,
"received from proxy frame %d subframe %d
\n
"
,
NFAPI_SFNSF2SFN
(
sfn_sf
),
NFAPI_SFNSF2SF
(
sfn_sf
));
NFAPI_SFNSF2SFN
(
sfn_sf
),
NFAPI_SFNSF2SF
(
sfn_sf
));
if
(
dl_config_req
!=
NULL
)
{
if
(
dl_config_req
!=
NULL
)
{
LOG_I
(
MAC
,
"dl_config_req pdus: %u
\n
"
,
LOG_I
(
MAC
,
"dl_config_req pdus: %u Frame: %d Subframe: %d
\n
"
,
dl_config_req
->
dl_config_request_body
.
number_pdu
);
dl_config_req
->
dl_config_request_body
.
number_pdu
,
NFAPI_SFNSF2SFN
(
dl_config_req
->
sfn_sf
),
NFAPI_SFNSF2SF
(
dl_config_req
->
sfn_sf
));
}
}
if
(
tx_request_pdu_list
!=
NULL
)
{
if
(
tx_request_pdu_list
!=
NULL
)
{
LOG_I
(
MAC
,
"tx_req segments: %u
\n
"
,
LOG_I
(
MAC
,
"tx_req segments: %u
\n
"
,
tx_request_pdu_list
->
num_segments
);
tx_request_pdu_list
->
num_segments
);
}
}
if
(
ul_config_req
!=
NULL
)
{
if
(
ul_config_req
!=
NULL
)
{
LOG_I
(
MAC
,
"ul_config_req pdus: %u
\n
"
,
LOG_I
(
MAC
,
"ul_config_req pdus: %u Frame: %d Subframe: %d
\n
"
,
ul_config_req
->
ul_config_request_body
.
number_of_pdus
);
ul_config_req
->
ul_config_request_body
.
number_of_pdus
,
NFAPI_SFNSF2SFN
(
ul_config_req
->
sfn_sf
),
NFAPI_SFNSF2SF
(
ul_config_req
->
sfn_sf
));
}
}
if
(
hi_dci0_req
!=
NULL
)
{
if
(
hi_dci0_req
!=
NULL
)
{
LOG_I
(
MAC
,
"hi_dci0_req pdus: %u
\n
"
,
LOG_I
(
MAC
,
"hi_dci0_req pdus: %u Frame: %d Subframe: %d
\n
"
,
hi_dci0_req
->
hi_dci0_request_body
.
number_of_dci
);
hi_dci0_req
->
hi_dci0_request_body
.
number_of_dci
,
NFAPI_SFNSF2SFN
(
hi_dci0_req
->
sfn_sf
),
NFAPI_SFNSF2SF
(
hi_dci0_req
->
sfn_sf
));
}
}
// if ((dl_config_req != NULL) != (tx_request_pdu_list != NULL)) {
// if ((dl_config_req != NULL) != (tx_request_pdu_list != NULL)) {
// uint64_t start = clock_usec();
// uint64_t start = clock_usec();
...
...
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