-
Type: Bug
-
Status: Resolved (View Workflow)
-
Priority: High
-
Resolution: Done
-
Affects Version/s: VOLTHA v2.2
-
Fix Version/s: VOLTHA v2.3
-
Component/s: bbsim
-
Story Points:2
-
Epic Link:
Setup:
- Bring up VOLTHA, ONOS and BBSim (1 ONU, 1 PON)
- Crete and enable the OLT
- Wait for the subscriber to authenticate
BBSim shows the correct state:
root@14e410032dc4:/app# bbsimctl onu list Cannot load BBSim configuration file: open configs/bbsim.yaml: no such file or directory. Using defaults. PONPORTID ID PORTNO SERIALNUMBER HWADDRESS STAG CTAG OPERSTATE INTERNALSTATE 0 1 16 BBSM00000001 2e:60:70:13:00:01 900 900 up eap_response_success_received
Shutdown the ONU:
root@14e410032dc4:/app# bbsimctl onu shutdown BBSM00000001 Cannot load BBSim configuration file: open configs/bbsim.yaml: no such file or directory. Using defaults. [Status: 0] ONU BBSM00000001 successfully shut down. root@14e410032dc4:/app# bbsimctl onu list Cannot load BBSim configuration file: open configs/bbsim.yaml: no such file or directory. Using defaults. PONPORTID ID PORTNO SERIALNUMBER HWADDRESS STAG CTAG OPERSTATE INTERNALSTATE 0 1 16 BBSM00000001 2e:60:70:13:00:01 900 900 up disabled
Power on the ONU:
root@14e410032dc4:/app# bbsimctl onu poweron BBSM00000001 Cannot load BBSim configuration file: open configs/bbsim.yaml: no such file or directory. Using defaults. FATA[0000] Cannot power on ONU BBSM00000001: rpc error: code = Unknown desc = event discover inappropriate in current state disabled