HP OSI Transport Services/9000 C.12.00 Release Notes

Chapter 1 19
HP OSI Transport Services/9000 (C.12.00 for HP UX 11.23)
Fixes in this version
Resolution The RFC1006 layer has been modified
to limit data accumulation to less than
64KB, therefore solving the problem.
3. CR JAGae18012
Symptom Configuring EMS (Event Monitoring
Systems) to monitor OTS X.25 subnet
fails.
Defect Description When configuring EMS software to
monitor X.25 Subnet, otsresmond is
unable to get IP address. The problem
is that call to gethostbyname() fails.
This call fails because otsresmond is
linked with libpthread library and while
linking, libpthread is linked after libc.
As per CR JAGad69986, libpthread
must be linked before libc.
Resolution Makefile has been changed such that
libpthread is linked before libc.
4. CR JAGae28797
Symptom Connection request over ACC-X25
subnets fail with N_REJECT error with
reason code 0x1203.
Defect Description When OTS gets a reset-indication from
ACC driver, OTS is not freeing a
connection context properly. As OTS
gets more reset-indication from ACC,
more connection contexts are not freed
up. Finally all the available free
contexts are exhausted. And thus OTS
doesn’t allow any further connection
requests over any subnet.
Resolution The code has been changed to free the
connection contexts when OTS gets
reset-indication from ACC driver.
5. CR JAGae42584