diff options
author | Alexander Huemer <alexander.huemer@xx.vu> | 2011-09-05 00:30:16 +0200 |
---|---|---|
committer | Sylvain Munaut <tnt@246tNt.com> | 2011-09-05 09:50:47 +0200 |
commit | 4d7bcea870591dd1da1ee343d0dc45bd2086f233 (patch) | |
tree | 9b628455de1e30f7e9cc4da6c6ec549e685b2d42 | |
parent | d61d517a2e35f482519561bd325652ee7144679a (diff) |
correct declaration of osmo_sitype2rsl
-rw-r--r-- | include/osmocom/gsm/sysinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/gsm/sysinfo.h b/include/osmocom/gsm/sysinfo.h index b808d6f9..06feb1de 100644 --- a/include/osmocom/gsm/sysinfo.h +++ b/include/osmocom/gsm/sysinfo.h @@ -37,7 +37,7 @@ typedef uint8_t sysinfo_buf_t[GSM_MACBLOCK_LEN]; extern const struct value_string osmo_sitype_strs[_MAX_SYSINFO_TYPE]; -uint8_t gsm_sitype2rsl(enum osmo_sysinfo_type si_type); +uint8_t osmo_sitype2rsl(enum osmo_sysinfo_type si_type); enum osmo_sysinfo_type osmo_rsl2sitype(uint8_t rsl_si); #endif /* _OSMO_GSM_SYSINFO_H */ |