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
34aede6e
Commit
34aede6e
authored
Jan 27, 2024
by
Ejaz Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved conf file to conf directory; long bit replace with hex numbers
parent
d2bbbb16
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
openair2/RRC/NR_UE/rrc_sl_preconfig.c
openair2/RRC/NR_UE/rrc_sl_preconfig.c
+1
-1
targets/PROJECTS/NR-SIDELINK/CONF/sl_preconfiguration.conf
targets/PROJECTS/NR-SIDELINK/CONF/sl_preconfiguration.conf
+0
-4
No files found.
openair2/RRC/NR_UE/rrc_sl_preconfig.c
View file @
34aede6e
...
@@ -143,7 +143,7 @@ static void prepare_NR_SL_ResourcePool(NR_SL_ResourcePool_r16_t *sl_res_pool,
...
@@ -143,7 +143,7 @@ static void prepare_NR_SL_ResourcePool(NR_SL_ResourcePool_r16_t *sl_res_pool,
sl_res_pool
->
sl_PSFCH_Config_r16
->
choice
.
setup
->
sl_PSFCH_Period_r16
=
calloc
(
1
,
sizeof
(
long
));
sl_res_pool
->
sl_PSFCH_Config_r16
->
choice
.
setup
->
sl_PSFCH_Period_r16
=
calloc
(
1
,
sizeof
(
long
));
// Set of PRBs that are actually used for PSFCH transmission and reception (bitmap)
// Set of PRBs that are actually used for PSFCH transmission and reception (bitmap)
// 0
b10101010101010101010101010101010101010101010101001
(PRBs bitmap)
// 0
xAAAAAAAAAAAA8
(PRBs bitmap)
sl_res_pool
->
sl_PSFCH_Config_r16
->
choice
.
setup
->
sl_PSFCH_RB_Set_r16
=
calloc
(
1
,
sizeof
(
*
sl_res_pool
->
sl_PSFCH_Config_r16
->
choice
.
setup
->
sl_PSFCH_RB_Set_r16
));
sl_res_pool
->
sl_PSFCH_Config_r16
->
choice
.
setup
->
sl_PSFCH_RB_Set_r16
=
calloc
(
1
,
sizeof
(
*
sl_res_pool
->
sl_PSFCH_Config_r16
->
choice
.
setup
->
sl_PSFCH_RB_Set_r16
));
sl_res_pool
->
sl_PSFCH_Config_r16
->
choice
.
setup
->
sl_PSFCH_RB_Set_r16
->
size
=
7
;
sl_res_pool
->
sl_PSFCH_Config_r16
->
choice
.
setup
->
sl_PSFCH_RB_Set_r16
->
size
=
7
;
sl_res_pool
->
sl_PSFCH_Config_r16
->
choice
.
setup
->
sl_PSFCH_RB_Set_r16
->
bits_unused
=
6
;
sl_res_pool
->
sl_PSFCH_Config_r16
->
choice
.
setup
->
sl_PSFCH_RB_Set_r16
->
bits_unused
=
6
;
...
...
sl_preconfiguration.conf
→
targets/PROJECTS/NR-SIDELINK/CONF/
sl_preconfiguration.conf
View file @
34aede6e
...
@@ -65,10 +65,6 @@ SIDELINK_PRECONFIGURATION = (
...
@@ -65,10 +65,6 @@ SIDELINK_PRECONFIGURATION = (
# period of PSFCH resource in units of slots within this resource pool
# period of PSFCH resource in units of slots within this resource pool
# Possible values sl0 means no PSFCH resource, {sl0, sl1, sl2, sl4}
# Possible values sl0 means no PSFCH resource, {sl0, sl1, sl2, sl4}
sl_PSFCH_Period
=
3
; //
sl4
sl_PSFCH_Period
=
3
; //
sl4
# set of PRBs used for PSFCH transmission and reception
# leftmost bit of the bitmap is lowest RB index in the resource pool
# value 0 in the bitmap means PRB is not used for PSFCH operations
sl_PSFCH_RB_Set
=
0
xAAAAAAAAAAAA8
;
# Number of cyclic shift pairs used for a PSFCH transmission that can be multiplexed in a PRB
# Number of cyclic shift pairs used for a PSFCH transmission that can be multiplexed in a PRB
# Possible values {n1, n2, n3, n4}
# Possible values {n1, n2, n3, n4}
sl_NumMuxCS_Pair
=
1
;
sl_NumMuxCS_Pair
=
1
;
...
...
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