Projects
osmocom:master
osmo-sgsn
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 56
View file
commit_bea6a0ffb566eb1172d748e09cdd1778c72d8fd3.txt
Deleted
View file
commit_f8d248e2d11f0bcee155db2db81c1d47ec8a5807.txt
Added
View file
osmo-sgsn_1.11.1.22.bea6a.dsc -> osmo-sgsn_1.12.0.dsc
Changed
@@ -2,13 +2,13 @@ Source: osmo-sgsn Binary: osmo-sgsn, osmo-sgsn-dbg, osmo-gtphub, osmo-gtphub-dbg, osmo-sgsn-doc Architecture: any all -Version: 1.11.1.22.bea6a +Version: 1.12.0 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/osmo-sgsn Standards-Version: 3.9.8 Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-sgsn Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-sgsn -Build-Depends: debhelper (>= 10), dh-autoreconf, autotools-dev, autoconf, automake, libtool, pkg-config, libtalloc-dev, libc-ares-dev, libgtp-dev (>= 1.11.0), libosmocore-dev (>= 1.9.0), libosmo-abis-dev (>= 1.5.0), libosmo-netif-dev (>= 1.4.0), libosmo-gsup-client-dev (>= 1.7.0), libasn1c-dev (>= 0.9.30), libosmo-ranap-dev (>= 1.5.0), libosmo-sigtran-dev (>= 1.8.0), libosmo-sccp-dev (>= 1.8.0), osmo-gsm-manuals-dev (>= 1.5.0) +Build-Depends: debhelper (>= 10), dh-autoreconf, autotools-dev, autoconf, automake, libtool, pkg-config, libtalloc-dev, libc-ares-dev, libgtp-dev (>= 1.12.0), libosmocore-dev (>= 1.10.0), libosmo-abis-dev (>= 1.6.0), libosmo-netif-dev (>= 1.5.0), libosmo-gsup-client-dev (>= 1.8.0), libasn1c-dev (>= 0.9.30), libosmo-ranap-dev (>= 1.6.0), libosmo-sigtran-dev (>= 1.9.0), libosmo-sccp-dev (>= 1.9.0), osmo-gsm-manuals-dev (>= 1.6.0) Package-List: osmo-gtphub deb net extra arch=any osmo-gtphub-dbg deb debug extra arch=any @@ -16,8 +16,8 @@ osmo-sgsn-dbg deb debug extra arch=any osmo-sgsn-doc deb doc optional arch=all Checksums-Sha1: - e23b8495032de7e1ed4fc91d586e0a57e81e939b 230700 osmo-sgsn_1.11.1.22.bea6a.tar.xz + 943c6581518f7008302d15fcb3ad460dfeddcc5f 231200 osmo-sgsn_1.12.0.tar.xz Checksums-Sha256: - 47c9458f6518323fe1e7b926ca458d68b749d1a717161f2368e56ade1d251d07 230700 osmo-sgsn_1.11.1.22.bea6a.tar.xz + eb2ea70d6cbf089d08455af989f87fa7cc19fb0ee54526a1c4b6d001fd135b21 231200 osmo-sgsn_1.12.0.tar.xz Files: - 495937d654f75ac46bd2513ac259429d 230700 osmo-sgsn_1.11.1.22.bea6a.tar.xz + 8574e59b420ab51efbb7b7569862c63c 231200 osmo-sgsn_1.12.0.tar.xz
View file
osmo-sgsn_1.11.1.22.bea6a.tar.xz/.tarball-version -> osmo-sgsn_1.12.0.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.11.1.22-bea6a +1.12.0
View file
osmo-sgsn_1.11.1.22.bea6a.tar.xz/TODO-RELEASE -> osmo-sgsn_1.12.0.tar.xz/TODO-RELEASE
Changed
@@ -1,2 +1,9 @@ -#component what description / commit summary line -libosmocore > 1.9.0 gsup.h: Using new fields in struct osmo_gsup_pdp_info (ABI break) \ No newline at end of file +# When cleaning up this file: bump API version in corresponding Makefile.am and rename corresponding debian/lib*.install +# according to https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release +# In short: https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info +# LIBVERSION=c:r:a +# If the library source code has changed at all since the last update, then increment revision: c:r + 1:a. +# If any interfaces have been added, removed, or changed since the last update: c + 1:0:a. +# If any interfaces have been added since the last public release: c:r:a + 1. +# If any interfaces have been removed or changed since the last public release: c:r:0. +#library what description / commit summary line
View file
osmo-sgsn_1.11.1.22.bea6a.tar.xz/configure.ac -> osmo-sgsn_1.12.0.tar.xz/configure.ac
Changed
@@ -38,23 +38,23 @@ CFLAGS="$CFLAGS -std=gnu11" dnl checks for libraries -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.9.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0) -PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.9.0) -PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.4.0) -PKG_CHECK_MODULES(LIBOSMOGSUPCLIENT, libosmo-gsup-client >= 1.7.0) -PKG_CHECK_MODULES(LIBGTP, libgtp >= 1.11.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0) +PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.10.0) +PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMOGSUPCLIENT, libosmo-gsup-client >= 1.8.0) +PKG_CHECK_MODULES(LIBGTP, libgtp >= 1.12.0) # Enable/disable 3G aka IuPS + IuCS support? AC_ARG_ENABLE(iu, AS_HELP_STRING(--enable-iu, Build 3G support, aka IuPS and IuCS interfaces), osmo_ac_iu="$enableval",osmo_ac_iu="no") if test "x$osmo_ac_iu" = "xyes" ; then - PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.8.0) + PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.9.0) PKG_CHECK_MODULES(LIBASN1C, libasn1c >= 0.9.30) - PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.5.0) + PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.6.0) AC_DEFINE(BUILD_IU, 1, Define if we want to build IuPS and IuCS interfaces support) fi AM_CONDITIONAL(BUILD_IU, test "x$osmo_ac_iu" = "xyes")
View file
osmo-sgsn_1.11.1.22.bea6a.tar.xz/debian/changelog -> osmo-sgsn_1.12.0.tar.xz/debian/changelog
Changed
@@ -1,8 +1,42 @@ -osmo-sgsn (1.11.1.22.bea6a) unstable; urgency=medium +osmo-sgsn (1.12.0) unstable; urgency=medium - * Automatically generated changelog entry for building the Osmocom master feed + Andreas Eversberg + * Use uniform log format for default config files - -- Osmocom OBS scripts <info@osmocom.org> Wed, 05 Jun 2024 13:20:44 +0000 + Vadim Yanitskiy + * build: include README.md into the release tarball + * gmm: cosmetic: fix preprocessor macro formatting + * gmm: mmctx_timer_stop(): warn about timer not running + * VTY: move default settings to sgsn_instance_alloc() + * VTY: sync default UMTS UEA config with osmo-msc + * README.md: cosmetic: fix a typo + + Pau Espin Pedrol + * gsup: Use new libosmogsm struct osmo_gsup_pdp_info fields + + Harald Welte + * Add funding link to github mirror + * README.md: Overhaul (more links; improved formatting) + * README.md: Add Forum and Issue Tracker sections + + Max + * .deb/.rpm: add osmocom user during package install + + Oliver Smith + * contrib/osmo-sgsn.spec: fix build for almalinux:8 + * .deb/.rpm: various fixes related to non-root + * contrib: remove rpm spec file + * debian/postinst: add checks, be verbose + * sgsn/sgsn_vty: create state-dir + * debian/osmo-gtphub.init: delete + * doc: set state-dir to /var/lib/osmocom/osmo-sgsn + + Alexander Couzens + * docs: replace legacy NS with new NS2 chapters + * docs: update year to 2024 + * docs: front page: use https:// instead of http:// + + -- Oliver Smith <osmith@sysmocom.de> Wed, 24 Jul 2024 17:31:38 +0200 osmo-sgsn (1.11.1) unstable; urgency=medium
View file
osmo-sgsn_1.11.1.22.bea6a.tar.xz/debian/control -> osmo-sgsn_1.12.0.tar.xz/debian/control
Changed
@@ -11,16 +11,16 @@ pkg-config, libtalloc-dev, libc-ares-dev, - libgtp-dev (>= 1.11.0), - libosmocore-dev (>= 1.9.0), - libosmo-abis-dev (>= 1.5.0), - libosmo-netif-dev (>= 1.4.0), - libosmo-gsup-client-dev (>= 1.7.0), + libgtp-dev (>= 1.12.0), + libosmocore-dev (>= 1.10.0), + libosmo-abis-dev (>= 1.6.0), + libosmo-netif-dev (>= 1.5.0), + libosmo-gsup-client-dev (>= 1.8.0), libasn1c-dev (>= 0.9.30), - libosmo-ranap-dev (>= 1.5.0), - libosmo-sigtran-dev (>= 1.8.0), - libosmo-sccp-dev (>= 1.8.0), - osmo-gsm-manuals-dev (>= 1.5.0) + libosmo-ranap-dev (>= 1.6.0), + libosmo-sigtran-dev (>= 1.9.0), + libosmo-sccp-dev (>= 1.9.0), + osmo-gsm-manuals-dev (>= 1.6.0) Standards-Version: 3.9.8 Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-sgsn Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-sgsn
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.