ms_android: set num_carriers to 1 by default

throughput tests require the UE object to have the num_carriers
member. For Android UEs, set it to 1 by default.

Change-Id: I297d24bb578a7db0eb7629be4f2cc0d54624467d
This commit is contained in:
Andre Puschmann 2021-03-08 18:15:27 +01:00 committed by Pau Espin Pedrol
parent e98e1294eb
commit b190b4c397
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ class AndroidUE(MS, AndroidHost, srslte_common):
self.remote_metrics_file = None
self.metrics_file = None
self.brate_mon = None
self.num_carriers = 1
def configure(self):
values = dict(ue=config.get_defaults('androidue'))