Call Arrival and Simulation Framework
Call Arrival: not Poisson-distributed
Time of day Probability of incoming calls
00:00 to 08:00 0.20
08:00 to 18:00 0.50
18:00 to 24:00 0.30
Simulation Framework (Java):
- encapsulate simulation core (user movements, call arrivals, cell layout, etc.) in a few classes
- provide facilities to add own location management proposal through inheritance
- simulation framework will call appropriate methods during execution, leave bookkeeping to individual implementations