osmo-msc/openbsc/src/mgcp
Holger Hans Peter Freyther a820c5f89d [mgcp] Fix two bugs in the protocol handling
In case of a wrongly formatted AUEP, CRCX, DLCX, MDCX the
transaction id pointer was a dangling pointer... Initialize
the transaction id to a static string..

Also fix a off by one bug. We want to extract four elements
from the MGCP message and not only 3... So a short AUEP message
made it us read too many things.
2010-02-26 13:32:55 +01:00
..
mgcp_main.c [mgcp] Move away from global variables and split out VTY code 2010-02-22 12:09:24 +01:00
mgcp_network.c [mgcp] Move the network bits to a separate file... 2010-02-22 12:09:41 +01:00
mgcp_protocol.c [mgcp] Fix two bugs in the protocol handling 2010-02-26 13:32:55 +01:00
mgcp_vty.c [mgcp] Print the rtp_port number, do not assume it was already assigned. 2010-02-26 13:10:51 +01:00