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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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-RAN
Commits
69c35765
Commit
69c35765
authored
Feb 15, 2024
by
Ejaz Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed spacing issue
parent
45dd2a7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
19 deletions
+19
-19
openair1/SCHED_NR_UE/phy_procedures_nr_ue_sl.c
openair1/SCHED_NR_UE/phy_procedures_nr_ue_sl.c
+19
-19
No files found.
openair1/SCHED_NR_UE/phy_procedures_nr_ue_sl.c
View file @
69c35765
...
...
@@ -713,26 +713,26 @@ int phy_procedures_nrUE_SL_TX(PHY_VARS_NR_UE *ue,
}
else
if
(
phy_data
->
sl_tx_action
==
SL_NR_CONFIG_TYPE_TX_PSCCH_PSSCH
||
phy_data
->
sl_tx_action
==
SL_NR_CONFIG_TYPE_TX_PSCCH_PSSCH_PSFCH
)
{
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_psfch_pdu
)
&
0xFFFF
;
nr_ue_ulsch_procedures
(
ue
,
0
,
frame_tx
,
slot_tx
,
0
,
phy_data
,
txdataF
);
sl_phy_params
->
pscch
.
num_pscch_tx
++
;
sl_phy_params
->
pssch
.
num_pssch_sci2_tx
++
;
sl_phy_params
->
pssch
.
num_pssch_tx
++
;
if
(
phy_data
->
sl_tx_action
==
SL_NR_CONFIG_TYPE_TX_PSCCH_PSSCH_PSFCH
)
{
LOG_D
(
NR_PHY
,
"Generating PSFCH (%d.%d)
\n
"
,
frame_tx
,
slot_tx
);
nr_generate_psfch0
(
ue
,
txdataF
,
fp
,
AMP
,
slot_tx
,
&
phy_data
->
nr_sl_pssch_pscch_psfch_pdu
.
psfch_pdu
);
sl_phy_params
->
psfch
.
num_psfch_tx
++
;
}
tx_action
=
1
;
phy_data
->
pscch_Nid
=
nr_generate_sci1
(
ue
,
txdataF
[
0
],
fp
,
AMP
,
slot_tx
,
&
phy_data
->
nr_sl_pssch_pscch_psfch_pdu
)
&
0xFFFF
;
nr_ue_ulsch_procedures
(
ue
,
0
,
frame_tx
,
slot_tx
,
0
,
phy_data
,
txdataF
);
sl_phy_params
->
pscch
.
num_pscch_tx
++
;
sl_phy_params
->
pssch
.
num_pssch_sci2_tx
++
;
sl_phy_params
->
pssch
.
num_pssch_tx
++
;
if
(
phy_data
->
sl_tx_action
==
SL_NR_CONFIG_TYPE_TX_PSCCH_PSSCH_PSFCH
)
{
LOG_D
(
NR_PHY
,
"Generating PSFCH (%d.%d)
\n
"
,
frame_tx
,
slot_tx
);
nr_generate_psfch0
(
ue
,
txdataF
,
fp
,
AMP
,
slot_tx
,
&
phy_data
->
nr_sl_pssch_pscch_psfch_pdu
.
psfch_pdu
);
sl_phy_params
->
psfch
.
num_psfch_tx
++
;
}
tx_action
=
1
;
}
if
(
tx_action
)
{
LOG_D
(
PHY
,
"Sending SL data
\n
"
);
...
...
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