rrc_nr_cfg: set default PLMN for NR cell to 00101

master
Andre Puschmann 3 years ago
parent 779bfcf791
commit f708635a5d

@ -24,7 +24,7 @@ struct basic_cell_args_t {
uint32_t scs = 15;
bool is_standalone = true;
bool is_fdd = true;
std::string plmn = "90170";
std::string plmn = "00101";
uint32_t tac = 7;
};

Loading…
Cancel
Save