summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gsm/auth: Add the XOR test algorithmsylvain/securitySylvain Munaut2014-03-076-5/+151
* lapdm: Implement randomized paddingSylvain Munaut2014-03-073-6/+87
* lapd: Use the right struct for the talloc_zero_array callHolger Hans Peter Freyther2014-02-091-2/+2
* sms: The msg_ref is passed from the outside so remove the wrong fixmeHolger Hans Peter Freyther2014-02-081-1/+1
* lapd/test: Add test case for RSL EST REQ -> LAPDJacob Erlbeck2014-01-262-15/+112
* lapdm: Fix typo in the commentHolger Hans Peter Freyther2014-01-231-1/+1
* debian: Build the new upstream version of libosmocoreHolger Hans Peter Freyther2014-01-201-1/+7
* gsm/gsm48ie: Fix range 256 W[i] decoding0.6.5Jacob Erlbeck2014-01-131-4/+4
* sms: Fix gsm_7bit legacy functions return valueJacob Erlbeck2014-01-094-6/+44
* abis: Use the right return value for abis_nm_pchan4chcombHolger Hans Peter Freyther2014-01-022-2/+2
* utils: Greatly improve performance of osmo_hexdump routinesNils O. SelÄsdal2014-01-022-6/+14
* utils: Add a simple testcase for osmo_hexdumpHolger Hans Peter Freyther2014-01-024-2/+64
* logging: Copy the filter_fn and fix the IMSI filter in OpenBSCHolger Hans Peter Freyther2013-12-292-0/+18
* debian: Enable hardening options for debianHolger Hans Peter Freyther2013-12-121-0/+2
* Refactor COMP128v23 implementation and add test suitMax2013-12-078-42/+4216
* gb: Remove comment about ABI changes from the MakefileHolger Hans Peter Freyther2013-11-221-3/+0
* debian: Update the changelogJacob Erlbeck2013-11-111-1/+7
* gprs: Fix VTY NSVC initialisation bug by changing gprs_nsvc_create()Jacob Erlbeck2013-11-111-3/+3
* implement COMP128 version 2 and 3 A3/A8 algorithmKevin Redon2013-11-035-5/+264
* gprs: Ignore NS RESET_ACK and ALIVE_ACK without RESETJacob Erlbeck2013-10-302-6/+17
* grps: Add test for NS messages that shall be ignoredJacob Erlbeck2013-10-302-0/+55
* lapd: Extend the test to check if lapdm_channel_exit is idempotentHolger Hans Peter Freyther2013-10-261-0/+10
* gprs: Address coverity warning for gprs_ns_tx_status resultHolger Hans Peter Freyther2013-10-251-8/+10
* gprs: Address coverity warning on unchecked return of gprs_ns_tx_reset_ackHolger Hans Peter Freyther2013-10-251-1/+5
* gprs: Address coverity warning on unchecked return of gprs_ns_tx_statusHolger Hans Peter Freyther2013-10-251-1/+4
* gprs: Make sure that the buf is NULL terminated at the endHolger Hans Peter Freyther2013-10-251-0/+1
* debian: Update the changelogHolger Hans Peter Freyther2013-10-251-1/+2
* gb: Create new NSVC object instead of patching the NSVCIJacob Erlbeck2013-10-243-16/+40
* gb: Fix RESET handling with changing NSEIJacob Erlbeck2013-10-242-50/+67
* gb: Fix NS RESET/RESET_ACK abnormal casesJacob Erlbeck2013-10-244-157/+294
* gb: Add test cases for NS RESET proceduresJacob Erlbeck2013-10-242-0/+703
* gb: Fix gprs_nsvc_delete() to free ctr groupJacob Erlbeck2013-10-243-0/+128
* gb/vty: Fix the VTY node string for L_NS_NODEJacob Erlbeck2013-10-241-1/+1
* gb/vty: Perform NS-VC operations based on NS-VCIJacob Erlbeck2013-10-241-5/+15
* misc: Ignore generated filesHolger Hans Peter Freyther2013-10-171-0/+2
* debian: Bump the changelog for some new packagesHolger Hans Peter Freyther2013-10-171-1/+2
* gb: Fix gprs_active_nsvc_by_nsei()Jacob Erlbeck2013-10-172-12/+12
* gb: Test sending messages to the SGSNJacob Erlbeck2013-10-172-53/+418
* release: Prepare the 0.6.4 release of libosmocore0.6.4Holger Hans Peter Freyther2013-10-154-4/+10
* ussd: Fix text of RELEASE COMPLETEAlexander Huemer2013-10-151-1/+1
* gb: Fix gprs_ns_rx_reset to not create NS-VC duplicatesJacob Erlbeck2013-10-154-77/+187
* gb: Add functions to access the LL part of the NS-VC objectsJacob Erlbeck2013-10-154-12/+52
* gb: When sending on a NS-VC group use the first active NS-VCJacob Erlbeck2013-10-141-18/+29
* tests/gb: Show invoked signals in test outputJacob Erlbeck2013-10-114-1/+57
* vty: Make vty_event dispatch signals and use it in the testcaseHolger Hans Peter Freyther2013-10-104-5/+45
* debian: Print test results in case of a failureHolger Hans Peter Freyther2013-10-101-0/+4
* gb: Use the NS-VCI to find an existing NS-VCJacob Erlbeck2013-10-082-7/+8
* gb: Fix NS-RESET response message orderJacob Erlbeck2013-10-082-23/+25
* gb: Separate nsvc creation from NS message processingJacob Erlbeck2013-10-082-55/+153
* tests/gb: Add test for GPRS NS protocolJacob Erlbeck2013-10-084-1/+383