Commit Graph

9 Commits

Author SHA1 Message Date
herlesupreeth
b259d34a60 Replace FHoSS with pyHSS 2023-08-05 19:35:15 +02:00
herlesupreeth
246e6a1d99 Change AS port 2022-07-01 09:19:13 +02:00
herlesupreeth
e7a89c0e66 SMS related additions 2022-02-10 06:53:02 +01:00
herlesupreeth
75380d7b1d Initial work on entitlement server addition to docker setup 2022-01-30 13:05:44 +01:00
herlesupreeth
4e1af472fb dns: Use Ubuntu focal as base image 2021-06-22 08:54:00 +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
0a65eac4c2 Populate IMS and EPC domains using MCC and MNC 2020-07-27 10:19:34 +02:00
herlesupreeth
dedf17723b Add Docker file to build DNS server used in IMS 2020-07-26 16:19:31 +02:00