Commit Graph

9 Commits

Author SHA1 Message Date
b3c3ll
4f570c0a65 Introducing UE_IPV4_INTERNET/IMS variable (#181)
* Introducing UE_IPV4_INTERNET/IMS variable

{Added} Introducing UE_IPV4_INTERNET/IMS variable and some minor changes to readme and DOCKER_HOST_IP

* Introducing UE_IPV4_INTERNET/IMS variable

Fixing Requested changes
2023-06-20 07:17:20 +02:00
herlesupreeth
aa039bcd0e Use Ubuntu focal as base image for ims related components 2021-06-22 09:24:55 +02:00
herlesupreeth
9867c9046e Fix compilation issue with RTPEngine 2020-10-14 15:19:13 +02:00
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
dd564d4fd1 Enable CLI port of RTPEngine for rtpengine-ctl 2020-09-03 17:03:56 +02:00
herlesupreeth
df04bb140f Add static routes for IMS subnet 2020-08-02 09:12:58 +02:00
herlesupreeth
e6567e9228 Add Docker files to build RTPEngine used by PCSCF 2020-07-26 16:21:13 +02:00