srsenb: Fix ECI in handover cell list

So far we only support setting cell IDs from same ENB. Support for
handover to other ENB will come later, probably by adding some API to be
called during the test to add own's CellID's to other ENB's config.t

Change-Id: I1780bda130cde0faab15d4032117e0aa2b9c5dbe
This commit is contained in:
Pau Espin 2020-10-09 16:54:27 +02:00 committed by Andre Puschmann
parent 1f46d24935
commit 9ff1eabdb1
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ cell_list =
${',' if loop.my_num_items != 0 else ''}
<% loop.my_num_items += 1 %>
{
eci = ${ncell.cell_id};
eci = ${hex((int(enb.id)<<8) + int(ncell.cell_id))};
dl_earfcn = ${ncell.dl_earfcn};
pci = ${ncell.pci};
}