aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2011-01-20mtp: Fix the address mask, macro to extract opc/dpcHolger Hans Peter Freyther1-0/+12
Fix the address mask, add macro to extract the DPC and OPC from an address. Write a test case for this.
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 Freyther2-2/+19
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 Freyther3-1/+53
Start parsing the ISUP messages. This just adds what we need to handle now and will not grow it a lot.
2010-08-04cleanup: Remove code that is provided by libosmocore now.Holger Hans Peter Freyther1-3/+1
libosmocore contains the GSM08.08 definition, no need to copy that anymore.
2010-08-04Use libosmocore instead of the old temporary laF0rge1 lib..Holger Hans Peter Freyther2-3/+5
2010-07-31u_int32_t -> uint32_tHolger Hans Peter Freyther1-1/+1
2010-07-31u_int16_t -> uint16_tHolger Hans Peter Freyther1-1/+1
2010-07-31u_int8_t -> uint8_tHolger Hans Peter Freyther2-21/+21
2010-07-28Public release of the cellmgr_ng code to convert E1 to IPA SCCPHolger Hans Peter Freyther5-0/+920