osmo-msc/openbsc/tests
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
..
bsc-nat nat: Inject a a=fmtp:%d to force the right AMR code 2012-11-07 13:34:43 +01:00
channel abis: gsm_data_shared.h includes libosmo-abis header, add abis to cflags 2012-01-15 17:52:02 +01:00
db tests: Fix build of 'db' test after smpp merge 2012-11-24 11:11:59 +01:00
gprs gprs: Honor GSM 04.64 8.4.2 Receipt of unacknowledged information 2012-01-06 18:52:05 +01:00
gsm0408 abis: gsm_data_shared.h includes libosmo-abis header, add abis to cflags 2012-01-15 17:52:02 +01:00
mgcp mgcp: Test and implement re-transmission handling 2012-12-10 14:46:00 +01:00
si si: Partially implement the range encoding for the SI. 2012-10-22 15:23:58 +02:00
Makefile.am si: Partially implement the range encoding for the SI. 2012-10-22 15:23:58 +02:00
atlocal.in tests: Use atlocal/atlocal.in to enable/disable the NAT test 2012-01-09 22:53:04 +01:00
sms.txt move openbsc into its own subdirectory 2009-06-10 05:40:52 +08:00
testsuite.at si: Partially implement the range encoding for the SI. 2012-10-22 15:23:58 +02:00