aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/system_information.h
AgeCommit message (Collapse)AuthorFilesLines
2010-07-30Add more RSL <-> Osmo SI type mappings, export osmo_sitype_strs[]Harald Welte1-0/+3
2010-06-20[BSC] Keep a SYSTEM INFORMATION cache for each BTSHarald Welte1-1/+34
This will later be useful for handover where we need to copy the cell channel allocation into a normal 04.08 message
2009-12-01Replace template-based SYSTEM INFORMATION with real implementationHarald Welte1-0/+6
Before this commit, OpenBSC used templates for the SYSTEM INFO 1, 2, 3, 4, 5 and 6 messages. Those templates were patched in various places to reflect the network config like ARFCN. Now, we actually generate those SI messages ourselves, using values from the configuration file, and even calculating neighbor cell lists. All bts'es that you have configured in OpenBSC will end up in the neighbor cell list - which should be more than sufficient for the current small-single-site networks.