aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-02-13debian: Re-enable the debug packagesHolger Hans Peter Freyther5-13/+11
2013-02-13debian: Update the change log for a new packageHolger Hans Peter Freyther1-2/+3
2013-02-12VTY: don't show HIDDEN or DEPRECATED vty commands in ? completionHarald Welte1-0/+3
2013-02-12vty/command.c: Cosmetic cleanupHarald Welte1-82/+81
2013-02-10abis_nm: add parenthesis for new abis_nm_debugp_foh() macroHarald Welte1-3/+3
2013-02-10turn abis_nm_debugp_foh() into a macroHarald Welte2-13/+21
2013-02-08doc: Fix typo in Doxyfile.core.in causing sources to be ignoredSylvain Munaut1-1/+1
2013-02-01core/crc: Fix the 64 bits implementationSylvain Munaut1-2/+2
2013-01-15fr_test: Speculative build fix for FreeBSDHolger Hans Peter Freyther1-0/+3
2013-01-15fr: Begin with a GRE/FrameRelay test due the recent regressionHolger Hans Peter Freyther6-2/+93
2013-01-15socket: fix osmo_sock_init with SOCK_RAW and IPPROTO_RAWPablo Neira Ayuso1-3/+16
2013-01-12Fix build on CygwinEvgeny Zverev1-1/+5
2013-01-11add some missing doxygen annotation for libosmocore functionsHarald Welte7-11/+75
2013-01-06doxyfiles: refer paths to @srcdir@Alex Badea4-4/+4
2013-01-06tests/timer: tweak path to config.hAlex Badea1-1/+1
2013-01-06Replace obsolete automake AM_CONFIG_HEADER.Christian Vogel1-1/+1
2013-01-04debian: Bump the changelog and package osmo-arfcnHolger Hans Peter Freyther4-0/+16
2013-01-03vty: Do better filtering of arguments, optional args particularlySylvain Munaut1-208/+143
2013-01-03core/bits: Prevent osmo_revbytebits_buf stack trashingSylvain Munaut1-1/+1
2012-12-26tests: Don't delete atconfig in cleanDaniel Willmann1-1/+2
2012-12-26lapd: Fix compiler warnings in the lapd codeHolger Hans Peter Freyther1-0/+2
2012-12-26lapd: Check in rslms_rx_rll() if lapdm context was initialized earlierDaniel Willmann3-2/+62
2012-12-18Add tlvp_val16_unal() / tlvp_val32_unal() to align 16 and 32 bit valuesAndreas Eversberg1-0/+24
2012-12-12core: Fix missing include in msgfile.c for getlineSylvain Munaut1-0/+1
2012-12-11build: Don't use the deprecated INCLUDES in the various Makefile.amSylvain Munaut7-12/+8
2012-12-11utils/osmo-arfcn: Implement option to get ARFCN from frequencySylvain Munaut1-1/+32
2012-12-11gsm: Add method to find ARFCN based on frequencySylvain Munaut3-45/+69
2012-12-06osmo-arfcn: add support for PCS bandHarald Welte1-6/+13
2012-12-06rsl: Add the 9.3.20 release mode enum to be used in OpenBSCHolger Hans Peter Freyther1-0/+6
2012-12-06sms: Print 'network' or 'mobile' when creating the SMC/SMRHolger Hans Peter Freyther2-3/+4
2012-12-06gsm/a5: Return -ENOTSUP if the selected cipher is not supportedSylvain Munaut2-3/+7
2012-11-26lapd: Use LOGL_ERROR for messgaes that are wrong in the given contextHolger Hans Peter Freyther1-14/+14
2012-11-22misc: Use static const struct for LAPD and AbisHolger Hans Peter Freyther2-2/+2
2012-11-22sms: Mark the state dispatch table as static constHolger Hans Peter Freyther2-4/+4
2012-11-22sms: Fix typos in the comments and log messages.Holger Hans Peter Freyther2-5/+5
2012-11-22smr: Introduce an id and prefix all log messages with SMR(ID)Holger Hans Peter Freyther2-32/+70
2012-11-22smc: Introduce an id and prefix all log messages with SMC(ID)Holger Hans Peter Freyther2-31/+62
2012-11-16actually install osmo-arfcn and osmo-auc-gen as part of 'make install'Harald Welte1-1/+1
2012-11-14msgb: fix msgb_pull_u*()Steve Markgraf1-3/+3
2012-11-14smc: Fix a typo in the smc codeHolger Hans Peter Freyther1-1/+1
2012-11-14smc: Make it possible to include gsm0411_smc.h as first header fileHolger Hans Peter Freyther1-0/+1
2012-11-11smc: Print the current state of the SMSHolger Hans Peter Freyther1-1/+3
2012-11-11sms: Remove the commented out code that was the default in OpenBSCHolger Hans Peter Freyther1-1/+0
2012-11-11sms: Reduce the logging level to debugHolger Hans Peter Freyther1-3/+3
2012-11-06debian: Create a git-buildpackage based 0.5.3Holger Hans Peter Freyther2-1/+7
2012-11-05debian: Testing was disabled because of a funny x86 compiler issue caused by usHolger Hans Peter Freyther1-5/+0
2012-11-05GSM48: Avoid unaligned access in gsm48_construct_raAndreas Eversberg1-1/+3
2012-10-27Add "extern" keywordsTobias Engel1-5/+5
2012-10-27Do not use --version-script linker flag on OSXTobias Engel3-2/+14
2012-10-27Define struct iphdr for OSXTobias Engel1-1/+1