summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-12-14host/osmocon: correct parsing of -mAlexander Huemer1-2/+3
2011-12-12lapd: Disable one part of the test as it fails on FreeBSDHolger Hans Peter Freyther1-1/+2
2011-12-12lapd_test: Look at the content of LAPD messages and compare themHolger Hans Peter Freyther2-16/+61
2011-12-11lapdm: Create a simple test case to transmit data between both endsHolger Hans Peter Freyther7-1/+294
2011-12-11layer23: Call talloc_free unconditionallyHolger Hans Peter Freyther1-5/+2
2011-12-07auth_core: add missing string.h include to reduce warningsHarald Welte1-0/+1
2011-12-07auth_core: don't use anonymous unions to make certain gcc versions happyHarald Welte5-20/+20
2011-12-07milenage_test: make sure test output is what .ok file expectsHarald Welte1-1/+1
2011-12-07auth_milenage: we now copy RAND in auth_core, no need to do it twiceHarald Welte1-1/+0
2011-12-07milenage_test: make sure test result matches expectationsHarald Welte1-1/+1
2011-12-07add 'osmo-auc-gen' tool that can be used to generate auth vectorsHarald Welte2-1/+187
2011-12-07auth_core: Make sure we always save the RAND in the vectorHarald Welte1-1/+8
2011-12-07auth_core: add functions for parsing algorithm namesHarald Welte2-0/+23
2011-12-07whitespace fixes in milenage_test.okHarald Welte1-7/+7
2011-12-07add milenage internal headers to ensure 'make dist' worksHarald Welte1-0/+5
2011-12-07add autotest script for milenage/auth testingHarald Welte6-1/+102
2011-12-06Auth: Import milenage implementation from hostap (Jouni Malinen)Harald Welte14-3/+1659
2011-12-06Add a generic abstraction for GSM/3G authentication algorithmsHarald Welte5-2/+229
2011-12-06comp128: mark ki and srand as 'const' input parametersHarald Welte2-2/+2
2011-12-01increment LIBVERSION of libosmocore for new apiHarald Welte1-1/+1
2011-12-01SMS: export gsm411_bcdify() and gsm411_unbcdify() functionsHarald Welte2-20/+26
2011-11-29tests: Use the missing from the source directoryHolger Hans Peter Freyther2-378/+2
2011-11-27i2c: fix maximum address an I2C chip can assignAlan Carvalho de Assis1-1/+1
2011-11-25Removed obsolete gsm48-andreas directory from "host" treeAndreas Eversberg1-23/+0
2011-11-25Update .gitignore with new testsSylvain Munaut1-0/+2
2011-11-24libosmocore: Update LIBVERSION because of ABI chaangesSylvain Munaut1-1/+1
2011-11-24core/conv: Add regression testing codeSylvain Munaut6-1/+555
2011-11-24core/conv: Add utility methods to know length of coded/decoded vectorsSylvain Munaut2-0/+40
2011-11-24core/conv: Add support for other termination types (trunc & tail biting)Sylvain Munaut2-38/+119
2011-11-24core/conv: Really only consider error for non-zero soft valuesSylvain Munaut1-3/+6
2011-11-24core/conv: Minor documentation improvementsSylvain Munaut2-12/+19
2011-11-22layer23/ccch_scan: Replace fprintf() with LOGP() and print SI-idSteve Markgraf1-1/+2
2011-11-22layer23/ccch_scan: Print Paging Requests of type 3Steve Markgraf1-1/+27
2011-11-22layer23/ccch_scan: Print channel type of correct TMSI for Paging Request Type 2Steve Markgraf1-1/+1
2011-11-21fw/rf/mt6139: Dereference pointerSteve Markgraf1-2/+2
2011-11-21layer23/bcch_scan: bscan_sig_cb() should return something in all casesSteve Markgraf1-1/+1
2011-11-20gsm/lapd_core: Make sure rc is initialize in lapd_rx_uSylvain Munaut1-1/+1
2011-11-20core/logging: Remove const qualifier on return of logp2syslog_levelSylvain Munaut1-1/+1
2011-11-20core/serial: Fix warning when on platform other than linuxSylvain Munaut1-1/+1
2011-11-20gsm/a5: Bit faster way to compute parity ...Sylvain Munaut1-3/+2
2011-11-19utils: Fix alias to weak alias to allow OSX compilationSylvain Munaut1-1/+1
2011-11-17tests/a5: Add a5_test.ok as EXTRA_DISTSylvain Munaut1-0/+1
2011-11-17tests: fix cut & paste errorSylvain Munaut1-1/+1
2011-11-17gsm/a5: Add documentationSylvain Munaut2-0/+82
2011-11-17mobile/MM: Fixed handling of T3230 (MM connection timeout)Andreas Eversberg1-1/+2
2011-11-17mobile/MM: Fixed handling of T3220 (IMSI detach timeout)Andreas Eversberg1-3/+20
2011-11-17gsm/a5: Rewrite A5/2 algo to avoid the delayed bitSylvain Munaut1-23/+12
2011-11-17tests/a5: Add a5 regression testingSylvain Munaut6-1/+117
2011-11-17gsm/a5: Add const qualifier on the keySylvain Munaut2-6/+6
2011-11-15fw/i2c: Fix two printd-related typosSteve Markgraf1-2/+2