diff options
author | Max <msuraev@sysmocom.de> | 2017-01-13 13:45:06 +0100 |
---|---|---|
committer | Max <msuraev@sysmocom.de> | 2017-01-16 08:53:20 +0000 |
commit | ace80bb5695e4e7cc61cddcb9190645500a331a7 (patch) | |
tree | 03314481e226e837691ac79632df62a8bd1154c1 /src | |
parent | b41b48e76a0057f9cf7b9c98dea86dbb93b602bb (diff) |
Mark deprecated function as such
Mark abis_nm_debugp_foh() function superseded by macro with the same
name as deprecated.
Change-Id: I2d3ea2b56aff6b687f72f832360b8cb8a24164e9
Diffstat (limited to 'src')
-rw-r--r-- | src/gsm/abis_nm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gsm/abis_nm.c b/src/gsm/abis_nm.c index 73e3c7e5..9839d29b 100644 --- a/src/gsm/abis_nm.c +++ b/src/gsm/abis_nm.c @@ -597,6 +597,7 @@ enum gsm_phys_chan_config abis_nm_pchan4chcomb(uint8_t chcomb) /* this is just for compatibility reasons, it is now a macro */ #undef abis_nm_debugp_foh +OSMO_DEPRECATED("Use abis_nm_debugp_foh macro instead") void abis_nm_debugp_foh(int ss, struct abis_om_fom_hdr *foh) { DEBUGP(ss, "OC=%s(%02x) INST=(%02x,%02x,%02x) ", |