diff options
author | Daniel Willmann <daniel@totalueberwachung.de> | 2011-08-25 16:37:45 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2014-08-21 15:34:15 +0200 |
commit | 9c97493c5c90d7c81a11cf28965fd513f665d1cd (patch) | |
tree | 40f61af4bb91450ea7d7f00e8b978208abc76ca1 /openbsc/include | |
parent | 3463941c724966c30a827c39b70360fa4bbe0bd9 (diff) |
libctrl, osmo-bsc: Get rid of net prefix
net is now implicit in the root node
Diffstat (limited to 'openbsc/include')
-rw-r--r-- | openbsc/include/openbsc/control_cmd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/control_cmd.h b/openbsc/include/openbsc/control_cmd.h index da598c51..3dc5b546 100644 --- a/openbsc/include/openbsc/control_cmd.h +++ b/openbsc/include/openbsc/control_cmd.h @@ -14,7 +14,6 @@ struct ctrl_handle; enum ctrl_node_type { CTRL_NODE_ROOT, /* Root elements */ - CTRL_NODE_NET, /* Network specific (net.) */ CTRL_NODE_BTS, /* BTS specific (net.btsN.) */ CTRL_NODE_TRX, /* TRX specific (net.btsN.trxM.) */ CTRL_NODE_TS, /* TS specific (net.btsN.trxM.tsI.) */ |