diff --git a/srsenb/hdr/phy/phy_common.h b/srsenb/hdr/phy/phy_common.h index aab5675c3..e929c1a46 100644 --- a/srsenb/hdr/phy/phy_common.h +++ b/srsenb/hdr/phy/phy_common.h @@ -91,8 +91,8 @@ public: if (cc_idx < cell_list_lte.size()) { ret = cell_list_lte[cc_idx].cell.nof_ports; - } else if (cc_idx == 1 && !cell_list_nr.empty()) { - // one RF port for basic NSA config + } else if ((cc_idx == 0 || cc_idx == 1) && !cell_list_nr.empty()) { + // one RF port for basic NSA/SA config ret = 1; }