From 9c97493c5c90d7c81a11cf28965fd513f665d1cd Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Thu, 25 Aug 2011 16:37:45 +0200 Subject: libctrl, osmo-bsc: Get rid of net prefix net is now implicit in the root node --- openbsc/include/openbsc/control_cmd.h | 1 - 1 file changed, 1 deletion(-) (limited to 'openbsc/include') 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.) */ -- cgit v1.2.3