aboutsummaryrefslogtreecommitdiffstats
path: root/src/bitvec.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-17some more doxygen work (include the notion of modules)Harald Welte1-11/+42
2011-03-28bitvec: add bitvec_find_first_bit_pos() from gsm/rxlev_stat.cPablo Neira Ayuso1-0/+14
This patch adds bitvec_find_bit_pos() to bitvec.c where it really belongs to. Before this patch used to be part of gsm/rxlev_stat.c
2011-03-23include: reorganize headers file to include/osmocom/[gsm|core]0.2.0Pablo Neira Ayuso1-1/+1
This patch moves all GSM-specific definitions to include/osmocom/gsm. Moreover, the headers in include/osmocore/ have been moved to include/osmocom/core. This has been proposed by Harald Welte and Sylvain Munaunt. Tested with `make distcheck'. Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>
2010-10-24bitvec: Fix decoding of H / L valuesAndreas.Eversberg1-1/+1
it returns if a given bit in the vector is "high" or "low". the bitval that represents "high" depends on the bit position. bitval2mask returns that. so we must check if the bit in the vector equals the returned bitval.
2010-05-19Added some "get"-functions to bitvec of libosmocore.Andreas.Eversberg1-0/+49
- Getting Low or High value from current postion - Getting unsigned interger from current postion
2010-03-06mark some occasions of bitvec as 'const' as appropriateHarald Welte1-2/+2
2010-02-20intial checkin of the libosmocore projectHarald Welte1-0/+170