Commit Graph

14 Commits

Author SHA1 Message Date
herlesupreeth
1b94e7b993 Enable N5 interface only in 5G deployment 2024-08-11 17:59:22 +02:00
herlesupreeth
b9d8511f04 Support NRF-NFM in P-CSCF 2024-08-11 17:54:35 +02:00
herlesupreeth
86e72238c7 Add HTTP2 server and HTTP client module initialization for N5 support 2024-08-11 17:54:24 +02:00
herlesupreeth
3b78063663 Enable IMS registration over 5G SA without Rx 2023-10-26 18:54:07 +02:00
herlesupreeth
03e1634b61 Support deployment with third-party IMS 2023-08-06 15:27:21 +02:00
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
b386b992ba Fix config directory creation for icscf, pcscf, scscf 2022-11-30 09:34:23 +01:00
herlesupreeth
aa039bcd0e Use Ubuntu focal as base image for ims related components 2021-06-22 09:24:55 +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
df04bb140f Add static routes for IMS subnet 2020-08-02 09:12:58 +02:00
herlesupreeth
0a65eac4c2 Populate IMS and EPC domains using MCC and MNC 2020-07-27 10:19:34 +02:00
herlesupreeth
b7f0729797 Add Docker files to build Kamailio PCSCF 2020-07-26 16:22:45 +02:00