Hi Neels,
On Wed, Feb 24, 2016 at 03:39:39AM +0100, Neels Hofmeyr wrote:
L_NS_NODE, /*!< \brief NS node in libosmo-gb. */ L_BSSGP_NODE, /*!< \brief BSSGP node in libosmo-gb. */
- CTRL_NODE, /*!< \brief Control interface node. */
the existing nodes are pre-fixed with L_ to indicate they are part of a library, as opposed to those without prefix (from the main application).