Skip to content

Commit

Permalink
Rel-16: support for semi-static CFI. 5G-MAG#11
Browse files Browse the repository at this point in the history
  • Loading branch information
kuehnhammer committed Oct 3, 2023
1 parent cbffa71 commit 0e2d1a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/srsran
1 change: 1 addition & 0 deletions src/CasFrameProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ void CasFrameProcessor::set_cell(srsran_cell_t cell) {

auto CasFrameProcessor::process(uint32_t tti) -> bool {
_sf_cfg.tti = tti;
_sf_cfg.cfi = _cell.semi_static_cfi ? _cell.semi_static_cfi : 0;
_sf_cfg.sf_type = SRSRAN_SF_NORM;

if ((tti/10)%100 == 0) {
Expand Down

0 comments on commit 0e2d1a7

Please sign in to comment.