Sonohi / monster

MONSTeR is a framework built around the LTE system toolbox available in Matlab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

computeLinkBudget should return a scalar

artuso0matteo opened this issue · comments

The bug happens when setting 1 eNodeB per type and setting the MacroEnb.radius to 500

computeLinkBudget complains, but in reality this is loss3gpp38901 that returns a vector. It should return a scalar.

I am unable to reproduce the error. I have set 1 of each eNodeB type and the radius to 500, but the error does not appear.

Fixed in pull request #88