10 Commits

Author SHA1 Message Date
Hossein Katebi
6c61015fd5 Migrated to open5gs v2.7.0 (#276) 2024-01-24 21:14:53 +01:00
herlesupreeth
d0875021b9 Fix deployment of open5gs on architecture other than x86 2023-07-19 15:12:51 +02:00
herlesupreeth
4868af9ccd Add support for SMS over SGs interface 2022-02-01 11:28:54 +01:00
herlesupreeth
df1b7fa1f2 Use freediameter conf file for mme 2021-03-06 16:06:38 +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
Supreeth Herle
61b0c6befa Moved from nextepc to open5gs 2020-02-10 13:46:55 +01:00