From eb991f5f5ab20a4456146171d3823079a780ae22 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Wed, 16 Sep 2020 10:15:37 +0200 Subject: [PATCH] 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 --- src/osmo_gsm_tester/templates/srsenb_rr.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osmo_gsm_tester/templates/srsenb_rr.conf.tmpl b/src/osmo_gsm_tester/templates/srsenb_rr.conf.tmpl index 6097a665..b1e9cb27 100644 --- a/src/osmo_gsm_tester/templates/srsenb_rr.conf.tmpl +++ b/src/osmo_gsm_tester/templates/srsenb_rr.conf.tmpl @@ -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};