Ivan Kluchnikov wrote:
+DEFUN(cfg_bts_rach_ac_classes,
cfg_bts_rach_ac_classes_cmd,
+ "rach access control classes (0|1) (0|1) (0|1) (0|1) (0|1) (0|1) (0|1) (0|1)
(0|1) (0|1) x (0|1) (0|1) (0|1) (0|1) (0|1)",
+ RACH_STR
+ "Access control classes\n"
+ "Access control classes\n"
+ "Access control classes\n"
+ "Access is NOT barred for ACC 0\n"
+ "Access is barred for ACC 0\n"
+ "Access is NOT barred for ACC 1\n"
..
The command looks pretty horrible. Do you think that there could be a
better user interface than a single command with 16 parameters?
I'd suggest something like: rach access control class (0..15) (0|1)
//Peter