Radio-Spectrum / SHARC

Simulator for use in sharing and compatibility studies of wireless communication systems
Other
1 stars 16 forks source link

Add unit test for NTN topology #26

Closed brunohcfaria closed 1 month ago

brunohcfaria commented 2 months ago

Description

Implementation of the unit tests for TopologyNTN

Detailed description

The ntn_topology branch introduced the new model for IMT-MSS (or IMT-NTN (non-terrestrial networks)). The TopologyNTN the object that represents the IMT-NTN topology. So far, it has the following features.

A unit-test must be created inside tests folder for the TopologyNTN calculate_coordinates method. The following atributes must be tested for all 1, 7 and 19 cells per cluster.

Use the module's main routine to plot each deployment scenario and understand the meaning of the attribute being tested.

brunohcfaria commented 1 month ago

Fixed in PR #44