From 3f786003464fe0ff32eea263cb8b8cb4c3e981ea Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 13 Mar 2013 15:29:27 +0100 Subject: SMPP: Implement SMPP Osmocom Estensions on MO-SMS An ESME can now be configured in the VTY to enable osmocom-extensions, which will add vendor-specific SMPP TLVs for RxLev/RxQual/ARFCN/IMEI and transmit power to the SMPP DELIVER-SM message type. --- openbsc/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/configure.ac') diff --git a/openbsc/configure.ac b/openbsc/configure.ac index 7004f96bd..cdefcaf04 100644 --- a/openbsc/configure.ac +++ b/openbsc/configure.ac @@ -21,7 +21,7 @@ AC_SEARCH_LIBS(crypt, crypt, PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.5.3.60) PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.3.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.3.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.6.0) PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 0.1.0) PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 0.5.2) -- cgit v1.2.3