srsue.conf.tmpl: add default EARFCNs for 4xCA config

Change-Id: I553241735b5e204cb4be03936b90628d156c418c
This commit is contained in:
Andre Puschmann 2020-06-23 15:58:38 +02:00
parent 8b27ded781
commit 9df7cd0a12
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,9 @@
# Default is auto (yes for UHD, no for rest)
#####################################################################
[rf]
% if int(ue.num_carriers) == 2:
% if int(ue.num_carriers) == 4:
dl_earfcn = 2850,3050,3250,3350
% elif int(ue.num_carriers) == 2:
dl_earfcn = 2850,3050
% else:
dl_earfcn = 2850