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
d3702751
Commit
d3702751
authored
Oct 13, 2023
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removal of logs
parent
597c8979
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
openair1/PHY/NR_UE_TRANSPORT/dci_nr.c
openair1/PHY/NR_UE_TRANSPORT/dci_nr.c
+2
-2
openair1/SCHED_NR_UE/phy_procedures_nr_ue_sl.c
openair1/SCHED_NR_UE/phy_procedures_nr_ue_sl.c
+1
-1
No files found.
openair1/PHY/NR_UE_TRANSPORT/dci_nr.c
View file @
d3702751
...
...
@@ -933,10 +933,10 @@ uint8_t nr_dci_decoding_procedure(PHY_VARS_NR_UE *ue,
pscch_flag
==
0
?
NR_POLAR_DCI_MESSAGE_TYPE
:
NR_POLAR_SCI_MESSAGE_TYPE
,
dci_length
,
L
);
n_rnti
=
rel15
->
rnti
;
if
(
crc
==
0
)
LOG_
I
(
PHY
,
"(%i.%i) %s indication (rnti %x,format %s,n_CCE %d,payloadSize %d,payload %llx )
\n
"
,
if
(
crc
==
0
)
LOG_
D
(
PHY
,
"(%i.%i) %s indication (rnti %x,format %s,n_CCE %d,payloadSize %d,payload %llx )
\n
"
,
proc
->
frame_rx
,
proc
->
nr_slot_rx
,
pscch_flag
==
0
?
"dci"
:
"sci"
,
n_rnti
,
pscch_flag
==
0
?
nr_dci_format_string
[
rel15
->
dci_format_options
[
k
]]
:
"1A"
,
CCEind
,
dci_length
,
*
(
unsigned
long
long
*
)
dci_estimation
);
if
(
crc
==
n_rnti
)
{
LOG_
I
(
PHY
,
"(%i.%i) Received %s indication (rnti %x,dci format %s,n_CCE %d,payloadSize %d,payload %llx)
\n
"
,
LOG_
D
(
PHY
,
"(%i.%i) Received %s indication (rnti %x,dci format %s,n_CCE %d,payloadSize %d,payload %llx)
\n
"
,
proc
->
frame_rx
,
proc
->
nr_slot_rx
,
pscch_flag
==
0
?
"dci"
:
"sci"
,
n_rnti
,
pscch_flag
==
0
?
nr_dci_format_string
[
rel15
->
dci_format_options
[
k
]]
:
"1A"
,
CCEind
,
dci_length
,
*
(
unsigned
long
long
*
)
dci_estimation
);
uint16_t
mb
=
nr_dci_false_detection
(
dci_estimation
,
tmp_e
,
pscch_flag
==
0
?
L
*
108
:
L
*
18
,
n_rnti
,
pscch_flag
==
0
?
NR_POLAR_DCI_MESSAGE_TYPE
:
NR_POLAR_SCI_MESSAGE_TYPE
,
dci_length
,
L
);
ue
->
dci_thres
=
(
ue
->
dci_thres
+
mb
)
/
2
;
...
...
openair1/SCHED_NR_UE/phy_procedures_nr_ue_sl.c
View file @
d3702751
...
...
@@ -706,7 +706,7 @@ int phy_procedures_nrUE_SL_TX(PHY_VARS_NR_UE *ue,
tx_action
=
1
;
}
else
if
(
phy_data
->
sl_tx_action
==
SL_NR_CONFIG_TYPE_TX_PSCCH_PSSCH
)
{
LOG_D
(
NR_PHY
,
"Generating PSCCH (%d.%d)
\n
"
,
frame_tx
,
slot_tx
);
LOG_D
(
NR_PHY
,
"Generating PSCCH (%d.%d)
\n
"
,
frame_tx
,
slot_tx
);
phy_data
->
pscch_Nid
=
nr_generate_sci1
(
ue
,
txdataF
[
0
],
fp
,
AMP
,
slot_tx
,
&
phy_data
->
nr_sl_pssch_pscch_pdu
)
&
0xFFFF
;
...
...
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