diff options
author | Harald Welte <laforge@gnumonks.org> | 2015-08-16 17:56:25 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2015-08-18 19:32:33 +0200 |
commit | 1a8c4e05fbf51662e3ffe47ed64c20f4752e2563 (patch) | |
tree | f41fdfd37d6a8adf20b48dfcaa90c5dc8f675a71 /include/osmocom/gsm | |
parent | 1f6aad1c042f3040ac62696fc38c65a875862b6a (diff) |
Introduce gsm48_mi_type_name() function
Diffstat (limited to 'include/osmocom/gsm')
-rw-r--r-- | include/osmocom/gsm/gsm48.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/gsm/gsm48.h b/include/osmocom/gsm/gsm48.h index a4522d74..74ac52c7 100644 --- a/include/osmocom/gsm/gsm48.h +++ b/include/osmocom/gsm/gsm48.h @@ -32,6 +32,7 @@ int gsm48_generate_mid_from_imsi(uint8_t *buf, const char *imsi); /* Convert Mobile Identity (10.5.1.4) to string */ int gsm48_mi_to_string(char *string, const int str_len, const uint8_t *mi, const int mi_len); +const char *gsm48_mi_type_name(uint8_t mi); /* Parse Routeing Area Identifier */ void gsm48_parse_ra(struct gprs_ra_id *raid, const uint8_t *buf); |