Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

2. Type 'show tables;' to check the and access the tables.


Notify Cell Modification tested with Netconf-console

Pre-Requisites:

  1. ncclient must be present. If not, run pip install ncclient
  2. pip install netconf-console

Command to establish session with device:

     netconf-console --host 10.143.125.163 --port 50000 --raw
 
Session will be established with an interactive shell. Run the following command to create subscription:

      create-subscription -x honeycomb
 
Notifications will be displayed based on the interval on the console.

For testing,

  1. Select "Modify" menu by right clicking any cell in Ransim-GUI.
  2. Change the pcid value and click modify. Modified Successfully message displayed.
  3. Verify the notification received as below in netconf-console shell. Any issue check honeycomb log. 
    hc_50000/var/log/honeycomb/honeycomb.log

Image Added

2. RAN-Sim: Netconf-server(s) (agents) - Extended Honeycomb

...