From ace80bb5695e4e7cc61cddcb9190645500a331a7 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 13 Jan 2017 13:45:06 +0100 Subject: Mark deprecated function as such Mark abis_nm_debugp_foh() function superseded by macro with the same name as deprecated. Change-Id: I2d3ea2b56aff6b687f72f832360b8cb8a24164e9 --- src/gsm/abis_nm.c | 1 + 1 file changed, 1 insertion(+) 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) ", -- cgit v1.2.3