Skip to content
Success

#28449 (May 6, 2026, 2:53:00 AM)

Started 3 hr 59 min ago
Took 5.2 sec on build4-deb12build-ansible

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

This run spent:

  • 5.7 sec waiting;
  • 5.2 sec build duration;
  • 10 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