From dfd85137cf18243240d5f3c4300ca5b33f26e362 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 24 May 2018 12:19:45 +0200 Subject: mncc: properly export osmo_mncc_name() For some strange reason, the osmo_mncc_name() inline function was not in the mncc.h header, but in the mncc.c file. Let's fix that. Change-Id: I2c3666510c981dffa4ba25bed517fd7ebd1250f5 --- src/gsm/mncc.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/gsm/mncc.c') diff --git a/src/gsm/mncc.c b/src/gsm/mncc.c index fa4726cf..938cf9a6 100644 --- a/src/gsm/mncc.c +++ b/src/gsm/mncc.c @@ -244,10 +244,6 @@ const struct value_string osmo_mncc_names[] = { { 0, NULL }, }; -static inline const char *osmo_mncc_name(uint32_t msg_type) { - return get_value_string(osmo_mncc_names, msg_type); -} - static void mncc_dump_rtp(struct msgb *str, const uint8_t *msg, unsigned int len) { const struct gsm_mncc_rtp *rtp = (const struct gsm_mncc_rtp *) msg; -- cgit v1.2.3