Operating System - HP-UX
1833704 Members
2959 Online
110062 Solutions
New Discussion

OC SS7 application problem

 
Alan Phillips_2
Occasional Contributor

OC SS7 application problem

I am trying to get a simple application to run using the OC SS7 TCAP api. The problem is that messages (from an MGTS) are not getting to the application. When I use the SCCP API, the messages do get there. Also, I tried running the sample TCAP app from the tutorial and got the same result.

My suspicion is that something is either not configured right or is not in the right state, although I cannot find any indication of such a problem using the SS7 Monitor and there are no console messages coming out.

Any ideas about what I've got wrong would be
appreciated.

Thank you,
Alan Phillips
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: OC SS7 application problem

This is a real shot in the dark.

If the application uses shared memory, your kernel allocation of such memory might not be adequate.

ipcs

to see whats in use.

Check the kernel parameters shmmax, shmseg.

SEP

Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Alan Phillips_2
Occasional Contributor

Re: OC SS7 application problem

Thanks for your reply, Steven. The app I'm currently using is just a small test app - it doesn't do anything explicitly with shared memory. And the system I'm on is basically empty at this time.

The shmmax value is 67108864 and the shmseg value is 120. I didn't see anything in the ipcs output, but I'm not really a Unix expert, either.

Thanks,
Alan