HP OSI Transport Services/9000 C.11.01 Release Notes

HP OSI Transport Services/9000 Release Notes
Patches and Fixes in this Version
Chapter 112
/etc/rc.config.d/x25 file, it caused
buffer overflow. Thus when the buffer
is accessed by osiadmin, it dumps
core.
Resolution The buffer size is increased to max
pipe size of 8Kb.
10. CR JAGae66284
Symptom osiping is hanging when CLNI
application is running.
Defect Description When one CLNI application is already
running, executing osiping will result
in a hang. osiping continues after the
CLNI application is complete.
Resolution Code has been modified appropriately
to allow osiping to run when a CLNI
application is already running.
11. CR JAGae87400
Symptom 6When two or more osiping sessions
are started concurrently, the one which
was started first works and the others
hang until the first finishes.
Defect Description osiping is developed based on CLNI
APIs. osiping commands use the same
NET-ID as a source. Since
ECHO-REQUEST sources are same,
STACK cannot differentiate between
ECHO-RESPONSEs. So
ECHO-RESPONSEs are directed to
first started osiping.
Resolution As osiping uses NET-ID as source, all
the osiping's ECHO-RSP packets have
the same destination NSAP.We can use
the destination NSAP (ie. source
NSAP in ECHO-RSP) as an identity to
differentiate the ECHO-RSP packets.
This needs the following code
changes,