Commit Graph

374 Commits

Author SHA1 Message Date
herlesupreeth
661def8dd2 Refactor to facilitate deployment of multiple instances of a service 2025-01-17 18:14:21 +01:00
herlesupreeth
fa9a7983fa Add other deployment files used along with custom deployment with eUPF 2025-01-12 17:32:33 +01:00
herlesupreeth
97a0ae42e4 Add deployment using eUPF under custom deployments
Co-authored-by: Pedro Valente <pedro.valente@ua.pt>
2025-01-12 16:38:01 +01:00
herlesupreeth
7d5524319a Configure name for docker network and volumes 2025-01-11 20:03:10 +01:00
herlesupreeth
4ade89a167 Remove TUN interface name from SMF configuration files 2025-01-11 16:48:41 +01:00
herlesupreeth
9af58c1c8c Use latest commits of open5gs repo 2025-01-11 16:31:29 +01:00
herlesupreeth
2e182da98f Use latest srsRAN QoS configuration file 2024-12-26 20:37:40 +01:00
Nacho Mata
623453d881 Use latest srsRAN gnb config file syntax (#398) 2024-12-13 19:04:54 +01:00
herlesupreeth
0ee1be4ae7 Use latest srsRAN code containing fix for VoNR call 2024-12-12 17:42:22 +01:00
b3c3ll
ff550f8ce1 Using Grafana image instead of building it! (#386)
* Using Grafana image instead of building it

* Using Grafana image instead of building it!

* latest prometheus version 2.55.0

* Update .env

Revert to the original IP for UEs

---------

Co-authored-by: B3c3ll <you@example.com>
2024-11-07 19:50:46 +01:00
Tanish
0a6c673771 Update Dockerfile
include iperf3, tcpdump, traceroute
2024-09-20 15:21:17 +02:00
Jiaxun Yang
e0fc730139 README.md: Docuemnt how to pull prebuilt images
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
2024-09-18 15:21:24 +02:00
Jiaxun Yang
ec108d8ffe Fix OAI build
Upgrade to Ubuntu jammy so we have new limesuite and soapysdr
in system repo.

Use fixed v2.1 base.

Build UHD from source so that TDD patch will be applied.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
2024-09-18 15:21:24 +02:00
Jiaxun Yang
31709dd7b9 Build all images
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
2024-09-18 15:21:24 +02:00
herlesupreeth
b7b70f7cfd Use ubuntu jammy image for building UERANSIM 2024-08-29 16:03:31 +02:00
Jiaxun Yang
07ea6561ce Disable fail-fast for github action
So we can see result of other builds.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
2024-08-29 15:15:23 +02:00
Jiaxun Yang
20245f2685 Disable cache for github action
As Docker's cache subsystem cat't detect update to external
sources it's better just disable it.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
2024-08-29 15:15:23 +02:00
Jiaxun Yang
9082e2e937 Add github action to build image and upload to ghcr.io
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
2024-08-28 13:46:58 +02:00
herlesupreeth
abbe26929b Change subnet configuration as per new format in open5gs 2024-08-22 10:00:42 +02:00
herlesupreeth
78c7396d00 Change logging configuration as per new format for open5gs components 2024-08-22 09:48:13 +02:00
herlesupreeth
c5dd48321a Use latest code from open5gs, srsRAN_4G and srsRAN_Project repo 2024-08-11 18:44:41 +02:00
herlesupreeth
1b94e7b993 Enable N5 interface only in 5G deployment 2024-08-11 17:59:22 +02:00
herlesupreeth
fdd47330d4 Add NRF-NFM subscription for PCF registration notification 2024-08-11 17:54:47 +02:00
herlesupreeth
b9d8511f04 Support NRF-NFM in P-CSCF 2024-08-11 17:54:35 +02:00
herlesupreeth
86e72238c7 Add HTTP2 server and HTTP client module initialization for N5 support 2024-08-11 17:54:24 +02:00
herlesupreeth
90429865f4 Remove pyHSS db fix patch file 2024-08-11 17:48:30 +02:00
herlesupreeth
f72dfe156c Use latest tag for pyHSS 2024-08-11 17:46:28 +02:00
herlesupreeth
2b2c48ba69 Use latest commits from pyHSS 2024-08-11 17:46:12 +02:00
herlesupreeth
4e2ab89e71 Change log levels of osmomsc and osmohlr to debug 2024-08-11 17:41:14 +02:00
herlesupreeth
f8fa9f52f3 Fix SGsAP functioning with latest osmomsc and omsohlr 2024-08-11 16:17:14 +02:00
herlesupreeth
beabeba8a2 Install HTTP async client and nghttp2 modules in kamailio 2024-07-14 18:16:19 +02:00
herlesupreeth
086e9dad0a Fix logging level and reduce NAT ping interval 2024-06-05 10:04:58 +02:00
herlesupreeth
c52d122b6c Print R-URI modifications in S-CSCF 2024-06-05 09:24:19 +02:00
herlesupreeth
185ca532eb Reduce NAT ping count to 10 in P-CSCF 2024-06-05 09:21:02 +02:00
herlesupreeth
a6a2cd1ff6 Fix for removing pending reg contacts in IMS 2024-06-05 09:19:01 +02:00
Patricio Latini
8b2f5c9211 Add Support for CLI through open5gs-dbctl in HSS (#307)
* Add Support for CLI through open5gs-dbctl in HSS

* Add Support for CLI through open5gs-dbctl in HSS
2024-04-15 08:32:30 +02:00
herlesupreeth
f69523b979 Dont install recommended libraries 2024-04-04 16:30:17 +02:00
Patricio Latini
d9c0e3de95 Add Grafana container with Prometheus integration and basic dashboard (#293)
* Add Grafana container with Prometheus integration and basic dashboard

* Add Grafana container with Prometheus integration and basic dashboard - fix after restart
2024-04-04 15:49:58 +02:00
herlesupreeth
f338aa9efd Bump up open5gs commit being used for base image 2024-03-12 15:52:23 +01:00
herlesupreeth
9c034db839 Bug fixes for failing SUBSCRIBE 2024-03-01 11:25:50 +01:00
herlesupreeth
b1a9901d62 Use null encryption for ipsec 2024-02-27 19:39:54 +01:00
herlesupreeth
b538301889 More parameter section of open5gs config under global section 2024-02-26 12:06:28 +01:00
Patricio Latini
d531b57103 Add support for BladeRF in srslte (#279)
Compile BladeRF and Soapy BladeRF from source
2024-02-01 08:45:18 +01:00
herlesupreeth
ace3e84140 Add max UE configuration to SGW-C configuration file 2024-01-31 08:24:30 +01:00
Patricio Latini
f14980261a Update Dockerfile to support Rpi compilation (#278) 2024-01-30 08:04:05 +01:00
herlesupreeth
f12c344441 Update port used by open5gs WebUI 2024-01-25 02:08:27 +05:30
Hossein Katebi
6c61015fd5 Migrated to open5gs v2.7.0 (#276) 2024-01-24 21:14:53 +01:00
herlesupreeth
df1aa8c340 Update README 2024-01-10 14:52:26 +05:30
herlesupreeth
fc51a8819b kamailio cfg file and dockerfile changes to use latest code from upstream 2024-01-10 14:52:16 +05:30
herlesupreeth
b14eecb991 Fix for IMS call between UEs not supporting preconditioning 2024-01-10 13:25:49 +05:30