aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/telnet_interface.h
AgeCommit message (Collapse)AuthorFilesLines
2010-03-26move log/debug codebase to libosmocoreHarald Welte1-2/+2
The logging/debugging code is generic enough to move it into libosmocore while keeping OpenBSC specific definitions in openbsc itself. This commit uses the logging support present in libosmocore-0.1.2, you will have to update your library to this version.
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-1/+1
This library is intended to collect all generic/common funcitionality of all Osmocom.org projects, including OpenBSC but also OsmocomBB The library currently includes the following modules: bitvec, comp128, gsm_utils, msgb, select, signal, statistics, talloc, timer, tlv_parse, linuxlist msgb allocation error debugging had to be temporarily disabled as it depends on 'debug.c' functionality which at the moment remains in OpenBSC
2010-02-07[telnet] Remove ancient #define...Holger Hans Peter Freyther1-3/+0
2009-12-22Import the new logging architectureHolger Hans Peter Freyther1-1/+2
This is the new logging architecture, including * support for multiuple logging targets like stderr and vty * log levels in addition to categories/subsystems * filtering based on imsi, i.e. only see events for one subscriber * dynamically change log level for each category for each vty
2009-11-17[telnet] Remove unused variables from the telnet interfaceHolger Hans Peter Freyther1-7/+0
These became unused when the interface was switched to use the vty module. It is about time to remove these.
2009-06-10move openbsc into its own subdirectoryHarald Welte1-0/+52