ctrl: Add lchan node

Change-Id: Ibf2786f668ee7e4f5b6a9ef43f2141cd2d79b4e2
This commit is contained in:
Matan Perelman 2024-01-30 17:04:57 +02:00
parent e8f05481ea
commit 0df28e0779
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ enum ctrl_node_type {
CTRL_NODE_TS, /* TS specific (net.btsN.trxM.tsI.) */
CTRL_NODE_FSM, /* Finite State Machine (description) */
CTRL_NODE_FSM_INST, /* Finite State Machine (instance) */
CTRL_NODE_LCHAN, /* LCHAN specific (net.btsN.trxM.tsI.lchanL) */
_LAST_CTRL_NODE
};