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.
Harald Welte dc73f546b6 SRSENB: Add SIB7 (GERAN neighbor) support
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
..
phy streamline embms parameters and fix MCS selection 6 years ago
radio introduce layerd architecture we use for UE to eNB 6 years ago
stack streamline embms parameters and fix MCS selection 6 years ago
cfg_parser.h update copyright notice 6 years ago
enb.h SRSENB: Add SIB7 (GERAN neighbor) support 5 years ago
metrics_csv.h update copyright notice 6 years ago
metrics_stdout.h update copyright notice 6 years ago
parser.h update copyright notice 6 years ago