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

ublox protocol version is hard coded

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • 4.20.0, 4.21.0
    • 4.20.0, 4.21
    • Networking / ptp
    • None
    • None
    • False
    • Hide

      None

      Show
      None
    • None
    • None
    • None
    • 10/16: Upstream PR is ready
    • None
    • None
    • CNF RAN Sprint 278
    • 1
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Description of problem:

      ubblox protocol  is hardcoded to 29.20 , new GNRD onboard  ublox is updated to 29.25
      func NewUblox() (*UBlox, error) {	u := &UBlox{		protoVersion: &ubloxProtoVersion,		mockExp:      nil,		bufferlen:    0,	}	u.setStatus(UBXTOOL_NEW)	u.EnableNMEA()	u.DisableBinary()
      	//u.DisableNMEA()	return u, nil}    

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

          4.20.0 and 4.21.0

      How reproducible:

          ubloxProtoVersion = "29.20"

      Steps to Reproduce:

          1.
          2.
          3.
          

      Actual results:

          

      Expected results:

          

      Additional info:

          

              aputtur@redhat.com Aneesh Puttur
              aputtur@redhat.com Aneesh Puttur
              None
              None
              Yang Liu Yang Liu
              None
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: