Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-31575

GNSS EVENT state is not following O-Ran spec defined values

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 4.14.z, 4.15.z, 4.16.0
    • Networking / ptp
    • None
    • No
    • CNF RAN Sprint 251, CNF Ran Sprint 252, CNF Ran Sprint 253
    • 3
    • False
    • Hide

      None

      Show
      None
    • 5/9: Dev in progress.

      Description of problem:

          GNSS event value should not be FREERUN and LOCKED, but  as per O-Ran api spec  it should be SYNCHRONIZED and other values . The mapping should change from, GPSfix Type, this value does not qualify a
      fix as valid and within the limits. See note
      (UBLOX equivalent 
      uint8 GPS_NO_FIX = 0
      uint8 GPS_DEAD_RECKONING_ONLY = 1
      uint8 GPS_2D_FIX = 2
      uint8 GPS_3D_FIX = 3
      uint8 GPS_GPS_DEAD_RECKONING_COMBINED = 4
      uint8 GPS_TIME_ONLY_FIX = 5)
      O-RAN
      LOCKED ==> SYNCHRONIZED : GNSS functionality is synchronized FREERUN==> ACQUIRING-SYNC:GNSS functionality is acquiring sync FREERUN==>ANTENNA-DISCONNECTED: GNSS functionality has its antenna disconnected 
      FREERUN==>BOOTING: GNSS functionality is booting 
      FREERUN==>ANTENNA-SHORT-CIRCUIT: GNSS functionality has an antenna short circuit 
      FREERUN==>FAILURE-MULTIPATH: GNSS Sync Failure - Multipath condition detected 
      FREERUN==>FAILURE-NOFIX: GNSS Sync Failure - Unknown 
      FREERUN==>FAILURE-LOW-SNR: GNSS Sync Failure - Low SNR condition detected 
      FREERUN==>FAILURE-PLL: GNSS Sync Failure - PLL is not functioning

       

       

      Version-Release number of selected component (if applicable):

          

      How reproducible:

          

      Steps to Reproduce:

          1.
          2.
          3.
          

      Actual results:

      FREERUN & LOCKED    

      Expected results:

      SYNCHRONIZED  : GNSS functionality is synchronized
      ACQUIRING-SYNC:GNSS functionality is acquiring sync
      ANTENNA-DISCONNECTED: GNSS functionality has its antenna disconnected
      BOOTING: GNSS functionality is booting
      ANTENNA-SHORT-CIRCUIT: GNSS functionality has an antenna short circuit
      FAILURE-MULTIPATH: GNSS Sync Failure - Multipath condition detected
      FAILURE-NOFIX: GNSS Sync Failure - Unknown
      FAILURE-LOW-SNR: GNSS Sync Failure - Low SNR condition detected
      FAILURE-PLL: GNSS Sync Failure - PLL is not functioning

      Additional info:

      FOR QE Automation : SYNCHRONIZED should be considered as LOCKED and rest as FREERUN.

      GPSFIX should be used with GPSOK flag 

            aputtur@redhat.com Aneesh Puttur
            aputtur@redhat.com Aneesh Puttur
            Hen Shay Hassid Hen Shay Hassid
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: