Assigning icons to entity types
Some network entities that display in the GUI are not devices and therefore do not have an associated class name. In order to be able to display an icon for these entities in the GUI, you can associate an icon to the related entity type to an icon.
Make custom icons available by adding icons as described in
the related link.
To assign a custom icon to an entity type:
RAN GSM Cell
An example of a network entity that displays in the GUI but is not a device and therefore does not have an associated class name is the entity type 130: RAN GSM Cell. A RAN GSM Cell is a collection of elements, but does not have a class type or class name.
To associate the
cloud icon for the RAN GSM cell in the GUI, the following line was
added to the topoviz.properties file:
topoviz.image.RAN\ GSM\ Cell=cloud.svgNote: The
spaces in the entity name
RAN GSM Cellmust be escaped
with a backslash (\).