Skip to content

Commit

Permalink
fix: dlbandwidth mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
mavi0 authored Jul 25, 2024
1 parent 02af8cf commit f6ce4f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/atcli/bnrinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ func BNRInfo(router *router.Router) (*BNRInfoResult, error) {
} else {
logrus.WithField("dlBandwidth", dlBandwidth).Infoln("found dlBandwidth info")
}
result.DLBandwidthMHz = dlBandwidth

// physical cell ID
phy, err := getATCLIValue(output, "physical cell ID", 0)
Expand Down

0 comments on commit f6ce4f2

Please sign in to comment.