aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-01-14 11:19:06 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-01-14 11:26:15 +0100
commit634fd81f3deaa6b708178dbfebe0f3f8afc1952f (patch)
tree4d0e401cc8e081b018012840cccce9af8e8f0c36
parent101fba211a87b17c5d9359ac05967c7118dfdd72 (diff)
tests/hnb-test-ranap: Fix missing include for ranap_bcd_decode
-rw-r--r--src/tests/hnb-test-ranap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/hnb-test-ranap.c b/src/tests/hnb-test-ranap.c
index 3db876c..629726b 100644
--- a/src/tests/hnb-test-ranap.c
+++ b/src/tests/hnb-test-ranap.c
@@ -1,5 +1,6 @@
#include <osmocom/core/msgb.h>
#include <osmocom/ranap/ranap_ies_defs.h>
+#include <osmocom/ranap/iu_helpers.h>
#include "hnb-test-layers.h"