Attention is currently required from: falconia.
pespin has posted comments on this change by falconia. ( https://gerrit.osmocom.org/c/osmo-bsc/+/42732?usp=email )
Change subject: vty: update help string for nokia_site model
......................................................................
Patch Set 1: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/42732?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I8a2d91aacc984e6a818f9782e728674306f4ebe4
Gerrit-Change-Number: 42732
Gerrit-PatchSet: 1
Gerrit-Owner: falconia <falcon(a)freecalypso.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: falconia <falcon(a)freecalypso.org>
Gerrit-Comment-Date: Wed, 06 May 2026 19:33:56 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Attention is currently required from: laforge.
falconia has posted comments on this change by falconia. ( https://gerrit.osmocom.org/c/osmo-bsc/+/42730?usp=email )
Change subject: nokia: rename vty settings, drop _site
......................................................................
Patch Set 3:
(1 comment)
Patchset:
PS2:
> I tend to agree with those changes more than with the general rename of the BTS_MODEL, as all change […]
At the present moment every one of Nokia-specific vty settings applies equally to both Site and Flexi families - but calling them "nokia" rather than "nokia_site" is shorter and clearer. Furthermore, some of the changes, while strictly applicable to both, were needed primarily for Flexi MR - and I easily foresee the possibility of new vty settings that will be meaningful only for Flexi MR or newer BTS.
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/42730?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I807c0ad14f4436a21f0be0a5ed291539cd4af7e8
Gerrit-Change-Number: 42730
Gerrit-PatchSet: 3
Gerrit-Owner: falconia <falcon(a)freecalypso.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Wed, 06 May 2026 16:35:02 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>
falconia has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/42732?usp=email )
Change subject: vty: update help string for nokia_site model
......................................................................
vty: update help string for nokia_site model
Original Nokia BTS support in OsmoBSC was limited to MetroSite,
UltraSite and InSite, aka the Site family. After the recent series
of fixes, the same code also supports Flexi Multiradio (actively
used in the present) and will most likely also work on Flexi EDGE
(intermediate between UltraSite and Flexi MR), although that model
is currently untested.
BTS model name "nokia_site" is thus outdated and inaccurate now.
It has been decided (see https://gerrit.osmocom.org/c/osmo-bsc/+/42729)
to keep this model name unchanged for now, given the uncertainty
of how Nokia BTS support will evolve in the future if and when
we implement support for IP Abis on Flexi family, potentially
followed by future support for subsequent IP-only models.
In the meantime, change vty help string to reflect current support
for both Site and Flexi families with the same model selection.
Change-Id: I8a2d91aacc984e6a818f9782e728674306f4ebe4
---
M src/osmo-bsc/bts.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/32/42732/1
diff --git a/src/osmo-bsc/bts.c b/src/osmo-bsc/bts.c
index d295bfd..d070774 100644
--- a/src/osmo-bsc/bts.c
+++ b/src/osmo-bsc/bts.c
@@ -78,7 +78,7 @@
{ GSM_BTS_TYPE_BS11, "Siemens BTS (BS-11 or compatible)" },
{ GSM_BTS_TYPE_NANOBTS, "ip.access nanoBTS or compatible" },
{ GSM_BTS_TYPE_RBS2000, "Ericsson RBS2000 Series" },
- { GSM_BTS_TYPE_NOKIA_SITE, "Nokia {Metro,Ultra,In}Site" },
+ { GSM_BTS_TYPE_NOKIA_SITE, "Nokia Site and Flexi families" },
{ GSM_BTS_TYPE_OSMOBTS, "Osmocom Base Transceiver Station" },
{ 0, NULL }
};
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/42732?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: I8a2d91aacc984e6a818f9782e728674306f4ebe4
Gerrit-Change-Number: 42732
Gerrit-PatchSet: 1
Gerrit-Owner: falconia <falcon(a)freecalypso.org>
Attention is currently required from: falconia, laforge.
Hello Jenkins Builder, laforge,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-bsc/+/42730?usp=email
to look at the new patch set (#3).
The following approvals got outdated and were removed:
Code-Review+1 by laforge, Verified+1 by Jenkins Builder
Change subject: nokia: rename vty settings, drop _site
......................................................................
nokia: rename vty settings, drop _site
All Nokia-specific vty settings previously had names beginning
with nokia_site, creating needless confusion for operators of
Nokia BTS models that are newer than *Site family. Rename these
vty settings to begin with just nokia, with nokia_site supported
as a backward compatibility alias.
Change-Id: I807c0ad14f4436a21f0be0a5ed291539cd4af7e8
---
M src/osmo-bsc/bts_vty.c
1 file changed, 57 insertions(+), 20 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/30/42730/3
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/42730?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I807c0ad14f4436a21f0be0a5ed291539cd4af7e8
Gerrit-Change-Number: 42730
Gerrit-PatchSet: 3
Gerrit-Owner: falconia <falcon(a)freecalypso.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: falconia <falcon(a)freecalypso.org>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Attention is currently required from: laforge.
falconia has posted comments on this change by falconia. ( https://gerrit.osmocom.org/c/osmo-bsc/+/42729?usp=email )
Change subject: nokia: rename BTS model from nokia_site to nokia-e1
......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS2:
> I think this is probably an unneccessary change, and one thet will be reverted if and when you ever […]
Upon further thought, I agree with your reasoning. We can indeed live with the outdated model name while we are uncertain as to exactly what will happen if and when we add support for IP dialect of Nokia Abis. I will replace this patch with a smaller one that changes only vty help text for nokia_site model selection.
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/42729?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I3e993bda577964922e29dbbaf9554fa53bb2d445
Gerrit-Change-Number: 42729
Gerrit-PatchSet: 2
Gerrit-Owner: falconia <falcon(a)freecalypso.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: laforge <laforge(a)osmocom.org>
Gerrit-CC: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Wed, 06 May 2026 15:24:41 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>
Attention is currently required from: Hoernchen, laforge.
Timur Davydov has posted comments on this change by Timur Davydov. ( https://gerrit.osmocom.org/c/osmo-trx/+/42655?usp=email )
Change subject: convolve: avoid function pointer casts by adding wrapper functions
......................................................................
Patch Set 4:
(1 comment)
Patchset:
PS4:
> I'm not an expert in this part of the code but .... […]
Changing `_base_convolve_complex` to return void would indeed be simpler in isolation. However, it is used by `base_convolve_complex()`, which in turn is called from `convolve()` in sigProcLib.c.
So changing its return type would propagate further up the call chain and potentially affect other code. To avoid a broader impact, I preferred to keep the existing return type and align the declarations instead.
The only alternative (without introducing wrapper functions) would be to also make all `sse_conv_cmplx_*` and `sse_conv_real_*` functions return `len`, or to refactor all call sites of `_base_convolve_complex` / `_base_convolve_real` to stop relying on the return value and use `len` directly instead.
If you have a preferred approach here, I’m happy to rework it accordingly.
--
To view, visit https://gerrit.osmocom.org/c/osmo-trx/+/42655?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: Idecb118be285eb3e4691d1761d0d8fa24fd80c75
Gerrit-Change-Number: 42655
Gerrit-PatchSet: 4
Gerrit-Owner: Timur Davydov <dtv.comp(a)gmail.com>
Gerrit-Reviewer: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: laforge <laforge(a)osmocom.org>
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Wed, 06 May 2026 14:43:51 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>