Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vty: Add functions to access index and node | Holger Hans Peter Freyther | 2010-09-14 | 1 | -0/+9 |
| | | | | | | It is easier to call these two functions from bindings than wrapping the vty structure and figuring out the alignment of the enum on all different ABIs. | ||||
* | vty: Use the copyright string from the app_info. | Holger Hans Peter Freyther | 2010-09-11 | 1 | -3/+6 |
| | |||||
* | vty: Link osmovty to osmocore as it is using the symbols | Holger Hans Peter Freyther | 2010-09-11 | 1 | -0/+1 |
| | | | | | Use SUBDIRS to build src first and the src/vty. We will need to find the right way add the dependencies. | ||||
* | vty: Everything <= CONFIG_NODE is not a child of config | Holger Hans Peter Freyther | 2010-09-04 | 1 | -2/+2 |
| | | | | | | | The method should be renamed to is child of config node as it was comparing if vty->node > CONFIG_NODE. This is fixing an assert in go_to_parent as we tried to find a parent for the CONFIG_NODE. | ||||
* | vty: Handle nodes part of the lib in the lib, for the rest call the callback | Holger Hans Peter Freyther | 2010-08-26 | 1 | -5/+7 |
| | |||||
* | vty: Add a new callback to let code decide if it is a config node or not | Holger Hans Peter Freyther | 2010-08-26 | 1 | -0/+4 |
| | |||||
* | vty: Move the assumption of the config nodes into a function | Holger Hans Peter Freyther | 2010-08-26 | 1 | -3/+9 |
| | | | | | | Move the assumption that something is a child of the CONFIG_NODE into a new function. The next step will be to use something else for that. | ||||
* | [VTY] add support for numeric ranges with negative numbers | Andreas Eversberg | 2010-07-13 | 1 | -31/+67 |
| | | | | This enables us to do something like <-128-127> as a numeric range. | ||||
* | add configure option '--disable-vty' to prevent building libosmovty | Harald Welte | 2010-05-29 | 1 | -0/+2 |
| | |||||
* | [VTY] Introduce "struct vty_app_info" for vty_init() function | Harald Welte | 2010-05-25 | 2 | -13/+12 |
| | |||||
* | rename log_info to osmo_log_info to avoid namespace clash with app | Harald Welte | 2010-05-25 | 1 | -2/+2 |
| | |||||
* | Create libosmovty as library from OpenBSC VTY functions | Harald Welte | 2010-05-25 | 8 | -0/+6127 |