go-gnss / rtcm

RTCM parser library for Go
Apache License 2.0
22 stars 9 forks source link

Missing call to DeserializeMessage1046 #4

Closed pyrog closed 3 years ago

pyrog commented 3 years ago

After message.go#L120-L121 theses lines are missing:

case 1046:
  return DeserializeMessage1046(payload)
umeat commented 3 years ago

Thanks not sure how I missed that one.