Hello,
I am trying to simulating a WiFi network with directional antennas but when I run my code I get the following error:
gsl: qags.c:543: ERROR: number of iterations was insufficient
Default GSL error handler invoked.
I traced the error back to an integration function from the GSL library. I tried altering the function but nothing seems to fix it. The only way I found to get around the problem is to remove the GSL library. Documentation says this library is used to support more accurate WiFi error models. I was wondering if anyone knew how important this library is for accurate results.
If it decreases the error from 5% to 2% then I am alright with my decision, but if it decreases it from like 20% to 5% I will need to find another alternative.
Thanks,
Jeremy