Commit Graph

10 Commits

Author SHA1 Message Date
Kurtis Heimerl 94d53215c1 allow EGSM
git-svn-id: http://wush.net/svn/range/software/public/CommonLibs/trunk@7155 19bc5d8c-e614-43d4-8b26-e1612bc8e597
2013-12-31 19:55:16 +00:00
Michael Iedema b08981537f - ignoring some stuff
git-svn-id: http://wush.net/svn/range/software/public/CommonLibs/trunk@6494 19bc5d8c-e614-43d4-8b26-e1612bc8e597
2013-09-18 08:58:36 +00:00
Kurtis Heimerl 7a7862c9d5 syncing CommonLibs, and including BSD-licensed A5/1 implementation.
git-svn-id: http://wush.net/svn/range/software/public/CommonLibs/trunk@6165 19bc5d8c-e614-43d4-8b26-e1612bc8e597
2013-08-13 23:17:46 +00:00
Kurtis Heimerl 59515c11f0 Complete Configuration sync. While testing, I discovered what I think is a race condition: getStr("SIP.SMSC") returned another config key ("GSM.MS.TA.Damping") which I assume is a race condition in the config cache. However, I've been unable to replicate the issue and I think it may resolve itself quickly (as these things are successfully cached)
git-svn-id: http://wush.net/svn/range/software/public/CommonLibs/trunk@5656 19bc5d8c-e614-43d4-8b26-e1612bc8e597
2013-05-31 21:47:42 +00:00
Kurtis Heimerl e6a48a3690 syncing commonlibs with Many thanks to Michael Iedema for these patches, makes config a lot better.
git-svn-id: http://wush.net/svn/range/software/public/CommonLibs/trunk@5655 19bc5d8c-e614-43d4-8b26-e1612bc8e597
2013-05-31 21:47:25 +00:00
Kurtis Heimerl 9b8ad3802e Harvind found a bug in BitVector.cpp:
Basically the unpack method and fillField method assume MSB-first bit packing.   The unpack method calls fillField for each byte that needs to be unpacked.  The problem occurs on its final call to fillField when it has a partial byte to unpack; it uses the LSB bits instead of the MSB bits.

git-svn-id: http://wush.net/svn/range/software/public/CommonLibs/trunk@3288 19bc5d8c-e614-43d4-8b26-e1612bc8e597
2012-03-08 07:13:15 +00:00
David Burgess 22c77a7c6a git-svn-id: http://wush.net/svn/range/software/public/CommonLibs/trunk@2583 19bc5d8c-e614-43d4-8b26-e1612bc8e597 2011-11-20 00:22:41 +00:00
David Burgess 3059c5a6a1 Fixed the license notices.
git-svn-id: http://wush.net/svn/range/software/public/CommonLibs/trunk@2305 19bc5d8c-e614-43d4-8b26-e1612bc8e597
2011-10-12 01:23:28 +00:00
David Burgess a65961cef3 Removing some directories that should not have been checked in.
git-svn-id: http://wush.net/svn/range/software/public/CommonLibs/trunk@2255 19bc5d8c-e614-43d4-8b26-e1612bc8e597
2011-10-07 19:21:41 +00:00
David Burgess c2c51d9107 Putting versions of RRLP, CommonLibs and sqlite3 into the public release branch.
git-svn-id: http://wush.net/svn/range/software/public/CommonLibs/trunk@2254 19bc5d8c-e614-43d4-8b26-e1612bc8e597
2011-10-07 19:20:49 +00:00