mirror of https://github.com/pvnis/srsRAN_4G.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
756374419f
This adds the required missing bits to the eNB config file parser to enable minimalistic support of parsing SIB7 configuration. SIB7 contains GERAN (GSM) neighbor cell information, which is important if you are operating a combined 2G+4G netowrk and want to assist the UEs to reselect GSM cells once they move out of LTE coverage. An example SIB7 section looks as follows: sib7 = { t_resel_geran = 1; carrier_freqs_info_list = ( { cell_resel_prio = 0; ncc_permitted = 255; q_rx_lev_min = 0; thresh_x_high = 7; thresh_x_low = 7; start_arfcn = 871; band_ind = "dcs1800"; explicit_list_of_arfcns = ( 873, 875, 877 ); } ); }; Closes: #357 |
5 years ago | |
---|---|---|
.. | ||
hdr | 5 years ago | |
src | 5 years ago | |
test | 5 years ago | |
CMakeLists.txt | 6 years ago | |
drb.conf.example | 6 years ago | |
enb.conf.example | 5 years ago | |
rr.conf.example | 6 years ago | |
sib.conf.example | 6 years ago | |
sib.conf.mbsfn.example | 6 years ago |