aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-11tests/gb: Show invoked signals in test outputJacob Erlbeck4-1/+57
2013-10-10vty: Make vty_event dispatch signals and use it in the testcaseHolger Hans Peter Freyther4-5/+45
2013-10-10debian: Print test results in case of a failureHolger Hans Peter Freyther1-0/+4
2013-10-08gb: Use the NS-VCI to find an existing NS-VCJacob Erlbeck2-7/+8
2013-10-08gb: Fix NS-RESET response message orderJacob Erlbeck2-23/+25
2013-10-08gb: Separate nsvc creation from NS message processingJacob Erlbeck2-55/+153
2013-10-08tests/gb: Add test for GPRS NS protocolJacob Erlbeck4-1/+383
2013-10-08tests: Fix warningsJacob Erlbeck5-5/+8
2013-10-08msgb: Add may_alias attribute to struct libgb_msgb_cbJacob Erlbeck1-1/+1
2013-10-08tests: Fix the sms_test and use the right arrayHolger Hans Peter Freyther1-1/+1
2013-09-16bssgp: Address various compiler warnings in the bssgp codeHolger Hans Peter Freyther1-0/+3
2013-09-16gsm48: Added 'Network Daylight Saving Time' info elementJacob Erlbeck2-0/+2
2013-09-11vty: Allow vty_go_parent() in all nodes.Jacob Erlbeck1-5/+25
2013-09-10vty: Fix compiler warning in the testHolger Hans Peter Freyther1-1/+2