diff options
Diffstat (limited to 'include/osmocom/bsc/ctrl.h')
-rw-r--r-- | include/osmocom/bsc/ctrl.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/osmocom/bsc/ctrl.h b/include/osmocom/bsc/ctrl.h index c5ac21092..04ca2cb5a 100644 --- a/include/osmocom/bsc/ctrl.h +++ b/include/osmocom/bsc/ctrl.h @@ -1,4 +1,11 @@ #pragma once +#include <osmocom/ctrl/control_cmd.h> + struct ctrl_handle *bsc_controlif_setup(struct gsm_network *net, const char *bind_addr, uint16_t port); + +enum bsc_ctrl_node { + CTRL_NODE_MSC = _LAST_CTRL_NODE, + _LAST_CTRL_NODE_BSC +}; |