Skip to content
Success

#21926 (May 6, 2026, 2:52:57 AM)

Started 6 hr 47 min ago
Took 1 min 57 sec on build5-deb12build-ansible

Started by upstream project gerrit-osmo-bsc build number 1768
originally caused by:

This run spent:

  • 6 sec waiting;
  • 1 min 57 sec build duration;
  • 2 min 3 sec total from scheduled to completion.
Revision: 6b075498e63f9b2d5d9073cae005cbc4e6406ae2
Repository: $GERRIT_REPO_URL
  • master
gsm_set_bts_type(): fix switch statement

The switch statement on (bts->type) in this function exhibited
two defects:

1) From the beginning, each unhandled BTS type was listed explicitly,
   instead of providing a default case;

2) When Nokia-specific initialization was added in 2015,
   the addition was erroneously applied to GSM_BTS_TYPE_BS11
   and GSM_BTS_TYPE_UNKNOWN cases, besides the intended case
   of GSM_BTS_TYPE_NOKIA_SITE.

Fixes: 56e1766dba1a03e304e51d079e65406542e7887c
Change-Id: Ibf500c373b69a69182885d5e700abc6fb1b03ccd
falcon at