aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-07-23 10:49:51 +0200
committerHarald Welte <laforge@gnumonks.org>2011-07-23 10:50:36 +0200
commitb7b61236d8c598f3e7cebe61dcc925a33cf59374 (patch)
treede85d500e9a89af957eb14d5878bd5ce409a8409
parent59b3175dfb6e98c2b8657257d530054d28f73cf3 (diff)
don't call a function argoment 'class' for the benefit of c++ users
This had broken lcr compilation...
-rw-r--r--include/osmocom/gsm/gsm_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/gsm/gsm_utils.h b/include/osmocom/gsm/gsm_utils.h
index 405dfe32..707047ae 100644
--- a/include/osmocom/gsm/gsm_utils.h
+++ b/include/osmocom/gsm/gsm_utils.h
@@ -59,7 +59,7 @@ 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);
+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);