diff options
author | Bhaskar <niceguy108@gmail.com> | 2013-05-16 17:35:49 +0530 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2013-05-23 07:53:57 +0200 |
commit | 6b30f925e2d92d4b3cff8595ad7e02e9b5704461 (patch) | |
tree | 2f66c7e218af34a2a2ab839abe6729f676f7f7d3 /include/osmocom/gsm | |
parent | f5a079f739c57d8be7c59149fd45475c402a45fc (diff) |
gsm_utils: refer to ETSI TS 05.08 instead of TS 08.05
Diffstat (limited to 'include/osmocom/gsm')
-rw-r--r-- | include/osmocom/gsm/gsm_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |