X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fshared%2Flibosmocore%2Finclude%2Fosmocom%2Fgsm%2Fgsm_utils.h;h=405dfe322771ed4e51f39865a71b820c4d026a25;hb=6fb598d31ea15a898ea2553dd95efeb3a0f0634e;hp=a0ef3c4fd337c8f5cf22842957b4b3ad58a859b1;hpb=bd3629e4e6fe8d5ef958031178c22829c93d1491;p=osmocom-bb.git diff --git a/src/shared/libosmocore/include/osmocom/gsm/gsm_utils.h b/src/shared/libosmocore/include/osmocom/gsm/gsm_utils.h index a0ef3c4..405dfe3 100644 --- a/src/shared/libosmocore/include/osmocom/gsm/gsm_utils.h +++ b/src/shared/libosmocore/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);