aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bts_siemens_bs11.c
AgeCommit message (Collapse)AuthorFilesLines
2010-06-21misc: make the compiler happy...Holger Hans Peter Freyther1-1/+1
The compiler treats uint8_t*[] and uint8_t* differently, use the address of the first element and assign that.
2010-06-20[BSC] introduce the concept of 'BTS features'Harald Welte1-0/+6
We can then check if a bts supports a certain feature or not.
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-1/+1
This library is intended to collect all generic/common funcitionality of all Osmocom.org projects, including OpenBSC but also OsmocomBB The library currently includes the following modules: bitvec, comp128, gsm_utils, msgb, select, signal, statistics, talloc, timer, tlv_parse, linuxlist msgb allocation error debugging had to be temporarily disabled as it depends on 'debug.c' functionality which at the moment remains in OpenBSC
2010-01-10[OML] parse attributes depending on BTS typeHarald Welte1-0/+66
Some NM attributes are defined differently depending on the BTS type. Having one big nm_att_tlvdef[] table for all BTS types is no longer sufficient. This patch * introduces 'struct gsm_bts_model' to describe a BTS model * adds definitions of gsm_bts_model for BS-11 and nanoBTS * changes the abis_nm_tlv_parse() function: include a bts pointer