Commit Graph

22 Commits

Author SHA1 Message Date
herlesupreeth
89b24759a3 Use latest commits of open5gs repo 2025-01-11 16:31:52 +01:00
herlesupreeth
68c44433c1 Change logging configuration as per new format for open5gs components 2024-08-22 09:49:15 +02:00
herlesupreeth
b538301889 More parameter section of open5gs config under global section 2024-02-26 12:06:28 +01:00
Hossein Katebi
6c61015fd5 Migrated to open5gs v2.7.0 (#276) 2024-01-24 21:14:53 +01:00
herlesupreeth
03e1634b61 Support deployment with third-party IMS 2023-08-06 15:27:21 +02:00
herlesupreeth
d0875021b9 Fix deployment of open5gs on architecture other than x86 2023-07-19 15:12:51 +02:00
herlesupreeth
205aaa132f Move the fix for packet filter from PCRF to SMF 2022-02-25 15:55:23 +01:00
herlesupreeth
0ca95ac0d5 Use single image for all open5gs components (Disk usage optimizations) 2021-06-16 11:39:26 +02:00
herlesupreeth
51fc376e57 Adapt configuration files as per latest open5gs code 2021-04-08 09:44:26 +02:00
herlesupreeth
8fb4e90e7e Use freediameter conf file for pcrf 2021-03-06 16:06:38 +05:30
herlesupreeth
2044dc04a5 Groundwork for IPv6 support 2021-03-06 13:46:36 +05:30
herlesupreeth
6346ba2b17 Adaptations as per inclusion of SGWC, SGWU, SMF, UPF 2020-10-14 15:18:45 +02:00
herlesupreeth
cc2c596987 Do not use two methods of syncing time at the same time
Method 1:

      - /etc/timezone:/etc/timezone:ro
      - /etc/localtime:/etc/localtime:ro

Mount these inside container so that host and container time are in sync

Method 2:

Pass the TZ environment variable and run the following inside container

$ ln -snf /usr/share/zoneinfo/Europe/Berlin /etc/localtime && echo Europe/Berlin > /etc/timezone
2020-09-25 08:37:47 +02:00
herlesupreeth
27fad29530 Add alternate method to sync time inside the docker 2020-09-25 08:09:00 +02:00
herlesupreeth
70a48734de Trivial changes 2020-07-28 12:41:52 +02:00
herlesupreeth
a95bbf8819 Fixes related to MongoDB access by WebUI 2020-07-21 12:30:53 +02:00
herlesupreeth
4984a18dee Make more use of .env file for populating configuration in .yaml files 2020-07-21 12:17:15 +02:00
herlesupreeth
038052d646 Move away from build time exposing ports to runtime exposing of ports for greater flexibility 2020-07-21 10:14:31 +02:00
miaoski
7de4f7370f standalone mongodb 2020-04-12 14:12:14 +02:00
Supreeth Herle
01a27ed9bd Oops! fixing image names 2020-02-10 16:21:23 +01:00
Supreeth Herle
41e1e64092 Added docker-compose to bring up all the services at once 2020-02-10 16:16:19 +01:00
Supreeth Herle
61b0c6befa Moved from nextepc to open5gs 2020-02-10 13:46:55 +01:00