diff options
author | Harald Welte <laforge@gnumonks.org> | 2017-10-03 17:46:14 +0800 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2017-10-24 16:00:45 +0000 |
commit | ae510dc4a743e981b40fc5e1fdb4c109f2425e27 (patch) | |
tree | 76af91250b31b14196c965fe1fc8bc130931728d /src/gsm/gprs_gea.c | |
parent | 8c4f5457aa185bc9d74b6962aaafdd263ea6af56 (diff) |
rate_ctr: Enforce counter (and ctr_group) names are valid identifiers
As rate counters are automatically exposed on the CTRL interface,
we need to make sure they don't contain special characters such as '.'
which are not permitted/supported by CTRL.
In order to be able to run old versions of osmocom programs with
libosmocore versions after this commit, we introduce some special
name mangling: Any '.' in the names are replaced with ':' during
counter group registration, if valid identifiers can be obtained
this way.
Change-Id: Ifc6ac824f5dae9a848bb4a5d067c64a69eb40b56
Diffstat (limited to 'src/gsm/gprs_gea.c')
0 files changed, 0 insertions, 0 deletions