lists.osmocom.org
Sign In
Sign Up
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2026
August
July
June
May
April
March
February
January
2025
December
November
October
September
August
July
June
May
April
March
February
January
2024
December
November
October
September
August
July
June
May
April
March
February
January
2023
December
November
October
September
August
July
June
May
April
March
February
January
2022
December
November
October
September
August
July
June
May
April
March
February
January
List overview
Download
gerrit-log
August 2026
----- 2026 -----
August 2026
July 2026
June 2026
May 2026
April 2026
March 2026
February 2026
January 2026
----- 2025 -----
December 2025
November 2025
October 2025
September 2025
August 2025
July 2025
June 2025
May 2025
April 2025
March 2025
February 2025
January 2025
----- 2024 -----
December 2024
November 2024
October 2024
September 2024
August 2024
July 2024
June 2024
May 2024
April 2024
March 2024
February 2024
January 2024
----- 2023 -----
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
----- 2022 -----
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
gerrit-log@lists.osmocom.org
1 participants
1495 discussions
Start a n
N
ew thread
[M] Change in osmo-bts[master]: Bump version: 1.11.0.34-66010-dirty → 1.12.0
by pespin
20 Aug '26
20 Aug '26
pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-bts/+/43329?usp=email
) Change subject: Bump version: 1.11.0.34-66010-dirty → 1.12.0 ...................................................................... Bump version: 1.11.0.34-66010-dirty → 1.12.0 Change-Id: I4234311c30ccc0abd606d7df75442286dfebc55a --- M TODO-RELEASE M configure.ac M debian/changelog M debian/control 4 files changed, 58 insertions(+), 13 deletions(-) Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved diff --git a/TODO-RELEASE b/TODO-RELEASE index 57c89e7..0ed7189 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,4 +7,3 @@ # 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 -libosmo-netif >1.7.0 soft_underruns added to struct osmo_twjit_stats diff --git a/configure.ac b/configure.ac index d18d8b3..7fde53e 100644 --- a/configure.ac +++ b/configure.ac @@ -69,15 +69,15 @@ fi dnl checks for libraries -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.13.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.13.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.13.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.13.0) -PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.13.0) -PKG_CHECK_MODULES(LIBOSMOCODING, libosmocoding >= 1.13.0) -PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 2.1.0) -PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 2.1.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOCODING, libosmocoding >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 2.2.0) +PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 2.2.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.8.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 80fb35f..bb8d4b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,49 @@ +osmo-bts (1.12.0) unstable; urgency=medium + + [ Mychaela N. Falconia ] + * RTP: add vty configuration for twjit + * RTP: implement RTP socket abstraction layer + * RTP: use new abstraction layer instead of direct osmo_ortp + * RTP: add vty option for ortp vs twrtp selection + * RTP: make ortp optional at compile time + * remove bogons from src/osmo-bts-oc2g/Makefile.am + + [ Thorkell Thorkelsson ] + * tch: fix RTP clock not ticking for unhandled payload types + + [ Vadim Yanitskiy ] + * phy_link: phy_instance_link_to_trx(): add missing semicolon + * scheduler: trx_sched_is_sacch_fn(): fix returning non-bool + * phy_link: phy_{link,instance}_name(): fix shared static buffer + * tx_power: get_pa_drive_level_mdBm(): assert on out-of-range ARFCN + * osmo-bts-trx: check sscanf() result in NOMTXPOWER/SETPOWER handlers + * osmo-bts-trx: clean up log messages in response handlers + * l1sap: check_for_ciph_cmd(): add missing msgb length check + * bts_ctrl_commands: remove debugging leftover + * measurement: is_meas_complete(): fix fn_mod variable type + * osmo-bts-trx: rx_data_fn(): fix copy-paste in comment + * osmo-bts-trx: rx_rach_fn(): remove redundant fall-back + * bts_shutdown_fsm: fix spurious RAMP_COMPL events in WAIT_TRX_CLOSED + * struct trx_power_params: fix inaccurate comment + * osmo-bts-omldummy: properly report NM_ATT_IPACC_SUPP_FEATURES + * struct gsm_bts: drop unused ms_max_power + * tests/meas: remove unused 'delta' + * common: track whether gsm_time has been initialized + * osmo-bts-trx: shut down on stale clock indication from transceiver + * osmo-bts-trx: fix spurious shutdown on first CLCK.ind from osmo-trx + * osmo-bts-trx: fix spurious clock skew shutdown after self-compensation + * l1sap: fix duplicate RF RESOURCE INDICATION on clock bootstrap + * oml: validate Intave Parameter range in SET BTS ATTR + * common: flush paging queue in nm_bts_fsm's NOTINSTALLED on_enter + * common: stop buffering UL measurements when SACCH is deactivated + * common: reset lchan meas state in gsm_lchan_release() + + [ Timur Davydov ] + * build: make linux/if_packet.h usage optional + * build: remove unused sys/timerfd.h include + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Thu, 20 Aug 2026 13:03:19 +0200 + osmo-bts (1.11.0) unstable; urgency=medium [ Pau Espin Pedrol ] diff --git a/debian/control b/debian/control index 8a261ca..f200198 100644 --- a/debian/control +++ b/debian/control @@ -7,9 +7,9 @@ dh-autoreconf, autotools-dev, pkg-config, - libosmocore-dev (>= 1.13.0), - libosmo-abis-dev (>= 2.1.0), - libosmo-netif-dev (>= 1.7.0), + libosmocore-dev (>= 1.14.2), + libosmo-abis-dev (>= 2.2.0), + libosmo-netif-dev (>= 1.8.0), osmo-gsm-manuals-dev (>= 1.7.0) Standards-Version: 3.9.8 Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-bts
-- To view, visit
https://gerrit.osmocom.org/c/osmo-bts/+/43329?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged Gerrit-Project: osmo-bts Gerrit-Branch: master Gerrit-Change-Id: I4234311c30ccc0abd606d7df75442286dfebc55a Gerrit-Change-Number: 43329 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
1
0
0
0
[M] Change in osmo-bts[master]: Bump version: 1.11.0.34-66010-dirty → 1.12.0
by pespin
20 Aug '26
20 Aug '26
pespin has posted comments on this change by pespin. (
https://gerrit.osmocom.org/c/osmo-bts/+/43329?usp=email
) Change subject: Bump version: 1.11.0.34-66010-dirty → 1.12.0 ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-bts/+/43329?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment Gerrit-Project: osmo-bts Gerrit-Branch: master Gerrit-Change-Id: I4234311c30ccc0abd606d7df75442286dfebc55a Gerrit-Change-Number: 43329 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Thu, 20 Aug 2026 11:09:33 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes
1
0
0
0
[M] Change in osmo-bsc[master]: Bump version: 1.14.0.40-779dd6-dirty → 1.15.0
by pespin
20 Aug '26
20 Aug '26
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-bsc/+/43330?usp=email
) Change subject: Bump version: 1.14.0.40-779dd6-dirty → 1.15.0 ...................................................................... Bump version: 1.14.0.40-779dd6-dirty → 1.15.0 Change-Id: Ib2118df3a9ab2c35140869edfbcfaeacdd2384ff --- M TODO-RELEASE M configure.ac M debian/changelog M debian/control 4 files changed, 69 insertions(+), 16 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/30/43330/1 diff --git a/TODO-RELEASE b/TODO-RELEASE index df1b8b1..0ed7189 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,6 +7,3 @@ # 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 -libosmo-mgcp-client >1.15.0 new API of fmtp in struct ptmap -libosmogsm >1.12.0 OSMO_AOIP_RTP_PT_TWTS007 in gsm_48_103.h -libosmocore >1.12.0 log_get_context(), log_{get,set}_filter(_data)() diff --git a/configure.ac b/configure.ac index f42f085..b4394af 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.12.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.12.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.12.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.12.0) -PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 2.1.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 2.2.0) -PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.15.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 2.2.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 2.3.0) +PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.16.0) dnl checks for header files AC_HEADER_STDC diff --git a/debian/changelog b/debian/changelog index 441762b..421fc5b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,59 @@ +osmo-bsc (1.15.0) unstable; urgency=medium + + [ Mychaela N. Falconia ] + * MGW control: migrate to new API for codecs and payload types + * MGW control: migrate to new API for fmtp + * E1: add support for AMR in TW-TS-006 enhanced RTP format + * E1: add support for compressed CSD (TW-TS-007) + * vty: rm misleading warnings about DTX on E1 BTS + * nokia: add support for Flexi Multiradio + * nokia vty: change help strings away from "*Site" + * nokia skip-reset: make consistent with other vty settings + * nokia: make Rx diversity configurable + * nokia bts-reset-timer: raise the maximum to 300 s + * nokia: respond to BTS_COMMISS_TEST_REQ + * rsl: don't send legacy Chan Ident IE for Nokia BTS + * nokia cosmetic: add bts_is_insite() function + * nokia cosmetic: factor out BTS_CONF_COMPL handling + * Nokia Flexi Multiradio: reset non-BCCH TRX + * gsm_set_bts_type(): fix switch statement + * vty: update help string for nokia_site model + * nokia: rename vty settings, drop _site + + [ Pau Espin Pedrol ] + * ipaccess-config-e1-driver: Make sure struct input_signal_data is zero initialized + * Avoid accessing struct log_target members directly + * Lb: Handle SCCP N-NOTICE.ind + * Lb: Handle N-PCSTATE.ind + * assignment_fsm: Fix use-after-free of lchan->conn + + [ Csaba Sipos ] + * nokia_site: Add new BTS types to the list + * nokia_site: Change the LAPD N200 counter for RSL + + [ Vadim Yanitskiy ] + * bssap: mark some pointers as const + * bssap: use LOGPFSML in bssmap_handle_assignm_req() + * bssap: use LOGPFSML in bssmap_handle_ass_req_tp_codec_list() + * ipaccess: fix buffer overread in ipacc_parse_supp_flags() + * ipaccess: store Supported Features IE to the MO state + * assignment_fsm: pass lchan to lchan_type_compat_with_mode() + * assignment_fsm: check ipaccess channel mode support + * lchan_fsm: ignore late lchan_rtp_fsm events + * lchan_fsm: don't mark lchan as BORKEN on unsupported mode NACK + * handover_fsm: fix send_handover_performed() using wrong lchan + * handover_fsm: send_handover_performed(): check lchan != NULL + * assignment_fsm: ipacc_chan_mode_supported(): log unsupported chan_mode + + [ Oliver Smith ] + * Cosmetic: bts_nokia_site: fix comment formatting + + [ n0k0 ] + * ipaccess-proxy: reject oversized IPA frame length + * ipaccess-proxy: reject short IPA header + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Thu, 20 Aug 2026 13:08:07 +0200 + osmo-bsc (1.14.0) unstable; urgency=medium [ csaba.sipos ] diff --git a/debian/control b/debian/control index fc25644..3e5b71b 100644 --- a/debian/control +++ b/debian/control @@ -12,11 +12,11 @@ python3-minimal, libcdk5-dev, libtalloc-dev, - libosmocore-dev (>= 1.12.0), - libosmo-sigtran-dev (>= 2.2.0), - libosmo-abis-dev (>= 2.1.0), - libosmo-netif-dev (>= 1.7.0), - libosmo-mgcp-client-dev (>= 1.15.0), + libosmocore-dev (>= 1.14.2), + libosmo-sigtran-dev (>= 2.3.0), + libosmo-abis-dev (>= 2.2.0), + libosmo-netif-dev (>= 1.8.0), + libosmo-mgcp-client-dev (>= 1.16.0), osmo-gsm-manuals-dev (>= 1.7.0) Standards-Version: 3.9.8 Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-bsc
-- To view, visit
https://gerrit.osmocom.org/c/osmo-bsc/+/43330?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange Gerrit-Project: osmo-bsc Gerrit-Branch: master Gerrit-Change-Id: Ib2118df3a9ab2c35140869edfbcfaeacdd2384ff Gerrit-Change-Number: 43330 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de>
1
0
0
0
[M] Change in osmo-bts[master]: Bump version: 1.11.0.34-66010-dirty → 1.12.0
by pespin
20 Aug '26
20 Aug '26
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-bts/+/43329?usp=email
) Change subject: Bump version: 1.11.0.34-66010-dirty → 1.12.0 ...................................................................... Bump version: 1.11.0.34-66010-dirty → 1.12.0 Change-Id: I4234311c30ccc0abd606d7df75442286dfebc55a --- M TODO-RELEASE M configure.ac M debian/changelog M debian/control 4 files changed, 58 insertions(+), 13 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/29/43329/1 diff --git a/TODO-RELEASE b/TODO-RELEASE index 57c89e7..0ed7189 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,4 +7,3 @@ # 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 -libosmo-netif >1.7.0 soft_underruns added to struct osmo_twjit_stats diff --git a/configure.ac b/configure.ac index d18d8b3..7fde53e 100644 --- a/configure.ac +++ b/configure.ac @@ -69,15 +69,15 @@ fi dnl checks for libraries -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.13.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.13.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.13.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.13.0) -PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.13.0) -PKG_CHECK_MODULES(LIBOSMOCODING, libosmocoding >= 1.13.0) -PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 2.1.0) -PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 2.1.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOCODING, libosmocoding >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 2.2.0) +PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 2.2.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.8.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 80fb35f..bb8d4b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,49 @@ +osmo-bts (1.12.0) unstable; urgency=medium + + [ Mychaela N. Falconia ] + * RTP: add vty configuration for twjit + * RTP: implement RTP socket abstraction layer + * RTP: use new abstraction layer instead of direct osmo_ortp + * RTP: add vty option for ortp vs twrtp selection + * RTP: make ortp optional at compile time + * remove bogons from src/osmo-bts-oc2g/Makefile.am + + [ Thorkell Thorkelsson ] + * tch: fix RTP clock not ticking for unhandled payload types + + [ Vadim Yanitskiy ] + * phy_link: phy_instance_link_to_trx(): add missing semicolon + * scheduler: trx_sched_is_sacch_fn(): fix returning non-bool + * phy_link: phy_{link,instance}_name(): fix shared static buffer + * tx_power: get_pa_drive_level_mdBm(): assert on out-of-range ARFCN + * osmo-bts-trx: check sscanf() result in NOMTXPOWER/SETPOWER handlers + * osmo-bts-trx: clean up log messages in response handlers + * l1sap: check_for_ciph_cmd(): add missing msgb length check + * bts_ctrl_commands: remove debugging leftover + * measurement: is_meas_complete(): fix fn_mod variable type + * osmo-bts-trx: rx_data_fn(): fix copy-paste in comment + * osmo-bts-trx: rx_rach_fn(): remove redundant fall-back + * bts_shutdown_fsm: fix spurious RAMP_COMPL events in WAIT_TRX_CLOSED + * struct trx_power_params: fix inaccurate comment + * osmo-bts-omldummy: properly report NM_ATT_IPACC_SUPP_FEATURES + * struct gsm_bts: drop unused ms_max_power + * tests/meas: remove unused 'delta' + * common: track whether gsm_time has been initialized + * osmo-bts-trx: shut down on stale clock indication from transceiver + * osmo-bts-trx: fix spurious shutdown on first CLCK.ind from osmo-trx + * osmo-bts-trx: fix spurious clock skew shutdown after self-compensation + * l1sap: fix duplicate RF RESOURCE INDICATION on clock bootstrap + * oml: validate Intave Parameter range in SET BTS ATTR + * common: flush paging queue in nm_bts_fsm's NOTINSTALLED on_enter + * common: stop buffering UL measurements when SACCH is deactivated + * common: reset lchan meas state in gsm_lchan_release() + + [ Timur Davydov ] + * build: make linux/if_packet.h usage optional + * build: remove unused sys/timerfd.h include + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Thu, 20 Aug 2026 13:03:19 +0200 + osmo-bts (1.11.0) unstable; urgency=medium [ Pau Espin Pedrol ] diff --git a/debian/control b/debian/control index 8a261ca..f200198 100644 --- a/debian/control +++ b/debian/control @@ -7,9 +7,9 @@ dh-autoreconf, autotools-dev, pkg-config, - libosmocore-dev (>= 1.13.0), - libosmo-abis-dev (>= 2.1.0), - libosmo-netif-dev (>= 1.7.0), + libosmocore-dev (>= 1.14.2), + libosmo-abis-dev (>= 2.2.0), + libosmo-netif-dev (>= 1.8.0), osmo-gsm-manuals-dev (>= 1.7.0) Standards-Version: 3.9.8 Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-bts
-- To view, visit
https://gerrit.osmocom.org/c/osmo-bts/+/43329?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange Gerrit-Project: osmo-bts Gerrit-Branch: master Gerrit-Change-Id: I4234311c30ccc0abd606d7df75442286dfebc55a Gerrit-Change-Number: 43329 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de>
1
0
0
0
[S] Change in osmo-pcu[master]: Bump version: 1.5.2.3-ed7090-dirty → 1.5.3
by pespin
20 Aug '26
20 Aug '26
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-pcu/+/43328?usp=email
) Change subject: Bump version: 1.5.2.3-ed7090-dirty → 1.5.3 ...................................................................... Bump version: 1.5.2.3-ed7090-dirty → 1.5.3 Change-Id: Iee8152787f5c3ef5f46835c6f82aeff57e6ee866 --- M TODO-RELEASE M configure.ac M debian/changelog M debian/control 4 files changed, 17 insertions(+), 10 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/28/43328/1 diff --git a/TODO-RELEASE b/TODO-RELEASE index fb115da..0ed7189 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,4 +7,3 @@ # 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.12.0 log_get_context(), log_{get,set}_filter(_data)() diff --git a/configure.ac b/configure.ac index 2865225..bd395b6 100644 --- a/configure.ac +++ b/configure.ac @@ -82,11 +82,11 @@ fi dnl checks for libraries -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(LIBOSMOGB, libosmogb >= 1.10.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.14.2) AC_MSG_CHECKING([whether to enable direct DSP access for PDCH of sysmocom-bts]) AC_ARG_ENABLE(sysmocom-dsp, @@ -175,8 +175,8 @@ AC_MSG_RESULT([$enable_er_e1_ccu]) AM_CONDITIONAL(ENABLE_ER_E1_CCU, test "x$enable_er_e1_ccu" = "xyes") AS_IF([test "x$enable_er_e1_ccu" = "xyes"], [ - PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.6.0) - PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 1.6.0) + PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 2.2.0) + PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 2.2.0) ]) AC_ARG_ENABLE([vty_tests], diff --git a/debian/changelog b/debian/changelog index 158c2db..f5162f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +osmo-pcu (1.5.3) unstable; urgency=medium + + * pcuif: Log errno str if recv() fails + * csn1.h: Fix missing include stddef.h for offsetof() + * Avoid accessing struct log_target members directly + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Thu, 20 Aug 2026 12:58:53 +0200 + osmo-pcu (1.5.2) unstable; urgency=medium [ Vadim Yanitskiy ] diff --git a/debian/control b/debian/control index f839eb2..cffb115 100644 --- a/debian/control +++ b/debian/control @@ -6,8 +6,8 @@ dh-autoreconf, autotools-dev, pkg-config, - libosmo-abis-dev (>= 1.6.0), - libosmocore-dev (>= 1.10.0), + libosmo-abis-dev (>= 2.2.0), + libosmocore-dev (>= 1.14.2), osmo-gsm-manuals-dev (>= 1.6.0) Standards-Version: 3.9.8 Homepage:
http://osmocom.org/projects/osmopcu
-- To view, visit
https://gerrit.osmocom.org/c/osmo-pcu/+/43328?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange Gerrit-Project: osmo-pcu Gerrit-Branch: master Gerrit-Change-Id: Iee8152787f5c3ef5f46835c6f82aeff57e6ee866 Gerrit-Change-Number: 43328 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de>
1
0
0
0
[S] Change in osmo-trx[master]: Bump version: 1.7.2.17-af9a → 1.8.0
by pespin
20 Aug '26
20 Aug '26
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-trx/+/43327?usp=email
) Change subject: Bump version: 1.7.2.17-af9a → 1.8.0 ...................................................................... Bump version: 1.7.2.17-af9a → 1.8.0 Change-Id: I40ab7b6defd9ee1de8e8997bf0be310f8c3e0b88 --- M debian/changelog 1 file changed, 33 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/27/43327/1 diff --git a/debian/changelog b/debian/changelog index 9f81f2b..fa0153d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,36 @@ +osmo-trx (1.8.0) unstable; urgency=medium + + [ Pau Espin Pedrol ] + * Drop logging of stderr loglvel at startup + * configure.ac: Update deprecated AC_PROG_LIBTOOL to LT_INIT + * Depend on libosmogsm explicitly + * configure.ac: Avoid building shared libraries by default + * ipc: Makefile.am: Pick already compiled UHDDevice.o object + * Drop libusb dependency + + [ Oliver Smith ] + * checkpatch.conf: lint more code + * debian/*.install: make paths consistent + + [ Timur Davydov ] + * fix(threads): centralize portable strerror handling + * radio: improve API documentation in RadioDevice + * build: add --disable-multi-arfcn configure option + * transceiver: make control command parsing arguments const + * transceiver: replace sprintf() with snprintf() in ctrl_sock_handle_rx + + [ Jack Lee ] + * trx-usrp1: make single daughterboard VTY configurable + + [ Manawyrm ] + * Transceiver52M: fix viterbi-eq soft bits on platforms where char is unsigned + + [ Vadim Yanitskiy ] + * tests: speed up InterthreadTest by shrinking the fuzz sleep + * .gitignore: add doc/manuals/vty/osmotrx-*-vty-reference.{pdf,xml.inc} + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Thu, 20 Aug 2026 12:55:26 +0200 + osmo-trx (1.7.2) unstable; urgency=medium [ Pau Espin Pedrol ] -- To view, visit
https://gerrit.osmocom.org/c/osmo-trx/+/43327?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange Gerrit-Project: osmo-trx Gerrit-Branch: master Gerrit-Change-Id: I40ab7b6defd9ee1de8e8997bf0be310f8c3e0b88 Gerrit-Change-Number: 43327 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de>
1
0
0
0
[S] Change in osmo-mgw[master]: Bump version: 1.15.0.1-8afba-dirty → 1.16.0
by pespin
20 Aug '26
20 Aug '26
pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-mgw/+/43326?usp=email
) Change subject: Bump version: 1.15.0.1-8afba-dirty → 1.16.0 ...................................................................... Bump version: 1.15.0.1-8afba-dirty → 1.16.0 Change-Id: I04aad84a5356ac9291b03487c5efbd2c27f15b5e --- M TODO-RELEASE M configure.ac M debian/changelog M debian/control R debian/libosmo-mgcp-client16.install M src/libosmo-mgcp-client/Makefile.am 6 files changed, 21 insertions(+), 15 deletions(-) Approvals: pespin: Looks good to me, approved; Verified diff --git a/TODO-RELEASE b/TODO-RELEASE index 582e4ce..0ed7189 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,4 +7,3 @@ # 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 -libosmo-mgcp-client ABI break struct ptmap extended diff --git a/configure.ac b/configure.ac index 0a4007c..60456e0 100644 --- a/configure.ac +++ b/configure.ac @@ -44,14 +44,14 @@ AC_SUBST(LIBRARY_DLSYM) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.12.0) -PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.12.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.12.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.12.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.12.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 2.1.0) -PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 2.1.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 2.2.0) +PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 2.2.0) CFLAGS="$CFLAGS -DBUILDING_LIBOSMOMGCPCLIENT -pthread" CPPFLAGS="$CPPFLAGS -DBUILDING_LIBOSMOMGCPCLIENT -pthread" diff --git a/debian/changelog b/debian/changelog index 1285973..e0688bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +osmo-mgw (1.16.0) unstable; urgency=medium + + [ Mychaela N. Falconia ] + * mgcp_client: add fmtp string to struct ptmap + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Thu, 20 Aug 2026 12:48:37 +0200 + osmo-mgw (1.15.0) unstable; urgency=medium [ Pau Espin Pedrol ] diff --git a/debian/control b/debian/control index 92d964f..6324c23 100644 --- a/debian/control +++ b/debian/control @@ -6,9 +6,9 @@ dh-autoreconf, pkg-config, autotools-dev, - libosmocore-dev (>= 1.12.0), - libosmo-netif-dev (>= 1.7.0), - libosmo-abis-dev (>= 2.1.0), + libosmocore-dev (>= 1.14.2), + libosmo-netif-dev (>= 1.8.0), + libosmo-abis-dev (>= 2.3.0), osmo-gsm-manuals-dev (>= 1.7.0) Standards-Version: 3.9.8 Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw
@@ -21,7 +21,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends} Description: OsmoMGW: Osmocom's Media Gateway for 2G and 3G circuit-switched mobile networks -Package: libosmo-mgcp-client14 +Package: libosmo-mgcp-client16 Section: libs Architecture: any Multi-Arch: same @@ -33,7 +33,7 @@ Section: libdevel Architecture: any Multi-Arch: same -Depends: libosmo-mgcp-client14 (= ${binary:Version}), ${misc:Depends} +Depends: libosmo-mgcp-client16 (= ${binary:Version}), ${misc:Depends} Description: libosmo-mgcp-client: Osmocom's Media Gateway Control Protocol client utilities Package: osmo-mgw-doc diff --git a/debian/libosmo-mgcp-client14.install b/debian/libosmo-mgcp-client16.install similarity index 100% rename from debian/libosmo-mgcp-client14.install rename to debian/libosmo-mgcp-client16.install diff --git a/src/libosmo-mgcp-client/Makefile.am b/src/libosmo-mgcp-client/Makefile.am index fecb9b8..72f911c 100644 --- a/src/libosmo-mgcp-client/Makefile.am +++ b/src/libosmo-mgcp-client/Makefile.am @@ -19,7 +19,7 @@ # This is not at all related to the release version, but a range of supported # API versions. Read TODO_RELEASE in the source tree's root! -MGCP_CLIENT_LIBVERSION=15:0:1 +MGCP_CLIENT_LIBVERSION=16:0:0 lib_LTLIBRARIES = \ libosmo-mgcp-client.la \ -- To view, visit
https://gerrit.osmocom.org/c/osmo-mgw/+/43326?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged Gerrit-Project: osmo-mgw Gerrit-Branch: master Gerrit-Change-Id: I04aad84a5356ac9291b03487c5efbd2c27f15b5e Gerrit-Change-Number: 43326 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
1
0
0
0
[S] Change in osmo-mgw[master]: Bump version: 1.15.0.1-8afba-dirty → 1.16.0
by pespin
20 Aug '26
20 Aug '26
pespin has posted comments on this change by pespin. (
https://gerrit.osmocom.org/c/osmo-mgw/+/43326?usp=email
) Change subject: Bump version: 1.15.0.1-8afba-dirty → 1.16.0 ...................................................................... Patch Set 1: Code-Review+2 Verified+1 -- To view, visit
https://gerrit.osmocom.org/c/osmo-mgw/+/43326?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment Gerrit-Project: osmo-mgw Gerrit-Branch: master Gerrit-Change-Id: I04aad84a5356ac9291b03487c5efbd2c27f15b5e Gerrit-Change-Number: 43326 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Thu, 20 Aug 2026 10:52:55 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes
1
0
0
0
[S] Change in osmo-mgw[master]: Bump version: 1.15.0.1-8afba-dirty → 1.16.0
by pespin
20 Aug '26
20 Aug '26
Attention is currently required from: pespin. pespin has removed a vote from this change. (
https://gerrit.osmocom.org/c/osmo-mgw/+/43326?usp=email
) Change subject: Bump version: 1.15.0.1-8afba-dirty → 1.16.0 ...................................................................... Removed Verified-1 by Jenkins Builder (1000002) -- To view, visit
https://gerrit.osmocom.org/c/osmo-mgw/+/43326?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: deleteVote Gerrit-Project: osmo-mgw Gerrit-Branch: master Gerrit-Change-Id: I04aad84a5356ac9291b03487c5efbd2c27f15b5e Gerrit-Change-Number: 43326 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Attention: pespin <pespin(a)sysmocom.de>
1
0
0
0
[S] Change in osmo-mgw[master]: Bump version: 1.15.0.1-8afba-dirty → 1.16.0
by pespin
20 Aug '26
20 Aug '26
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-mgw/+/43326?usp=email
) Change subject: Bump version: 1.15.0.1-8afba-dirty → 1.16.0 ...................................................................... Bump version: 1.15.0.1-8afba-dirty → 1.16.0 Change-Id: I04aad84a5356ac9291b03487c5efbd2c27f15b5e --- M TODO-RELEASE M configure.ac M debian/changelog M debian/control R debian/libosmo-mgcp-client16.install M src/libosmo-mgcp-client/Makefile.am 6 files changed, 21 insertions(+), 15 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/26/43326/1 diff --git a/TODO-RELEASE b/TODO-RELEASE index 582e4ce..0ed7189 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,4 +7,3 @@ # 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 -libosmo-mgcp-client ABI break struct ptmap extended diff --git a/configure.ac b/configure.ac index 0a4007c..60456e0 100644 --- a/configure.ac +++ b/configure.ac @@ -44,14 +44,14 @@ AC_SUBST(LIBRARY_DLSYM) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.12.0) -PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.12.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.12.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.12.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.12.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 2.1.0) -PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 2.1.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.14.2) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 2.2.0) +PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 2.2.0) CFLAGS="$CFLAGS -DBUILDING_LIBOSMOMGCPCLIENT -pthread" CPPFLAGS="$CPPFLAGS -DBUILDING_LIBOSMOMGCPCLIENT -pthread" diff --git a/debian/changelog b/debian/changelog index 1285973..e0688bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +osmo-mgw (1.16.0) unstable; urgency=medium + + [ Mychaela N. Falconia ] + * mgcp_client: add fmtp string to struct ptmap + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Thu, 20 Aug 2026 12:48:37 +0200 + osmo-mgw (1.15.0) unstable; urgency=medium [ Pau Espin Pedrol ] diff --git a/debian/control b/debian/control index 92d964f..6324c23 100644 --- a/debian/control +++ b/debian/control @@ -6,9 +6,9 @@ dh-autoreconf, pkg-config, autotools-dev, - libosmocore-dev (>= 1.12.0), - libosmo-netif-dev (>= 1.7.0), - libosmo-abis-dev (>= 2.1.0), + libosmocore-dev (>= 1.14.2), + libosmo-netif-dev (>= 1.8.0), + libosmo-abis-dev (>= 2.3.0), osmo-gsm-manuals-dev (>= 1.7.0) Standards-Version: 3.9.8 Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw
@@ -21,7 +21,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends} Description: OsmoMGW: Osmocom's Media Gateway for 2G and 3G circuit-switched mobile networks -Package: libosmo-mgcp-client14 +Package: libosmo-mgcp-client16 Section: libs Architecture: any Multi-Arch: same @@ -33,7 +33,7 @@ Section: libdevel Architecture: any Multi-Arch: same -Depends: libosmo-mgcp-client14 (= ${binary:Version}), ${misc:Depends} +Depends: libosmo-mgcp-client16 (= ${binary:Version}), ${misc:Depends} Description: libosmo-mgcp-client: Osmocom's Media Gateway Control Protocol client utilities Package: osmo-mgw-doc diff --git a/debian/libosmo-mgcp-client14.install b/debian/libosmo-mgcp-client16.install similarity index 100% rename from debian/libosmo-mgcp-client14.install rename to debian/libosmo-mgcp-client16.install diff --git a/src/libosmo-mgcp-client/Makefile.am b/src/libosmo-mgcp-client/Makefile.am index fecb9b8..72f911c 100644 --- a/src/libosmo-mgcp-client/Makefile.am +++ b/src/libosmo-mgcp-client/Makefile.am @@ -19,7 +19,7 @@ # This is not at all related to the release version, but a range of supported # API versions. Read TODO_RELEASE in the source tree's root! -MGCP_CLIENT_LIBVERSION=15:0:1 +MGCP_CLIENT_LIBVERSION=16:0:0 lib_LTLIBRARIES = \ libosmo-mgcp-client.la \ -- To view, visit
https://gerrit.osmocom.org/c/osmo-mgw/+/43326?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange Gerrit-Project: osmo-mgw Gerrit-Branch: master Gerrit-Change-Id: I04aad84a5356ac9291b03487c5efbd2c27f15b5e Gerrit-Change-Number: 43326 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de>
1
0
0
0
← Newer
1
...
26
27
28
29
30
31
32
...
150
Older →
Jump to page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
Results per page:
10
25
50
100
200