Add HTTP2 server and HTTP client module initialization for N5 support

This commit is contained in:
herlesupreeth
2024-07-24 18:01:37 +02:00
parent 90429865f4
commit 86e72238c7
3 changed files with 31 additions and 4 deletions

View File

@@ -36,6 +36,11 @@ listen=tcp:PCSCF_IP:5060
# Uncomment the below line only when UE is behind double NAT (e.g. VoIP calling over WiFi/ CN behind a NAT)
##!define RX_AF_SIGNALING_IP "PCSCF_PUB_IP"
# IP and Port for incoming requests over N5 from 5G Core
#!define N5_BIND_IP "PCSCF_IP"
#!define N5_BIND_PORT "7777"
alias=pcscf.IMS_DOMAIN
#!define MY_WS_PORT 80
@@ -125,8 +130,7 @@ alias=pcscf.IMS_DOMAIN
##!define WITH_IPBLOCK
##!define WITH_ANTIFLOOD
#!define WITH_RX
#!define WITH_RX_REG
#!define WITH_RX_CALL
#!define WITH_N5
#!define WITH_TCP
##!define WITH_RTPIPV4
##!define WITH_SBC