Shubhika Garg
e95992927c
chore: replace cn5g images with latest stable release v2.2.1
...
- upgrade MySQL image to 9.6
- Update trf-gen-cn5g Docker images to latest tag
Signed-off-by: Shubhika Garg <shubhika.garg@openairinterface.org >
2026-05-06 14:56:47 +02:00
Shubhika Garg
05c2165535
chore: upgrade MySQL image to 9.6
...
Signed-off-by: Shubhika Garg <shubhika.garg@openairinterface.org >
2026-04-14 15:17:16 +02:00
Shubhika Garg
8ecc693799
docker-compose: Add iperf3 daemon to oai-ext-dn container in cn5g
...
Signed-off-by: Shubhika Garg <shubhika.garg@openairinterface.org >
2026-04-14 15:10:03 +02:00
Shubhika Garg
74fcab8779
Update trf-gen-cn5g Docker images to latest tag
...
- This tag is multi-architecture compatible
Signed-off-by: Shubhika Garg <shubhika.garg@openairinterface.org >
2026-04-14 15:10:03 +02:00
Robert Schmidt
8107939f08
Change OAI license to CSSL v1.0 (and others)
...
- 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.
2026-03-27 16:36:37 +01:00
Rakesh Mundlamuri
08d7a150b1
Add json file to initiate positioning procedure from the LMF
2026-02-27 17:51:27 +05:30
Rakesh Mundlamuri
dabb8d338f
Add docker compose file of the 5G core network with the LMF feature
2026-02-27 17:51:27 +05:30
luis_pereira87
089d1ec49e
Tutorials: add support for 'default'/"empty" DNN to CN5G configuration file
...
Add support for 'default' DNN to CN5G configuration file (that will also be used when DNN is not available, "empty" DNN). This configuration will allow most of the COTS UE to get PDUSession without any APN configuration made by the user
The 'default'/"empty" DNN configuration support was added in https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-amf/-/merge_requests/343
2025-05-13 11:24:26 +01:00
luis_pereira87
2e3ee6f57d
Change UE static IP (use_local_subscription_info: no) network address blocks for a 'Private-Use' range.
...
Address block 12.1.0.0/16 is for public use, so we should not use it for the UEs (https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml )
2024-07-05 12:49:15 +01:00
Stefan Spettel
1b9bc4f6d6
Update file oai_db.sql
2024-07-05 12:49:15 +01:00
luis_pereira87
246a8aff16
Tutorials: Rename OAI CN5G docker network interface name from 'demo-oai' to 'oai-cn5g' and remove commented lines
2024-05-22 07:14:36 +01:00
luis_pereira87
3c6ae9c2cb
Tutorials: Fix multiple S-NSSAI redefinitions for the same S-NSSAI in the configuration file
2024-05-22 07:14:36 +01:00
Jaroslava Fiedlerova
af49883543
Remove version field from oai cn5g docker compose file
2024-05-02 16:49:40 +02:00
luis_pereira87
791531015d
Fix UPF crash at startup after latest Docker and Ubuntu updates
2024-03-23 20:54:48 +00:00
luis_pereira87
60af0f1af2
Tutorials: replace oai-spgwu-tiny by oai-upf
...
Replace oai-spgwu-tiny by the new oai-upf
Change UE IP network address blocks for a 'Private-Use' range. Address block 12.1.0.0/16 is for public use, so we should not use it for the UEs (https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml )
2024-02-07 17:02:15 +00:00
luis_pereira87
0994d79585
Tutorials: Update NR SA Tutorials to be compliant with OAI CN5G pre-2.0 release
2023-09-15 07:35:02 +01:00
Raphael Defosseux
8cf27b0af8
chore(ci-cn): starting 2023/06/22, CN5G images do not support anymore env-variable-based deployment configuration
...
* A common YAML file shall be mounted
* Currently SPGWU-TINY is still using the old configuration scheme
- But a new UPF is soon to be released
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2023-06-27 14:06:02 +02:00
luis_pereira87
e3f0482d09
Change IMS network to 12.1.9.0/24 to have all the UE DNNs under the same network 12.1.0.0/16
2023-03-17 17:05:42 +00:00
Raphael Defosseux
e88ca34423
doc(tutorial): switching to jinja-rendering configuration on the OAI-CN5G containers
...
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2023-03-17 09:56:10 +01:00
luis_pereira87
27546f60da
Tutorials: split tutorials in three files, OAI_CN5G, COTS_UE and OAI_nrUE
2023-03-14 14:31:24 +00:00
luis_pereira87
818ca5cfaa
Tutorials: upgrade to Ubuntu 22.04, UHD 4.3.0.0, docker-compose v2.12.2 and add more DNNs to docker-compose to avoid duplicated (default) values when parsing the file
2022-11-17 17:18:57 +00:00
luis_pereira87
991de3623a
Tutorials: Change PLMN to the 3GPP Test Network
2022-11-14 11:06:02 +00:00
luis_pereira87
18cdef9510
Update SD to 0x1 to get PDUSession with COTS UE
2022-10-12 16:25:39 +01:00
luis_pereira87
a5f95e1907
Tutorials: update OAI CN5G docker-compose-basic-nrf.yaml to the latest develop version
2022-10-12 16:25:39 +01:00
luis_pereira87
6c4b468646
Tutorials: updates to use 100 MHz with 2 DL layers MIMO to achieve 640 Mbps downlink throughput with a single UE (820 Mbps with 2 UEs)
2022-10-12 16:25:39 +01:00
Raphael Defosseux
bcd4a4bd1b
fix(doc): healthchecks are now embedded in CN5G images
...
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-09-27 14:40:42 +02:00
Robert Schmidt
b3b4b6dc01
docker-compose files: no SD
2022-09-05 16:30:28 +02:00
luis_pereira87
43298fd02c
Address merge request review comments
2022-07-15 13:30:45 +01:00
luis_pereira87
0700d5d078
Add 5G SA end-to-end, step-by-step, tutorials for OAI CN5G, OAI gNB and COTS UE
2022-07-15 11:56:44 +01:00
luis_pereira87
bdc4a664ac
Add 5G SA end-to-end, step-by-step, tutorials for OAI CN5G, OAI gNB and COTS UE
2022-05-16 11:49:42 +01:00