1. 28 Jun, 2024 4 commits
  2. 26 Jun, 2024 14 commits
  3. 25 Jun, 2024 20 commits
  4. 21 Jun, 2024 2 commits
    • Raghavendra Dinavahi's avatar
      SL PSBCH: MAC->PHY cfg, PSBCH scheduler + supporting functions + enable system testing & scope · 798ceeee
      Raghavendra Dinavahi authored
      	- Phy config update and Sidelink frame parameters initialisation
      	- PSBCH scheduler to trigger TX PSBCH/RX PSBCH actions
      	- Sidelink indication with rx ind to trigger send SL-MIB to MAC
      	- Enable Scope for PSBCH use -d or --dqt
      	- Enable system testing of PSBCH for example using RFSIMULATOR:
      
      		- UE1 is a SYNCRONISATION SOURCE UE which transmits PSBCH
      
      		  started using command -
      		  sudo ./nr-uesoftmodem --sl-mode 2 --sync-ref 4 --rfsim --rfsimulator.serveraddr server
      
      		- UE2 syncs onto UE1 during sidelink search, gets the timing and continues to receive PSBCH
      
      		  started using command -
      		  sudo ./nr-uesoftmodem --sl-mode 2 --rfsim --rfsimulator.serveraddr 127.0.0.1
      
      		- In the default use case 2 Sidelink SSBs sent over 16 frames.
      
      		- In case SL-SSB configuration needs to be changed use -O option in the above command like
      
      		-O ../../../targets/PROJECTS/NR-SIDELINK/CONF/sidelink_preconfig_1txpool.conf
      798ceeee
    • Raphael Defosseux's avatar