Hi,
How can we calculate (convert to money) expenses of a BTS if we know Traffic in Erlang (per day or per hour), mean holding time and other available indicators in RNO. I tried with number of rtch_assign_success multiplied by average mean holding time divided per 60 s and that’s the number of assignments per minute, and all this multiplied by call/minute price. Any other idea? What else we have to take in consideration?
I would be appreciated if someone can have different approach.
Best regards,
Rex
Use the RTCH_Erlang_total per day
if erlang_total = 10,000
it means there was 10,000 seconds of speech.
Multiply that number by the price/second, and there you go : the result is the amount of money generated within one day.