summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhaskar <niceguy108@gmail.com>2013-05-17 11:27:01 +0530
committerHarald Welte <laforge@gnumonks.org>2013-05-23 07:51:09 +0200
commitfde82f554b4d3d1534b13b6d42f528eb933fd2f5 (patch)
tree2287d3ac3b854b7866f27cacc2857b16ba229032
parent2542a55c873c335b5d16ccf23e5e580989ce986f (diff)
gsm48_mm.h: Added get_mm_name() to header
-rw-r--r--src/host/layer23/include/osmocom/bb/mobile/gsm48_mm.h1
1 files changed, 1 insertions, 0 deletions
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[];