amarisoftENB: Fix running with num_cells=2

The B200 device being used in the physical setup doesn't support several
RF ports, so let's hardcode it to 0 for now.

Change-Id: Id4c31be2bd0c75f469e2293ade011c7b7ceedb1c
This commit is contained in:
Pau Espin 2020-04-20 16:43:56 +02:00
parent 96d64efdbb
commit d6c792536f
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
%for cell in enb.cell_list:
{
dl_earfcn: ${cell.dl_earfcn},
rf_port: ${loop.index},
rf_port: 0, /* FIXME: this may need to be configurable based on device specifics (B2xx vs X310) */
cell_id: ${cell.cell_id},
n_id_cell: ${cell.pci},
tac: 0x0001,