osmo-e1d/debian/changelog

93 lines
3.6 KiB
Plaintext

osmo-e1d (0.3.0) unstable; urgency=medium
* e1d: reliably detect EOF in _e1_ts_{read,write} (RAW mode)
* e1d: reliably detect EOF (HDLC-FCS mode)
* Introduce a #define for the maximum HDLC buffer size (264)
* e1d-ts-pipe: Don't write more HDLC bytes than e1d supports
* e1d: Add watchdog timer to detect dead lines / USB devices
* update ice1usb_proto.h to current master
-- Harald Welte <laforge@osmocom.org> Sat, 01 Jan 2022 15:42:20 +0100
osmo-e1d (0.2.2) unstable; urgency=medium
[ Harald Welte ]
* e1d-prbs-test: Initialize libosmocore logging
* ctl: properly set the timeslot mode in E1DP_CMD_TS_QUERY
* make compile-time default logging configuration less verbose
[ Pau Espin Pedrol ]
* Use new stat item/ctr getter APIs
* gitignore: Add configure~
-- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 16 Nov 2021 18:10:15 +0100
osmo-e1d (0.2.1) unstable; urgency=medium
* add README.md describing what this repository is about
* e1d: fix ASSERT during "write terminal"
-- Harald Welte <laforge@osmocom.org> Fri, 26 Mar 2021 09:34:49 +0100
osmo-e1d (0.2.0) unstable; urgency=medium
[ Harald Welte ]
* migrate to proper allocated USB Product ID
* add missing call to logging_vty_add_cmds() during startup
* usb.c: Fix error introducing Tx underflows
* Detect truncated reads on SOCK_SEQPACKET sockets
* print E1DP Mode as string, not in numeric format
* Use SOCK_STREAM sockets for E1_TS_MODE_RAW
* Fix HDLC-FCS transmit side
* _e1_rx_hdlcfs: const-ify input buffer argument
* introduce concept of superchannel to data structures
* actually implement the superchannel mode
* Add new E1DP_CMD_LINE_CONFIG for switching channelized/superchannel
* cosmetic: create HDLC specific sub-structure within e1_ts
* implement buffering to chunks in E1->application direction
* add comment about first byte of E1DP_MAGIC
* make RAW read buffer size configurable (instead of hard-coded 160)
* usb: Don't pass negative length values to e1_line_demux_in()
* src/ctl.c: Log NOTICE messages whenever client send unexpected requests
* e1-prbs-test: Add support for osmo-e1d
* make sure a given timeslot can only be opened once (by default)
* Use OSMO_FD_* instead of deprecated BSC_FD_*
* vpair: fix writing config file with vpairs configured
* usb: Increase number of transfers from 2 to 4
* Add support for icE1usb interrupt endpoint error reporting
* Add per-line rate counter group to count various errors
* support for control endpoint requests to icE1usb to switch Rx/Tx mode
* e1_line.c: Split multiplex + demultiplex into separate mux_demux.c
* usb.c: Mark _e1_usb_open_device() as static
* move usb.c function declarations to newly-created usb.h
* Move e1d_find_intf + e1_intf_find_line to intf_line.c
* vty: export vty_e1d + move e1d_vty_node to header file
* Evaluate received E and A bits in TS0
* Add new "osmo-e1gen" program.
[ Oliver Smith ]
* configure.ac: set -std=gnu11
-- Pau Espin Pedrol <pespin@sysmocom.de> Wed, 24 Feb 2021 14:07:27 +0100
osmo-e1d (0.1.1) unstable; urgency=medium
* Makefile.am: Don't put LIBS into CFLAGS
-- Harald Welte <laforge@osmocom.org> Thu, 02 Jul 2020 13:44:06 +0200
osmo-e1d (0.1.0) unstable; urgency=medium
* debian/control: Add missing dependency to libusb-1.0-0-dev
* debian: Fix packaging of libosmo-e1d
* debian: Remove dependency to libosmo-abis; remove explicit libosmocore version
-- Harald Welte <laforge@osmocom.org> Wed, 01 Jul 2020 12:29:43 +0200
osmo-e1d (0.0.1) unstable; urgency=medium
[ Harald Welte ]
* initial debian package
-- Harald Welte <laforge@osmocom.org> Tue, 30 Jun 2020 18:24:51 +0100