bsc: Require osmo-sccp 0.0.6 and update the API
diff --git a/openbsc/configure.ac b/openbsc/configure.ac
index 5951618..5ed5303 100644
--- a/openbsc/configure.ac
+++ b/openbsc/configure.ac
@@ -35,7 +35,7 @@
 
 AC_ARG_ENABLE([osmo-bsc], [AS_HELP_STRING([--enable-osmo-bsc], [Build the Osmo BSC])],
     [
-        PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 0.0.2)
+        PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 0.0.6)
         osmo_ac_build_bsc="yes"
     ],
     [