aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm_rlcmac.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-06-15Removed all size_t variables. Fixed type of readIndex and writeIndex variables.Ivan Kluchnikov1-9/+9
We use unsigned int type for readIndex and writeIndex parameters in bitvec_read_field() and bitvec_write_field() functions.
2012-06-14move everything to src/ subdirectoryHarald Welte1-0/+5430
The code corresponds to commit a9aa4777cc1144897a77dfb6c5c3d7325705251e in openbts-p2.8.git (Tue Jun 12 18:14:49 2012 +0400)