osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-pfcp/+/37570?usp=email )
Change subject: Bump version: 0.3.0.5-1ffb-dirty → 0.4.0
......................................................................
Bump version: 0.3.0.5-1ffb-dirty → 0.4.0
Change-Id: Idfb94c78b71497602102bfd13e139b090bda65ae
---
M TODO-RELEASE
M debian/changelog
M debian/control
R debian/libosmo-pfcp1.install
M src/libosmo-pfcp/Makefile.am
5 files changed, 33 insertions(+), 9 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-pfcp refs/changes/70/37570/1
diff --git a/TODO-RELEASE b/TODO-RELEASE
index d0852fc..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1,9 +1,9 @@
# When cleaning up this file: bump API version in corresponding Makefile.am and rename corresponding debian/lib*.install
-# according to https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info…
-# In short:
+# according to https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release
+# In short: https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info…
# LIBVERSION=c:r:a
# If the library source code has changed at all since the last update, then increment revision: c:r + 1:a.
-# If any interfaces have been added, removed, or changed since the last update: c + 1:0:0.
+# If any interfaces have been added, removed, or changed since the last update: c + 1:0:a.
# If any interfaces have been added since the last public release: c:r:a + 1.
# If any interfaces have been removed or changed since the last public release: c:r:0.
-#library what description / commit summary line
+#library what description / commit summary line
diff --git a/debian/changelog b/debian/changelog
index 1e57b16..3707bf6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+libosmo-pfcp (0.4.0) unstable; urgency=medium
+
+ [ Harald Welte ]
+ * add missing GPLv2 license text as COPYING file
+
+ [ Neels Janosch Hofmeyr ]
+ * osmo_gtlv_cfg: fix api doc
+ * pfcp up_function_features: allow shorter lengths
+ * add osmo_pfcp_ip_addrs_get
+
+ [ Oliver Smith ]
+ * contrib: remove rpm spec file
+
+ -- Oliver Smith <osmith(a)sysmocom.de> Wed, 24 Jul 2024 12:04:14 +0200
+
libosmo-pfcp (0.3.0) unstable; urgency=medium
[ Neels Janosch Hofmeyr ]
diff --git a/debian/control b/debian/control
index 9fc066c..c103281 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@
Multi-Arch: foreign
Depends: ${misc:Depends},
libosmo-gtlv1 (= ${binary:Version}),
- libosmo-pfcp0 (= ${binary:Version})
+ libosmo-pfcp1 (= ${binary:Version})
Description: Osmocom PFCP protocol implementation (metapackage)
Install Osmocom PFCP and generic TLV protocol libraries.
@@ -63,7 +63,7 @@
Tag-Length-Value and/or Tag-Length-Instance-Value structure. This package in
particular contains the debug symbols for this library.
-Package: libosmo-pfcp0
+Package: libosmo-pfcp1
Section: libs
Architecture: any
Multi-Arch: same
@@ -80,7 +80,7 @@
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
- libosmo-pfcp0 (= ${binary:Version}),
+ libosmo-pfcp1 (= ${binary:Version}),
libosmo-gtlv-dev (= ${binary:Version})
Description: Development files for libosmo-pfcp
libosmo-pfcp implements decoding, encoding and endpoint implementation of the
@@ -93,7 +93,7 @@
Section: debug
Priority: extra
Depends: ${misc:Depends},
- libosmo-pfcp0 (= ${binary:Version})
+ libosmo-pfcp1 (= ${binary:Version})
Description: Debug symbols for libosmo-pfcp
libosmo-pfcp implements decoding, encoding and endpoint implementation of the
Packet Forwarding Control Protocol (3GPP TS 29.244). This package in particular
diff --git a/debian/libosmo-pfcp0.install b/debian/libosmo-pfcp1.install
similarity index 100%
rename from debian/libosmo-pfcp0.install
rename to debian/libosmo-pfcp1.install
diff --git a/src/libosmo-pfcp/Makefile.am b/src/libosmo-pfcp/Makefile.am
index 3ada108..00fbc6a 100644
--- a/src/libosmo-pfcp/Makefile.am
+++ b/src/libosmo-pfcp/Makefile.am
@@ -34,7 +34,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=2:0:2
+LIBVERSION=3:0:2
libosmo_pfcp_la_LDFLAGS = -version-info $(LIBVERSION) -no-undefined -export-symbols-regex '^osmo_'
--
To view, visit https://gerrit.osmocom.org/c/libosmo-pfcp/+/37570?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-pfcp
Gerrit-Branch: master
Gerrit-Change-Id: Idfb94c78b71497602102bfd13e139b090bda65ae
Gerrit-Change-Number: 37570
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange
osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-netif/+/37569?usp=email )
Change subject: Bump version: 1.4.0.57-481f-dirty → 1.5.0
......................................................................
Bump version: 1.4.0.57-481f-dirty → 1.5.0
Change-Id: I4b88f29247d4ef56ef971f614ff669fe55c47153
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
M src/Makefile.am
5 files changed, 93 insertions(+), 17 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/69/37569/1
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 83bc188..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1,17 +1,9 @@
# When cleaning up this file: bump API version in corresponding Makefile.am and rename corresponding debian/lib*.install
-# according to https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info…
-# In short:
+# according to https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release
+# In short: https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info…
# LIBVERSION=c:r:a
# If the library source code has changed at all since the last update, then increment revision: c:r + 1:a.
-# If any interfaces have been added, removed, or changed since the last update: c + 1:0:0.
+# If any interfaces have been added, removed, or changed since the last update: c + 1:0:a.
# If any interfaces have been added since the last public release: c:r:a + 1.
# If any interfaces have been removed or changed since the last public release: c:r:0.
-#library what description / commit summary line
-libosmocore >1.9.0 working osmo_sock_init2_multiaddr2() without setting flag OSMO_SOCK_F_BIND
-libosmocore >1.9.0 use osmo_sock_multiaddr_get_name_buf()
-libosmocore >1.9.0 use OSMO_IO_FD_MODE_RECVMSG_SENDMSG
-libosmocore >1.9.0 use osmo_iofd_get_ioops()
-libosmo-netif added osmo_stream_srv_get_sockname()
-libosmo-netif update-dependency libosmocore > 1.9.0 required for I89eb519b22d21011d61a7855b2364bc3c295df82
-libosmo-netif ADD osmo_stream_srv_link_get_name(), osmo_stream_srv_get_name(), osmo_stream_cli_get_name()
-libosmo-netif ADD osmo_prim_srv_link_set_name(), osmo_prim_srv_set_name()
\ No newline at end of file
+#library what description / commit summary line
diff --git a/configure.ac b/configure.ac
index 8016bdd..98755cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -89,9 +89,9 @@
dnl Generate the output
AM_CONFIG_HEADER(config.h)
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.9.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.10.0)
AC_ARG_ENABLE([lapd_examples],
[AS_HELP_STRING(
diff --git a/debian/changelog b/debian/changelog
index 5c71f2d..90f725a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,78 @@
+libosmo-netif (1.5.0) unstable; urgency=medium
+
+ [ arehbein ]
+ * ipa: Don't break strict aliasing rule
+ * stream_srv: Set io_fd pointer to NULL after freeing
+ * stream_test: Disable nagling
+ * stream: Add client-side (segmentation) support for IPA
+ * stream (test): Fix Coverity CID 323456
+ * stream: Add and use helper function osmo_ipa_push_headers()
+ * stream_test: Improve mem mgmt, fix connection mgmt
+ * stream_test: Fix memleaks
+
+ [ Daniel Willmann ]
+ * stream_srv: Fix connection error handling
+ * stream_srv: Make osmo_stream_srv_clear_tx_queue() aware of osmo_io
+ * stream_test: Increase log level to debug
+
+ [ Harald Welte ]
+ * stream_srv: osmo_stream_srv_get_ofd() works only in OSMO_FD mode
+ * Introduce generic osmo_stream_{cli,srv}_get_fd() API
+ * examples/stream-*: Support SCTP when called with "-s" argument
+ * examples/stream-{server,client}: Generate talloc report on SIGUSR1
+ * stream_{cli,srv}: Add support for SCTP in OSMO_IO mode
+ * osmo_io: make use of osmo_iofd_get_ioops()
+ * osmo_stream_cli_send(): Drop data if client is not connected [yet]
+ * Makefile.am: Fix dependency: rebuild doxygen on src/include changes
+ * docs: Enable AUTOBRIEF feauture in doxygen
+ * docs: Use \defgroup and avoid repeated boilerplate text
+ * docs: Don't export documentation about static (internal) functions
+ * Ensure osmo_stream_{cli,srv}_recv() is used only in osmo_fd mode
+ * docs: More verbose stream_{cli,srv} API documentation/manual
+ * docs: Don't export internal structs declared in src files
+ * docs: Split Stream Server and Stream Client into separate groups
+ * docs: jibuf: Prevent internal #defines being documented
+ * Makefile.am: Remove $(SOURCES) which is not defined anywhere
+ * introduce osmo_stream_cli_get_iofd() API
+ * docs: various osmux API documentation updates
+ * docs: Improve/clean-up doxygen for datagram.[ch]
+
+ [ Pau Espin Pedrol ]
+ * stream_cli: Fix opening sctp client socket if no local address set
+ * stream: Add missing osmo_stream_srv_link_get_fd() API
+ * netif: sctp.h: Introduce value_string for enum sctp_spinfo_state
+ * netif: sctp.h: Introduce value_string for enum sctp_sstat_state
+ * stream_cli: osmo_stream_cli_get_sockname() now returns the full set of addresses
+ * stream_cli: Introduce API osmo_stream_srv_get_sockname()
+ * stream_srv_link: osmo_stream_srv_link_get_sockname() now returns the full set of addresses
+ * osmo_prim_srv_send: assert prim_srv is not NULL
+ * stream: Add osmo_stream_*_get_name() APIs
+ * prim: Introduce osmo_prim_srv{_link}_set_name APIs
+ * stream_srv: Fix retrieve of srv_link sockname for AF_UNIX sockets
+ * examples/ipa-stream-client: Fix memleaks in read_cb()
+ * stream_cli: Remove unused write_cb field
+ * stream: Define types for each API callback
+ * tests/stream: Fix missing msgb_free()
+ * stream_{cli,srv}: Add 'res' param to read_cb2
+
+ [ Vadim Yanitskiy ]
+ * build: include git-version-gen into the release tarball
+ * osmo_stream_cli_write(): fix double-free of msgb
+ * README.md: cosmetic: fix a typo
+
+ [ Andreas Eversberg ]
+ * examples/stream-*: Add options, to set local/remote peer
+ * stream_{cli,srv}: Fix memory leak, if sending a message fails
+ * stream_{cli,srv}: Free received messages when not forwarded
+ * stream_cli: Correctly setup and free osmo_io client instance
+ * stream_{client,server} example: Cleanup on exit
+ * stream_cli.c: Handle read / recvfrom error and close connection
+
+ [ Oliver Smith ]
+ * contrib: remove rpm spec file
+
+ -- Oliver Smith <osmith(a)sysmocom.de> Wed, 24 Jul 2024 11:58:42 +0200
+
libosmo-netif (1.4.0) unstable; urgency=medium
[ Max ]
diff --git a/debian/control b/debian/control
index 94c11ef..6259deb 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@
libdpkg-perl,
git,
doxygen,
- libosmocore-dev (>= 1.9.0),
+ libosmocore-dev (>= 1.10.0),
pkg-config,
libpcap0.8-dev,
libsctp-dev
diff --git a/src/Makefile.am b/src/Makefile.am
index 7b38ac0..874a92d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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=12:0:1
+LIBVERSION=13:0:2
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS= -fPIC -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS) $(LIBSCTP_CFLAGS)
--
To view, visit https://gerrit.osmocom.org/c/libosmo-netif/+/37569?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: I4b88f29247d4ef56ef971f614ff669fe55c47153
Gerrit-Change-Number: 37569
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange
Attention is currently required from: osmith.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/libosmo-abis/+/37568?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed:
Verified-1 by Jenkins Builder
Change subject: Bump version: 1.5.1.29-54db-dirty → 1.6.0
......................................................................
Bump version: 1.5.1.29-54db-dirty → 1.6.0
Change-Id: I1a47ddac444eb731440bf7a796e9570933859873
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
R debian/libosmotrau10.install
M src/Makefile.am
6 files changed, 66 insertions(+), 17 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/68/37568/2
--
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/37568?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I1a47ddac444eb731440bf7a796e9570933859873
Gerrit-Change-Number: 37568
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newpatchset
osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-abis/+/37568?usp=email )
Change subject: Bump version: 1.5.1.29-54db-dirty → 1.6.0
......................................................................
Bump version: 1.5.1.29-54db-dirty → 1.6.0
Change-Id: I1a47ddac444eb731440bf7a796e9570933859873
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
R debian/libosmotrau10.install
M src/Makefile.am
6 files changed, 63 insertions(+), 14 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/68/37568/1
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 515adef..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1,12 +1,9 @@
# When cleaning up this file: bump API version in corresponding Makefile.am and rename corresponding debian/lib*.install
-# according to https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info…
-# In short:
+# according to https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release
+# In short: https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info…
# LIBVERSION=c:r:a
# If the library source code has changed at all since the last update, then increment revision: c:r + 1:a.
-# If any interfaces have been added, removed, or changed since the last update: c + 1:0:0.
+# If any interfaces have been added, removed, or changed since the last update: c + 1:0:a.
# If any interfaces have been added since the last public release: c:r:a + 1.
# If any interfaces have been removed or changed since the last public release: c:r:0.
-#library what description / commit summary line
-libosmotrau struct osmo_trau2rtp_state extended (ABI break)
-libosmogsm >1.9.0 rtp_extensions.h new header
-libosmocodec >1.9.0 bugfix in osmo_hr_check_sid() in case length=0
+#library what description / commit summary line
diff --git a/configure.ac b/configure.ac
index cab95cf..e9a43e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -68,8 +68,8 @@
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0)
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.9.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.10.0)
AC_ARG_ENABLE([ortp], [AS_HELP_STRING([--disable-ortp], [Build without ortp support])],
[
diff --git a/debian/changelog b/debian/changelog
index 37f214f..e7f2c3d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,46 @@
+libosmo-abis (1.6.0) unstable; urgency=medium
+
+ [ Andreas Eversberg ]
+ * Add support for sending and receiving Sa bits, as well as some line signals
+
+ [ Harald Welte ]
+ * ipaccess: Log ERROR message if IPA keep-alive FSM allocation fails
+ * ipa_keepalive: Make FSM a bit less quiet
+ * input/ipaccess: Always log with context, if we have any
+ * input/ipaccess: Makes sure to say "TCP keepalive"
+ * [cosmetic] Don't break lines shorter than 120 chars
+ * input/ipa: Log error message also in unexpeted error paths
+ * [cosmetic] input/ipaccess.c: We use tab indent, not spaces [wtf]
+ * Fix critical bug in default TCP keepalive user timeout
+
+ [ Vadim Yanitskiy ]
+ * input/ipaccess: fix regression in ipaccess_bts_handle_ccm()
+ * e1line_dump_vty(): dump keepalive state and params
+ * README.md: cosmetic: fix a typo
+
+ [ Oliver Smith ]
+ * contrib: remove rpm spec file
+
+ [ Mychaela N. Falconia ]
+ * rtp2trau_hr16: fix UFE bit setting
+ * TRAU<->RTP HRv1: fix SID frame definition
+ * rtp2trau_hr16: set D bits correctly
+ * rtp2trau_hr16: accept both TS 101 318 and RFC 5993 payload formats
+ * trau2rtp_hr16: change output format to RFC 5993
+ * RTP->TRAU, FR/EFR: accept TW-TS-001 extended payloads
+ * rtp2trau_hr16: set CRC bits correctly
+ * TRAU->RTP: add support for TW-TS-001 & TW-TS-002
+ * trau2rtp_hr16: check CRC bits in the TRAU frame
+ * rtp2trau_hr16: use osmo_hr_check_sid()
+ * trau_rtp_conv.c cosmetic: fix typo in name of static function
+ * trau_frame.c cosmetic: fix misleading comment
+ * {de,en}code8_hr: fix totally broken functions
+ * trau_frame: fix 8k decoding
+ * trau_rtp_conv: add support for HRv1 in 8k format
+ * build config: add --disable-ortp option
+
+ -- Oliver Smith <osmith(a)sysmocom.de> Wed, 24 Jul 2024 11:41:07 +0200
+
libosmo-abis (1.5.1) unstable; urgency=medium
[ Harald Welte ]
diff --git a/debian/control b/debian/control
index 0903615..b621294 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@
Package: libosmo-abis
Section: oldlibs
Architecture: any
-Depends: libosmoabis13 (= ${binary:Version}), libosmotrau2 (= ${binary:Version}), ${misc:Depends}
+Depends: libosmoabis13 (= ${binary:Version}), libosmotrau10 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: Legacy package for libosmo-abis
libosmo-abis is an empty package helping in the transition to one
@@ -41,7 +41,7 @@
It also implements drivers for mISDN and DAHDI based E1 cards, as well as some
A-bis/IP dialects.
-Package: libosmotrau2
+Package: libosmotrau10
Section: libs
Architecture: any
Multi-Arch: same
@@ -59,7 +59,7 @@
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
- libosmotrau2 (= ${binary:Version}),
+ libosmotrau10 (= ${binary:Version}),
libosmoabis13 (= ${binary:Version})
Description: Development headers for A-bis interface
The libosmo-abis library contains common/shared code regarding the A-bis
@@ -73,7 +73,7 @@
Section: debug
Priority: extra
Depends: libosmoabis13 (= ${binary:Version}),
- libosmotrau2 (= ${binary:Version}),
+ libosmotrau10 (= ${binary:Version}),
${misc:Depends}
Description: Debug symbols for A-bis interface
The libosmo-abis library contains common/shared code regarding the A-bis
diff --git a/debian/libosmotrau2.install b/debian/libosmotrau10.install
similarity index 100%
rename from debian/libosmotrau2.install
rename to debian/libosmotrau10.install
diff --git a/src/Makefile.am b/src/Makefile.am
index d72601b..44d0167 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,7 @@
# Please read chapter "Library interface versions" of the libtool documentation
# before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html
ABIS_LIBVERSION=13:1:0
-TRAU_LIBVERSION=9:1:7
+TRAU_LIBVERSION=10:0:0
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS= -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(LIBOSMOE1D_CFLAGS) $(LIBOSMOCODEC_CFLAGS) $(COVERAGE_CFLAGS)
--
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/37568?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I1a47ddac444eb731440bf7a796e9570933859873
Gerrit-Change-Number: 37568
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange
osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-e1d/+/37566?usp=email )
Change subject: gitignore: remove debian/libosmo-e1d
......................................................................
gitignore: remove debian/libosmo-e1d
The debian/libosmo-e1d*.install files need to be versioned with git.
Remove the entry from gitignore to make it easier to prepare new
releases.
Change-Id: Icd63c187f838eb22b05b920c0e8a3c1a145189df
---
M .gitignore
1 file changed, 13 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-e1d refs/changes/66/37566/1
diff --git a/.gitignore b/.gitignore
index 5d2576e..4d83803 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,7 +21,6 @@
debian/.debhelper
debian/autoreconf.*
-debian/libosmo-e1d*
debian/osmo-e1d
debian/*.log
debian/tmp
--
To view, visit https://gerrit.osmocom.org/c/osmo-e1d/+/37566?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-e1d
Gerrit-Branch: master
Gerrit-Change-Id: Icd63c187f838eb22b05b920c0e8a3c1a145189df
Gerrit-Change-Number: 37566
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange
osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-e1d/+/37567?usp=email )
Change subject: Bump version: 0.6.0.24-f030 → 0.7.0
......................................................................
Bump version: 0.6.0.24-f030 → 0.7.0
Change-Id: Id8f76ae993c2755e8c1334433f1c1ae2dc1fe1fb
---
M TODO-RELEASE
M debian/changelog
M debian/control
R debian/libosmo-e1d3.install
R debian/libosmo-octoi3.install
M src/Makefile.am
M src/octoi/Makefile.am
7 files changed, 63 insertions(+), 6 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-e1d refs/changes/67/37567/1
diff --git a/TODO-RELEASE b/TODO-RELEASE
index e69de29..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -0,0 +1,9 @@
+# When cleaning up this file: bump API version in corresponding Makefile.am and rename corresponding debian/lib*.install
+# according to https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release
+# In short: https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info…
+# LIBVERSION=c:r:a
+# If the library source code has changed at all since the last update, then increment revision: c:r + 1:a.
+# If any interfaces have been added, removed, or changed since the last update: c + 1:0:a.
+# If any interfaces have been added since the last public release: c:r:a + 1.
+# If any interfaces have been removed or changed since the last public release: c:r:0.
+#library what description / commit summary line
diff --git a/debian/changelog b/debian/changelog
index 339ecc9..ba46f63 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,42 @@
+osmo-e1d (0.7.0) unstable; urgency=medium
+
+ [ Andreas Eversberg ]
+ * Use uniform log format for default config files
+ * Add option to automatically reset RIFO on underrun/overflow
+ * Add new protocol command and events for Sa bits and line states
+ * Add functions for events from server to client
+ * Indicate framing alignment error as loss of framing signal
+ * Indicate remote alarm bit as remote alarm inidication
+ * Indicate change in received Sa bits
+ * Add command and client function to change transmitted Sa bits
+ * Prevent memory leaks / double free of msgb in proto_clnt.c
+
+ [ Harald Welte ]
+ * [cosmetic] e1oip.h: Update TODO comment (we have RTT, frame loss stats)
+ * usb: Pass not just the actual transfer length but also the buffer size
+ * usb: Deal with truncated ISO IN transfers
+ * Add funding link to github mirror
+ * README.md: Improved markdown formatting; more links
+
+ [ Sylvain Munaut ]
+ * iCE1usb: Add support to configure CRC4 mode for TX/RX
+ * Update ice1usb_proto.h
+ * iCE1usb: Transmit LOS events to clients
+ * iCE1usb: Transmit AIS events to clients
+ * ctl: When setting Sa bits, other bits must remain set to '1'
+
+ [ Oliver Smith ]
+ * contrib: remove rpm spec file
+ * gitignore: remove debian/libosmo-e1d
+
+ [ Mychaela N. Falconia ]
+ * configure.ac: lower libusb-1.0 requirement to 1.0.20
+ * e1_ts_stop: clear tx_started flag
+ * mux_demux.c cosmetic: fix indent level in _e1_tx_raw()
+ * mux from not-started raw TS: fill with 0xFF
+
+ -- Oliver Smith <osmith(a)sysmocom.de> Wed, 24 Jul 2024 11:28:56 +0200
+
osmo-e1d (0.6.0) unstable; urgency=medium
[ Oliver Smith ]
diff --git a/debian/control b/debian/control
index f0b726a..acf1b6f 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: osmo-e1d: Osmocom's E1 interface daemon
-Package: libosmo-e1d1
+Package: libosmo-e1d3
Section: libs
Architecture: any
Multi-Arch: same
@@ -37,11 +37,11 @@
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends},
- libosmo-e1d1 (= ${binary:Version}),
+ libosmo-e1d3 (= ${binary:Version}),
libosmocore-dev,
Description: Development headers for the osmo-e1d library.
-Package: libosmo-octoi2
+Package: libosmo-octoi3
Section: libs
Architecture: any
Multi-Arch: same
@@ -54,6 +54,6 @@
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends},
- libosmo-octoi2 (= ${binary:Version}),
+ libosmo-octoi3 (= ${binary:Version}),
libosmocore-dev,
Description: Development headers for the Osmocom Community TDMoIP library.
diff --git a/debian/libosmo-e1d1.install b/debian/libosmo-e1d3.install
similarity index 100%
rename from debian/libosmo-e1d1.install
rename to debian/libosmo-e1d3.install
diff --git a/debian/libosmo-octoi2.install b/debian/libosmo-octoi3.install
similarity index 100%
rename from debian/libosmo-octoi2.install
rename to debian/libosmo-octoi3.install
diff --git a/src/Makefile.am b/src/Makefile.am
index fc289fa..b092c0d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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=2:1:1
+LIBVERSION=3:0:0
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) \
diff --git a/src/octoi/Makefile.am b/src/octoi/Makefile.am
index bc6d3fb..aa27683 100644
--- a/src/octoi/Makefile.am
+++ b/src/octoi/Makefile.am
@@ -5,7 +5,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=2:0:0
+LIBVERSION=3:0:0
lib_LTLIBRARIES = libosmo-octoi.la
--
To view, visit https://gerrit.osmocom.org/c/osmo-e1d/+/37567?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-e1d
Gerrit-Branch: master
Gerrit-Change-Id: Id8f76ae993c2755e8c1334433f1c1ae2dc1fe1fb
Gerrit-Change-Number: 37567
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange
Attention is currently required from: Hoernchen, pespin.
jolly has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37546?usp=email )
Change subject: asterisk: IMS: enable EVS-only codec on IMS side
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
Just merged my branch with the current work of ewild/codec_rebased.
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37546?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I1d1542f23ef7c6b2cd18afd90a169633d0d73a3f
Gerrit-Change-Number: 37546
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: jolly <andreas(a)eversberg.eu>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 24 Jul 2024 09:24:51 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
osmith has uploaded a new patch set (#2). ( https://gerrit.osmocom.org/c/libosmocore/+/37565?usp=email )
Change subject: Bump version: 1.9.0.210-14405 → 1.10.0
......................................................................
Bump version: 1.9.0.210-14405 → 1.10.0
Change-Id: Id64650ce17aa8ae5fbd6653c98c1dc3639939da5
---
M TODO-RELEASE
M contrib/libosmocore.spec.in
M debian/changelog
M debian/control
R debian/libosmocore22.install
M src/codec/Makefile.am
M src/coding/Makefile.am
M src/core/Makefile.am
M src/ctrl/Makefile.am
M src/gb/Makefile.am
M src/gsm/Makefile.am
M src/isdn/Makefile.am
M src/sim/Makefile.am
M src/vty/Makefile.am
14 files changed, 279 insertions(+), 35 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/65/37565/2
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/37565?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Id64650ce17aa8ae5fbd6653c98c1dc3639939da5
Gerrit-Change-Number: 37565
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-CC: Jenkins Builder
Gerrit-MessageType: newpatchset