srsenb_rr.conf.tmpl: set TAC for cells to 0x0007

this is the default TAC used in the EPC. A recent EPC patch
will reject the S1 setup request if the TACs don't match

Change-Id: I94fdb96631ce3ae35a1b2a9f90d1101df9161233
This commit is contained in:
Andre Puschmann 2020-09-16 10:15:37 +02:00
parent 99fb78bfca
commit eb991f5f5a
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ cell_list =
{
rf_port = ${cell.rf_port};
cell_id = ${cell.cell_id};
tac = 0x0001;
tac = 0x0007;
pci = ${loop.index + 1};
root_seq_idx = ${loop.index + 204};
dl_earfcn = ${cell.dl_earfcn};