Skip to content
Success

Changes

Summary

  1. Fix BTS nr >255 wrapping up during bts allocation (details)
Commit 887ad810b05474b3e12cc4227dcccfb1bd6a8b14 by Pau Espin Pedrol
Fix BTS nr >255 wrapping up during bts allocation

Commit which introduced the gsm_bts_nr_t type forgot to use it in these
functions.
As a result, bts 256 ended up trying to allocate rate counters for id=0.

Change-Id: I5128becaf453f5cfbc722a55c756432e525fc884
Fixes: 6fe0e28a23a3aa3e707d147569add7f68d5dc4a1
Related: SYS#7063
The file was modifiedinclude/osmocom/bsc/bts_sm.h
The file was modifiedinclude/osmocom/bsc/bts.h
The file was modifiedsrc/osmo-bsc/bts_sm.c
The file was modifiedsrc/osmo-bsc/bts.c