aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-03-13add new gsm/meas_rep.h file for shared/common measurement report stuffHarald Welte2-0/+30
2013-03-13Add smpp34_osmocom.h for Osmocom SMPP vendor additions0.6.0Harald Welte2-0/+49
2013-03-13gsm_septets2octets(): Input parameter should be constHarald Welte2-2/+3
2013-03-13logging_vty: Print 'log filter all' info in 'show logging vty'Harald Welte1-0/+6
2013-03-09utils: Introduce OSMO_ASSERT in the utils and use it in the unit testsKaterina Barone-Adesi4-98/+100
2013-03-03cygwin: Link many libraries with -no-undefined to create a dllHolger Hans Peter Freyther4-5/+5
2013-03-01codec: Fix the GSM 06.20 ordering tablesSylvain Munaut1-41/+41
2013-02-27Follow up fix for the log level "everything"Holger Hans Peter Freyther1-0/+3
2013-02-27Added a ring buffer log target to store the last N log messages.Katerina Barone-Adesi16-8/+796
2013-02-27Revert "Added a ring buffer log target to store the last N log messages."Holger Hans Peter Freyther15-792/+8
2013-02-27Added a ring buffer log target to store the last N log messages.Katerina Barone-Adesi15-8/+792
2013-02-21Add UMTS RRC message typesTobias Engel1-0/+68
2013-02-19Fix log level "everything" and make it equal to "debug"Harald Welte1-1/+1
2013-02-15misc: Doxygen tweaks: fixed some typos and minor errorsKaterina Barone-Adesi26-38/+45
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