osmo-mgw/src
Philipp Maier bca0ef6cd9 stat+vty: fix printing of rate counter values
When creating the mgcp statistics (DLCX) and also when printing
values in the VTY. The printf placeholder %lu is used. However,
this is not portable when the same code is compiled on a machine
with different integer size (e.g. armv7).

- Use PRIu64 when printing ->current value of the rate counters

Change-Id: Ifb8944cec83868845f74ad84551eb090f812daf8
2018-07-09 17:24:55 +02:00
..
libosmo-legacy-mgcp legacy-mgcp: switch to new osmux output APIs 2018-05-19 12:06:12 +00:00
libosmo-mgcp stat+vty: fix printing of rate counter values 2018-07-09 17:24:55 +02:00
libosmo-mgcp-client client: add features to generate and parse codec information 2018-06-23 11:39:48 +00:00
osmo-bsc_mgcp use osmo_init_logging2() with proper talloc ctx 2018-04-01 16:05:05 +02:00
osmo-mgw use osmo_init_logging2() with proper talloc ctx 2018-04-01 16:05:05 +02:00
Makefile.am Initially implement the new osmo-mgw and libosmo-mgcp 2017-10-05 01:40:43 +00:00