osmo-mgw/src/libosmo-mgcp-client
Neels Hofmeyr 32d15cc8ba drop/replace very weird logging in mgcp_client.c
mgcp_do_write() is the final stage of writing data towards the MGCP server
(MGW). In that function, drop an unconditional iteration and copy of the MGCP
message to a static string buffer for no apparent reason besides debug logging.

Instead, use osmo_escape_str() with a limited length, which can just be an
inline format argument in the LOGP() statement. This way, the string mangling
is simpler and only gets run when DMGCP is actually on debug log level.

Change-Id: Id6877ed7fd7dbe009b2ece8792d5160d040c1aaa
2018-12-17 13:37:18 +00:00
..
Makefile.am Bump version: 1.3.0.34-9cd52-dirty → 1.4.0 2018-07-27 19:05:23 +02:00
mgcp_client.c drop/replace very weird logging in mgcp_client.c 2018-12-17 13:37:18 +00:00
mgcp_client_fsm.c mgcp_common: rename to MGCP_CONN_ID_MAXLEN 2018-09-03 22:26:14 +02:00
mgcp_client_vty.c add X-Osmo-IGN MGCP header to ignore CallID 2018-08-25 16:47:44 +02:00