Disable UTRA measurements from UECapabilities default value

This commit is contained in:
Ismael Gomez 2018-05-31 14:35:22 +02:00
parent b238c912bd
commit 132580ad42
3 changed files with 5 additions and 5 deletions

View File

@ -79,8 +79,8 @@ void parse_args(all_args_t *args, int argc, char *argv[]) {
("rf.burst_preamble_us", bpo::value<string>(&args->rf.burst_preamble)->default_value("auto"), "Transmission time advance")
("rf.continuous_tx", bpo::value<string>(&args->rf.continuous_tx)->default_value("auto"), "Transmit samples continuously to the radio or on bursts (auto/yes/no). Default is auto (yes for UHD, no for rest)")
("rrc.feature_group", bpo::value<uint32_t>(&args->rrc.feature_group)->default_value(0xe6041c00), "Hex value of the featureGroupIndicators field in the"
"UECapabilityInformation message. Default 0xe6041c00")
("rrc.feature_group", bpo::value<uint32_t>(&args->rrc.feature_group)->default_value(0xe6041000), "Hex value of the featureGroupIndicators field in the"
"UECapabilityInformation message. Default 0xe6041000")
("rrc.ue_category", bpo::value<string>(&args->ue_category_str)->default_value("4"), "UE Category (1 to 5)")
("nas.apn", bpo::value<string>(&args->apn_name)->default_value(""), "Set Access Point Name (APN) for data services")

View File

@ -178,7 +178,7 @@ void rrc::init(phy_interface_rrc *phy_,
args.ue_category = SRSLTE_UE_CATEGORY;
args.supported_bands[0] = 7;
args.nof_supported_bands = 1;
args.feature_group = 0xe6041c00;
args.feature_group = 0xe6041000;
t300 = mac_timers->timer_get_unique_id();
t301 = mac_timers->timer_get_unique_id();

View File

@ -110,11 +110,11 @@ imei = 353490069873319
#
# ue_category: Sets UE category (range 1-5). Default: 4
# feature_group: Hex value of the featureGroupIndicators field in the
# UECapabilityInformation message. Default 0xe6041c00
# UECapabilityInformation message. Default 0xe6041000
#####################################################################
[rrc]
#ue_category = 4
#feature_group = 0xe6041c00
#feature_group = 0xe6041000
#####################################################################
# NAS configuration