Commit a2e75e10 authored by Ejaz Ahmed's avatar Ejaz Ahmed

Merge branch 'eurecom/sl-eurecom2' into episys/sl-eurecom2

parents 69c35765 9e686e44
......@@ -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);
......
......@@ -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
```
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment