From fde82f554b4d3d1534b13b6d42f528eb933fd2f5 Mon Sep 17 00:00:00 2001 From: Bhaskar Date: Fri, 17 May 2013 11:27:01 +0530 Subject: gsm48_mm.h: Added get_mm_name() to header --- src/host/layer23/include/osmocom/bb/mobile/gsm48_mm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/host/layer23/include/osmocom/bb/mobile/gsm48_mm.h b/src/host/layer23/include/osmocom/bb/mobile/gsm48_mm.h index fb62aae1..6e9c197c 100644 --- a/src/host/layer23/include/osmocom/bb/mobile/gsm48_mm.h +++ b/src/host/layer23/include/osmocom/bb/mobile/gsm48_mm.h @@ -228,6 +228,7 @@ int gsm48_mmxx_downmsg(struct osmocom_ms *ms, struct msgb *msg); struct msgb *gsm48_mmxx_msgb_alloc(int msg_type, uint32_t ref, uint8_t transaction_id, uint8_t sapi); const char *get_mmr_name(int value); +const char *get_mm_name(int value); const char *get_mmxx_name(int value); extern const char *gsm48_mm_state_names[]; extern const char *gsm48_mm_substate_names[]; -- cgit v1.2.3