Sonohi / monster

MONSTeR is a framework built around the LTE system toolbox available in Matlab
MIT License
23 stars 9 forks source link

Unexpected write to Monster.Config when simulation is setup and .run is called #106

Closed jakthra closed 4 years ago

jakthra commented 5 years ago

A few modifications to the config is made when the simulation is setup. This should not happen. The Config should be a static read object and nothing else. The rest of the parameters should be moved different class properties in the simulation class. The parameters in question are:

I propose a solution where the above properties are moved to

artuso0matteo commented 4 years ago

Closing as it is addressed by #114