Projects
osmocom:nightly
osmo-e1d
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 5
View file
osmo-e1d_0.3.0.72.bb13.202206290002.dsc -> osmo-e1d_0.4.0.202206300002.dsc
Changed
@@ -2,13 +2,13 @@ Source: osmo-e1d Binary: osmo-e1d, libosmo-e1d1, libosmo-e1d-dev, libosmo-octoi0, libosmo-octoi-dev Architecture: any -Version: 0.3.0.72.bb13.202206290002 +Version: 0.4.0.202206300002 Maintainer: Harald Welte <laforge@osmocom.org> Homepage: https://projects.osmocom.org/projects/osmo-e1d Standards-Version: 3.9.8 Vcs-Browser: https://gitea.osmocom.org/retronetworking/osmo-e1d Vcs-Git: https://gitea.osmocom.org/retronetworking/osmo-e1d -Build-Depends: debhelper (>= 9), dh-autoreconf, autotools-dev, autoconf, automake, libtool, pkg-config, python3-minimal, libosmocore-dev (>= 1.6.0), libusb-1.0-0-dev, osmo-gsm-manuals-dev (>= 1.2.0) +Build-Depends: debhelper (>= 9), dh-autoreconf, autotools-dev, autoconf, automake, libtool, pkg-config, python3-minimal, libosmocore-dev (>= 1.7.0), libusb-1.0-0-dev, osmo-gsm-manuals-dev (>= 1.3.0) Package-List: libosmo-e1d-dev deb libdevel extra arch=any libosmo-e1d1 deb libs extra arch=any @@ -16,8 +16,8 @@ libosmo-octoi0 deb libs extra arch=any osmo-e1d deb net extra arch=any Checksums-Sha1: - d413c79cb35883f060ec9e7b57cf796b49840641 74336 osmo-e1d_0.3.0.72.bb13.202206290002.tar.xz + 25a337daa2cd69b81505a54ede093ea912ed063f 75632 osmo-e1d_0.4.0.202206300002.tar.xz Checksums-Sha256: - cbeffbaeb8245724cb70603cb9660041ebab41a5662b5dc2d777c09773ab7307 74336 osmo-e1d_0.3.0.72.bb13.202206290002.tar.xz + 2644b0e1e202ca9ed299b550a5185d82aad6f8a1a774e47228e55979884893f8 75632 osmo-e1d_0.4.0.202206300002.tar.xz Files: - 99221960b7dba31c99e6b9f441022c29 74336 osmo-e1d_0.3.0.72.bb13.202206290002.tar.xz + 81b8d0954b3459217447403fda4228c1 75632 osmo-e1d_0.4.0.202206300002.tar.xz
View file
osmo-e1d_0.3.0.72.bb13.202206290002.tar.xz/.tarball-version -> osmo-e1d_0.4.0.202206300002.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -0.3.0.72-bb13 \ No newline at end of file +0.4.0 \ No newline at end of file
View file
osmo-e1d_0.3.0.72.bb13.202206290002.tar.xz/configure.ac -> osmo-e1d_0.4.0.202206300002.tar.xz/configure.ac
Changed
@@ -35,9 +35,9 @@ PKG_CHECK_MODULES(TALLOC, talloc >= 2.0.1) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.6.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.6.0) -PKG_CHECK_MODULES(LIBOSMOUSB, libosmousb >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOUSB, libosmousb >= 1.7.0) PKG_CHECK_MODULES(LIBUSB, libusb-1.0 >= 1.0.21) AC_CONFIG_MACRO_DIR(m4)
View file
osmo-e1d_0.3.0.72.bb13.202206290002.tar.xz/debian/changelog -> osmo-e1d_0.4.0.202206300002.tar.xz/debian/changelog
Changed
@@ -1,8 +1,92 @@ -osmo-e1d (0.3.0.72.bb13.202206290002) UNRELEASED; urgency=medium +osmo-e1d (0.4.0.202206300002) UNRELEASED; urgency=medium * Snapshot build - -- Harald Welte <laforge@osmocom.org> Wed, 29 Jun 2022 00:09:34 +0000 + -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 30 Jun 2022 00:09:37 +0000 + +osmo-e1d (0.4.0) unstable; urgency=medium + + Harald Welte + * Use the error counters for remote alarm + remote CRC error + * Add support for icE1usb RAI interrupt error flag + * cosmetic: Adhere osmocom coding style in for-loops + * usb: Print failed USB isochronous packets + * usb: Use libusb_status_str when logging INT EP error + * make rate_counters work + * update copyright statement + * e1_{intf,line}_new: Allow caller to specify the numeric identifier + * Allow configuration of interfaces/lines via VTY + * GPS-DO support for icE1usb hardware + * Proper libusb error reporting in all error paths + * usb: rename 'size' to 'len' in callback functions + * e1d.h: add #pragma once + * cosmetic: Remove extra empty newlines from end of intf_line.c + * intf_line.c: Make e1d_find_intf_by_usb_serial safe for empty string + * cosmetic: curly braces around multi-line blocks + * intf_line: Ensure unique rate counter group indexes + * mux_demux.c: Use %zu for size_t + * vty.c: Fix re-reading of config file after 'write file' + * OCTOI: initial support for E1oIP forwarding + * add example config files for octoi-server and octoi-client + * RIFO (random in, first out) for IP->E1 direction + * fix segfault on 'show octoi-server' if no server configured + * vty: Print only applicable information during 'show line' + * OCTOI: re-implement LINE_STAT_E1oIP_E1T_FIFO + * octo: give rate_ctr / stat_items meaningful identifiers + * Make use of libosmcoore cpu_sched_vty + * Set rate_ctr_group name for each line + * Fix stats exporter + * octoi: Update RIFO depth also on dequeue + * Add rate counters for number of frames muxed/demuxed (E1 side) + * octoi: Add new rate-counter for out-of-order packets + * e1d: stat_items for the GPS-DO related bits + * octoi: Reset FIFO/RIFO when entering ACCEPTED state + * octoi: Disconnect the link when >= 7500 underruns/s + * rifo_test: print rifo_depth + rifo_frames on every IN/OUT + * octoi: differentiate UNDERRUN from SUBSTITUTED in counters + * e1oip: Rename e1oip:overflow to e1oip:e1o_overflow + * e1oip: Add rate_ctr for IP->E1 RIFO overflows + * octoi: Terminate connection on too high RIFO OVERFLOW rates + * octoi: Fix client re-start after clock drift disconnect + * octoi: add new counter every time a connection is accepted + * e1oip: Add stat items for number of timeslots + * cosmetic: remove dead code {fifo,rifo}_dump() functions + * octoi: Support setting IP DSCP and socket priority via VTY + * e1oip: fix line counter descriptions + * e1oip: Add rate_ctr for rx + tx packet / byte count + * octoi: only memcpy() if it is present in _octoi_tx_echo() + * octoi: Send ECHO_REQ every 10s and update the related stat_item + * e1oip: introduce #defines for BATCHING_FACTOR / PREFILL_COUNT + * e1oip: Make batching-factor and prefill-frame-count configurable + * update git URLs (git -> https; gitea) + * README.md: Fix syntax for hyperlinks + + Sylvain Munaut + * e1d/usb: Limit feedback EP transfer size to 3 + * e1d/usb: Use wMaxPacketSize to know maximum number of frames to send + * build: Increase warnings + * Fix a bunch of warning raised by the new build warning options + * usb: Add warning for error during interrupt transfers + * mux_demux: Shuffle functions around for consistency + * mux_demux: In RAW mode, fill with dummy until first TX + * contrib/e1-prbs-test: Delay the TX pipe fill data until first RX + * RIFO: Minor typo/comment fixes + * RIFO: Fix operator precedence issue in the math for bucket_for_fn + * RIFO: Fix issue in frame number bounds checking + * RIFO: Add a test for bounds checking + * OCTOI: Fix the extension of 16b FN from packet to full 32b FN + * octoi: Simple RX priming / pre-filling + * rifo_test: Use a helper function for the rifo init + * octoi: Fix frame_rifo_depth() function + + Oliver Smith + * checkpatch.conf: new file + + Tobias Mädel + * RIFO: fix frame_rifo_in check on frame number wrap-around + * RIFO: add more thorough tests and a vetted test.ok file + + -- Pau Espin Pedrol <pespin@sysmocom.de> Wed, 29 Jun 2022 12:09:54 +0200 osmo-e1d (0.3.0) unstable; urgency=medium
View file
osmo-e1d_0.3.0.72.bb13.202206290002.tar.xz/debian/control -> osmo-e1d_0.4.0.202206300002.tar.xz/debian/control
Changed
@@ -10,9 +10,9 @@ libtool, pkg-config, python3-minimal, - libosmocore-dev (>= 1.6.0), + libosmocore-dev (>= 1.7.0), libusb-1.0-0-dev, - osmo-gsm-manuals-dev (>= 1.2.0) + osmo-gsm-manuals-dev (>= 1.3.0) Standards-Version: 3.9.8 Vcs-Git: https://gitea.osmocom.org/retronetworking/osmo-e1d Vcs-Browser: https://gitea.osmocom.org/retronetworking/osmo-e1d @@ -21,14 +21,14 @@ Package: osmo-e1d Architecture: any Multi-Arch: foreign -Depends: osmocom-nightly (= 1.0.0.202206290002), ${misc:Depends}, ${shlibs:Depends} +Depends: osmocom-nightly (= 1.0.0.202206300002), ${misc:Depends}, ${shlibs:Depends} Description: osmo-e1d: Osmocom's E1 interface daemon Package: libosmo-e1d1 Section: libs Architecture: any Multi-Arch: same -Depends: osmocom-nightly (= 1.0.0.202206290002), ${misc:Depends}, ${shlibs:Depends} +Depends: osmocom-nightly (= 1.0.0.202206300002), ${misc:Depends}, ${shlibs:Depends} Pre-Depends: ${misc:Pre-Depends} Description: Client library for talking to the Osmocom E1 interface daemon osmo-e1d. @@ -36,7 +36,7 @@ Section: libdevel Architecture: any Multi-Arch: same -Depends: osmocom-nightly (= 1.0.0.202206290002), ${misc:Depends}, ${shlibs:Depends}, +Depends: osmocom-nightly (= 1.0.0.202206300002), ${misc:Depends}, ${shlibs:Depends}, libosmo-e1d1 (= ${binary:Version}), libosmocore-dev, Description: Development headers for the osmo-e1d library. @@ -45,7 +45,7 @@ Section: libs Architecture: any Multi-Arch: same -Depends: osmocom-nightly (= 1.0.0.202206290002), ${misc:Depends}, ${shlibs:Depends} +Depends: osmocom-nightly (= 1.0.0.202206300002), ${misc:Depends}, ${shlibs:Depends} Pre-Depends: ${misc:Pre-Depends} Description: Library for the Osmocom Community TDMoIP network. @@ -53,7 +53,7 @@ Section: libdevel Architecture: any Multi-Arch: same -Depends: osmocom-nightly (= 1.0.0.202206290002), ${misc:Depends}, ${shlibs:Depends}, +Depends: osmocom-nightly (= 1.0.0.202206300002), ${misc:Depends}, ${shlibs:Depends}, libosmo-octoi0 (= ${binary:Version}), libosmocore-dev, Description: Development headers for the Osmocom Community TDMoIP library.
View file
osmo-e1d_0.3.0.72.bb13.202206290002.tar.xz/src/Makefile.am -> osmo-e1d_0.4.0.202206300002.tar.xz/src/Makefile.am
Changed
@@ -3,7 +3,7 @@ # 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=1:0:0 +LIBVERSION=2:0:1 AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir) AM_CFLAGS=-Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-result $(LIBOSMOCORE_CFLAGS) \
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
.