aboutsummaryrefslogtreecommitdiffstats
path: root/tests/patching/patching_test.c
AgeCommit message (Collapse)AuthorFilesLines
2013-05-13patching: Add a VTY option to hardcode the assignment complete messageHolger Hans Peter Freyther1-0/+58
For some equipment it is the easiest to patch the assignment complete message transported to the MSC. Add a VTY config to enable this patching, create a testcase that tests that the original message is truncated. The setting of the VTY option has been manually tested. The entire system has not been end to end tested. Conflicts: src/vty_interface.c
2013-05-13patching: Get the struct ss7_application down to the patching routineHolger Hans Peter Freyther1-3/+10
2013-03-25bss patch: Patch all slots with FR2 in the assignment requestHolger Hans Peter Freyther1-1/+1
* Patch all slots with the FR2 codec. This is the easiest way to patch the entire message.
2013-03-25bss patching: Add test cases for assignment and assignment complete patchingHolger Hans Peter Freyther1-0/+48
* Chosen Channel and Speech Version are both optional. Patch them separately if they are present. * Add testcase for the assignment request patching.
2013-03-25tests: Make the test data static constHolger Hans Peter Freyther1-15/+15
2011-11-24bss: Add an additional test where we do not want to patch anythingHolger Hans Peter Freyther1-0/+14
2011-11-24bss: Patch CC messages with bearer capabilities to contain AMR 3Holger Hans Peter Freyther1-3/+20
* This changes bss_patch_filter_msg to return -1 or BSS_FILTER_DTAP for DTAP messages. This way app_forward_sccp should continue to behave the same besides now looking into DTAP messages. * Introduce a direction in case we want to advertize FR into the BSS side and HR into the other direction. * Patch AMR HR3 and Fullrate/Halfrate capabilities in the Bearer Capabilities. Add a test case that is patching the bearer capabilities
2011-11-20tests: Add GNU Autotest invocation for the tests we have hereHolger Hans Peter Freyther1-1/+1
Add some std output of the applications, integrate tests.
2011-05-09misc: Fix the compilation of the testsHolger Hans Peter Freyther1-5/+5
2010-08-04Use libosmocore instead of the old temporary laF0rge1 lib..Holger Hans Peter Freyther1-1/+3
2010-07-31u_int8_t -> uint8_tHolger Hans Peter Freyther1-15/+15
2010-07-28Public release of the cellmgr_ng code to convert E1 to IPA SCCPHolger Hans Peter Freyther1-0/+279