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
a2e75e10
Commit
a2e75e10
authored
Feb 21, 2024
by
Ejaz Ahmed
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'eurecom/sl-eurecom2' into episys/sl-eurecom2
parents
69c35765
9e686e44
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
openair1/SCHED_NR_UE/phy_procedures_nr_ue_sl.c
openair1/SCHED_NR_UE/phy_procedures_nr_ue_sl.c
+0
-1
radio/rfsimulator/README.md
radio/rfsimulator/README.md
+17
-0
No files found.
openair1/SCHED_NR_UE/phy_procedures_nr_ue_sl.c
View file @
a2e75e10
...
...
@@ -714,7 +714,6 @@ 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
);
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
);
...
...
radio/rfsimulator/README.md
View file @
a2e75e10
...
...
@@ -237,3 +237,20 @@ where:
# Caveats
Still issues in power control: txgain, rxgain are not used.
# Running 5G Sidelink mode 2 on rfsimulator
```
bash
cd
openairinterface5g/cmake_targets/ran_build/build
```
### Launch SyncRef UE in one window
```
bash
sudo
-E
./nr-uesoftmodem
-O
../../../targets/PROJECTS/NR-SIDELINK/CONF/sl_preconfiguration.conf
--sa
--sl-mode
2
--sync-ref
--rfsim
--thread-pool
-1
,-1,-1,-1
--rfsimulator
.serveraddr server
--rfsimulator
.serverport 4048
--node-number
2
```
### Launch NearBy UE in another window
```
bash
sudo
-E
./nr-uesoftmodem
-O
../../../targets/PROJECTS/NR-SIDELINK/CONF/sl_preconfiguration.conf
--rfsim
--sa
--sl-mode
2
--thread-pool
-1
,-1,-1,-1
--rfsimulator
.serveraddr 127.0.0.1
--rfsimulator
.serverport 4048
--node-number
3
```
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