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 756374419f 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
..
hdr SRSENB: Add SIB7 (GERAN neighbor) support 5 years ago
src SRSENB: Add SIB7 (GERAN neighbor) support 5 years ago
test Merge pull request #570 from softwareradiosystems/feature_256qam_fix 5 years ago
CMakeLists.txt update copyright notice 6 years ago
drb.conf.example Changed default DRB config QCI 9 to AM 6 years ago
enb.conf.example fix RF metrics/logging in eNB 5 years ago
rr.conf.example new asn1 rrc library 6 years ago
sib.conf.example add tdd/ca support 6 years ago
sib.conf.mbsfn.example fix sib.conf.mbsfn.example defaults 6 years ago