mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
- all RAN code, CI code, configuration files, dockerfiles, in CSSL v1.0
- all deployment code (openshift, charts, ancillary files like shell
scripts), in MIT
- documentation in CC-BY-4.0
- exceptions might apply and are listed in NOTICE
- there is a new LICENSES folder with all licenses
- CONTRIBUTIONS.md has been updated accordingly
For automated changes based on OAI PL v1.1:
perl -i~ -0pe 's/\/\*.*Licensed to the OpenAirInterface.*openairinterface.org\n#?/\/*\n * SPDX-License-Identifier: LicenseRef-CSSL-1.0\n/s' **/*.{c,h,cpp}
perl -i~ -0pe 's/\/\*.*Licensed to the OpenAirInterface.*openairinterface.org\n#?/\/*\n * SPDX-License-Identifier: LicenseRef-CSSL-1.0\n/s' **/*.ts
perl -i~ -0pe 's/<!--.*Licensed to the OpenAirInterface.*openairinterface.org\n.*-->/<!-- SPDX-License-Identifier: LicenseRef-CSSL-1.0 -->/s' **/*.xml
The rest (cmake, files with missing license, cmake) manually.
57 lines
1.1 KiB
Plaintext
57 lines
1.1 KiB
Plaintext
# SPDX-License-Identifier: LicenseRef-CSSL-1.0
|
|
|
|
neighbour_list = (
|
|
{
|
|
nr_cellid = 12345678;
|
|
neighbour_cell_configuration = (
|
|
{
|
|
gNB_ID = 0xe01;
|
|
nr_cellid = 11111111;
|
|
physical_cellId = 1;
|
|
absoluteFrequencySSB = 679104;
|
|
subcarrierSpacing = 1; #30 KHz
|
|
band = 77;
|
|
plmn = { mcc = 001; mnc = 03; mnc_length = 2};
|
|
tracking_area_code = 1;
|
|
}
|
|
)
|
|
},
|
|
{
|
|
nr_cellid = 11111111;
|
|
neighbour_cell_configuration = (
|
|
{
|
|
gNB_ID = 0xe00;
|
|
nr_cellid = 12345678;
|
|
physical_cellId = 0;
|
|
absoluteFrequencySSB = 679104;
|
|
subcarrierSpacing = 1; #30 KHz
|
|
band = 77;
|
|
plmn = { mcc = 001; mnc = 03; mnc_length = 2};
|
|
tracking_area_code = 1;
|
|
}
|
|
)
|
|
}
|
|
);
|
|
|
|
|
|
nr_measurement_configuration = {
|
|
Periodical = {
|
|
enable = 1;
|
|
includeBeamMeasurements = 1;
|
|
maxNrofRS_IndexesToReport = 4;
|
|
};
|
|
|
|
A2 = {
|
|
enable = 1;
|
|
threshold = 110;
|
|
time_to_trigger = 1;
|
|
};
|
|
|
|
A3 = ({
|
|
physCellId = -1; #Default
|
|
offset = 10;
|
|
hysteresis = 0;
|
|
time_to_trigger = 1
|
|
})
|
|
};
|