srsue.conf.tmpl: use UE cat 8 whenever more than one carrier is configured

Change-Id: Id96827960cac436b8ac363e28c2b0ab7b6acf57f
This commit is contained in:
Andre Puschmann 2020-07-03 12:53:59 +02:00 committed by pespin
parent 69dd689644
commit 59c83a2159
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ imei = 353490069873319
# mbms_service_port: Port of the MBMS service
#####################################################################
[rrc]
% if int(ue.num_carriers) == 2:
% if int(ue.num_carriers) > 1:
ue_category = 7
release = 10
% else: