aboutsummaryrefslogtreecommitdiffstats
path: root/src/bss_patch.c
AgeCommit message (Collapse)AuthorFilesLines
2013-05-13patching: Add a VTY option to hardcode the assignment complete messageHolger Hans Peter Freyther1-3/+11
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-6/+8
2013-03-25bss patch: Remove stale printf from the code that broke the testsHolger Hans Peter Freyther1-1/+0
2013-03-25bss patch: Patch all slots with FR2 in the assignment requestHolger Hans Peter Freyther1-6/+12
* 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-11/+11
* Chosen Channel and Speech Version are both optional. Patch them separately if they are present. * Add testcase for the assignment request patching.
2011-11-24bss: Patch CC messages with bearer capabilities to contain AMR 3Holger Hans Peter Freyther1-5/+120
* 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-23bss_patch: Remove magic number and use define for BSSAP managementHolger Hans Peter Freyther1-3/+3
2011-05-08Adopt to recent libosmocore namespace changes and libosmogsmHarald Welte1-2/+3
2011-01-16license: Switch to the GNU AGPLv3 for this network serviceHolger Hans Peter Freyther1-7/+6
2010-10-27assignment: An evil hack to include some fake IES..Holger Hans Peter Freyther1-0/+13
Add stuff to the message...
2010-08-04cleanup: Remove code that is provided by libosmocore now.Holger Hans Peter Freyther1-2/+3
libosmocore contains the GSM08.08 definition, no need to copy that anymore.
2010-08-04Update SCCP includes for the new location of files.Holger Hans Peter Freyther1-1/+1
2010-08-04Use libosmocore instead of the old temporary laF0rge1 lib..Holger Hans Peter Freyther1-1/+1
2010-07-31u_int32_t -> uint32_tHolger Hans Peter Freyther1-4/+4
2010-07-31u_int8_t -> uint8_tHolger Hans Peter Freyther1-7/+7
2010-07-28Public release of the cellmgr_ng code to convert E1 to IPA SCCPHolger Hans Peter Freyther1-0/+300