Dynamic Spectrum Sharing (DSS)
5G & LTE Dynamic Spectrum Sharing (DSS) is a technology that allows to deploy both 4G LTE and 5G NR in the same frequency band. It allows a dynamic allocation of spectrum resources between LTE & 5G based on user demand.Thanks to DSS, the same spectrum could be shared by the two "4G LTE" and "5G NR" technologies and avoid splitting it into two mid-band spectrum or have a dedicated spectrum each technology.
NOTE : For a tutorial for DSS, click here.
eNB gNB DSS configuration
For LTE NR DSS testing, we deliver an example of gnb DSS configuration file "gnb-dss.cfg" available under /root/enb/config/ folder. Since NR and LTE share the same physical resources, this adds NR LTE time/freq dependencies and could lead to LTE/NR physical channel collision (in case of bad configuration). Thus, it is highly recommended to start from "gnb-dss.cfg" file and adapt it the specific usecase.
Bellow the list of LTE NR dependencies and corresponding configuration parameters:
1) configure LTE and NR cells with same:
- rf port and frequency center
- bandwidth & subcarrier spacing
- ul & dl antenna ports:
2) insert MBSFN slots to carry 5G signal
3) align 5G SSB with LTE MBMS slots
4) configure NR PRACH on the same LTE PRACH occasion
5) configure NR PDCCH symbol on different LTE PDCCH ofdm symbol to avoid collision.
- use ofdm symbol 0 for LTE and ofdm symbol 1 for NR
6) disable LTE SRS
7) lte crs can be configured to auto.
In this case the SW configures the lte CRS to avoid collision with NR CRS.
You can also configure manually the lte crs postions by configuring the whole lte_crs object:
In this case, v_shift should be set to n_id_cell(LTE) % 6.
8) align NR UL/DL shift with LTE UL/DL shift
9) align NR and LTE UL frequency
10) add LTE CRS configuration to NR cell to avoid LTE NR CRS overlapping
11) adjust NR PDSCH rate matching:
Known limitations
- LTE and NR scheduling on the same UL/DL slot is not supported. This means that, for a given UL/DL slot, gnb schedule at a time either LTE or NR UEs.
- collision between LTE and NR PUCCH is possible.
- collision between LTE and NR PRACH is possible.
- TDD mode is not supported.