Projects
osmocom:nightly
osmo-e1d
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 130
View file
osmo-e1d_0.4.0.12.7533.202211020002.dsc -> osmo-e1d_0.4.0.13.8154.202211030002.dsc
Changed
@@ -2,7 +2,7 @@ Source: osmo-e1d Binary: osmo-e1d, libosmo-e1d1, libosmo-e1d-dev, libosmo-octoi0, libosmo-octoi-dev Architecture: any -Version: 0.4.0.12.7533.202211020002 +Version: 0.4.0.13.8154.202211030002 Maintainer: Harald Welte <laforge@osmocom.org> Homepage: https://projects.osmocom.org/projects/osmo-e1d Standards-Version: 3.9.8 @@ -16,8 +16,8 @@ libosmo-octoi0 deb libs extra arch=any osmo-e1d deb net extra arch=any Checksums-Sha1: - be7882dd65bfd1cea29d58f7e4e33905058ef0d4 76664 osmo-e1d_0.4.0.12.7533.202211020002.tar.xz + 753990bf0e8ebf9e3de70da989bab04329e3bb13 76684 osmo-e1d_0.4.0.13.8154.202211030002.tar.xz Checksums-Sha256: - daf0a70cceb3defa4bc3011a8427f08280f7ecdb71b689f87daa402f28046e4d 76664 osmo-e1d_0.4.0.12.7533.202211020002.tar.xz + 6b54e2d66e713a690180018eb5b8701e149fddd7b67e6af3e6344760075b89dc 76684 osmo-e1d_0.4.0.13.8154.202211030002.tar.xz Files: - 7f6bfa52f6aff454339aac803237fbbf 76664 osmo-e1d_0.4.0.12.7533.202211020002.tar.xz + 65be0667496c76c55d9a31461eea2c69 76684 osmo-e1d_0.4.0.13.8154.202211030002.tar.xz
View file
osmo-e1d_0.4.0.12.7533.202211020002.tar.xz/.tarball-version -> osmo-e1d_0.4.0.13.8154.202211030002.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -0.4.0.12-7533.202211020002 +0.4.0.13-8154.202211030002
View file
osmo-e1d_0.4.0.12.7533.202211020002.tar.xz/debian/changelog -> osmo-e1d_0.4.0.13.8154.202211030002.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-e1d (0.4.0.12.7533.202211020002) unstable; urgency=medium +osmo-e1d (0.4.0.13.8154.202211030002) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom nightly feed - -- Osmocom OBS scripts <info@osmocom.org> Wed, 02 Nov 2022 00:02:55 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Thu, 03 Nov 2022 00:02:55 +0000 osmo-e1d (0.4.0) unstable; urgency=medium
View file
osmo-e1d_0.4.0.12.7533.202211020002.tar.xz/debian/control -> osmo-e1d_0.4.0.13.8154.202211030002.tar.xz/debian/control
Changed
@@ -21,14 +21,14 @@ Package: osmo-e1d Architecture: any Multi-Arch: foreign -Depends: osmocom-nightly (= 202211020002), ${misc:Depends}, ${shlibs:Depends} +Depends: osmocom-nightly (= 202211030002), ${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 (= 202211020002), ${misc:Depends}, ${shlibs:Depends} +Depends: osmocom-nightly (= 202211030002), ${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 (= 202211020002), ${misc:Depends}, ${shlibs:Depends}, +Depends: osmocom-nightly (= 202211030002), ${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 (= 202211020002), ${misc:Depends}, ${shlibs:Depends} +Depends: osmocom-nightly (= 202211030002), ${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 (= 202211020002), ${misc:Depends}, ${shlibs:Depends}, +Depends: osmocom-nightly (= 202211030002), ${misc:Depends}, ${shlibs:Depends}, libosmo-octoi0 (= ${binary:Version}), libosmocore-dev, Description: Development headers for the Osmocom Community TDMoIP library.
View file
osmo-e1d_0.4.0.12.7533.202211020002.tar.xz/src/usb.c -> osmo-e1d_0.4.0.13.8154.202211030002.tar.xz/src/usb.c
Changed
@@ -825,6 +825,10 @@ libusb_device_handle *devh; int line_nr = 0; int i, j, ret; + const char *hwname = "icE1usb"; + + if (is_tracer) + hwname = "e1-tracer"; ret = libusb_open(dev, &devh); if (ret) { @@ -853,7 +857,7 @@ /* try to find the matching interface config created by the vty */ intf = e1d_find_intf_by_usb_serial(e1d, serial_str); if (intf) { - LOGP(DE1D, LOGL_INFO, "Configuration for icE1usb serial '%s' found\n", serial_str); + LOGP(DE1D, LOGL_INFO, "Configuration for %s serial '%s' found\n", hwname, serial_str); auto_create_lines = false; if (intf->drv_data) { LOGP(DE1D, LOGL_ERROR, "New device with serial '%s', but E1 interface %u busy\n", @@ -865,8 +869,8 @@ intf_data->devh = devh; intf->drv_data = intf_data; } else { - LOGP(DE1D, LOGL_NOTICE, "No configuration for icE1usb serial '%s' found, " - "auto-generating it\n", serial_str); + LOGP(DE1D, LOGL_NOTICE, "No configuration for %s serial '%s' found, " + "auto-generating it\n", hwname, serial_str); auto_create_lines = true; intf_data = talloc_zero(e1d->ctx, struct e1_usb_intf_data); intf_data->devh = devh; @@ -888,7 +892,7 @@ ret = libusb_get_active_config_descriptor(dev, &cd); if (ret) { - LOGP(DE1D, LOGL_ERROR, "Failed to talk to usb device: %s\n", libusb_strerror(ret)); + LOGP(DE1D, LOGL_ERROR, "Failed to talk to %s usb device: %s\n", hwname, libusb_strerror(ret)); intf_data->devh = NULL; talloc_free(intf_data); if (auto_create_lines)
View file
osmo-e1d_0.4.0.12.7533.202211020002.tar.xz/src/vty.c -> osmo-e1d_0.4.0.13.8154.202211030002.tar.xz/src/vty.c
Changed
@@ -242,7 +242,7 @@ } DEFUN(cfg_e1d_if_icE1usb, cfg_e1d_if_icE1usb_cmd, "interface <0-255> icE1usb", - "Configure an icE1usb E1 interface\n" + "Configure an icE1usb/e1-tracer E1 interface\n" "E1 Interface Number\n") { struct e1_intf *intf;
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
.