Unipisa / Simu5G

Simu5G - 5G NR and LTE/LTE-A user-plane simulation model for OMNeT++ & INET
https://simu5g.org
Other
150 stars 87 forks source link

Spectrum bandwidth used in simu5G #29

Closed lexsawada11 closed 2 years ago

lexsawada11 commented 2 years ago

Hi developers,

Thanks for addressing my previous question. Can you help enlighten me on the spectrum bandwidth used for each of the carrier frequency in .carrierAggregation.componentCarrier[*].carrierFrequency that are being set? Is there any way for me to change the spectrum bandwidth?

Thank for your advise.

giovanninardini commented 2 years ago

Hello,

you can use the *.carrierAggregation.componentCarrier[*].numBands parameter to change the spectrum bandwidth. The parameter sets the number of available Resource Blocks in the given component carrier. For example, numBands=25 means 5 MHz, 50 means 10 MHz, 100 means 20 MHz, and so on.

Best regards. Giovanni

nswdxfm20008 commented 1 year ago

Hello,

you can use the *.carrierAggregation.componentCarrier[*].numBands parameter to change the spectrum bandwidth. The parameter sets the number of available Resource Blocks in the given component carrier. For example, numBands=25 means 5 MHz, 50 means 10 MHz, 100 means 20 MHz, and so on.

Best regards. Giovanni

hi giovanninardini Besides the way of changing *.carrierAggregation.componentCarrier[*].numBands to adjust the bandwidth, has any other methods to change the bandwidths ? in my simulation there's just one cell to observe performance under different bandwidth, and i do not prefer to deploy CarrierAggregation

thank for you advise

giovanninardini commented 1 year ago

Hello, I am not sure I fully understand your question. If you want to change the bandwidth of your cell, you need to use the numBands parameter. The fact that it is a parameter of the carrierAggregation module does not mean that you are deploying carrier aggregation. In fact, if you set just the parameter numComponentCarrier = 1 in the carrierAggregation module, then you are actually simulating a scenario without carrier aggregation.

Hope this answers your question.