From c10a77af68c231a026b4f0aa2faf86c584e08eb6 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 11 Jun 2018 02:40:30 +0200 Subject: code bomb: refactor just about everything for inter-bsc HO This is way too large, yet the typical tangle of modification onto modifications needs to be squashed to make sensible bits of them later for code review... Change-Id: I82e3f918295daa83274a4cf803f046979f284366 --- src/stubs/system_information_stubs.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/stubs/system_information_stubs.c (limited to 'src/stubs/system_information_stubs.c') diff --git a/src/stubs/system_information_stubs.c b/src/stubs/system_information_stubs.c new file mode 100644 index 000000000..bcb65902b --- /dev/null +++ b/src/stubs/system_information_stubs.c @@ -0,0 +1,7 @@ +#include + +void neighbor_ident_iter(const struct neighbor_ident_list *nil, + bool (* iter_cb )(const struct neighbor_ident_key *key, + const struct gsm0808_cell_id_list2 *val, + void *cb_data), + void *cb_data) {} -- cgit v1.2.3