osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/37585?usp=email )
Change subject: Bump version: 1.11.0.92-278b-dirty → 1.12.0
......................................................................
Bump version: 1.11.0.92-278b-dirty → 1.12.0
Change-Id: I849e44757568c8c15e9994bf50211f3fb1381a41
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
4 files changed, 149 insertions(+), 20 deletions(-)
Approvals:
pespin: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 91e8dae..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1,11 +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 (compiling) OSMO_SOCKADDR_STR_FMT_ARGS_NOT_NULL
-libosmocore > 1.9.0 we use the new osmo_cbsp_segmentation_cb
+#library what description / commit summary line
diff --git a/configure.ac b/configure.ac
index 7a4d557..ef43aa6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,14 +61,14 @@
AC_SUBST(osmo_ac_meas_vis)
dnl checks for libraries
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.5.0)
-PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.4.0)
-PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.8.0)
-PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.12.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.6.0)
+PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.5.0)
+PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.9.0)
+PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.13.0)
dnl checks for header files
AC_HEADER_STDC
diff --git a/debian/changelog b/debian/changelog
index d8b5b2e..2eb7e4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,125 @@
+osmo-bsc (1.12.0) unstable; urgency=medium
+
+ [ Vadim Yanitskiy ]
+ * struct gsm_bts_trx[_ts], gsm_abis_mo: drop unused nm_attr
+ * bts_siemens_bs11: remove ip.access nanoBTS specific code
+ * abis_nm: separate parsing of osmo-bts features into a function
+ * abis_nm: parse feature flags in NM_ATT_IPACC_SUPP_FEATURES
+ * nm_{bb_transc,bts}_fsm: rework sending of Get Attributes
+ * abis_nm: get rid of MAX_BTS_ATTR
+ * gsm_data: refactor/simplify and expose gsm_objclass2mo()
+ * bts_ipaccess_nanobts: clean up, use gsm_objclass2mo()
+ * oml: ipacc: parse Object Version from SW Activated Report
+ * oml: ipacc: log supported features using LOGL_INFO
+ * oml: ipacc: fix copy-pasted talloc chunk names
+ * abis_nm: fix bts->nr vs bts->bts_nr
+ * oml: ipacc: add missing is_ipa_abisip_bts() checks
+ * abis_nm: handle NM_EV_SW_ACT_REP in ST_OP_DISABLED_{DEPENDENCY,OFFLINE}
+ * abis_nm: delay configure_loop() until NM_MT_SW_ACTIVATED_REP
+ * oml: ipacc: send GPRS Cell attributes based on IPA Object Version
+ * oml: ipacc: fix sending hard-coded GPRS Cell attributes
+ * abis_nm: send Get Attributes to Rado Carrier MO(s)
+ * abis_nm: send Get Attributes to GPRS Cell MO(s)
+ * gsm_data: fix wrong variable set in gsm_pchan2chan_nr()
+ * gsm_data: use ABIS_RSL_CHAN_NR_CBITS_* in gsm_pchan2chan_nr()
+ * vgcs_fsm: fix NULL pointer dereference in vgcs_call_fsm_busy()
+ * Remove unused OpenBSC leftover 'openbscdefines.h'
+ * build: include README.md into the release tarball
+ * bsc_ctrl: do not overwrite rc in bsc_base_ctrl_cmds_install()
+ * lchan_fsm: fix -Wgnu-designator warnings printed by clang
+ * abis_nm: misc/cosmetic changes to abis_nm_sw_act_req_ack()
+ * abis_nm: fix -Wunused-but-set-variable (bug)
+ * README.md: cosmetic: fix a typo
+
+ [ Harald Welte ]
+ * oml: ipacc: print all supported versions of MOs
+ * fix spelling s/omso/osmo/ in bts_variant_names
+ * Fix license header in various source code files.
+ * bsc_ctrl_lookup.c: Use AGPLv3, not GPLv2
+ * CBSP: Port over to use osmo_io via libosmo-netif
+ * Add funding link to github mirror
+ * README.md: Overhaul (more links, fix markdown formatting)
+ * README.md Add Forum + Issue Tracker sections
+
+ [ Matan Perelman ]
+ * si2quater: Invalidate thresh_lo, prio and qrxlm when needed
+ * ctrl: Add cell barred
+ * ctrl: Add rxlev access min control
+ * abis_rsl: Add rach expiry timeout
+ * ctrl: Add rach expiry timeout
+ * ctrl: Add radio link timeout
+ * vty: Ensure radio-link-timeout is a multiple of 4
+ * ctrl: Fix missing reply in set_bts_cell_reselection_offset
+ * ctrl: Add rach max transmission
+ * ctrl: Add ms max power
+ * ctrl: Remove unused vty includes
+ * ctrl: Split bts_trx_ts_ctrl from bts_trx_ctrl
+ * ctrl: Add ms power
+ * ctrl: Add lchan show
+ * ctrl: Add lchan show to all ctrl levels
+
+ [ Pau Espin Pedrol ]
+ * sccplite: Support multiple MGW in MGW pool
+ * Drop unused local var
+ * abis_nm_sw_act_req_ack: attr_len should be unsigned
+ * lb: Log name of unhandled sigtran primitive
+ * cbsp_link.c: Update somo_stream read_cb2 functions to accommodate for new API param
+
+ [ Oliver Smith ]
+ * vty: make NCC Permitted (SI2) configurable
+ * recover BORKEN lchans for missing ACK scenarios
+ * vty: show mscs: tweak output
+ * vty: show mscs: add BSSMAP state
+ * .deb/.rpm: various fixes related to non-root
+ * contrib: remove rpm spec file
+ * debian/postinst: add checks, be verbose
+
+ [ arehbein ]
+ * meas_feed: Use osmo_io instead of write queue
+ * osmo-bsc: Have PCU socket connection use osmo_wqueue
+ * bsc: Make socket queue max. length configurable
+
+ [ Philipp Maier ]
+ * pcuif_proto: rename PCU_IF_FLAG_SYSMO to PCU_IF_FLAG_DIRECT_PHY
+ * pcuif_proto: clean up last remains of old PCUIF v10
+ * pcuif_proto: signal BTS model via PCUIF
+
+ [ Andreas Eversberg ]
+ * Do not generate 'bit map 0' neighbor lists with R-GSM ARFCN
+ * Select correct neighbor list for measurement report decoding
+ * ASCI: Make neigh_list_get_arfcn() available to other users
+ * ASCI: Add System Information 10 support
+ * SI10: Fix uninitialized l_bts pointer
+ * SI10: Fix uninitialized last_i index
+ * ASCI: Repeat notification after assigning MS to VGCS/VBS channel
+ * Use uniform log format for default config files
+ * Only check for intersecting AMR codec support on matching TS rate
+ * Also track downtime when OML link is lost
+ * VTY: Add command `show bts brief`
+ * Add vty commands "no gprs nsvc ..."
+
+ [ Neels Hofmeyr ]
+ * use X6 timer for REL ACK, not T3111
+ * systemd,manual: set LimitNOFILE=65536
+ * vty: disallow combination of early-IA and frequency hopping
+ * err log: output sigtran prim name instead of number
+ * silence error message for N-STATE prim
+
+ [ Keith Whyte ]
+ * VTY: fix config indentation for pcu-socket params
+
+ [ Max ]
+ * .deb/.rpm: add osmocom user during package install
+
+ [ Alexander Couzens ]
+ * ipaccess-config: fix crash when doing test procedures
+ * ipaccess-config: rename build_physconf to build_physconf_arfcn_by_rxlev
+
+ [ Mychaela N. Falconia ]
+ * add support for RTP extensions via TW-TS-003
+
+ -- Oliver Smith <osmith(a)sysmocom.de> Wed, 24 Jul 2024 17:00:06 +0200
+
osmo-bsc (1.11.0) unstable; urgency=medium
[ Max ]
diff --git a/debian/control b/debian/control
index d2abb43..c81ea89 100644
--- a/debian/control
+++ b/debian/control
@@ -12,12 +12,12 @@
python3-minimal,
libcdk5-dev,
libtalloc-dev,
- libosmocore-dev (>= 1.9.0),
- libosmo-sigtran-dev (>= 1.8.0),
- libosmo-abis-dev (>= 1.5.0),
- libosmo-netif-dev (>= 1.4.0),
- libosmo-mgcp-client-dev (>= 1.12.0),
- osmo-gsm-manuals-dev (>= 1.5.0)
+ libosmocore-dev (>= 1.10.0),
+ libosmo-sigtran-dev (>= 1.9.0),
+ libosmo-abis-dev (>= 1.6.0),
+ libosmo-netif-dev (>= 1.5.0),
+ libosmo-mgcp-client-dev (>= 1.13.0),
+ osmo-gsm-manuals-dev (>= 1.6.0)
Standards-Version: 3.9.8
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-bsc
Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-bsc
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/37585?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I849e44757568c8c15e9994bf50211f3fb1381a41
Gerrit-Change-Number: 37585
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged
osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-gbproxy/+/37599?usp=email )
Change subject: Bump version: 0.4.1.4-a1a17 → 0.5.0
......................................................................
Bump version: 0.4.1.4-a1a17 → 0.5.0
Change-Id: Ib4432d0ff74aa92176e85817dc54d884ea8b8068
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
4 files changed, 37 insertions(+), 8 deletions(-)
Approvals:
pespin: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 1c5d61f..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1 +1,9 @@
-#component what description / commit summary line
+# 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/configure.ac b/configure.ac
index a2cf82a..2ae8aa0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,11 +38,11 @@
CFLAGS="$CFLAGS -std=gnu11"
dnl checks for libraries
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.9.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.10.0)
dnl checks for header files
AC_HEADER_STDC
diff --git a/debian/changelog b/debian/changelog
index 423827e..a853637 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+osmo-gbproxy (1:0.5.0) unstable; urgency=medium
+
+ [ Andreas Eversberg ]
+ * Use uniform log format for default config files
+
+ [ Oliver Smith ]
+ * contrib: remove rpm spec file
+ * contrib/systemd: run as osmocom user
+ * debian/osmo-gbproxy.init: delete
+
+ -- Oliver Smith <osmith(a)sysmocom.de> Thu, 25 Jul 2024 09:25:28 +0200
+
osmo-gbproxy (1:0.4.1) unstable; urgency=medium
[ Vadim Yanitskiy ]
diff --git a/debian/control b/debian/control
index 3930bab..b72ee2d 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,8 @@
libtool,
pkg-config,
libtalloc-dev,
- libosmocore-dev (>= 1.9.0),
- osmo-gsm-manuals-dev (>= 1.5.0)
+ libosmocore-dev (>= 1.10.0),
+ osmo-gsm-manuals-dev (>= 1.6.0)
Standards-Version: 3.9.8
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-gbproxy
Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-gbproxy
--
To view, visit https://gerrit.osmocom.org/c/osmo-gbproxy/+/37599?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-gbproxy
Gerrit-Branch: master
Gerrit-Change-Id: Ib4432d0ff74aa92176e85817dc54d884ea8b8068
Gerrit-Change-Number: 37599
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged
osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-sip-connector/+/37604?usp=email )
Change subject: Bump version: 1.6.3.12-6725 → 1.7.0
......................................................................
Bump version: 1.6.3.12-6725 → 1.7.0
Change-Id: Ia741d0a574828da121693fa73f54f517ad9d2be2
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
4 files changed, 44 insertions(+), 9 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 7ac9302..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/configure.ac b/configure.ac
index 402dd58..b6f53d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,9 +24,9 @@
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_PROG_CC
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0)
PKG_CHECK_MODULES(SOFIASIP, sofia-sip-ua-glib >= 1.12.0)
AC_ARG_ENABLE(sanitize,
diff --git a/debian/changelog b/debian/changelog
index e822e3e..4287366 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,29 @@
+osmo-sip-connector (1.7.0) unstable; urgency=medium
+
+ [ Neels Hofmeyr ]
+ * drop misleading error message
+ * sdp_get_sdp_mode(): fix wrong return value
+ * forward SDP between SIP and MNCC
+ * verbosely log MNCC and SDP
+
+ [ Andreas Eversberg ]
+ * Use uniform log format for default config files
+
+ [ Vadim Yanitskiy ]
+ * build: include README.md into the release tarball
+ * README.md: cosmetic: fix a typo
+
+ [ Max ]
+ * .deb/.rpm: add osmocom user during package install
+
+ [ Oliver Smith ]
+ * .deb/.rpm: various fixes related to non-root
+ * contrib: remove rpm spec file
+ * debian/postinst: add checks, be verbose
+ * Change-Id: I828fb19a9bba9e71087a69ee1b4206b3eb26f004
+
+ -- Oliver Smith <osmith(a)sysmocom.de> Thu, 25 Jul 2024 10:34:23 +0200
+
osmo-sip-connector (1.6.3) unstable; urgency=medium
[ arehbein ]
diff --git a/debian/control b/debian/control
index 4c7e4b0..ad67b1b 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,8 @@
libsofia-sip-ua-glib-dev,
libsofia-sip-ua-dev,
dh-autoreconf,
- libosmocore-dev (>= 1.9.0),
- osmo-gsm-manuals-dev (>= 1.5.0)
+ libosmocore-dev (>= 1.10.0),
+ osmo-gsm-manuals-dev (>= 1.6.0)
Standards-Version: 3.8.4
Homepage: https://osmocom.org/projects/osmo-sip-conector/wiki
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-sip-connector
--
To view, visit https://gerrit.osmocom.org/c/osmo-sip-connector/+/37604?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-sip-connector
Gerrit-Branch: master
Gerrit-Change-Id: Ia741d0a574828da121693fa73f54f517ad9d2be2
Gerrit-Change-Number: 37604
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged
osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/37583?usp=email )
Change subject: Bump version: 1.7.0.73-8c060 → 1.8.0
......................................................................
Bump version: 1.7.0.73-8c060 → 1.8.0
Change-Id: Ieba7563bda8fbd43075aeacfe07ecbea1933d692
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
4 files changed, 123 insertions(+), 21 deletions(-)
Approvals:
pespin: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 6448b19..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1,13 +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
-libosmogsm >1.9.0 added new PRIM_INFO to include/osmocom/gsm/l1sap.h
-libosmogsm >1.9.0 use of RLP code in libosmogsm
-libosmogsm >1.9.0 BTS feature & RSL defs for ThemWi RTP extensions
-libosmoctrl >1.9.0 use ctrl_cmd_send2()
+#library what description / commit summary line
diff --git a/configure.ac b/configure.ac
index 79958dd..d1c59c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,15 +69,15 @@
fi
dnl checks for libraries
-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(LIBOSMOCTRL, libosmoctrl >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOCODING, libosmocoding >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.5.0)
-PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 1.5.0)
-PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.4.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOCODING, libosmocoding >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.6.0)
+PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 1.6.0)
+PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.5.0)
AC_MSG_CHECKING([whether to enable support for sysmobts calibration tool])
AC_ARG_ENABLE(sysmobts-calib,
diff --git a/debian/changelog b/debian/changelog
index 410c549..aac54d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,100 @@
+osmo-bts (1.8.0) unstable; urgency=medium
+
+ [ Vadim Yanitskiy ]
+ * osmo-bts-{oc2g,lc15}: signal CBCH support to BSC
+ * oml: oml_tx_attr_resp(): pass *mo to handle_attrs_{bts,trx}()
+ * oml: refactor generation of Get Attribute Response
+ * oml: oml_tx_attr_resp(): handle common nm_state attributes
+ * oml: implement handling of NM_ATT_IPACC_SUPP_FEATURES
+ * l1sap: l1sap_tch_ind(): fix segfault on stale TCH.ind
+ * osmo-bts-trx: rx_tchh_fn(): fix copy-pasted comment
+ * meas: also match stderr logging for meas_test
+ * meas: lchan_meas_sub_num_expected(): proper cmode enforcement
+ * meas: lchan_meas_check_compute(): fix -SUB frame substitution
+ * meas: handle VAMOS specific chan modes
+ * meas: fix ts45008_83_is_sub(): DTX is permitted on TCH/F sign
+ * meas: ts45008_83_is_sub(): properly handle CSD modes
+ * meas: lchan_meas_sub_num_expected(): handle CSD modes
+ * osmo-bts-trx: tx_tch[fh]_fn(): use BUFPOS macro everywhere
+ * osmo-bts-trx: tx_tch[fh]_fn(): rework generation of dummy FACCH
+ * osmo-bts-trx: tx_tch[fh]_fn(): fix sending idle CSD frames
+ * osmo-bts-trx: add_sbits(): simplify, improve coding style
+ * osmo-bts-trx: use BPLEN macro instead of magic numbers
+ * osmo-bts-trx: eliminate ul_bursts_prev, use the primary buffer
+ * l1sap: fix logic error in gsmtap_csd_rlp_process()
+ * osmo-bts-trx: add test VTY command to send arbitrary TRXC messages
+ * doc/examples: fix missing config files in release tarballs
+ * osmo-bts-{trx,virtual}: do not advertise TCH/F14.4 NT
+ * tests/osmo-bts.vty: aligh with recent libosmovty changes
+ * README.md: cosmetic: fix a typo
+ * doc/examples: use common 'ipa unit-id' in all files
+ * doc/examples: drop no-op 'gsmtap-sapi' lines
+ * doc/examples: osmo-bts-trx.cfg: set 'oml remote-ip' to '127.0.0.1'
+
+ [ Pau Espin Pedrol ]
+ * oml: Store RSL connect related fields in bb_transc
+ * Move trx->rsl_link to trx->bb_transc.rsl.link
+ * nm: delay RSL connect until BBTRANSC object is OPSTARTed
+ * cosmetic: oc2g_mgr: fix trailing whitespace
+ * Drop use of deprectated vty callback is_config_node
+ * Revert "trx_if: Allow calling trx_if_flush/close from within TRXC callback"
+ * trx_if: Allow calling trx_if_flush/close from within TRXC callback (v2)
+
+ [ Andreas Eversberg ]
+ * ASCI: Ignore LAPD frames from MS, while the uplink is not active
+ * Do not prefix UI header to System Information Type 10
+ * Increase RR scheduler priority to 20, to avoid dropped bursts
+ * ASCI: Add control of uplink access to osmo-bts-trx
+ * ASCI: Add control of uplink access to osmo-bts-sysmo
+ * ASCI: Enable voice group/broadcast call feature at osmo-bts-trx
+ * ASCI: Control uplink access bursts detection of physical interface
+ * ASCI: Add library requirements for uplink access to TODO-RELEASE
+ * Use uniform log format for default config files
+ * Transmit invalid AMR speech blocks instead of dummy FACCH
+ * LAPDm: Reject (release) establishment on DCCH, SAPI 0 without L3 payload
+ * Handle empty (idle) PDCH blocks gracefully
+ * Use polling based LAPDm with frame numbers
+ * OML: Add Get Attributes for supported MOs for BTS Object Class
+ * OML: Add Get Attributes for supported MOs for Radio Carrier Object Class
+ * OML: Add Get Attributes for supported MOs for Channel Object Class
+ * Fix ASCI access burst detection with osmo-bts-trx
+
+ [ Oliver Smith ]
+ * systemd: remove RestartPreventExitStatus=1
+ * contrib: remove rpm spec file
+ * contrib/systemd: run as osmocom user
+
+ [ Philipp Maier ]
+ * pcuif_proto: rename PCU_IF_FLAG_SYSMO to PCU_IF_FLAG_DIRECT_PHY
+ * pcuif_proto: clean up last remains of old PCUIF v10
+ * pcuif_proto: signal BTS model via PCUIF
+
+ [ Harald Welte ]
+ * Add GSMTAP encapsulation of RLP frames in CSD NT mode
+ * gsmtap-rlp: Add support for skipping generating NULL frames
+ * Fix license headers.
+ * sysmobts_mgr_temp: Migrate to ctrl_cmd_send2()
+ * osmo-bts-virtual: Port over to osmo_io
+ * common: Add RTP related rate counters
+ * Add funding link to github mirror
+ * README.md: Add Forum + Issue Tracker sections
+
+ [ Matan Perelman ]
+ * ctrl: Add max ber10k rach
+
+ [ Neels Hofmeyr ]
+ * early-IA: use the correct TRX
+
+ [ Keith ]
+ * vty info: MS power levels in dBm are not negative
+
+ [ Mychaela N. Falconia ]
+ * rsl.adoc: mention currently undocumented IEs
+ * rsl: parse RSL_IE_OSMO_OSMUX_CID correctly
+ * common: add support for TW-TS-001
+
+ -- Oliver Smith <osmith(a)sysmocom.de> Wed, 24 Jul 2024 16:40:02 +0200
+
osmo-bts (1.7.0) unstable; urgency=medium
[ arehbein ]
diff --git a/debian/control b/debian/control
index 6a77d56..53fc6f4 100644
--- a/debian/control
+++ b/debian/control
@@ -7,12 +7,12 @@
dh-autoreconf,
autotools-dev,
pkg-config,
- libosmocore-dev (>= 1.9.0),
- libosmo-abis-dev (>= 1.5.0),
- libosmo-netif-dev (>= 1.4.0),
+ libosmocore-dev (>= 1.10.0),
+ libosmo-abis-dev (>= 1.6.0),
+ libosmo-netif-dev (>= 1.5.0),
libgps-dev,
txt2man,
- osmo-gsm-manuals-dev (>= 1.5.0)
+ osmo-gsm-manuals-dev (>= 1.6.0)
Standards-Version: 3.9.8
Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-bts
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-bts
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/37583?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Ieba7563bda8fbd43075aeacfe07ecbea1933d692
Gerrit-Change-Number: 37583
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged
osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ggsn/+/37577?usp=email )
Change subject: Bump version: 1.11.0.31-7ae1-dirty → 1.12.0
......................................................................
Bump version: 1.11.0.31-7ae1-dirty → 1.12.0
Change-Id: Idf8b178290cbb14e5199590feb584c82dc076dd0
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
R debian/libgtp10.install
M debian/rules
M gtp/Makefile.am
7 files changed, 71 insertions(+), 20 deletions(-)
Approvals:
pespin: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 73c4fbe..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
-libgtp REMOVE remove GTP cause defines of reserved values
-libgtp REMOVE ABI change (removed API: ipv42eua, eua2ipv4)
-libgtpnl > 1.2.5 gtp_tunnel_set_family()
+#library what description / commit summary line
diff --git a/configure.ac b/configure.ac
index 07b8b81..945075a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,7 +71,7 @@
[enable_gtp_linux="$enableval"], [enable_gtp_linux="no"])
AS_IF([test "x$enable_gtp_linux" = "xyes"], [
- PKG_CHECK_MODULES([LIBGTPNL], [libgtpnl >= 1.2.0])
+ PKG_CHECK_MODULES([LIBGTPNL], [libgtpnl >= 1.3.0])
])
AM_CONDITIONAL([ENABLE_GTP_KERNEL], [test "$enable_gtp_linux" = "yes"])
@@ -154,9 +154,9 @@
AM_INIT_AUTOMAKE([foreign])
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.9.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0)
AC_ARG_ENABLE(sanitize,
[AS_HELP_STRING(
diff --git a/debian/changelog b/debian/changelog
index 9eb37fd..d36f674 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,48 @@
+osmo-ggsn (1.12.0) unstable; urgency=medium
+
+ [ Daniel Willmann ]
+ * libgtp: Remove defines for reserved causes in gtp.h
+
+ [ Pau Espin Pedrol ]
+ * pco: Improve IPCP spec reference documentation
+
+ [ Oliver Smith ]
+ * Fix a typo
+ * gtp_new: deduplicate create_and_bind_socket code
+ * kernel-gtp: support IPv6 on outer layer
+ * kernel-gtp: support IPv6 on inner layer
+ * Revert "kernel-gtp: support IPv6 on outer layer"
+ * Cosmetic: Makefile.am: make SUBDIRS diff friendly
+ * Cosmetic: AM_CFLAGS: make diff friendly
+ * Cosmetic: {lib,gtp}/Makefile.am: diff friendly
+ * lib/gtp-kernel.c: initialize ret with 0
+ * lib/gtp-kernel.c: check rc of in46a_from_eua
+ * doc: fix typo ndoe -> node
+ * Add clear error for kernel not supporting IPv6
+ * contrib: remove rpm spec file
+ * libgtp: move includes to osmocom/include/gtp
+ * gtp/gsn_internal.h: new file
+ * gtp/gtp.c: move gtp_create_context_resp down
+ * gtp: remove unused conversion functions
+ * gtp: move conversion functions up
+ * gtp/gtp_internal.h: new file
+ * ggsn/ggsn_vty: create state-dir
+ * doc: set state-dir to /var/lib/osmocom/osmo-ggsn
+ * contrib/systemd: run as osmocom user
+ * Use uniform log format for default config files
+ * {contrib,debian}/osmo-ggsn.init: remove
+
+ [ Harald Welte ]
+ * Add funding link to github mirror
+ * README.md: Improve markdown formatting
+ * README.md: Add Forum + Issue Tracker sections
+ * README.md: Major overhaul
+
+ [ Vadim Yanitskiy ]
+ * README.md: cosmetic: fix a typo
+
+ -- Oliver Smith <osmith(a)sysmocom.de> Wed, 24 Jul 2024 15:13:31 +0200
+
osmo-ggsn (1.11.0) unstable; urgency=medium
[ Daniel Willmann ]
diff --git a/debian/control b/debian/control
index e802d62..e2f801e 100644
--- a/debian/control
+++ b/debian/control
@@ -7,9 +7,9 @@
pkg-config,
libdpkg-perl, git,
dh-autoreconf,
- libosmocore-dev (>= 1.9.0),
- osmo-gsm-manuals-dev,
- libgtpnl-dev (>= 1.2.0)
+ libosmocore-dev (>= 1.10.0),
+ osmo-gsm-manuals-dev (>= 1.6.0),
+ libgtpnl-dev (>= 1.3.0)
Standards-Version: 3.9.6
Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-ggsn
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-ggsn
@@ -24,7 +24,7 @@
operators as the interface between the Internet and the rest of the
mobile network infrastructure.
-Package: libgtp6
+Package: libgtp10
Architecture: any
Multi-Arch: same
Section: libs
@@ -49,7 +49,7 @@
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
- libgtp6 (= ${binary:Version})
+ libgtp10 (= ${binary:Version})
Description: Development files for libgtp
OsmoGGSN is a Gateway GPRS Support Node (GGSN). It is used by mobile
operators as the interface between the Internet and the rest of the
@@ -62,7 +62,7 @@
Section: debug
Architecture: any
Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, libgtp6 (= ${binary:Version}), osmo-ggsn (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libgtp10 (= ${binary:Version}), osmo-ggsn (= ${binary:Version})
Multi-Arch: same
Description: Debug symbols for OsmoGGSN
OsmoGGSN is a Gateway GPRS Support Node (GGSN). It is used by mobile
@@ -82,7 +82,7 @@
Section: debug
Architecture: any
Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, libgtp6 (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libgtp10 (= ${binary:Version})
Multi-Arch: same
Description: Debug symbols for OsmoGGSN
OsmoGGSN is a Gateway GPRS Support Node (GGSN). It is used by mobile
diff --git a/debian/libgtp6.install b/debian/libgtp10.install
similarity index 100%
rename from debian/libgtp6.install
rename to debian/libgtp10.install
diff --git a/debian/rules b/debian/rules
index c11700c..48397a8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@
override_dh_strip:
dh_strip -posmo-ggsn --dbg-package=osmo-ggsn-dbg
- dh_strip -plibgtp6 --dbg-package=libgtp-dbg
+ dh_strip -plibgtp10 --dbg-package=libgtp-dbg
override_dh_auto_configure:
dh_auto_configure -- \
diff --git a/gtp/Makefile.am b/gtp/Makefile.am
index a140cee..db1942d 100644
--- a/gtp/Makefile.am
+++ b/gtp/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
# If major=current-age is increased, remember to update the dh_strip line in debian/rules!
-LIBVERSION=9:1:3
+LIBVERSION=10:0:0
lib_LTLIBRARIES = libgtp.la
--
To view, visit https://gerrit.osmocom.org/c/osmo-ggsn/+/37577?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Change-Id: Idf8b178290cbb14e5199590feb584c82dc076dd0
Gerrit-Change-Number: 37577
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged
osmith has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-sccp/+/37571?usp=email )
Change subject: Bump version: 1.8.0.67-fb30-dirty → 1.9.0
......................................................................
Bump version: 1.8.0.67-fb30-dirty → 1.9.0
Change-Id: Ie85c5f4806adbb1e5e5c26e90a8ecc73529caea9
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
R debian/libosmo-sigtran10.install
M debian/rules
M src/Makefile.am
7 files changed, 108 insertions(+), 29 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 0c3e87e..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1,20 +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 osmo_sock_multiaddr_{add,del}_local_addr()
-libosmo-netif >1.4.0 osmo_stream_{srv,cli}_get_fd()
-libosmocore >1.9.0 osmo_sock_multiaddr_get_ip_and_port(), osmo_multiaddr_ip_and_port_snprintf()
-libosmocore >1.9.0 osmo_sock_sctp_get_peer_addr_info()
-libosmo-netif >1.4.0 osmo_sctp_spinfo_state_str(), osmo_sctp_sstat_state_str()
-libosmo-sigtran ABI change struct osmo_ss7_asp: new field(s) at the end
-libosmo-sigtran ABI change struct osmo_xua_server: new field(s) at the end
-libosmo-sigtran API added osmo_ss7_asp_get_trans_proto()
-libosmo-sigtran API added osmo_ss7_asp_{find2,find_or_create2}()
-libosmo-sigtran API added osmo_ss7_xua_server_{find2,create2}()
-libosmo-netif >1.4.0 osmo_io SCTP support
+#library what description / commit summary line
diff --git a/configure.ac b/configure.ac
index 115fe67..7311ffa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,10 +36,10 @@
fi
PKG_PROG_PKG_CONFIG([0.20])
-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(LIBOSMONETIF, libosmo-netif >= 1.4.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.5.0)
old_LIBS=$LIBS
AC_SEARCH_LIBS([sctp_recvmsg], [sctp], [
diff --git a/debian/changelog b/debian/changelog
index 8714beb..3e6cbf6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,84 @@
+libosmo-sccp (1.9.0) unstable; urgency=medium
+
+ [ Pau Espin Pedrol ]
+ * sccp2sua: constify params of sccp_ptr_part_consistent()
+ * xua_msg: Implement xua_msg_dump() using OSMO_STRBUF
+ * sccp2sua: remove unused msg param from sccp_{addr,data}_to_sua_ptr
+ * sscp2sua: Constify several more parameters
+ * sccp2sua: Produce smaller output if msg contains no optional section
+ * cosmetic: sccp_types.h: Fix typo in comment
+ * cosmetic: src/Makefile: reformat to one item per line
+ * asp: Factor out helper function to match host in asp_peer
+ * Split osmo_ss7_asp_peer functionalities to its own file
+ * Factor our osmo_ss7_as allocation to its own function
+ * Split osmo_ss7_as functionalities to its own file
+ * asp: Apply SCTP primary address changes after the ASP was started
+ * asp: Apply SCTP peer primary address changes after the ASP was started
+ * asp: Support adding new local addresses after the ASP was started
+ * sccp: Drop unused local variable
+ * asp: Support removing local & remote addresses
+ * xua_server: asp: Support removing local addresses
+ * sccp_demo_user: Allow initiating conns from vty in server mode
+ * sccp_scoc: Fix remote PC not assigned preventing RSLD to be sent in st WAIT_CONN_CONF
+ * ipa: Fix client setting unit_id with ASP name instead of AS
+ * vty: Retrieve IP addr set from sk when dumping xUA server
+ * vty: show cs7 instance asp: Swap columns SCTP Role and Remote Address list
+ * vty: show cs7 instance asp: Print loc and rem addr retrieved from socket
+ * vty: Introduce cmd 'show cs7 instance asp name ASP_NAME'
+ * vty: Introduce show cs7 instance asp-remaddr
+ * vty: Introduce show cs7 instance asp-assoc-status
+ * cosmetic: Fix typo in function doc
+ * ipa: Use ASP name as ipa_unit_name on dynamic ASPs
+ * xua_asp_fsm: Fix 'Event AS_ASSIGNED not permitted'
+ * Fix wrong string prefix in log line
+ * ss7_asp: Update osmo_stream read_cb2 functions to accommodate for new API param
+
+ [ Harald Welte ]
+ * sccp: Introduce initial support for SCCP LUDT + LUDTS messages
+ * Fix counting received IPA packets in server mode
+ * port from osmo_stream_*_get_ofd() to osmo_stream_srv_get_fd()
+ * xua_asp_fsm: Log ERROR message when we send a MGMT:ERR message
+ * Add new "cs7 instance <0-15> asp NAME disconnect" VTY command
+ * vty_test_runner: Avoid bogus erro messages like "AssertionError: False is not true"
+ * vty_test_runner: Don't wait for more than 10s when connecting to sockets
+ * fix regression in sctp-role / transport-role
+ * xua + ipa: Add support for I/O in OSMO_IO mode
+ * Revert "xua + ipa: Add support for I/O in OSMO_IO mode"
+ * xua + ipa: Add support for I/O in OSMO_IO mode
+ * cosmetic: rename ss7_asp_*_conn_cb to ss7_asp_*_conn_rx_cb
+ * osmo_ss7_asp: fix uninitialized return value in xua_cli_read_cb()
+ * Use same msgb allocation size like before osmo_io introduction
+ * Add funding link to github mirror
+ * README.md: Update; improve markdown syntax
+ * README.md: Add links to forum and issue tracker
+ * ipa: Use pseudo-random number for SLS in IPA->M3UA direction
+
+ [ Max ]
+ * cosmetic: add spec reference
+ * .deb/.rpm: add osmocom user during package install
+
+ [ Vadim Yanitskiy ]
+ * build: include README.md into the release tarball
+ * return CMD_WARNING if osmo_ss7_xua_server_create() fails
+ * fix xua_msg_dump(): convert message length to the host's byte order
+ * examples/sccp_demo_user: fix default ASP protocol in help
+ * cosmetic: xua_cli_connect_cb(): fix typo in a comment
+ * cosmetic: reduce nesting in osmo_ss7_as_find_by_proto()
+ * xua_asp_send_xlm_prim(): use LOGPFSML() to print more context
+ * osmo_ss7_asp_find_by_name(): improve docs and coding style
+ * Implement M3UA-over-TCP (in addition to SCTP)
+ * VTY: rename 'sctp-role' to 'transport-role', add an alias
+ * xua_accept_cb(): distinguish ASPs using different trans_proto
+ * fix log_sctp_notification(): remove unused variable
+ * README.md: cosmetic: fix a typo
+
+ [ Oliver Smith ]
+ * .deb/.rpm: various fixes related to non-root
+ * contrib: remove rpm spec file
+ * debian/postinst: add checks, be verbose
+
+ -- Oliver Smith <osmith(a)sysmocom.de> Wed, 24 Jul 2024 12:19:24 +0200
+
libosmo-sccp (1.8.0) unstable; urgency=medium
[ Neels Hofmeyr ]
diff --git a/debian/control b/debian/control
index 444604c..de425de 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@
Build-Depends: debhelper (>= 10),
autotools-dev,
pkg-config,
- libosmocore-dev (>= 1.9.0),
+ libosmocore-dev (>= 1.10.0),
autoconf,
automake,
libtool,
@@ -13,9 +13,9 @@
git,
doxygen,
libdpkg-perl,
- libosmo-netif-dev (>= 1.4.0),
+ libosmo-netif-dev (>= 1.5.0),
libsctp-dev,
- osmo-gsm-manuals-dev (>= 1.5.0)
+ osmo-gsm-manuals-dev (>= 1.6.0)
Standards-Version: 3.9.7
Vcs-Git: https://gitea.osmocom.org/osmocom/libosmo-sccp
Vcs-Browser: https://gitea.osmocom.org/osmocom/libosmo-sccp
@@ -34,7 +34,7 @@
.
This package contains the development files for the library.
-Package: libosmo-sigtran9
+Package: libosmo-sigtran10
Section: libs
Architecture: any
Multi-Arch: same
@@ -53,7 +53,7 @@
Architecture: any
Section: debug
Multi-Arch: same
-Depends: libosmo-sigtran9 (= ${binary:Version}),
+Depends: libosmo-sigtran10 (= ${binary:Version}),
${misc:Depends}
Description: Documentation for the Osmocom SIGTRAN library
libosmo-sigtran is a shared library containing SS7/SIGTRAN related functionality,
@@ -68,7 +68,7 @@
Architecture: all
Section: doc
Depends: ${misc:Depends},
- libosmo-sigtran9 (= ${binary:Version}),
+ libosmo-sigtran10 (= ${binary:Version}),
libjs-jquery
Description: Documentation for the Osmocom SIGTRAN library
libosmo-sigtran is a shared library containing SS7/SIGTRAN related functionality,
@@ -83,7 +83,7 @@
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
- libosmo-sigtran9 (= ${binary:Version}),
+ libosmo-sigtran10 (= ${binary:Version}),
libosmocore-dev,
libosmo-netif-dev
Description: Development headers for the Osmocom SIGTRAN library
@@ -98,7 +98,7 @@
Architecture: any
Multi-Arch: same
Section: net
-Depends: libosmo-sigtran9,
+Depends: libosmo-sigtran10,
${shlibs:Depends},
${misc:Depends}
Description: Osmocom SIGTRAN STP (Signaling Transfer Point)
diff --git a/debian/libosmo-sigtran9.install b/debian/libosmo-sigtran10.install
similarity index 100%
rename from debian/libosmo-sigtran9.install
rename to debian/libosmo-sigtran10.install
diff --git a/debian/rules b/debian/rules
index db31a43..2e6e9ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@
dh $@ --with autoreconf
override_dh_strip:
- dh_strip -plibosmo-sigtran9 --dbg-package=libosmo-sigtran-dbg
+ dh_strip -plibosmo-sigtran10 --dbg-package=libosmo-sigtran-dbg
dh_strip -posmo-stp --dbg-package=osmo-stp-dbg
override_dh_install:
diff --git a/src/Makefile.am b/src/Makefile.am
index be6442d..40a0ed1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -31,7 +31,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=9:0:0
+LIBVERSION=10:0:0
libosmo_sigtran_la_SOURCES = \
ipa.c \
--
To view, visit https://gerrit.osmocom.org/c/libosmo-sccp/+/37571?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: Ie85c5f4806adbb1e5e5c26e90a8ecc73529caea9
Gerrit-Change-Number: 37571
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged