summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lapd: Remove unused variable t200_start in lapd_acknowledge.Holger Hans Peter Freyther2012-03-161-2/+1
* misc: Fix warning when compiling telnet_interface.cHolger Hans Peter Freyther2012-03-161-0/+1
* gsm/a5: Rewrite equation doc with proper numberingSylvain Munaut2012-03-021-4/+4
* vty/telnet: Add function to allow binding telnet interface to custom IP/Inter...Sylvain Munaut2012-03-012-35/+23
* gsmtap: Add GSMTAP_GPRS_CS() / GSMTAP_GPRS_MCS()Harald Welte2012-02-081-0/+8
* libosmocore/gsm: Fixed total size of gsm48_req_refAndreas Eversberg2012-02-071-3/+3
* GSM 08.08: change gsm0808_create_classmark_update() prototypeHarald Welte2012-01-263-7/+19
* GSM 08.08: Cleanup the code, remove lots of magic hard-coded numbersHarald Welte2012-01-261-116/+60
* gsmtap: make sure we agree with wireshark on GSMTAP channel typesHarald Welte2012-01-261-2/+2
* TLV/msgb: Return first byte of newly-pushed data from msgb_*_push()Harald Welte2012-01-221-14/+28
* tests: Introduce a very basic gsm0808 testHolger Hans Peter Freyther2012-01-227-1/+291
* msgb_trim(): actually trim to an absolute length, as the comment statesHarald Welte2012-01-141-5/+3
* msgb: introduce msgb_trim() and msgb_l3trim() to trim msgb'sHarald Welte2012-01-141-0/+28
* Merge remote-tracking branch 'origin/zecke/lapd-fixes'Holger Hans Peter Freyther2012-01-144-13/+40
|\
| * lapdm: Make sure that the msgb_l3len(msg) == length...Holger Hans Peter Freyther2012-01-123-13/+17
| * lapd: Warn if someone attempts to send an empty messageHolger Hans Peter Freyther2012-01-122-0/+22
| * lapd: Mention the L3 size of the payload being sentHolger Hans Peter Freyther2012-01-121-1/+2
|/
* libosmocore/lapd: Fixed handling of sequence errors at lapd_core.cAndreas.Eversberg2012-01-101-3/+21
* Fix generation of GPRS Routing Area in case of 3-digit MNCGus Bourg2011-12-141-1/+1
* lapd: Disable one part of the test as it fails on FreeBSDHolger Hans Peter Freyther2011-12-121-1/+2
* lapd_test: Look at the content of LAPD messages and compare themHolger Hans Peter Freyther2011-12-122-16/+61
* lapdm: Create a simple test case to transmit data between both endsHolger Hans Peter Freyther2011-12-117-1/+294
* auth_core: add missing string.h include to reduce warningsHarald Welte2011-12-071-0/+1
* auth_core: don't use anonymous unions to make certain gcc versions happyHarald Welte2011-12-075-20/+20
* milenage_test: make sure test output is what .ok file expectsHarald Welte2011-12-071-1/+1
* auth_milenage: we now copy RAND in auth_core, no need to do it twiceHarald Welte2011-12-071-1/+0
* milenage_test: make sure test result matches expectationsHarald Welte2011-12-071-1/+1
* add 'osmo-auc-gen' tool that can be used to generate auth vectorsHarald Welte2011-12-072-1/+187
* auth_core: Make sure we always save the RAND in the vectorHarald Welte2011-12-071-1/+8
* auth_core: add functions for parsing algorithm namesHarald Welte2011-12-072-0/+23
* whitespace fixes in milenage_test.okHarald Welte2011-12-071-7/+7
* add milenage internal headers to ensure 'make dist' worksHarald Welte2011-12-071-0/+5
* add autotest script for milenage/auth testingHarald Welte2011-12-076-1/+102
* Auth: Import milenage implementation from hostap (Jouni Malinen)Harald Welte2011-12-0614-3/+1659
* Add a generic abstraction for GSM/3G authentication algorithmsHarald Welte2011-12-065-2/+229
* comp128: mark ki and srand as 'const' input parametersHarald Welte2011-12-062-2/+2
* increment LIBVERSION of libosmocore for new apiHarald Welte2011-12-011-1/+1
* SMS: export gsm411_bcdify() and gsm411_unbcdify() functionsHarald Welte2011-12-012-20/+26
* tests: Use the missing from the source directoryHolger Hans Peter Freyther2011-11-292-378/+2
* Update .gitignore with new testsSylvain Munaut2011-11-251-0/+2
* libosmocore: Update LIBVERSION because of ABI chaangesSylvain Munaut2011-11-241-1/+1
* core/conv: Add regression testing codeSylvain Munaut2011-11-246-1/+555
* core/conv: Add utility methods to know length of coded/decoded vectorsSylvain Munaut2011-11-242-0/+40
* core/conv: Add support for other termination types (trunc & tail biting)Sylvain Munaut2011-11-242-38/+119
* core/conv: Really only consider error for non-zero soft valuesSylvain Munaut2011-11-241-3/+6
* core/conv: Minor documentation improvementsSylvain Munaut2011-11-242-12/+19
* gsm/lapd_core: Make sure rc is initialize in lapd_rx_uSylvain Munaut2011-11-201-1/+1
* core/logging: Remove const qualifier on return of logp2syslog_levelSylvain Munaut2011-11-201-1/+1
* core/serial: Fix warning when on platform other than linuxSylvain Munaut2011-11-201-1/+1
* gsm/a5: Bit faster way to compute parity ...Sylvain Munaut2011-11-201-3/+2