Skip to content

Commit 3e99855

Browse files
authored
Merge branch 'herlesupreeth:master' into master
2 parents ed63d85 + a31fa09 commit 3e99855

4 files changed

Lines changed: 909 additions & 1109 deletions

File tree

pcscf/kamailio_pcscf.cfg

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -441,18 +441,14 @@ modparam("ims_qos", "dialog_direction", RX_IMS_REG_DIALOG_DIRECTION)
441441

442442
#!ifdef WITH_N5
443443

444-
# Tables to store users and their session details
445-
modparam("htable", "htable", "imsi_to_app_session_map=>size=8;autoexpire=UE_SUBSCRIPTION_EXPIRES;")
446-
modparam("htable", "htable", "ue_ip_to_imsi_map=>size=8;autoexpire=UE_SUBSCRIPTION_EXPIRES;")
447-
modparam("htable", "htable", "user_sdps_ip=>size=8;autoexpire=3600;")
448-
modparam("htable", "htable", "user_sdps_port=>size=8;autoexpire=3600;")
449-
modparam("htable", "htable", "user_sdps_rtcp_port=>size=8;autoexpire=3600;")
450-
modparam("htable", "htable", "user_sip_ips=>size=8;autoexpire=3600;")
451-
modparam("htable", "htable", "user_sip_ports=>size=8;autoexpire=3600;")
452-
modparam("htable", "htable", "user_sdps_port_vid=>size=8;autoexpire=3600;")
453-
modparam("htable", "htable", "user_sdps_rtcp_port_vid=>size=8;autoexpire=3600;")
454-
modparam("htable", "htable", "user_sdps_midcall_ips=>size=8;autoexpire=3600;")
455-
modparam("htable", "htable", "user_sdps_midcall_ports=>size=8;autoexpire=3600;")
444+
# Tables to store users and their session details.
445+
# Holds mapping of AppSession Id to UE IP which are created during UE registration only.
446+
modparam("htable", "htable", "ue_ip_to_reg_app_session_map=>size=8;autoexpire=UE_SUBSCRIPTION_EXPIRES;")
447+
# Holds mapping of AppSession Id to UE IP which are created when a call is placed.
448+
modparam("htable", "htable", "ue_ip_to_call_app_session_map=>size=8;autoexpire=UE_SUBSCRIPTION_EXPIRES;")
449+
# Holds mapping of AppSession Id to a string containing Call-Id and UE IP separated by a semicolon.
450+
modparam("htable", "htable", "mo_call_id_to_call_app_session_and_ue_ip_map=>size=8;autoexpire=UE_SUBSCRIPTION_EXPIRES;")
451+
modparam("htable", "htable", "mt_call_id_to_call_app_session_and_ue_ip_map=>size=8;autoexpire=UE_SUBSCRIPTION_EXPIRES;")
456452

457453
# HTTP2 for 5G -- Modules Parameters
458454
modparam("http_client", "httpredirect", 1)

0 commit comments

Comments
 (0)