aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-07-07gprs-ns: Re-initialize the list head and free the unknown_nsvcHolger Hans Peter Freyther1-0/+3
2014-07-01write_queue: Use EBADF instead of EBABDFD for portabilityHolger Hans Peter Freyther3-5/+5
2014-06-22vty: Avoid use-after-free in VTY telnet interfaceDaniel Willmann2-4/+4
2014-06-22osmo-auc-gen: Fix compiler warnings about aliasingHolger Hans Peter Freyther1-4/+7
2014-06-22write_queue: Avoid possible use-after-free if fd is read-/writableDaniel Willmann1-5/+18
2014-06-21update TS 08.08 header + TLV definitions to TS 48.008 / 11.7.0Harald Welte2-18/+151
2014-06-21update gsm_08_08.h to Release 11Harald Welte1-1/+119
2014-06-16core/bitXXgen: Don't do 'return' in functions returning voidSylvain Munaut1-2/+2
2014-06-16core/bitXXgen: Use explicit cast of void* to uint8_tSylvain Munaut1-4/+6
2014-06-16tests/bits: Make sure all 'inline' are also staticSylvain Munaut1-17/+43
2014-06-16gsm: Add Kasumi cipher implementationSylvain Munaut9-4/+397
2014-06-16bits: Add left circular shift functionMax1-0/+10
2014-06-16Add missing entry in .gitignore for utils_testMax1-0/+1
2014-06-16core: Add generic LE/BE load/store uint type convertors and use them in msgbMax7-12/+377
2014-06-16include: Switch to #pragma once patternSylvain Munaut88-351/+88
2014-06-15gsmtap: add LTE defines to GSMTAP v2Max1-1/+10
2014-06-15build: Add .version to EXTRA_DISTSylvain Munaut1-1/+1
2014-05-23gsm0411_smr: Fix the size of the arrayHolger Hans Peter Freyther1-1/+1
2014-05-23gsm0411_smr: Make the look-up table staticHolger Hans Peter Freyther1-1/+1
2014-05-23timer: Use the now parameter when it is not NULLHolger Hans Peter Freyther1-3/+3
2014-05-20abis_nm: Add the abis_nm_osmo_att_tlvdef to the abis headerÁlvaro Neira Ayuso1-0/+1
2014-05-19Fix introducing osmocom speficic OML attributesHarald Welte3-1/+11
2014-05-15protocol/gsm_12_21.h: Add the Manufacturer Attribute ID O_REDUCEPOWER.Álvaro Neira Ayuso1-0/+2
2014-05-15select: Fix english in commentHolger Hans Peter Freyther1-1/+1
2014-04-17backtrace: Speculative fix for FreeBSD10.0 and execinfo.hHolger Hans Peter Freyther2-1/+5
2014-03-31Release: Prepare the release of 0.6.60.6.6Holger Hans Peter Freyther5-5/+10
2014-03-26src/socket: Adding unix domain socket supportÁlvaro Neira Ayuso2-0/+108
2014-03-26sms: Add missing brackets in the relative validity time calculation.Alexander Chemeris1-3/+3
2014-03-26Merge remote-tracking branch 'daniel/lapdm-desync'Holger Hans Peter Freyther8-12/+300
2014-03-26gsm/lapdm: Prevent LAPD tx_queue from filling up in polling modeDaniel Willmann6-17/+39
2014-03-26tests/lapd: Add a testcase to check for LAPDm sync issuesDaniel Willmann2-9/+272
2014-03-26lapdm: Make lapdm_datalink_for_sapi publicDaniel Willmann3-3/+6
2014-03-20sms_test: Do not crash on logging.Alexander Chemeris1-0/+8
2014-03-16lapd: Improve log message and mention the SAPI the dl is onHolger Hans Peter Freyther1-2/+2
2014-03-12sms: Fix typo in a macros name: GSM340_SMS_RESSERVED -> GSM340_SMS_RESERVED.Alexander Chemeris1-1/+1
2014-03-10Merge branch 'jerlbeck/fixes/ladp-sms'Holger Hans Peter Freyther5-59/+165
2014-03-10ladpm: Fix msgb handling and SAPI=3 establishment delayJacob Erlbeck3-31/+33
2014-03-04lapd/test: Check for empty ACCH queue, tooJacob Erlbeck1-0/+2
2014-03-04lapd/test: Extend test case to test msgs having data before l2hJacob Erlbeck2-4/+16
2014-03-04lapd/test: Show dequeued messagesJacob Erlbeck2-32/+72
2014-03-04msgb: Add msgb_hexdump() functionJacob Erlbeck2-0/+50
2014-02-09lapd: Use the right struct for the talloc_zero_array callHolger Hans Peter Freyther1-2/+2
2014-02-08sms: The msg_ref is passed from the outside so remove the wrong fixmeHolger Hans Peter Freyther1-1/+1
2014-01-26lapd/test: Add test case for RSL EST REQ -> LAPDJacob Erlbeck2-15/+112
2014-01-23lapdm: Fix typo in the commentHolger Hans Peter Freyther1-1/+1
2014-01-20debian: Build the new upstream version of libosmocoreHolger Hans Peter Freyther1-1/+7
2014-01-13gsm/gsm48ie: Fix range 256 W[i] decoding0.6.5Jacob Erlbeck1-4/+4
2014-01-09sms: Fix gsm_7bit legacy functions return valueJacob Erlbeck4-6/+44
2014-01-02abis: Use the right return value for abis_nm_pchan4chcombHolger Hans Peter Freyther2-2/+2
2014-01-02utils: Greatly improve performance of osmo_hexdump routinesNils O. Selåsdal2-6/+14