From 6b30f925e2d92d4b3cff8595ad7e02e9b5704461 Mon Sep 17 00:00:00 2001 From: Bhaskar Date: Thu, 16 May 2013 17:35:49 +0530 Subject: gsm_utils: refer to ETSI TS 05.08 instead of TS 08.05 --- include/osmocom/gsm/gsm_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/osmocom/gsm/gsm_utils.h b/include/osmocom/gsm/gsm_utils.h index cdbac876..308803dd 100644 --- a/include/osmocom/gsm/gsm_utils.h +++ b/include/osmocom/gsm/gsm_utils.h @@ -69,7 +69,7 @@ unsigned int ms_class_gmsk_dbm(enum gsm_band band, int ms_class); int ms_pwr_ctl_lvl(enum gsm_band band, unsigned int dbm); int ms_pwr_dbm(enum gsm_band band, uint8_t lvl); -/* According to TS 08.05 Chapter 8.1.4 */ +/* According to TS 05.08 Chapter 8.1.4 */ int rxlev2dbm(uint8_t rxlev); uint8_t dbm2rxlev(int dbm); -- cgit v1.2.3