Projects
osmocom:master
osmo-iuh
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 49
View file
commit_3764c5efeaf615e3d6b91d2bfe7baee9ad74a262.txt
Deleted
View file
commit_b7c4d385e9c4a0af3b7695c84d7138a66a093866.txt
Added
View file
osmo-iuh_1.7.0.18.3764.dsc -> osmo-iuh_1.8.0.dsc
Changed
@@ -2,13 +2,13 @@ Source: osmo-iuh Binary: libosmo-hnbap0, libosmo-hnbap-dbg, libosmo-hnbap-dev, libosmo-ranap7, libosmo-ranap-dbg, libosmo-ranap-dev, libosmo-rua0, libosmo-rua-dbg, libosmo-rua-dev, libosmo-sabp1, libosmo-sabp-dbg, libosmo-sabp-dev, libosmo-iuh-dev Architecture: any -Version: 1.7.0.18.3764 +Version: 1.8.0 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/osmohnbgw Standards-Version: 3.9.8 Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-iuh Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-iuh -Build-Depends: debhelper (>= 10), dh-autoreconf, pkg-config, autoconf, automake, libtool, git, libasn1c-dev, libsctp-dev, libosmocore-dev (>= 1.11.0), libosmo-netif-dev (>= 1.6.0), libosmo-sigtran-dev (>= 2.1.0), osmo-gsm-manuals-dev (>= 1.6.0), python3 +Build-Depends: debhelper (>= 10), dh-autoreconf, pkg-config, autoconf, automake, libtool, git, libasn1c-dev, libsctp-dev, libosmocore-dev (>= 1.12.0), libosmo-netif-dev (>= 1.7.0), libosmo-sigtran-dev (>= 2.2.0), osmo-gsm-manuals-dev (>= 1.7.0), python3 Package-List: libosmo-hnbap-dbg deb debug extra arch=any libosmo-hnbap-dev deb libdevel extra arch=any @@ -24,8 +24,8 @@ libosmo-sabp-dev deb libdevel extra arch=any libosmo-sabp1 deb libs extra arch=any Checksums-Sha1: - 652afceabfe3410b11ebefb5de2e7b851ffef182 10123140 osmo-iuh_1.7.0.18.3764.tar.xz + 500c94bc9dfecc9319b1194bbb19c450d781da5b 10121352 osmo-iuh_1.8.0.tar.xz Checksums-Sha256: - 5719c3cf6c2410f41f24ad6ebe3377e1f9f21a6efd557885aa9103e5f69655a4 10123140 osmo-iuh_1.7.0.18.3764.tar.xz + 2a81d83beb4a766a6257c1cbdbf00a7c7735b9e89f0a7cacd8fa6d6cb80f66be 10121352 osmo-iuh_1.8.0.tar.xz Files: - d7280e3cc882c6c7978eb63152b35310 10123140 osmo-iuh_1.7.0.18.3764.tar.xz + 90230ac50286bb393195d4addc6550cb 10121352 osmo-iuh_1.8.0.tar.xz
View file
osmo-iuh_1.7.0.18.3764.tar.xz/.tarball-version -> osmo-iuh_1.8.0.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.7.0.18-3764 +1.7.0.19-b7c4
View file
osmo-iuh_1.7.0.18.3764.tar.xz/TODO-RELEASE -> osmo-iuh_1.8.0.tar.xz/TODO-RELEASE
Changed
@@ -7,11 +7,3 @@ # 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 -libosmo-ranap add API ranap_ran_rx_co_decode2() -libosmo-ranap deprecate API ranap_ran_rx_co_decode() -libosmo-ranap add API iu_client.h: add ranap_iu_page_cs2/ranap_iu_page_ps2 -libosmo-ranap new event RANAP_IU_EVENT_NEW_AREA -libosmo-ranap move declaration (backwards compatible): asn_debug, asn1_xer_print: use osmocom/iuh/common.h instead of iu_client.h -libosmo-ranap move definition (backwards compatible): enum ranap_nsap_addr_enc: use osmocom/ranap/ranap_common.h instead of iu_client.h -libosmo-ranap move declaration (backwards compatible): ranap_iu_vty_init, ranap_iu_vty_config_write: use osmocom/ranap/vty.h instead of iu_client.h -libosmo-ranap add API ranap_new_msg_error_ind()
View file
osmo-iuh_1.7.0.18.3764.tar.xz/configure.ac -> osmo-iuh_1.8.0.tar.xz/configure.ac
Changed
@@ -42,12 +42,12 @@ fi PKG_PROG_PKG_CONFIG(0.20) -PKG_CHECK_MODULES(OSMOCORE, libosmocore >= 1.11.0) -PKG_CHECK_MODULES(OSMOGSM, libosmogsm >= 1.11.0) -PKG_CHECK_MODULES(OSMOVTY, libosmovty >= 1.11.0) -PKG_CHECK_MODULES(OSMOCTRL, libosmoctrl >= 1.11.0) -PKG_CHECK_MODULES(OSMONETIF, libosmo-netif >= 1.6.0) -PKG_CHECK_MODULES(OSMOSIGTRAN, libosmo-sigtran >= 2.1.0) +PKG_CHECK_MODULES(OSMOCORE, libosmocore >= 1.12.0) +PKG_CHECK_MODULES(OSMOGSM, libosmogsm >= 1.12.0) +PKG_CHECK_MODULES(OSMOVTY, libosmovty >= 1.12.0) +PKG_CHECK_MODULES(OSMOCTRL, libosmoctrl >= 1.12.0) +PKG_CHECK_MODULES(OSMONETIF, libosmo-netif >= 1.7.0) +PKG_CHECK_MODULES(OSMOSIGTRAN, libosmo-sigtran >= 2.2.0) PKG_CHECK_MODULES(ASN1C, libasn1c >= 0.9.30) AC_CONFIG_MACRO_DIR(m4)
View file
osmo-iuh_1.7.0.18.3764.tar.xz/debian/changelog -> osmo-iuh_1.8.0.tar.xz/debian/changelog
Changed
@@ -1,8 +1,30 @@ -osmo-iuh (1.7.0.18.3764) unstable; urgency=medium +osmo-iuh (1.8.0) unstable; urgency=medium - * Automatically generated changelog entry for building the Osmocom master feed + Pau Espin Pedrol + * ranap_common_ran: remove unused ctx args + * ranap_common_ran: rename ctx -> priv + * iu_client: Initial N-PCSTATE.ind support + * iu_client: Initial N-NOTICE.ind support (Routing Failure of SCCP CL messages) + * ranap: Constify multiple ptr params + * ranap: Introduce ranap_new_msg_error_ind() + * ranap: Fix wrong PTMSI vs TMSI field passed during ranap_new_msg_paging_cmd() - -- Osmocom OBS scripts <info@osmocom.org> Wed, 03 Sep 2025 12:53:03 +0000 + Oliver Smith + * Generate version.h files + * debian: fix installing osmocom/iuh/common.h + + Alexander Couzens + * iu_client: use new struct osmo_rnc_id + * iu_client: refactor LAC/RAC handling + * iu_client: add ranap_iu_page_cs2/ranap_iu_page_ps2 + * iu_client: add a new event NEW_AREA + * move talloc_asn1_ctx into iu_helpers + * move general asn debug options into iu_helpers + * move enum ranap_nsap_addr_enc into ranap_common.h + * move vty functions into own vty.h + * iu_client: fix linter issues + + -- Pau Espin Pedrol <pespin@sysmocom.de> Wed, 03 Dec 2025 18:36:26 +0100 osmo-iuh (1.7.0) unstable; urgency=medium
View file
osmo-iuh_1.7.0.18.3764.tar.xz/debian/control -> osmo-iuh_1.8.0.tar.xz/debian/control
Changed
@@ -11,10 +11,10 @@ git, libasn1c-dev, libsctp-dev, - libosmocore-dev (>= 1.11.0), - libosmo-netif-dev (>= 1.6.0), - libosmo-sigtran-dev (>= 2.1.0), - osmo-gsm-manuals-dev (>= 1.6.0), + libosmocore-dev (>= 1.12.0), + libosmo-netif-dev (>= 1.7.0), + libosmo-sigtran-dev (>= 2.2.0), + osmo-gsm-manuals-dev (>= 1.7.0), python3 Standards-Version: 3.9.8 Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-iuh
View file
osmo-iuh_1.7.0.18.3764.tar.xz/src/Makefile.am -> osmo-iuh_1.8.0.tar.xz/src/Makefile.am
Changed
@@ -61,10 +61,10 @@ # build the shared RANAP + SABP library # -HNBAP_LIBVERSION=1:1:1 -RANAP_LIBVERSION=10:0:3 -RUA_LIBVERSION=1:2:1 -SABP_LIBVERSION=2:0:1 +HNBAP_LIBVERSION=2:0:2 +RANAP_LIBVERSION=11:0:4 +RUA_LIBVERSION=2:0:2 +SABP_LIBVERSION=3:0:2 lib_LTLIBRARIES = libosmo-hnbap.la libosmo-ranap.la libosmo-rua.la libosmo-sabp.la libosmo_hnbap_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(HNBAP_LIBVERSION) -no-undefined libosmo_hnbap_la_LIBADD = $(OSMOCORE_LIBS) $(OSMOGSM_LIBS) $(OSMOVTY_LIBS) $(OSMOSIGTRAN_LIBS) \
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
.