Hi, I'm trying to test OpenIMSCore using IMS Bench SIPp. I've compiled and everything is running well! I'm using only 1 SIPp client. The communication between the SIPp client, cpumem and manager is OK I just have a problem after the registration step. The client quit because of "User pool id[0] is empty -> Quitting!"
Hereunder is the log message: sipp: The following events occured: 2008-08-13 19:45:24.154: Created CConsole 0x81f5570. 2008-08-13 19:45:24.156: Set TSID: slot:0 TS1 (1). 2008-08-13 19:45:24.156: accept return 17 [IP4: 192.168.3.10:49213]. 2008-08-13 19:45:24.156: ~ASSIGNID=0xffffffff - 0x1. 2008-08-13 19:45:24.156: ~ASSIGNID=0x1 - 0xffffffff. 2008-08-13 19:45:24.156: Set TSID: slot:1 TS1 (0). 2008-08-13 19:45:26.908: User pool id[0] is empty -> Quitting!. 2008-08-13 19:45:26.908: Quitting!. 2008-08-13 19:45:27.172: sipp.cpp: EXIT_TEST_RES_UNKNOWN quitting=1. 2008-08-13 19:45:27.172: final cleanup. In the wireshark trace, everything works as I want. The only problem is that the client quit and I do not know why! Please, find in attachment a trace_msg log, the manager log, the injection file (ims_users_1_inf), and the manager.xml file Thanks a lot for your assistance! Khaldon
sipp_TS1_messages.log
Description: Binary data
<?xml version="1.0" encoding="ISO-8859-1" ?><configuration> <!-- Test System Parameters --> <param name="number_test_systems" value="1"/> <param name="prep_offset" value="2000"/> <param name="rand_seed" value="0"/> <param name="report" value="1"/> <param name="log" value="1"/> <param name="transient_time" value="30"/> <param name="max_time_offset" value="25000000"/> <!-- Scenario Parameters --> <scen_param name="RegistrationExpire" value="1000000"/> <scen_param name="RingTimeDistr" value="exponential"/> <scen_param name="PMMDataSize" value="140"/> <scen_param name="HoldTimeDistr" value="exponential"/> <scen_param name="HoldTime" value="120000"/> <scen_param name="PMMDataSizeDistr" value="uniform"/> <scen_param name="RingTime" value="5000"/> <!-- Scenario --> <scenario name="ims_rereg" max_ihs="0.1"/> <scenario name="ims_reg" max_ihs="0.1"/> <scenario name="ims_uac" max_ihs="0.1"/> <scenario name="ims_dereg" max_ihs="0.1"/> <scenario name="ims_msgc" max_ihs="0.1"/> <scenario name="ims_uas"/> <scenario name="ims_msgs"/> </configuration> <!-- Pre-Registration Phase --> <run cps="100" max_calls="50" distribution="constant" sync_mode="off" use_scen_max_ihs="no" max_global_ihs="1" stats="1000"> <scenario name="ims_reg" ratio="100"/> </run> <!-- Stir Phase --> <run cps="25" duration="100" step_increase="25" num_steps="3" distribution="poisson" use_scen_max_ihs="no" max_global_ihs="1" stats="2000" report="no"> <scenario name="ims_rereg" ratio="15"/> <scenario name="ims_reg" ratio="2.5"/> <scenario name="ims_uac" ratio="50"/> <scenario name="ims_dereg" ratio="2.5"/> <scenario name="ims_msgc" ratio="30"/> </run> <!-- Benchmark Run Phase --> <run cps="100" duration="1800" step_increase="10" num_steps="3" distribution="poisson" stats="2000"> </run> <!-- Final Pause - Required to allow last step data collection to complete --> <run cps="0" duration="3"/>
manager.log
Description: Binary data
ims_users_1_inf
Description: Binary data
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
