<matrixBuild _class='hudson.matrix.MatrixBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.SCMTrigger$SCMTriggerCause'><shortDescription>Started by an SCM change</shortDescription></cause></action><action></action><action _class='hudson.model.ParametersAction'><parameter _class='hudson.model.StringParameterValue'><name>BRANCH</name><value>master</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>EMAIL_NOTIFICATIONS</name><value>jenkins-notifications@lists.osmocom.org laforge@gnumonks.org</value></parameter></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>0</buildableDurationMillis><buildableTimeMillis>0</buildableTimeMillis><buildingDurationMillis>164792</buildingDurationMillis><executingTimeMillis>164792</executingTimeMillis><executorUtilization>1.0</executorUtilization><subTaskCount>0</subTaskCount><waitingDurationMillis>5843</waitingDurationMillis><waitingTimeMillis>5843</waitingTimeMillis></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmaster _class='hudson.plugins.git.util.Build'><buildNumber>29560</buildNumber><marked><SHA1>f32889a404ddb48c00abcc22b3397875989e0f9b</SHA1><branch><SHA1>f32889a404ddb48c00abcc22b3397875989e0f9b</SHA1><name>origin/master</name></branch></marked><revision><SHA1>f32889a404ddb48c00abcc22b3397875989e0f9b</SHA1><branch><SHA1>f32889a404ddb48c00abcc22b3397875989e0f9b</SHA1><name>origin/master</name></branch></revision></originmaster><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>20229</buildNumber><marked><SHA1>fc3397253054bd6bf6b11db0436bf8112e80adb1</SHA1><branch><SHA1>fc3397253054bd6bf6b11db0436bf8112e80adb1</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>fc3397253054bd6bf6b11db0436bf8112e80adb1</SHA1><branch><SHA1>fc3397253054bd6bf6b11db0436bf8112e80adb1</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>f32889a404ddb48c00abcc22b3397875989e0f9b</SHA1><branch><SHA1>f32889a404ddb48c00abcc22b3397875989e0f9b</SHA1><name>origin/master</name></branch></lastBuiltRevision><remoteUrl>https://gerrit.osmocom.org/osmo-bsc</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#29560</displayName><duration>164792</duration><estimatedDuration>166741</estimatedDuration><fullDisplayName>master-osmo-bsc #29560</fullDisplayName><id>29560</id><inProgress>false</inProgress><keepLog>false</keepLog><number>29560</number><queueId>110355</queueId><result>SUCCESS</result><timestamp>1778019186961</timestamp><url>https://jenkins.osmocom.org/jenkins/view/update-jobs/job/master-osmo-bsc/29560/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/osmo-bsc/bts_nokia_site.c</affectedPath><commitId>be31dbbb073a6acc7108ec4e5f69645a9dd51dad</commitId><timestamp>1777911322000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/falcon</absoluteUrl><fullName>falcon</fullName></author><authorEmail>falcon@freecalypso.org</authorEmail><comment>nokia cosmetic: add bts_is_insite() function

Nokia InSite gets a different config than the larger Nokia BTS models,
and make_bts_config() function checks the BTS type to decide which
config to send.  Change the BTS type check from a long 'if' line that
compares against 3 different InSite BTS type codes to bts_is_insite()
helper function that encapsulates a switch statement.

Upcoming code additions will need to check for Flexi Multiradio BTS
family in a similar manner - so be consistent.

Change-Id: I44bbcd79d9741f1df280b6b2391f04f754598035
</comment><date>2026-05-04 16:15:22 +0000</date><id>be31dbbb073a6acc7108ec4e5f69645a9dd51dad</id><msg>nokia cosmetic: add bts_is_insite() function</msg><path><editType>edit</editType><file>src/osmo-bsc/bts_nokia_site.c</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/osmo-bsc/bts_nokia_site.c</affectedPath><commitId>7e0496969efbf067b43951f849de5813eb524079</commitId><timestamp>1777915042000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/falcon</absoluteUrl><fullName>falcon</fullName></author><authorEmail>falcon@freecalypso.org</authorEmail><comment>nokia cosmetic: factor out BTS_CONF_COMPL handling

When the BTS accepts the config sent to it via BTS_CONF_DATA, it
responds with BTS_CONF_COMPL.  Upon receiving the latter message,
we have to send TRX unlock and TRX reset commands, and we have to
start LAPD for RSL.  Factor out this logic into a helper function,
to reduce the level of indentation and make it easier to extend.

Change-Id: I26e9b25ba4e68e945f7dd8a632009cc3683a322c
</comment><date>2026-05-04 17:17:22 +0000</date><id>7e0496969efbf067b43951f849de5813eb524079</id><msg>nokia cosmetic: factor out BTS_CONF_COMPL handling</msg><path><editType>edit</editType><file>src/osmo-bsc/bts_nokia_site.c</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/osmo-bsc/bts_nokia_site.c</affectedPath><commitId>f32889a404ddb48c00abcc22b3397875989e0f9b</commitId><timestamp>1777917336000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/falcon</absoluteUrl><fullName>falcon</fullName></author><authorEmail>falcon@freecalypso.org</authorEmail><comment>Nokia Flexi Multiradio: reset non-BCCH TRX

In the case of MetroSite and UltraSite BTS, it has been determined
empirically that TRX reset needs to be skipped for non-BCCH TRX.
However, the opposite situation holds on Flexi MR: non-BCCH TRX
do need to be reset, or they fail to come up.  Solution:
conditionalize reset of non-BCCH TRX on Nokia BTS type.

Change-Id: I270c1ffab074c1e5a43ab9dfa103725a1518f718
</comment><date>2026-05-04 17:55:36 +0000</date><id>f32889a404ddb48c00abcc22b3397875989e0f9b</id><msg>Nokia Flexi Multiradio: reset non-BCCH TRX</msg><path><editType>edit</editType><file>src/osmo-bsc/bts_nokia_site.c</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/falcon</absoluteUrl><fullName>falcon</fullName></culprit><run><number>29560</number><url>https://jenkins.osmocom.org/jenkins/view/update-jobs/job/master-osmo-bsc/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/29560/</url></run></matrixBuild>