Skip to content

Commit

Permalink
[ltel Add generic command for rebooting eNB from NMS (#519)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #519

This revision adds the ability for remote commands to be run to have the Access Gateway reboot any and all connected eNodeB devices.

This is intended to help with ease of use, to allow users to execute some basic troubleshooting functionality through a UI rather than through the command line.

Reviewed By: xjtian

Differential Revision: D16473195

fbshipit-source-id: 54153d7359bc7387be66d6d3a70707c5d720a86d
  • Loading branch information
andreilee authored and facebook-github-bot committed Aug 6, 2019
1 parent 9e52a65 commit 5dc25a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lte/gateway/configs/magmad.yml
Expand Up @@ -118,3 +118,9 @@ generic_command_config:
- name: echo
command: "echo {}"
allow_params: True
- name: reboot_enodeb
command: "enodebd_cli.py reboot_enodeb {}"
allow_params: True
- name: reboot_all_enodeb
command: "enodebd_cli.py reboot_all_enodeb"
allow_params: False

0 comments on commit 5dc25a6

Please sign in to comment.