aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-08-25logging: Add ability to save/print current log filtersHarald Welte2-3/+7
2014-08-24libctrl: Add support for 'deferred control commands'Harald Welte2-0/+77
2014-08-21ctrl: Attempt fix the build on FreeBSD and add include fileHolger Hans Peter Freyther1-0/+1
2014-08-21prepare for 0.7.0 release0.7.0Harald Welte3-3/+3
2014-08-21rename controlif_setup() to ctrl_interface_setup()Harald Welte1-2/+2
2014-08-21libctrl: Make two internal helper functions staticHarald Welte1-2/+2
2014-08-21libctrl: Move bulk of control node lookup inti libosmoctrlHarald Welte1-3/+127
2014-08-21libctrl: remove 'struct gsm_network' referencesHarald Welte1-4/+4
2014-08-21libctrl: adopt to recent ipaccess/ipa naming changeHarald Welte1-2/+3
2014-08-21libctrl: autotools build system integrationHarald Welte1-5/+10
2014-08-21libctrl: Add DLCTRL as logging context for the control interfaceHarald Welte3-28/+33
2014-08-21libctrl: Avoid using external tall_bsc_ctxHarald Welte1-6/+6
2014-08-21libctrl: remove openbsc headers, convert from make_sock to libosmocoreHarald Welte2-19/+9
2014-08-21libctrl: Remove reference to 'DNAT' in favor of 'DCTRL'Harald Welte1-1/+1
2014-08-21libctr: rename/move control interface to libosmocore naming schemeHarald Welte3-0/+1071
2014-08-21gsm0808: Fix copy and paste pointed out by clangHolger Hans Peter Freyther1-1/+1
2014-08-21macaddr: Add some code for FreeBSD (it should work on the others too)Holger Hans Peter Freyther1-0/+41
2014-08-21ipa: use %z as format string whne printing sizeof() resultHarald Welte1-1/+1
2014-08-21ipa: fix compiler warning regarding printf (%d -> %lu)Harald Welte1-1/+1
2014-08-21macaddr: add #include unistd.h for close() functionHarald Welte1-0/+1
2014-08-20ipa: rename functions for consistencyHarald Welte3-24/+39
2014-08-20import various generic IPA related functions from libosmo-abisHarald Welte2-1/+448
2014-08-18Add osmo_get_macaddr() function to obtain etherent mac addressHarald Welte1-0/+26
2014-08-18osmocore: Add function osmo_macaddr_parse() to parse ETH MAC addressHarald Welte2-1/+27
2014-08-17abis_nm: add abis_nm_msg_disc_names[] value_stringHarald Welte2-0/+10
2014-08-17abis_nm: introduce abis_nm_{osmo,ipa}_magic[]Harald Welte2-0/+5
2014-07-07gprs-ns: Re-initialize the list head and free the unknown_nsvcHolger Hans Peter Freyther1-0/+3
2014-07-01write_queue: Use EBADF instead of EBABDFD for portabilityHolger Hans Peter Freyther3-5/+5
2014-06-22vty: Avoid use-after-free in VTY telnet interfaceDaniel Willmann2-4/+4
2014-06-22write_queue: Avoid possible use-after-free if fd is read-/writableDaniel Willmann1-5/+18
2014-06-21update TS 08.08 header + TLV definitions to TS 48.008 / 11.7.0Harald Welte1-16/+149
2014-06-16gsm: Add Kasumi cipher implementationSylvain Munaut2-1/+187
2014-06-16include: Switch to #pragma once patternSylvain Munaut4-16/+4
2014-05-23gsm0411_smr: Fix the size of the arrayHolger Hans Peter Freyther1-1/+1
2014-05-23gsm0411_smr: Make the look-up table staticHolger Hans Peter Freyther1-1/+1
2014-05-23timer: Use the now parameter when it is not NULLHolger Hans Peter Freyther1-3/+3
2014-05-19Fix introducing osmocom speficic OML attributesHarald Welte2-0/+8
2014-05-15select: Fix english in commentHolger Hans Peter Freyther1-1/+1
2014-04-17backtrace: Speculative fix for FreeBSD10.0 and execinfo.hHolger Hans Peter Freyther1-1/+2
2014-03-31Release: Prepare the release of 0.6.60.6.6Holger Hans Peter Freyther1-1/+1
2014-03-26src/socket: Adding unix domain socket supportÁlvaro Neira Ayuso1-0/+102
2014-03-26sms: Add missing brackets in the relative validity time calculation.Alexander Chemeris1-3/+3
2014-03-26gsm/lapdm: Prevent LAPD tx_queue from filling up in polling modeDaniel Willmann2-0/+27
2014-03-26lapdm: Make lapdm_datalink_for_sapi publicDaniel Willmann2-3/+4
2014-03-16lapd: Improve log message and mention the SAPI the dl is onHolger Hans Peter Freyther1-2/+2
2014-03-10ladpm: Fix msgb handling and SAPI=3 establishment delayJacob Erlbeck1-27/+14
2014-03-04msgb: Add msgb_hexdump() functionJacob Erlbeck1-0/+49
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-23lapdm: Fix typo in the commentHolger Hans Peter Freyther1-1/+1