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
281dc32c
Commit
281dc32c
authored
Jun 06, 2024
by
Ejaz Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated confurations; formatted logs
parent
bb35caeb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
openair2/LAYER2/NR_MAC_UE/nr_ue_procedures_sl.c
openair2/LAYER2/NR_MAC_UE/nr_ue_procedures_sl.c
+1
-1
openair2/LAYER2/NR_MAC_UE/nr_ue_scheduler.c
openair2/LAYER2/NR_MAC_UE/nr_ue_scheduler.c
+1
-1
targets/PROJECTS/NR-SIDELINK/CONF/sl_sync_ref.conf
targets/PROJECTS/NR-SIDELINK/CONF/sl_sync_ref.conf
+3
-3
targets/PROJECTS/NR-SIDELINK/CONF/sl_ue1.conf
targets/PROJECTS/NR-SIDELINK/CONF/sl_ue1.conf
+3
-3
No files found.
openair2/LAYER2/NR_MAC_UE/nr_ue_procedures_sl.c
View file @
281dc32c
...
...
@@ -804,7 +804,7 @@ void nr_ue_process_mac_sl_pdu(int module_idP,
break
;
}
case
SL_SCH_LCID_SL_PADDING
:
LOG_D
(
NR_MAC
,
"Received padding
\n
"
);
LOG_D
(
NR_MAC
,
"Received padding
\n
"
);
done
=
1
;
break
;
case
SL_SCH_LCID_SCCH_PC5_NOT_PROT
:
...
...
openair2/LAYER2/NR_MAC_UE/nr_ue_scheduler.c
View file @
281dc32c
...
...
@@ -3283,7 +3283,7 @@ bool nr_ue_sl_pssch_scheduler(NR_UE_MAC_INST_t *mac,
if
(
!
schedule_slsch
)
return
false
;
LOG_D
(
NR_MAC
,
"SLSCH : slsch_pdu_length_max %d
\n
"
,
slsch_pdu_length_max
);
LOG_D
(
NR_MAC
,
"SLSCH : slsch_pdu_length_max %d
\n
"
,
slsch_pdu_length_max
);
const
uint8_t
sh_size
=
sizeof
(
NR_MAC_SUBHEADER_LONG
);
uint8_t
*
pdu
=
tx_config
->
tx_config_list
[
0
].
tx_pscch_pssch_config_pdu
.
slsch_payload
;
...
...
targets/PROJECTS/NR-SIDELINK/CONF/sl_sync_ref.conf
View file @
281dc32c
...
...
@@ -41,7 +41,7 @@ SIDELINK_PRECONFIGURATION = (
# Num Symbols used for Sidelink in an uplink slot
# Herein, sl_LengthSymbols represents an index; not the number of symbols.
# This index value can be from 0 to 7 representing the (7 to 14 symbols)
sl_LengthSymbols
=
7
;
sl_LengthSymbols
=
5
;
#Sidelink Starting symbol in a slot
#Value can be between symbols 0 to 7
sl_StartSymbol
=
0
;
...
...
@@ -77,7 +77,7 @@ SIDELINK_PRECONFIGURATION = (
sl_NumSubchannel
=
1
;
# period of PSFCH resource in units of slots within this resource pool
# Possible values sl0 means no PSFCH resource, {sl0, sl1, sl2, sl4}
sl_PSFCH_Period
=
3
; //
sl0
sl_PSFCH_Period
=
0
; //
sl0
# Number of cyclic shift pairs used for a PSFCH transmission that can be multiplexed in a PRB
# Possible values {n1, n2, n3, n4}
sl_NumMuxCS_Pair
=
1
;
...
...
@@ -108,7 +108,7 @@ SIDELINK_PRECONFIGURATION = (
sl_NumSubchannel
=
1
;
# period of PSFCH resource in units of slots within this resource pool
# Possible values sl0 means no PSFCH resource, {sl0, sl1, sl2, sl4}
sl_PSFCH_Period
=
3
; //
sl0
sl_PSFCH_Period
=
0
; //
sl0
# Number of cyclic shift pairs used for a PSFCH transmission that can be multiplexed in a PRB
# Possible values {n1, n2, n3, n4}
sl_NumMuxCS_Pair
=
1
;
...
...
targets/PROJECTS/NR-SIDELINK/CONF/sl_ue1.conf
View file @
281dc32c
...
...
@@ -41,7 +41,7 @@ SIDELINK_PRECONFIGURATION = (
# Num Symbols used for Sidelink in an uplink slot
# Herein, sl_LengthSymbols represents an index; not the number of symbols.
# This index value can be from 0 to 7 representing the (7 to 14 symbols)
sl_LengthSymbols
=
7
;
sl_LengthSymbols
=
5
;
#Sidelink Starting symbol in a slot
#Value can be between symbols 0 to 7
sl_StartSymbol
=
0
;
...
...
@@ -77,7 +77,7 @@ SIDELINK_PRECONFIGURATION = (
sl_NumSubchannel
=
1
;
# period of PSFCH resource in units of slots within this resource pool
# Possible values sl0 means no PSFCH resource, {sl0, sl1, sl2, sl4}
sl_PSFCH_Period
=
3
; //
sl0
sl_PSFCH_Period
=
0
; //
sl0
# Number of cyclic shift pairs used for a PSFCH transmission that can be multiplexed in a PRB
# Possible values {n1, n2, n3, n4}
sl_NumMuxCS_Pair
=
1
;
...
...
@@ -108,7 +108,7 @@ SIDELINK_PRECONFIGURATION = (
sl_NumSubchannel
=
1
;
# period of PSFCH resource in units of slots within this resource pool
# Possible values sl0 means no PSFCH resource, {sl0, sl1, sl2, sl4}
sl_PSFCH_Period
=
3
; //
sl0
sl_PSFCH_Period
=
0
; //
sl0
# Number of cyclic shift pairs used for a PSFCH transmission that can be multiplexed in a PRB
# Possible values {n1, n2, n3, n4}
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