Commit Graph

20 Commits

Author SHA1 Message Date
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
2c33163065 Use latest commit from open5gs repository 2023-08-21 08:13:34 +02:00
herlesupreeth
193c061bea Use older open5gs commit to avoid slicing bug 2023-08-19 18:00:06 +02:00
herlesupreeth
e90448c73f Fix commit to use for open5gs and add timer related configuration in amf and mme config file 2023-08-18 16:34:24 +02:00
herlesupreeth
d0875021b9 Fix deployment of open5gs on architecture other than x86 2023-07-19 15:12:51 +02:00
herlesupreeth
b5dfab1da3 Add prometheus to deployment and integrate with open5gs mme, amf and smf metrics server 2022-11-22 10:22:09 +01:00
herlesupreeth
4868af9ccd Add support for SMS over SGs interface 2022-02-01 11:28:54 +01:00
herlesupreeth
0ca95ac0d5 Use single image for all open5gs components (Disk usage optimizations) 2021-06-16 11:39:26 +02:00
herlesupreeth
df1b7fa1f2 Use freediameter conf file for mme 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
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
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