diff --git a/_service b/_service
index 7fa89fe..8ca4bb4 100644
--- a/_service
+++ b/_service
@@ -2,8 +2,8 @@
git
git://git.osmocom.org/libosmocore
- master
- @PARENT_TAG@.@TAG_OFFSET@
+ 0.10.2
+ 0.10.2
*.tar
diff --git a/libosmocore-0.10.2.tar.xz b/libosmocore-0.10.2.tar.xz
new file mode 100644
index 0000000..3b9f016
--- /dev/null
+++ b/libosmocore-0.10.2.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6aa366b791f483ffc0e5206bbc7b043a3c83627bfef4e8b3e80ee697e0410863
+size 542900
diff --git a/libosmocore-0.9.6.400.tar.xz b/libosmocore-0.9.6.400.tar.xz
deleted file mode 100644
index 4bdef31..0000000
--- a/libosmocore-0.9.6.400.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:b2704dd3f39699d0da257896a53ab01b8e0acc4f728e0f80a8ca47389a467641
-size 529804
diff --git a/libosmocore.changes b/libosmocore.changes
index 03cece4..c6dee04 100644
--- a/libosmocore.changes
+++ b/libosmocore.changes
@@ -1,3 +1,17 @@
+-------------------------------------------------------------------
+Wed Dec 27 20:10:30 UTC 2017 - jengelh@inai.de
+
+- Update to new upstream release 0.10.2
+ * GPRS: print remote state info for NS peer
+ * ctrl: allow more nodes than those in enum ctrl_node_type
+ * fsm: Enforce FSM and FSM instance names are valid osmocom
+ identifiers
+ * rate_ctr: Enforce counter (and ctr_group) names are valid
+ identifiers
+ * Convert lib-internal rate_ctr from '.' separator to ':'
+ separator
+ * GPRS: add vty command to show only persistent NS
+
-------------------------------------------------------------------
Mon Oct 2 22:37:48 UTC 2017 - jengelh@inai.de
diff --git a/libosmocore.spec b/libosmocore.spec
index 43aa93e..4f7d582 100644
--- a/libosmocore.spec
+++ b/libosmocore.spec
@@ -16,12 +16,12 @@
#
-%define version_unconverted 0.9.6.400
+%define version_unconverted 0.10.2
Name: libosmocore
-Version: 0.9.6.400
+Version: 0.10.2
Release: 0
-Summary: Open Source Mobile Communications Core Library
+Summary: The Open Source Mobile Communications Core Library
License: GPL-2.0 and GPL-2.0+ and LGPL-2.1+ and AGPL-3.0+
Group: Productivity/Telephony/Utilities
Url: https://osmocom.org/projects/libosmocore/wiki/Libosmocore
@@ -111,13 +111,13 @@ transcoding routines.
This subpackage contains libraries and header files for developing
applications that want to make use of libosmocoding.
-%package -n libosmocore8
+%package -n libosmocore9
Summary: Osmocom core library
# crc16.c has GPL2-only clauses, the rest (*.c) is GPL-2.0+
License: GPL-2.0 and GPL-2.0+
Group: System/Libraries
-%description -n libosmocore8
+%description -n libosmocore9
libosmocore is a library with various utility functions shared
between OpenBSC and OsmocomBB.
@@ -126,7 +126,7 @@ Summary: Development files for the Osmocom core library
# crc16.h has GPL2-only clauses, the rest (*.h) is GPL-2.0+
License: GPL-2.0 and GPL-2.0+
Group: Development/Libraries/C and C++
-Requires: libosmocore8 = %version
+Requires: libosmocore9 = %version
Requires: libtalloc-devel
%description -n libosmocore-devel
@@ -163,12 +163,12 @@ interface, the control interface is meant to be used by programs.
This subpackage contains libraries and header files for developing
applications that want to make use of libosmoctrl.
-%package -n libosmogb4
+%package -n libosmogb5
Summary: Osmocom GPRS Gb Interface (NS/BSSGP) library
License: AGPL-3.0+
Group: System/Libraries
-%description -n libosmogb4
+%description -n libosmogb5
libosmocore is a package with various utility functions that were
originally developed as part of the OpenBSC project.
@@ -179,7 +179,7 @@ Summary: Development files for the Osmocom GPRS Gb interface library
License: AGPL-3.0+
Group: Development/Libraries/C and C++
Requires: libosmocore-devel = %version
-Requires: libosmogb4 = %version
+Requires: libosmogb5 = %version
Requires: libosmogsm-devel = %version
%description -n libosmogb-devel
@@ -188,12 +188,12 @@ The libosmogb library contains a GPRS BSSGP protocol implementation.
This subpackage contains libraries and header files for developing
applications that want to make use of libosmogb.
-%package -n libosmogsm6
+%package -n libosmogsm8
Summary: Osmocom GSM utility library
License: GPL-2.0+ and AGPL-3.0+
Group: System/Libraries
-%description -n libosmogsm6
+%description -n libosmogsm8
libosmocore is a package with various utility functions that were
originally developed as part of the OpenBSC project.
@@ -208,7 +208,7 @@ Summary: Development files for the Osmocom GSM utility library
License: GPL-2.0+ and AGPL-3.0+
Group: Development/Libraries/C and C++
Requires: libosmocore-devel = %version
-Requires: libosmogsm6 = %version
+Requires: libosmogsm8 = %version
%description -n libosmogsm-devel
The libosmogsm library in particular is a collection of common code
@@ -246,12 +246,12 @@ access.
This subpackage contains libraries and header files for developing
applications that want to make use of libosmosim.
-%package -n libosmovty3
+%package -n libosmovty4
Summary: Osmocom VTY interface library
License: GPL-2.0+
Group: System/Libraries
-%description -n libosmovty3
+%description -n libosmovty4
libosmocore is a package with various utility functions that were
originally developed as part of the OpenBSC project.
@@ -263,7 +263,7 @@ Summary: Development files for the Osmocom VTY interface library
License: GPL-2.0+
Group: Development/Libraries/C and C++
Requires: libosmocore-devel = %version
-Requires: libosmovty3 = %version
+Requires: libosmovty4 = %version
%description -n libosmovty-devel
The libosmovty library implements the interactive command-line on the
@@ -296,18 +296,18 @@ make %{?_smp_mflags} check || :
%postun -n libosmocodec0 -p /sbin/ldconfig
%post -n libosmocoding0 -p /sbin/ldconfig
%postun -n libosmocoding0 -p /sbin/ldconfig
-%post -n libosmocore8 -p /sbin/ldconfig
-%postun -n libosmocore8 -p /sbin/ldconfig
+%post -n libosmocore9 -p /sbin/ldconfig
+%postun -n libosmocore9 -p /sbin/ldconfig
%post -n libosmoctrl0 -p /sbin/ldconfig
%postun -n libosmoctrl0 -p /sbin/ldconfig
-%post -n libosmogb4 -p /sbin/ldconfig
-%postun -n libosmogb4 -p /sbin/ldconfig
-%post -n libosmogsm6 -p /sbin/ldconfig
-%postun -n libosmogsm6 -p /sbin/ldconfig
+%post -n libosmogb5 -p /sbin/ldconfig
+%postun -n libosmogb5 -p /sbin/ldconfig
+%post -n libosmogsm8 -p /sbin/ldconfig
+%postun -n libosmogsm8 -p /sbin/ldconfig
%post -n libosmosim0 -p /sbin/ldconfig
%postun -n libosmosim0 -p /sbin/ldconfig
-%post -n libosmovty3 -p /sbin/ldconfig
-%postun -n libosmovty3 -p /sbin/ldconfig
+%post -n libosmovty4 -p /sbin/ldconfig
+%postun -n libosmovty4 -p /sbin/ldconfig
%files tools
%defattr(-,root,root)
@@ -337,9 +337,9 @@ make %{?_smp_mflags} check || :
%_libdir/libosmocoding.so
%_libdir/pkgconfig/libosmocoding.pc
-%files -n libosmocore8
+%files -n libosmocore9
%defattr(-,root,root)
-%_libdir/libosmocore.so.8*
+%_libdir/libosmocore.so.9*
%files -n libosmocore-devel
%defattr(-,root,root)
@@ -361,9 +361,9 @@ make %{?_smp_mflags} check || :
%_libdir/libosmoctrl.so
%_libdir/pkgconfig/libosmoctrl.pc
-%files -n libosmogb4
+%files -n libosmogb5
%defattr(-,root,root)
-%_libdir/libosmogb.so.4*
+%_libdir/libosmogb.so.5*
%files -n libosmogb-devel
%defattr(-,root,root)
@@ -373,9 +373,9 @@ make %{?_smp_mflags} check || :
%_libdir/libosmogb.so
%_libdir/pkgconfig/libosmogb.pc
-%files -n libosmogsm6
+%files -n libosmogsm8
%defattr(-,root,root)
-%_libdir/libosmogsm.so.6*
+%_libdir/libosmogsm.so.8*
%files -n libosmogsm-devel
%defattr(-,root,root)
@@ -398,9 +398,9 @@ make %{?_smp_mflags} check || :
%_libdir/libosmosim.so
%_libdir/pkgconfig/libosmosim.pc
-%files -n libosmovty3
+%files -n libosmovty4
%defattr(-,root,root)
-%_libdir/libosmovty.so.3*
+%_libdir/libosmovty.so.4*
%files -n libosmovty-devel
%defattr(-,root,root)