Projects
osmocom:latest
libosmo-netif
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 7
View file
libosmo-netif_1.5.0.dsc -> libosmo-netif_1.5.1.dsc
Changed
@@ -2,7 +2,7 @@ Source: libosmo-netif Binary: libosmonetif11, libosmo-netif-dev, libosmo-netif-doc, libosmo-netif-dbg Architecture: any all -Version: 1.5.0 +Version: 1.5.1 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/libosmo-netif Standards-Version: 3.9.6 @@ -15,8 +15,8 @@ libosmo-netif-doc deb doc optional arch=all libosmonetif11 deb libs optional arch=any Checksums-Sha1: - 56f5f5a505ecd2d6112143c7d222555b5baa9f49 194716 libosmo-netif_1.5.0.tar.xz + 0dc84bed056bfacd0fd34a906437c520108bf7b4 193920 libosmo-netif_1.5.1.tar.xz Checksums-Sha256: - 84b90facdbe135354a4edcf6accdd5444149577f61be34956d50e71aec21be4a 194716 libosmo-netif_1.5.0.tar.xz + a8566de108b03450b119d71ac5c75e6883a486d1d4c559c79e10d360592396dd 193920 libosmo-netif_1.5.1.tar.xz Files: - 8ac0328d19fa24ad80eca62d000bb77c 194716 libosmo-netif_1.5.0.tar.xz + 16608100282ac7ba4b342c9c6ff46b0c 193920 libosmo-netif_1.5.1.tar.xz
View file
libosmo-netif_1.5.0.tar.xz/.tarball-version -> libosmo-netif_1.5.1.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.5.0 +1.5.1
View file
libosmo-netif_1.5.0.tar.xz/debian/changelog -> libosmo-netif_1.5.1.tar.xz/debian/changelog
Changed
@@ -1,3 +1,10 @@ +libosmo-netif (1.5.1) unstable; urgency=medium + + Daniel Willmann + * ipa: Ensure osmo_ipa_segmentation_cb sets msg->l2h to the payload data + + -- Oliver Smith <osmith@sysmocom.de> Thu, 01 Aug 2024 10:59:18 +0200 + libosmo-netif (1.5.0) unstable; urgency=medium arehbein
View file
libosmo-netif_1.5.0.tar.xz/src/Makefile.am -> libosmo-netif_1.5.1.tar.xz/src/Makefile.am
Changed
@@ -1,6 +1,6 @@ # This is _NOT_ the library release version, it's an API version. # Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification -LIBVERSION=13:0:2 +LIBVERSION=13:1:2 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir) AM_CFLAGS= -fPIC -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS) $(LIBSCTP_CFLAGS)
View file
libosmo-netif_1.5.0.tar.xz/src/ipa.c -> libosmo-netif_1.5.1.tar.xz/src/ipa.c
Changed
@@ -375,7 +375,8 @@ #define MSG_CB_IPA_INFO_OFFSET 0 /* Check and remove headers (in case of p == IPAC_PROTO_OSMO, also the IPA extension header). - * Returns a negative number on error, otherwise the number of octets removed */ + * Returns a negative number on error, otherwise the number of octets removed. + * Both msg->data and msg->l2h point to the user data after the (extended) IPA header if this function is successful. */ static inline int ipa_check_pull_headers(struct msgb *msg) { int ret; @@ -397,6 +398,7 @@ osmo_ipa_msgb_cb_proto_ext(msg) = msg->data0; msgb_pull(msg, sizeof(struct ipa_head_ext)); octets_removed += sizeof(struct ipa_head_ext); + msg->l2h = msg->data; return octets_removed; }
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
.