Skip to content
Success

Changes

Summary

  1. Introduce hashtable to lookup bts by <LAC,CI> (details)
Commit 15284337ece94e3ff3ebf9575096290f67d69a88 by Pau Espin Pedrol
Introduce hashtable to lookup bts by <LAC,CI>

This is useful to quickly lookup pagings aiming at a LAC+CI.
Until now, we first looked up in the LAC hashtable and then iterated
over it. However, that means a potential configuration where all BTS
share the same LAC will end up in iterating over 256 bts, which is not
nice.

Change-Id: I47db6c7543e5c6c3b8f0de3ae5ee1b53c2b5f16f
Related: SYS#7062
The file was modifiedsrc/osmo-bsc/bts_vty.c
The file was modifiedsrc/osmo-bsc/osmo_bsc_bssap.c
The file was modifiedsrc/osmo-bsc/bts.c
The file was modifiedsrc/osmo-bsc/neighbor_ident.c
The file was modifiedinclude/osmocom/bsc/gsm_data.h
The file was modifiedinclude/osmocom/bsc/bts.h