summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* build: remove unused all_includes and use AM_CPPFLAGSJan Engelhardt2014-10-035-5/+10
* misc: Look into the build directory for generated filesHolger Hans Peter Freyther2014-09-254-4/+4
* gprs: Set bssgph field in bssgp_msgb_alloc()Jacob Erlbeck2014-09-231-1/+3
* gprs: Fix bssgp_rcvmsg to handle signalling msgs with BVCI IEJacob Erlbeck2014-09-231-3/+7
* gprs: Fix and check BVCI in BSSGP STATUS messagesJacob Erlbeck2014-09-232-1/+15
* Fix copyright header in gan.cHarald Welte2014-09-111-4/+4
* add missing copyright statements to source code filesHarald Welte2014-09-115-0/+106
* logging: Add ability to save/print current log filtersHarald Welte2014-08-252-3/+7
* libctrl: Add support for 'deferred control commands'Harald Welte2014-08-242-0/+77
* ctrl: Attempt fix the build on FreeBSD and add include fileHolger Hans Peter Freyther2014-08-211-0/+1
* prepare for 0.7.0 releaseHarald Welte2014-08-213-3/+3
* rename controlif_setup() to ctrl_interface_setup()Harald Welte2014-08-211-2/+2
* libctrl: Make two internal helper functions staticHarald Welte2014-08-211-2/+2
* libctrl: Move bulk of control node lookup inti libosmoctrlHarald Welte2014-08-211-3/+127
* libctrl: remove 'struct gsm_network' referencesHarald Welte2014-08-211-4/+4
* libctrl: adopt to recent ipaccess/ipa naming changeHarald Welte2014-08-211-2/+3
* libctrl: autotools build system integrationHarald Welte2014-08-211-5/+10
* libctrl: Add DLCTRL as logging context for the control interfaceHarald Welte2014-08-213-28/+33
* libctrl: Avoid using external tall_bsc_ctxHarald Welte2014-08-211-6/+6
* libctrl: remove openbsc headers, convert from make_sock to libosmocoreHarald Welte2014-08-212-19/+9
* libctrl: Remove reference to 'DNAT' in favor of 'DCTRL'Harald Welte2014-08-211-1/+1
* libctr: rename/move control interface to libosmocore naming schemeHarald Welte2014-08-213-0/+1071
* gsm0808: Fix copy and paste pointed out by clangHolger Hans Peter Freyther2014-08-211-1/+1
* macaddr: Add some code for FreeBSD (it should work on the others too)Holger Hans Peter Freyther2014-08-211-0/+41
* ipa: use %z as format string whne printing sizeof() resultHarald Welte2014-08-211-1/+1
* ipa: fix compiler warning regarding printf (%d -> %lu)Harald Welte2014-08-211-1/+1
* macaddr: add #include unistd.h for close() functionHarald Welte2014-08-211-0/+1
* ipa: rename functions for consistencyHarald Welte2014-08-203-24/+39
* import various generic IPA related functions from libosmo-abisHarald Welte2014-08-202-1/+448
* Add osmo_get_macaddr() function to obtain etherent mac addressHarald Welte2014-08-181-0/+26
* osmocore: Add function osmo_macaddr_parse() to parse ETH MAC addressHarald Welte2014-08-182-1/+27
* abis_nm: add abis_nm_msg_disc_names[] value_stringHarald Welte2014-08-172-0/+10
* abis_nm: introduce abis_nm_{osmo,ipa}_magic[]Harald Welte2014-08-172-0/+5
* gprs-ns: Re-initialize the list head and free the unknown_nsvcHolger Hans Peter Freyther2014-07-071-0/+3
* write_queue: Use EBADF instead of EBABDFD for portabilityHolger Hans Peter Freyther2014-07-013-5/+5
* vty: Avoid use-after-free in VTY telnet interfaceDaniel Willmann2014-06-222-4/+4
* write_queue: Avoid possible use-after-free if fd is read-/writableDaniel Willmann2014-06-221-5/+18
* update TS 08.08 header + TLV definitions to TS 48.008 / 11.7.0Harald Welte2014-06-211-16/+149
* gsm: Add Kasumi cipher implementationSylvain Munaut2014-06-162-1/+187
* 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