aboutsummaryrefslogtreecommitdiffstats
path: root/include/isup_types.h
AgeCommit message (Collapse)AuthorFilesLines
2012-12-17isup: Make isup CIC parsing/using work on big endian machines as wellHolger Hans Peter Freyther1-0/+1
This is a hot fix to make CIC reading (and later status) work on big endian machines. There might be a more elegant way to do it and I will explore this later.
2011-02-23mtp: Call the mtp_link_set always set otherwise things get confusingHolger Hans Peter Freyther1-1/+1
In a backtrace it is confusing to see variables called link and link and one is a mtp_link and the other is a mtp_link_set.
2011-01-20isup: Attempt a short cut in the link bring up by sending a unblockHolger Hans Peter Freyther1-0/+2
Attempt to unblock all circuits after the Gateway has blocked them. In the ISUP spec we would need to go through the continuity test and such.
2011-01-20isup: Make status parsing and status response be genericHolger Hans Peter Freyther1-1/+1
2011-01-20isup: Attempt to handle a RSC on the exchangeHolger Hans Peter Freyther1-0/+5
2011-01-20isup: ANSI/ITU have a different idea about the CIC and spare bitsHolger Hans Peter Freyther1-7/+1
There can be 2 or 4 spare bits depending on the ISUP spec, it is better to handle this in higher code and assume the whole thing is a cic.
2011-01-20stp: Forward unhandled ISUP from one end to anotherHolger Hans Peter Freyther1-1/+1
2011-01-17mtp: Rename mtp_link to mtp_link_set as this is the linksetHolger Hans Peter Freyther1-2/+2
The link_udp is actually below the linkset. We need to get this right now and then can have multiple links.
2011-01-16license: Switch to the GNU AGPLv3 for this network serviceHolger Hans Peter Freyther1-7/+6
2010-12-20iusp: Make isup parsing work on big endian machinesHolger Hans Peter Freyther1-0/+6
2010-12-10isup: Start with isup support in the cellmgr.Holger Hans Peter Freyther1-0/+49
Start parsing the ISUP messages. This just adds what we need to handle now and will not grow it a lot.