Replies: 3 comments
-
Its purely for Core network. I havent tested that many UEs with IMS But i know an operator who is using more or less same setup to test 2000 UEs |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for answering is these parameters affect the number of UEs could be attached to the IMS without performance issue? and if not, which parameters should I change to improve performance? in pcscf.cfg: in mt.sbcprofile.conf Registration Cachingenable_reg_caching=no in kamailio_pcscf.cfg: default invite retransmission timeout after 1xx: 120secmodparam("tm", "fr_inv_timer", ) Dont reply automatically with "100 Trying"modparam("tm", "auto_inv_100", 0) #modparam("ims_usrloc_pcscf", "hashing_type", 2) in kamailio_icscf.cfg: ----- tm params -----auto-discard branches from previous serial forking legmodparam("tm", "failure_reply_mode", 3) default retransmission timeout: 10secmodparam("tm", "fr_timer", ) default invite retransmission timeout after 1xx: 120secmodparam("tm", "fr_inv_timer", ) Don't reply automatically with "100 Trying"modparam("tm", "auto_inv_100", 0) in kamailio_scscf.cfg: default retransmission timeout: 10secmodparam("tm", "fr_timer", ) default invite retransmission timeout after 1xx: 120secmodparam("tm", "fr_inv_timer", ) Don't reply automatically with "100 Trying"modparam("tm", "auto_inv_100", 0) Thanks in advanced |
Beta Was this translation helpful? Give feedback.
-
|
This parameter certainly can be increased to support more IPSec connections reducing the reuse of IPSec server and client ports I dont think anything else needs to be tweaked. I am currently in the process of adding sipp test scenarios to this repo to load test IMS components (excluding IPSec since sipp doesnt support it). I will let you know once I add it |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, great project!
I have a question, is “MAX_NUM_UE“ in “.env” valid for both core and ims?
I mean if i set it 2K will ims handle 2k users as well?
and how many concurrent users and calls have you tested to this? Can I have fore example 2k users and 200 calls?
thanks in advanced
Beta Was this translation helpful? Give feedback.
All reactions