Skip to content

Missing MultiCastPingSlotPeriod parameter for Class B device in fuota_server.go #7

@heidimao

Description

@heidimao

We ran into an this bug when testing fuota deployment with Class B device:
pingNB must be > 0
MicrosoftTeams-image (4)

The possible reason is that the MultiCastPingSlotPeriod parameter is missing in fuota_server.go
https://github1s.com/brocaar/chirpstack-fuota-server/blob/e049e20ec9711fdc6900dc569f2ccd57496bd466/internal/api/fuota_server.go#L25

The error is gone after adding the following line:
MulticastPingSlotPeriod: uint8(req.GetDeployment().MulticastPingSlotPeriod),
MicrosoftTeams-image (3)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions