aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_vty.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcu_vty.h')
-rw-r--r--src/pcu_vty.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/pcu_vty.h b/src/pcu_vty.h
index 20975612..45d3227d 100644
--- a/src/pcu_vty.h
+++ b/src/pcu_vty.h
@@ -16,5 +16,12 @@ int pcu_vty_init();
extern struct vty_app_info pcu_vty_info;
+enum bsc_vty_cmd_attr {
+ PCU_VTY_ATTR_NEW_TBF = 0,
+ PCU_VTY_ATTR_NEW_SUBSCR,
+ PCU_VTY_ATTR_NS_RESET,
+ /* NOTE: up to 32 entries */
+};
+
#endif /* _PCU_VTY_H */