aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-12-01increment LIBVERSION of libosmocore for new api0.3.11Harald 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-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-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-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-14tests: Fix the make distcheck of libosmocore with the testsHolger Hans Peter Freyther10-7/+7
2011-11-14Merge branch 'zecke/gnu-autotest'Holger Hans Peter Freyther14-11/+620
2011-11-14tests: Initialize log system to fix crash, update test resultHolger Hans Peter Freyther3-2/+60
2011-11-14tests: timer: set maximum wait time to obtain test resultsPablo Neira Ayuso1-0/+19
2011-11-14tests: timer: use stderr for non-repeatable outputPablo Neira Ayuso2-27/+11
2011-11-14tests: Reduce the iterations for the timertest, ignore stderrHolger Hans Peter Freyther1-1/+1
2011-11-14tests: timer: add parameter to select the number of stepsPablo Neira Ayuso1-3/+22
2011-11-14tests: Use GNU autotest to execute our tests and compare textual outputHolger Hans Peter Freyther12-0/+529
2011-11-14git: Ignore vi files (.swp, .swo)Holger Hans Peter Freyther1-0/+4
2011-11-13utils: Add declaration back for osmo_osmo_hexdump_nospcSylvain Munaut1-0/+1
2011-11-13timer: Better fix to the timer re-scheduling situationPablo Neira Ayuso1-6/+3
2011-11-12gsm/gsm0411_smc: Fix typoSylvain Munaut1-1/+1
2011-11-12include/gsm_04_11: Fix compatibility issue with GSM411_TMR_TC1ASylvain Munaut2-2/+3
2011-11-12gsm/sms: Rewrite of SMR process, extracted from OpenBSCAndreas Eversberg4-2/+498
2011-11-12gsm/sms: Rewrite of SMC process, extracted from OpenBSCAndreas Eversberg5-5/+607
2011-11-12gsm/sms: Moved utility functions of SMS processing to new gsm0411_utils.cAndreas.Eversberg4-1/+340
2011-11-12gsm/sms: Added DLSMS debuggingAndreas Eversberg2-1/+8
2011-11-12gsm/lapdm: Display SAPI in debug message for easier debugAndreas.Eversberg1-2/+2
2011-11-12gsm/lapdm: Fix UI frames from BTS->MS have length (B4 format)Andreas.Eversberg1-7/+11
2011-11-12gsm/lapdm: Fix TA and power level handling in the ACCH headerAndreas.Eversberg2-8/+19
2011-11-12gsm/lapdm: Set N201 depending on the frame typeAndreas.Eversberg1-5/+5
2011-11-12gsm/lapdm: Make T200 timer depends on the link type (SACCH is slower)Andreas.Eversberg2-6/+7
2011-11-12gsm/lapdm: Add missing msgb_free in rslms_rx_rll error casesAndreas.Eversberg1-0/+2
2011-11-12lapd: Fixed possible double free buf in lapd_core.cAndreas Eversberg1-2/+3
2011-11-12vty: Fixed vty_down_level to move down from config nodesAndreas.Eversberg2-3/+6
2011-11-12vty/telnet_interface: Add telnet_exit functionAndreas.Eversberg2-0/+14
2011-11-12core/timer: Allow an already scheduled timer to be re-scheduled at a new timeSylvain Munaut1-2/+6
2011-11-12core/rbtree: remove redundant if()-condition in rb_erase()Sylvain Munaut1-4/+4
2011-11-12core/rbtree: make clear distinction between two different cases in rb_erase()Sylvain Munaut1-4/+4