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.
62 lines
1.4 KiB
Plaintext
62 lines
1.4 KiB
Plaintext
# SPDX-License-Identifier: LicenseRef-CSSL-1.0
|
|
|
|
Active_gNBs = ( "gNB-OAI");
|
|
# Asn1_verbosity, choice in: none, info, annoying
|
|
Asn1_verbosity = "none";
|
|
|
|
gNBs =
|
|
(
|
|
{
|
|
////////// Identification parameters:
|
|
gNB_ID = 0xe00;
|
|
gNB_CU_UP_ID = 0xe00;
|
|
|
|
# cell_type = "CELL_MACRO_GNB";
|
|
|
|
gNB_name = "gNB-OAI";
|
|
|
|
// Tracking area code, 0x0000 and 0xfffe are reserved values
|
|
tracking_area_code = 1;
|
|
plmn_list = ({ mcc = 208; mnc = 99; mnc_length = 2; snssaiList = ({ sst = 1, sd = 0xffffff }) });
|
|
|
|
|
|
tr_s_preference = "f1";
|
|
|
|
local_s_address = "192.168.72.161";
|
|
remote_s_address = "192.168.72.171";
|
|
local_s_portd = 2153;
|
|
remote_s_portd = 2153;
|
|
|
|
# ------- SCTP definitions
|
|
SCTP :
|
|
{
|
|
# Number of streams to use in input/output
|
|
SCTP_INSTREAMS = 2;
|
|
SCTP_OUTSTREAMS = 2;
|
|
};
|
|
|
|
E1_INTERFACE =
|
|
(
|
|
{
|
|
type = "up";
|
|
ipv4_cucp = "192.168.71.150";
|
|
ipv4_cuup = "192.168.71.161";
|
|
}
|
|
)
|
|
|
|
NETWORK_INTERFACES :
|
|
{
|
|
GNB_IPV4_ADDRESS_FOR_NG_AMF = "192.168.71.161/24";
|
|
GNB_IPV4_ADDRESS_FOR_NGU = "192.168.71.161/24";
|
|
GNB_PORT_FOR_S1U = 2152; # Spec 2152
|
|
};
|
|
}
|
|
);
|
|
|
|
log_config : {
|
|
global_log_level = "info";
|
|
pdcp_log_level = "info";
|
|
f1ap_log_level = "info";
|
|
ngap_log_level = "info";
|
|
};
|