aboutsummaryrefslogtreecommitdiffstats
path: root/tests/isup/isup_parse_test.c
AgeCommit message (Collapse)AuthorFilesLines
2013-02-24isup: Make isup CIC parsing/using work on big endian machines as wellHolger Hans Peter Freyther1-4/+4
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.
2012-12-16isup: Test some more ISUP messages and that we parse them correctlyHolger Hans Peter Freyther1-2/+34
2011-11-20tests: Add GNU Autotest invocation for the tests we have hereHolger Hans Peter Freyther1-0/+4
Add some std output of the applications, integrate tests.
2011-01-20isup: Make status parsing and status response be genericHolger Hans Peter Freyther1-1/+1
2011-01-20stp: Forward unhandled ISUP from one end to anotherHolger Hans Peter Freyther1-2/+3
2011-01-17mtp: Rename mtp_link to mtp_link_set as this is the linksetHolger Hans Peter Freyther1-1/+1
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-10isup: Respond to a ISUP GRS with a GRA.Holger Hans Peter Freyther1-0/+3
2010-12-10isup: Start parsing the ISUP messagesHolger Hans Peter Freyther1-0/+15
Introduce a ISUP debug category, parse the reset circuit message, add a test case for this easy parsing.
2010-12-10isup: Start with isup support in the cellmgr.Holger Hans Peter Freyther1-0/+48
Start parsing the ISUP messages. This just adds what we need to handle now and will not grow it a lot.