aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-02utils: Add a simple testcase for osmo_hexdumpHolger Hans Peter Freyther4-2/+64
2013-12-29logging: Copy the filter_fn and fix the IMSI filter in OpenBSCHolger Hans Peter Freyther2-0/+18
2013-12-12debian: Enable hardening options for debianHolger Hans Peter Freyther1-0/+2
2013-12-07Refactor COMP128v23 implementation and add test suitMax8-42/+4216
2013-11-22gb: Remove comment about ABI changes from the MakefileHolger Hans Peter Freyther1-3/+0
2013-11-11debian: Update the changelogJacob Erlbeck1-1/+7
2013-11-11gprs: Fix VTY NSVC initialisation bug by changing gprs_nsvc_create()Jacob Erlbeck1-3/+3
2013-11-03implement COMP128 version 2 and 3 A3/A8 algorithmKevin Redon5-5/+264
2013-10-30gprs: Ignore NS RESET_ACK and ALIVE_ACK without RESETJacob Erlbeck2-6/+17
2013-10-30grps: Add test for NS messages that shall be ignoredJacob Erlbeck2-0/+55
2013-10-26lapd: Extend the test to check if lapdm_channel_exit is idempotentHolger Hans Peter Freyther1-0/+10
2013-10-25gprs: Address coverity warning for gprs_ns_tx_status resultHolger Hans Peter Freyther1-8/+10
2013-10-25gprs: Address coverity warning on unchecked return of gprs_ns_tx_reset_ackHolger Hans Peter Freyther1-1/+5
2013-10-25gprs: Address coverity warning on unchecked return of gprs_ns_tx_statusHolger Hans Peter Freyther1-1/+4
2013-10-25gprs: Make sure that the buf is NULL terminated at the endHolger Hans Peter Freyther1-0/+1
2013-10-25debian: Update the changelogHolger Hans Peter Freyther1-1/+2
2013-10-24gb: Create new NSVC object instead of patching the NSVCIJacob Erlbeck3-16/+40
2013-10-24gb: Fix RESET handling with changing NSEIJacob Erlbeck2-50/+67
2013-10-24gb: Fix NS RESET/RESET_ACK abnormal casesJacob Erlbeck4-157/+294
2013-10-24gb: Add test cases for NS RESET proceduresJacob Erlbeck2-0/+703
2013-10-24gb: Fix gprs_nsvc_delete() to free ctr groupJacob Erlbeck3-0/+128
2013-10-24gb/vty: Fix the VTY node string for L_NS_NODEJacob Erlbeck1-1/+1
2013-10-24gb/vty: Perform NS-VC operations based on NS-VCIJacob Erlbeck1-5/+15
2013-10-17misc: Ignore generated filesHolger Hans Peter Freyther1-0/+2
2013-10-17debian: Bump the changelog for some new packagesHolger Hans Peter Freyther1-1/+2
2013-10-17gb: Fix gprs_active_nsvc_by_nsei()Jacob Erlbeck2-12/+12
2013-10-17gb: Test sending messages to the SGSNJacob Erlbeck2-53/+418
2013-10-15release: Prepare the 0.6.4 release of libosmocore0.6.4Holger Hans Peter Freyther4-4/+10
2013-10-15ussd: Fix text of RELEASE COMPLETEAlexander Huemer1-1/+1
2013-10-15gb: Fix gprs_ns_rx_reset to not create NS-VC duplicatesJacob Erlbeck4-77/+187
2013-10-15gb: Add functions to access the LL part of the NS-VC objectsJacob Erlbeck4-12/+52
2013-10-14gb: When sending on a NS-VC group use the first active NS-VCJacob Erlbeck1-18/+29