osmo-mgw/tests/mgcp_client
Philipp Maier 01d24a3281 MGCP: Connection Identifiers are hex strings
The MGCP spec in RFC3435 is quite clear: Connection Identifiers are
hexadecimal strings of up to 32 characters. We should not print and
parse them as integers on either client or server.

Change the internal uint32_t representation of connection identifiers
to a string representation in the client and also in the server.

Closes: OS#2649
Change-Id: I0531a1b670d00cec50078423a2868207135b2436
2017-12-01 11:58:23 +00:00
..
Makefile.am drop code dup between libosmo-mgcp-client and libosmo-mgcp 2017-10-05 19:32:58 +02:00
mgcp_client_test.c MGCP: Connection Identifiers are hex strings 2017-12-01 11:58:23 +00:00
mgcp_client_test.err client: add unified function to generate MGCP messages 2017-11-02 11:47:44 +01:00
mgcp_client_test.ok client: add ip address parsing to the client 2017-11-02 11:47:44 +01:00