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
fdad2f7d
Commit
fdad2f7d
authored
Jan 30, 2024
by
Melissa Elkadi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing more white space
parent
1245c053
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
openair2/LAYER2/NR_MAC_UE/nr_ue_sci_slsch.c
openair2/LAYER2/NR_MAC_UE/nr_ue_sci_slsch.c
+5
-5
No files found.
openair2/LAYER2/NR_MAC_UE/nr_ue_sci_slsch.c
View file @
fdad2f7d
...
@@ -196,13 +196,13 @@ int get_nREDMRS(const NR_SL_ResourcePool_r16_t *sl_res_pool) {
...
@@ -196,13 +196,13 @@ int get_nREDMRS(const NR_SL_ResourcePool_r16_t *sl_res_pool) {
}
}
void
fill_pssch_pscch_pdu
(
sl_nr_tx_config_pscch_pssch_pdu_t
*
nr_sl_pssch_pscch_pdu
,
void
fill_pssch_pscch_pdu
(
sl_nr_tx_config_pscch_pssch_pdu_t
*
nr_sl_pssch_pscch_pdu
,
const
NR_SL_BWP_ConfigCommon_r16_t
*
sl_bwp
,
const
NR_SL_BWP_ConfigCommon_r16_t
*
sl_bwp
,
const
NR_SL_ResourcePool_r16_t
*
sl_res_pool
,
const
NR_SL_ResourcePool_r16_t
*
sl_res_pool
,
nr_sci_pdu_t
*
sci_pdu
,
nr_sci_pdu_t
*
sci_pdu
,
nr_sci_pdu_t
*
sci2_pdu
,
nr_sci_pdu_t
*
sci2_pdu
,
uint16_t
slsch_pdu_length
,
uint16_t
slsch_pdu_length
,
const
nr_sci_format_t
format1
,
const
nr_sci_format_t
format1
,
const
nr_sci_format_t
format2
)
{
const
nr_sci_format_t
format2
)
{
int
pos
=
0
,
fsize
;
int
pos
=
0
,
fsize
;
uint64_t
*
sci_payload
=
(
uint64_t
*
)
nr_sl_pssch_pscch_pdu
->
pscch_sci_payload
;
uint64_t
*
sci_payload
=
(
uint64_t
*
)
nr_sl_pssch_pscch_pdu
->
pscch_sci_payload
;
uint64_t
*
sci2_payload
=
(
uint64_t
*
)
nr_sl_pssch_pscch_pdu
->
sci2_payload
;
uint64_t
*
sci2_payload
=
(
uint64_t
*
)
nr_sl_pssch_pscch_pdu
->
sci2_payload
;
...
...
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