You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

Sanity Test cases :

S.NoSanity tested onStatus
S.NoSanity tested onStatus
1Image should be stablePass
2OpenSync service and its manager should be runningPass
3RPI Extender onboarding over Wi-FiPass
4Able to Ping www.google.com from RPI ExtenderPass
5Wifi Extension of Internet to mobile from GWPassCurrently through 2.4GHz Radio, While 5GHz radio is used for backhaul connectivity

Validation:

  • Able to connect client to TURRIS GW as well behind RPI4 extender.
  • Able to witness GW and Extender availability in Plume Open Sync NOC.
  • Also, able to browse the internet successfully.
  • Client ping test for 4hrs passed.

Known issues/Observations:

  • Due to Wi-Fi dongle's limited capability, using 5GHz radio for backhaul connectivity and 2.4GHz radio for Home AP
  • Backhaul to GW is established only using 5GHz station interface but not using 2.4GHz station interface
  • Could not connect mobile with 5GHz Home AP since 5GHz radio station interface is used for backhaul connectivity (may be due to hardware )
  • Extender's (2.4GHz)HomeAP channel number is not matching with GW's (2.4GHz)HomeAP channel number (need to check plume cloud team)

OVSDB Tables:

Associated Clients:

AWLAN_Node:



Cloud Status:
root@raspberrypi4-rdk-extender:/usr/opensync/tools# ./ovsh s Manager ----------------------------------------------------------------------------- _uuid            | 8dd3~31dc                                                | _version         | 253a~69a0                                                | connection_mode  | ["set",[]]                                               | external_ids     | ["map",[]]                                               | inactivity_probe | 30000                                                    | is_connected     | true                                                     | max_backoff      | ["set",[]]                                               | other_config     | ["map",[]]                                               | status           | ["map",[["sec_since_connect","121"],["state","ACTIVE"]]] | target           | ssl:34.211.87.241:443                                    | -----------------------------------------------------------------------------

 ovs-vsctl show:

  • GRE Tunnel needs to be formed for wifi-backhaul using opesync backhaul credentials(UPDATE 0001-Update-bhaul-credential.patch in meta-cmf-broadband layer)
  • open sync mandates OVS-Switch and GRE backhaul entry can be found using "ovs-vsctl show"

root@raspberrypi4-rdk-extender:~# ovs-vsctl show
ea840b8d-0f6e-461e-a2f1-a6186c91b2ec
    Manager "ssl:34.211.87.241:443"
        is_connected: true
    Bridge br-wan
        Port br-wan
            Interface br-wan
                type: internal
    Bridge brlan0
        Port brlan0.http
            Interface brlan0.http
                type: internal
        Port brlan0.dns
            Interface brlan0.dns
                type: internal
        Port wifi0
            Interface wifi0
        Port wifi1
            Interface wifi1
        Port brlan0.mdns
            Interface brlan0.mdns
                type: internal
        Port brlan0.l2uf
            Interface brlan0.l2uf
                type: internal
        Port brlan0.upnp
            Interface brlan0.upnp
                type: internal
        Port brlan0.ethc
            Interface brlan0.ethc
                type: internal
        Port brlan0.dpi
            Interface brlan0.dpi
                type: internal
        Port brlan0.arp
            Interface brlan0.arp
                type: internal
        Port brlan0
            Interface brlan0
                type: internal
        Port brlan0.ndp
            Interface brlan0.ndp
                type: internal
        Port brlan0.dhcp
            Interface brlan0.dhcp
                type: internal
        Port g-bhaul-sta-50
            Interface g-bhaul-sta-50
        Port brlan0.tx
            Interface brlan0.tx
                type: internal



  • No labels