Specifications

9032277-04 Software Superseded by CS3/MMS3
5-67
Patches Issued Since the CS2/MMS2 Release
Thus, CsIHRouterMap::get_subnet_list() should never return a NULL
pointer, unless the scratchpad is not able to read. In this case, the
caller of get_subnet_list() should check the returned pointer before
dereferencing it.
Another problem was Fanouts were being placed onto FrameRelay
Port interface models in the DevTop View of a device supporting
FrameRelay. At times, DLCI port were being connected to the Fanouts
(which should not be possible) and/or LAN models. Also, the model
type attribute for Frame Relay Port Type (32) was set incorrectly so
that a WA_Link would appear vs. a FrameRelay DTE model for direct
connections to router or WAN Link.
The resolution was change the value for the VNM model type attribute
from 102e2 to 1b80005 Frame Relay Port Type (32).
--
The problem was running a multiple attribute Find with the option
"Find All Occurrences" on greater than 1000 models hung the User
Interface. Specifically, a customer used the "Find All Occurrences",
with a prefix match set on Model Name, and a condition of "YELLOW"
was set as the Primary Key.
The resolution was to make more efficient the way SpectroGRAPH
searches through the list of existing models to match the attribute
criteria set up by the user. Once these changes were made the User
Interface will not hang as long.
--
SpectroGRAPH crashes with a core dump when you select the DevTop
view for a SwSyn281xx model type. The crash is caused by an entry
that SLAM makes in the CsIib/SwSyn281xx/Sy281xx.GSISd file.
The iib file for the SwSyn281xx has an error in it. The "Left_to_right"
entry in this file is as boolean flag (TRUE) that allows the icon to place
its children icons in a horizontal display from left to right. When it
does this the child icons need to have a left to right sequence in their
data set. This data set is determined from the DUMMY ( x, y )
statements in the iib file. In the case of the SwSyn281xx/
Sy281xx.GSISd iib file the x coordinate (the horizontal one) remains
the same and the y coordinate (the vertical one) changes.