osmo-msc/openbsc/tests/bsc-nat
Holger Hans Peter Freyther 8d20065c4b nat: Make rewrite work on string, read to a string first, copy to msgb
The MGCP protocol parsing is adding '\0' to make sure we do not
parse beyond where we should parse. This does not mix with strtok
or similiar routines.
For now we will read the msg into a global array first, then copy
it to the msgb for mgcp protocol handling and if we are required
to forward it to the MGCP we have a untouched copy we will modify
into our own msgb.
2010-06-15 20:24:10 +08:00
..
Makefile.am nat: In the case of losing the MSC, reset all endpoints 2010-06-15 20:24:10 +08:00
bsc_data.c nat: Test rewriting of MGCP messages to patch ip and port 2010-06-15 20:24:10 +08:00
bsc_nat_test.c nat: Make rewrite work on string, read to a string first, copy to msgb 2010-06-15 20:24:10 +08:00