herlesupreeth
d5435b5f87
Resolve issues during mysql installation due to ca-certificates error
2020-11-20 06:00:46 +01:00
herlesupreeth
99574b1fb4
Fixes for pre-condition failure among certain UEs in VoLTE calls
2020-11-17 12:23:19 +01:00
herlesupreeth
a23045e14b
Disable subscription to reg info as its not working and not important
2020-11-17 12:22:06 +01:00
herlesupreeth
e570cec9f6
Detect spirals at SCSCF if any
2020-11-17 12:21:00 +01:00
herlesupreeth
ec29d55f91
Allow stdin input for srsLTE eNB
2020-11-16 08:27:41 +01:00
herlesupreeth
ca19cba908
More README changes
2020-11-16 08:05:02 +01:00
herlesupreeth
4432a0b049
Update readme for UERANSIM and srsLTE eNB
2020-11-16 08:02:51 +01:00
herlesupreeth
9996ecea48
Add docker files related to UERANSIM
2020-11-16 08:02:22 +01:00
herlesupreeth
c2d9c42821
Add new line at end of file
2020-11-16 08:01:40 +01:00
herlesupreeth
2ce450a2e3
Bump up version of open5gs to tags/v2.0.20
2020-11-02 11:47:58 +01:00
herlesupreeth
efa1a653db
Use LimeSuite v20.10.0
2020-10-30 10:43:04 +01:00
herlesupreeth
121fef6145
Increase Rx Auth expiry to 10 hrs
2020-10-21 11:44:53 +02:00
herlesupreeth
e6f6bf7f81
Increase TCP connection lifetime, PCSCF registration subscription to 10 hrs for long calls
2020-10-20 18:34:49 +02:00
herlesupreeth
87312aa705
Contact alias for PRACK does not make sense + set Dialog flag after going through WITHINDLG
2020-10-19 13:51:57 +02:00
herlesupreeth
1c055203f1
Add variable to define max ipsec connections
2020-10-19 13:32:17 +02:00
herlesupreeth
5ac3dde008
README update
2020-10-14 15:21:14 +02:00
herlesupreeth
b681f8dcae
docker-compose changes for SGWC, SGWU, NRF, AUSF, UDM, UDR, AMF, SMF, UPF
2020-10-14 15:20:15 +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
6174ebb404
Add environment variables for new 4g-5g components
2020-10-14 15:16:15 +02:00
herlesupreeth
8f11b51ab4
Bump open5gs version to v2.0.18
2020-10-14 15:15:22 +02:00
herlesupreeth
fba5bd9d64
Deprecate SGW
2020-10-14 15:14:25 +02:00
herlesupreeth
f7a9981c94
Deprecate PGW
2020-10-14 15:14:12 +02:00
herlesupreeth
c83626ea50
Add docker files related to UPF
2020-10-14 15:12:49 +02:00
herlesupreeth
0c66c13e11
Add docker files related to UDR
2020-10-14 15:12:42 +02:00
herlesupreeth
a2159cecc9
Add docker files related to UDM
2020-10-14 15:12:32 +02:00
herlesupreeth
2b2f1a2e5b
Add docker files related to SMF
2020-10-14 15:12:20 +02:00
herlesupreeth
a3a1e5f057
Add docker files related to SGWU
2020-10-14 15:12:13 +02:00
herlesupreeth
a67f9fefa7
Add docker files related to SGWC
2020-10-14 15:12:05 +02:00
herlesupreeth
b9a34d7d0c
Add docker files related to NRF
2020-10-14 15:11:56 +02:00
herlesupreeth
92b8a1d864
Add docker files related to AUSF
2020-10-14 15:11:35 +02:00
herlesupreeth
164281ff69
Add docker files related to AMF
2020-10-14 15:11:26 +02:00
herlesupreeth
e11717a0ba
Fix rtpengine_manage for In-Dialog and add loop protect
2020-10-04 11:01:33 +02:00
herlesupreeth
1d27dcfe02
Enable quering DNS for IPv6
2020-09-30 13:51:12 +02:00
herlesupreeth
0d3a625ab5
Add contact alias for PRACK
2020-09-30 13:46:00 +02:00
herlesupreeth
7985bdc5f5
Send AAR upon 183 or 200 for replies with SDP
2020-09-30 13:45:16 +02:00
herlesupreeth
155a11b6cb
Revert to original for managing of In-dialog RTP
2020-09-30 13:44:14 +02:00
herlesupreeth
6a3b1968cc
Comment out TZ variable setting
2020-09-25 09:40:53 +02:00
herlesupreeth
1c6da02b21
Pass environment variables to mongo and mysql containers
2020-09-25 08:38:26 +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
f9c33ccfa4
Update README
2020-09-06 22:03:34 +02:00
herlesupreeth
a6a4c24720
Update README
2020-09-04 09:38:53 +02:00
herlesupreeth
7a3d3a4b91
Sync times between the host and container
2020-09-04 09:38:44 +02:00
herlesupreeth
ca79df50d7
Add IPSec forward for In-Dialog SIP messages
2020-09-03 17:42:39 +02:00
herlesupreeth
290d5102ac
Do not send AAR for De-Registration
2020-09-03 17:09:20 +02:00
herlesupreeth
7b00586994
Handle large UDP SIP messages
2020-09-03 17:09:00 +02:00
herlesupreeth
dd564d4fd1
Enable CLI port of RTPEngine for rtpengine-ctl
2020-09-03 17:03:56 +02:00
herlesupreeth
24981c7a60
Minor changes
2020-09-02 21:05:58 +02:00
herlesupreeth
152cb4845f
Handle deletion of redundant IPSec tunnels which arise in SQN mismatch and De-Registration scenarios
2020-09-01 11:29:47 +02:00