Skip to content
Success

Changes

Summary

  1. coverity: ensure lchan->si->* bitmask sizes (details)
Commit 69b3f7bb4a9a0d8d8c3078ff1a97c9c723cf3d92 by Neels Hofmeyr
coverity: ensure lchan->si->* bitmask sizes

osmo-bts' gsm_lchan->si bitmasks are 32 bit wide, and loops use
_MAX_SYSINFO_TYPE to iterate them. Make sure that _MAX_SYSINFO_TYPE
(from libosmocore) never surpasses 32 without us noticing the problem.

(However unlikely that is.)

Related: CID#465523
Change-Id: Ieb5d35e720e8d77336f6f912d039bab7f3b95c55
The file was modifiedtests/misc/misc_test.c
The file was modifiedinclude/osmo-bts/lchan.h