Merge pull request #106 from ilshatDesu/patch-1

Update enb_cfg_parser.cc
master
Ismael Gomez 7 years ago committed by GitHub
commit 92f1ef19bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -749,7 +749,7 @@ int enb::parse_sibs(all_args_t *args, rrc_cfg_t *rrc_cfg, phy_cfg_t *phy_config_
}
// Fill rest of data from enb config
sib1->cell_id = args->enb.s1ap.enb_id;
sib1->cell_id = (args->enb.s1ap.enb_id << 8) + args->enb.s1ap.cell_id;
sib1->tracking_area_code = args->enb.s1ap.tac;
sib1->freq_band_indicator = srslte_band_get_band(args->rf.dl_earfcn);
sib1->N_plmn_ids = 1;

Loading…
Cancel
Save