[asterisk-ss7] libss7 documentation

2007-05-06 Thread sai jayram AKV
Hi. I am new to libss7. Can any one help in locating documentation and architecture of libss7 stack..? Rgds sai -- A.K.V.Sai jayram Bangalore ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-ss7 mailing list To UNSUBSCRIBE or updat

[asterisk-ss7] performance of libss7 on load

2007-05-09 Thread sai jayram AKV
HI. I have downloaded libss7 stack from digium site 2 days ago and successfully ported on our custom built card and interfaced to asterisk. I would like to thank all contributors for such a wonderful piece of code. The source code is pretty neat and we could port in a days time. Did any one do

Re: [asterisk-ss7] performance of libss7 on load

2007-05-09 Thread sai jayram AKV
: "sai jayram AKV" <[EMAIL PROTECTED]> Subject: [asterisk-ss7] performance of libss7 on load To: asterisk-ss7@lists.digium.com Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" HI. I have downloaded libss7 stack from digium site 2 day

Re: [asterisk-ss7] performance of libss7 on load

2007-05-10 Thread sai jayram AKV
The problem is seen when stack receives out of sequence FISU. There is a variable retransmissioncounter being incremented but not used anywhere. Is it for debug purpose..? -- A.K.V.Sai jayram Bangalore ___ --Bandwidth and Colocation provided by Easynew

[asterisk-ss7] bug in ss7 with linkset (slc) not equal to 0

2007-05-11 Thread sai jayram AKV
hi. we have corrected a bug in ss7 stack when slc is not equal to 0. File : mtp3.c Function : set_routinglabel Old code : case SS7_ITU: buf[0] = rl->dpc & 0xff; buf[1] = ((rl->dpc >> 8) & 0x3f) | ((rl->opc << 6) & 0xc0);

[asterisk-ss7] isup sls bug (isup.c)

2007-05-15 Thread sai jayram AKV
hi. There is a mistake in isup_send_message function of isup.c rl.sls is assigned sls_next(ss7), assuming there are 16 signaling links amd sls in incrementsd one after other. There will be a problem if the number of signaling links are less than 16. sls_next may be modified so that 16 is repla

[asterisk-ss7] Re: asterisk-ss7 Digest, Vol 27, Issue 12

2007-05-16 Thread sai jayram AKV
For ITU,valid slc values are from 0 to 15 as it occupies only 4 MSBs. Same argument is valid for sls also. A better way of assigning values to sls could be by putting a "for" loop to see number of active links and assigning active link slc value one after other other to sls in round robin fashion.

Re: [asterisk-ss7] isup sls bug (isup.c)

2007-05-16 Thread sai jayram AKV
-- Forwarded message -- From: sai jayram AKV <[EMAIL PROTECTED]> Date: May 16, 2007 5:00 PM Subject: Re: asterisk-ss7 Digest, Vol 27, Issue 12 To: asterisk-ss7@lists.digium.com For ITU,valid slc values are from 0 to 15 as it occupies only 4 MSBs. Same argument is valid f

[asterisk-ss7] problem with two systems running libss7

2007-05-31 Thread sai jayram AKV
Hi. I am trying to do load testing of libss7 by loading libss7 stack on two identical systems and connecting back to back. System A---SystemB OPC : XXXOPC: YYY DPC : YYY DPC: XXX Both systems A and B comes to proving state and ha

[asterisk-ss7] Re: problem with two systems running libss7 (Matthew Fredrickson)

2007-05-31 Thread sai jayram AKV
systems running libss7 To: asterisk-ss7@lists.digium.com Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Can you post your config files (zaptel.conf and zapata.conf)? Matthew Fredrickson On May 31, 2007, at 12:03 PM, sai jayram AKV wrote: > Hi. &g

[asterisk-ss7] Re: SS7 type approval

2007-06-06 Thread sai jayram AKV
Hello. we had ported libss7 on one of our custom board and got a type approval for hardware from authorities in India. Its like FCC certification. They measure various physical characteristics, network loading, pulse mask, jitter injection, jitter tolerance etc etc. I do have confirmance test e

Re: [asterisk-ss7] problem with two systems running libss7

2007-07-12 Thread sai jayram AKV
Hi. I figured out the problem. I called schedule function to start timer and it worked. But I landed in some other issues which I am trying to figure out. Rgds sai On 7/11/07, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: Send asterisk-ss7 mailing list submissions to asterisk-ss7@l

Re: [asterisk-ss7] asterisk-ss7 Digest, Vol 29, Issue 15

2007-07-31 Thread sai jayram AKV
Hi Aravind. If you are running libss7/chanss7 on 8260 proc with embedded linux, you might need to check on endianness. Also, you might try disabling fisu transmission under idealcondition from userspace as ppc can transmit fisu after msu. I had similar issue and got rectified by a header file cha

Re: [asterisk-ss7] asterisk-ss7 Digest, Vol 29, Issue 16

2007-08-02 Thread sai jayram AKV
Hi Aravind. If you are running libss7/chanss7 on 8260 proc with embedded linux, you might need to check on endianness. Also, you might try disabling fisu transmission under idealcondition from userspace as ppc can transmit fisu after msu. I had similar issue and got rectified by a header file cha