From c226317c9c7297bebd030af3a7ffd13f2272bc59 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 1 Jun 2010 10:47:07 +0200 Subject: add new new gprs_tmsi2tlli() function --- include/osmocore/gsm_utils.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/osmocore/gsm_utils.h') diff --git a/include/osmocore/gsm_utils.h b/include/osmocore/gsm_utils.h index 51e9f2e6..685bc901 100644 --- a/include/osmocore/gsm_utils.h +++ b/include/osmocore/gsm_utils.h @@ -88,7 +88,7 @@ void gsm_fn2gsmtime(struct gsm_time *time, uint32_t fn); uint32_t gsm_gsmtime2fn(struct gsm_time *time); /* GSM TS 03.03 Chapter 2.6 */ -enum gprs_tlli_tyoe { +enum gprs_tlli_type { TLLI_LOCAL, TLLI_FOREIGN, TLLI_RANDOM, @@ -99,5 +99,7 @@ enum gprs_tlli_tyoe { /* TS 03.03 Chapter 2.6 */ int gprs_tlli_type(uint32_t tlli); +uint32_t gprs_tmsi2tlli(uint32_t p_tmsi, enum gprs_tlli_type type); + void generate_backtrace(); #endif -- cgit v1.2.3