These patches for libosmocore do a trivial update of .gitignore
and correct a function declaration that caused an implicit declaration
in openbsc.
If the patches seem useful, please merge them to master.
Show replies by date
---
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 b808d6f..06feb1d 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 */
--
1.7.6.1
---
.gitignore | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index b4d657f..d3315c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,6 +36,7 @@ tests/timer/timer_test
tests/msgfile/msgfile_test
tests/ussd/ussd_test
tests/smscb/smscb_test
+tests/bits/bitrev_test
utils/osmo-arfcn
--
1.7.6.1
I applied your patches on libosmocore.
As I said on IRC, I'd wait for Harald or Holger's view on the include
dir "lib" prefix ( /include/openbsc/libmsc vs include/openbsc/msc )
for openbsc.
Cheers,
Sylvain