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
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
: "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
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
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);
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
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.
-- 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
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
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
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
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
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
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
14 matches
Mail list logo