aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/vty.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-02-08 19:04:44 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-02-08 19:34:06 +0100
commit16312669937281a7785bf069bbf428bfdbadcd60 (patch)
tree4e4ce2026814398f61f052bc8ce00fc7d8b46412 /src/common/vty.c
parent3c144069daf898105b54d99703f398f52c777a10 (diff)
SACCH: fix sending of SI with an enum value > 7
In copy_sacch_si_to_lchan(), the variable to hold the bit mask for SI-is-valid was chosen as uint8_t, and as a result none of the SIs with an enum value >= 8 would ever be sent. Use int for enum value and uint32_t for the bit mask. Fixes: #1945 Change-Id: I85fa9a50691601bcd103845c6811caa061a39824
Diffstat (limited to 'src/common/vty.c')
0 files changed, 0 insertions, 0 deletions