forked from pool/libosmo-abis
Jan Engelhardt
716bc020fa
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosmo-abis?expand=0&rev=59
188 lines
6.8 KiB
Plaintext
188 lines
6.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Nov 1 18:24:27 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 1.5.0
|
|
* Add more L1 signals to common part
|
|
* Add function to set Sa bits to common part
|
|
* Add L1 signals to misdn driver
|
|
* Add setting of Sa bits to misdn driver
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 18 10:15:24 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 1.4.1
|
|
* trau_sync: Add the V.110 sync pattern
|
|
* trau_sync: add Ericsson RBS GPRS TRAU synchronization pattern
|
|
(16 & 64kbps)
|
|
* Add missing functions to send HDLC/RAW data
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 3 14:54:10 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 1.3.0
|
|
* input/e1d: fix a memleak in handle_ts_raw_read()
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 19 09:14:18 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to new upstream release 1.2.0
|
|
* ipa: Introduce support for user-specific DSCP and priority
|
|
* e1_input: Allow (vty) configuration of IP DSCP and socket
|
|
priority
|
|
- Update patch:
|
|
* osmo-talloc.diff
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 14 20:35:36 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 1.1.1
|
|
* e1_input: Support I.460 timeslot type
|
|
- Remove e1dapi.diff
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 6 12:06:23 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 1.0.1
|
|
* e1d: Initial osmo-e1d support
|
|
* e1_input: Add VTY command to enable PCAP debug output
|
|
- Add e1dapi.diff
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 9 20:24:00 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to new upstream release 0.8.1
|
|
* ortp: disable SO_REUSEADDR + SO_REUSEPORT
|
|
* Add rtp_test to show the double-bind bug of OS#4444
|
|
- Update patch:
|
|
* osmo-talloc.diff
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 5 10:47:01 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to new upstream release 0.8.0
|
|
* input/ipa_keepalive.c: make sure IPA keepalive FSM is registered
|
|
* input/ipaccess.c: propagate errors from ipa_parse_unitid()
|
|
* ipa: Allow setting local addr and port for struct ipa_client_conn
|
|
* ipa: ipa_server_link_close() add checks of link state
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 15 04:29:02 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to new upstream release 0.7.0
|
|
* ipaccess: allow TCP keepalive for IPA clients
|
|
* Add IPA keep-alive FSM implementation
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 28 22:37:38 UTC 2019 - mardnh@gmx.de
|
|
|
|
- Update to new upstream release 0.6.0
|
|
* Bugfix release only.
|
|
The full changelog is available via
|
|
http://git.osmocom.org/libosmo-abis/plain/debian/changelog?h=0.6.0
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 11 00:56:52 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to new upstream release 0.5.1
|
|
* unixsocket: fix a potential string overflow
|
|
* fix double-free/use-after-free of pointers in struct e1inp_line
|
|
* ortp: reset RTP session on SSRC changes
|
|
* ortp: detect SSRC changes immediately
|
|
* e1_input: Replace '.' in counter names with ':'
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 25 08:57:52 UTC 2018 - jengelh@inai.de
|
|
|
|
- Show testsuite.log when tests are failing.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 2 22:48:02 UTC 2017 - jengelh@inai.de
|
|
|
|
- Update to new upstream snapshot 0.4.0.2
|
|
* osmo_ortp: Duration of a RTP frame affects timestamp of the
|
|
next one
|
|
* osmo_ortp: Add osmo_rtp_drop_frame API
|
|
* osmo_ortp: Fix warning: check ortp API in
|
|
rtp_session_signal_connect
|
|
- Drop 0001-build-resolve-compiler-warnings.patch (merged)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 28 20:58:28 UTC 2017 - jengelh@inai.de
|
|
|
|
- Update to new upstream snapshot 0.3.2.68
|
|
* Really fix order of set_connected_mode and set_remote_addr
|
|
* Resync RTP session in case of timestamp jump
|
|
* e1_input: Add E1 timeslot number to input_signal_data
|
|
* Convert e1inp_{sign,ts}type_name() to use struct value_string
|
|
* Implement new 'raw' input type for E1 timeslots
|
|
* Add HDLC timeslot mode
|
|
* lapd: adding support for ericsson's lapd dialect
|
|
* Enable adaptive jitter compensation
|
|
* lapd: Reduce N200 (SABM retransmission count)
|
|
- Drop ortp27.diff (no longer needed)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 1 12:30:41 UTC 2016 - jengelh@inai.de
|
|
|
|
- Update to new upstream snapshot 0.3.2.24
|
|
* No visible changes
|
|
- Add ortp27.diff
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 30 17:54:58 UTC 2016 - jengelh@inai.de
|
|
|
|
- Update to new upstream snapshot 0.3.2.19
|
|
* ipa driver: make bind address vty configurable
|
|
* Do not send RTP to port 0
|
|
* Add defines for FN to SAMPLE conversion
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 22 19:08:57 UTC 2016 - jengelh@inai.de
|
|
|
|
- Move to seprate location and ensure pkgconfig is used correctly
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 23 17:34:54 UTC 2015 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 0.3.2.3
|
|
* ortp: Guard the jitter stats with a version check
|
|
* ortp: Export statistics for the bts or similar
|
|
* export lapd_tei_alloc for libosmo-netif
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 2 12:29:23 UTC 2015 - jengelh@inai.de
|
|
|
|
- Add 0001-build-resolve-compiler-warnings.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 1 01:15:24 UTC 2015 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 0.3.1
|
|
* No changelog was provided, again
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 2 20:43:07 UTC 2014 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 0.3.0
|
|
* No changelog was provided
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 21 08:00:10 UTC 2014 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 0.2.0
|
|
* No changelog was provided
|
|
- Remove 0001-lapd-Do-not-override-t203_sec-initialization.patch,
|
|
0002-misdn-Set-ret-to-0-when-using-the-LAPD-from-userspac.patch
|
|
(no longer needed)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 2 23:50:42 UTC 2013 - jengelh@inai.de
|
|
|
|
- Add 0001-lapd-Do-not-override-t203_sec-initialization.patch,
|
|
0002-misdn-Set-ret-to-0-when-using-the-LAPD-from-userspac.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 22 09:03:06 UTC 2013 - jengelh@inai.de
|
|
|
|
- Initial package (version 0.1.5) for build.opensuse.org
|