summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* include: Switch to #pragma once patternSylvain Munaut2014-06-164-16/+4
* gsm0411_smr: Fix the size of the arrayHolger Hans Peter Freyther2014-05-231-1/+1
* gsm0411_smr: Make the look-up table staticHolger Hans Peter Freyther2014-05-231-1/+1
* timer: Use the now parameter when it is not NULLHolger Hans Peter Freyther2014-05-231-3/+3
* Fix introducing osmocom speficic OML attributesHarald Welte2014-05-192-0/+8
* select: Fix english in commentHolger Hans Peter Freyther2014-05-151-1/+1
* backtrace: Speculative fix for FreeBSD10.0 and execinfo.hHolger Hans Peter Freyther2014-04-171-1/+2
* Release: Prepare the release of 0.6.6Holger Hans Peter Freyther2014-03-311-1/+1
* src/socket: Adding unix domain socket supportÁlvaro Neira Ayuso2014-03-261-0/+102
* sms: Add missing brackets in the relative validity time calculation.Alexander Chemeris2014-03-261-3/+3
* gsm/lapdm: Prevent LAPD tx_queue from filling up in polling modeDaniel Willmann2014-03-262-0/+27
* lapdm: Make lapdm_datalink_for_sapi publicDaniel Willmann2014-03-262-3/+4
* lapd: Improve log message and mention the SAPI the dl is onHolger Hans Peter Freyther2014-03-161-2/+2
* ladpm: Fix msgb handling and SAPI=3 establishment delayJacob Erlbeck2014-03-101-27/+14
* msgb: Add msgb_hexdump() functionJacob Erlbeck2014-03-041-0/+49
* 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
* lapdm: Fix typo in the commentHolger Hans Peter Freyther2014-01-231-1/+1
* gsm/gsm48ie: Fix range 256 W[i] decodingJacob Erlbeck2014-01-131-4/+4
* sms: Fix gsm_7bit legacy functions return valueJacob Erlbeck2014-01-091-6/+11
* abis: Use the right return value for abis_nm_pchan4chcombHolger Hans Peter Freyther2014-01-021-1/+1
* utils: Greatly improve performance of osmo_hexdump routinesNils O. Selåsdal2014-01-021-5/+13
* logging: Copy the filter_fn and fix the IMSI filter in OpenBSCHolger Hans Peter Freyther2013-12-291-0/+1
* Refactor COMP128v23 implementation and add test suitMax2013-12-072-38/+29
* gb: Remove comment about ABI changes from the MakefileHolger Hans Peter Freyther2013-11-221-3/+0
* 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-033-5/+240
* gprs: Ignore NS RESET_ACK and ALIVE_ACK without RESETJacob Erlbeck2013-10-301-0/+17
* 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
* gb: Create new NSVC object instead of patching the NSVCIJacob Erlbeck2013-10-241-4/+12
* gb: Fix RESET handling with changing NSEIJacob Erlbeck2013-10-241-28/+40
* gb: Fix NS RESET/RESET_ACK abnormal casesJacob Erlbeck2013-10-241-56/+215
* gb: Fix gprs_nsvc_delete() to free ctr groupJacob Erlbeck2013-10-241-0/+1
* 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
* gb: Fix gprs_active_nsvc_by_nsei()Jacob Erlbeck2013-10-171-2/+2
* release: Prepare the 0.6.4 release of libosmocoreHolger Hans Peter Freyther2013-10-151-1/+1
* 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-151-74/+149
* gb: Add functions to access the LL part of the NS-VC objectsJacob Erlbeck2013-10-152-6/+40
* 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-111-0/+1
* vty: Make vty_event dispatch signals and use it in the testcaseHolger Hans Peter Freyther2013-10-101-1/+13
* gb: Use the NS-VCI to find an existing NS-VCJacob Erlbeck2013-10-081-4/+4
* gb: Fix NS-RESET response message orderJacob Erlbeck2013-10-081-5/+7
* gb: Separate nsvc creation from NS message processingJacob Erlbeck2013-10-081-55/+144
* gsm48: Added 'Network Daylight Saving Time' info elementJacob Erlbeck2013-09-161-0/+1