osmo-msc/openbsc/tests/mgcp
Holger Hans Peter Freyther ce55361e93 mgcp: Test and implement re-transmission handling
MGCP is used over UDP and a response might be lost. The MGCP RFC
asks for keeping a list of responses and then using the previous
response to answer a duplicate request. I tried to conserve memory
and just wanted to remember the last transaction identifier and
result-code and re-generate the result from that. This made the
code look bad and this is why the entire response will now be stored.
It sadly increases the memory usage but can not be avoided at this
time.

Remove the msg->l3h pointer for the RQNT callback as strtok has
modified the content of it.
2012-12-10 14:46:00 +01:00
..
Makefile.am tests: Introduce running tests with GNU autotest in OpenBSC 2012-01-06 18:52:05 +01:00
mgcp_test.c mgcp: Test and implement re-transmission handling 2012-12-10 14:46:00 +01:00
mgcp_test.ok mgcp: Test and implement re-transmission handling 2012-12-10 14:46:00 +01:00