Hello and thank you in advance for answering my question.
I am a beginner and experimenting with LTE-A system-level version 2 to learn it.
I try to use the traffic model. I can implement it with no problem and draw the plots. However, when I change any parameter such as the packet size or packet arrival rate, the throughput does not change at all. What I did is as follow:
1- copy the LTE_sim_main_launcher_demo_trafficmodels content in my own file.
2- the correspong lines as follows are added to the file:
LTE_config.traffic_models.usetraffic_model = true;
LTE_config.traffic_models.type = ‘voip’;
LTE_config.traffic_models.voice_size = 40*8;
LTE_config.traffic_models.iit_voice = 1;
LTE_config.traffic_models.iit_silence=0;
could you please kindly help me to solve the problem.
I appreciate your help