aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm/gsm_utils.h
diff options
context:
space:
mode:
authorJan Luebbe <jluebbe@debian.org>2011-07-14 18:33:44 +0200
committerJan Luebbe <jluebbe@debian.org>2011-07-14 18:33:44 +0200
commiteb1386470b349b1892f68ceaf2f0e91206986ef3 (patch)
treeff20fbfdf62b8c56f4b3cbcfd059201e7a7c03a1 /include/osmocom/gsm/gsm_utils.h
parentf9db63e6e8d53fa82c771bc9dcc2b9166bc255ef (diff)
parent8264e09ca2f3bd93eba5eefa342267f303085629 (diff)
Merge commit '0.3.4' into debian
Diffstat (limited to 'include/osmocom/gsm/gsm_utils.h')
-rw-r--r--include/osmocom/gsm/gsm_utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/gsm/gsm_utils.h b/include/osmocom/gsm/gsm_utils.h
index a0ef3c4f..405dfe32 100644
--- a/include/osmocom/gsm/gsm_utils.h
+++ b/include/osmocom/gsm/gsm_utils.h
@@ -59,6 +59,8 @@ enum gsm_band gsm_band_parse(const char *mhz);
int gsm_7bit_decode(char *decoded, const uint8_t *user_data, uint8_t length);
int gsm_7bit_encode(uint8_t *result, const char *data);
+unsigned int ms_class_gmsk_dbm(enum gsm_band band, int class);
+
int ms_pwr_ctl_lvl(enum gsm_band band, unsigned int dbm);
int ms_pwr_dbm(enum gsm_band band, uint8_t lvl);