Skip to content

Commit

Permalink
Merge pull request #55 from HandyMenny/ssRsrp-default
Browse files Browse the repository at this point in the history
SignalNr: Use ssRsrp as default dbm
  • Loading branch information
mroczis committed Nov 9, 2022
2 parents dadc56a + 6943761 commit bf87bb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ data class SignalNr(
internal constructor() : this(null, null, null, null, null, null)

override val dbm: Int?
get() = csiRsrp
get() = ssRsrp

/**
* Same as [csiRsrp] just different unit.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class CellMapperNrTest29 : SdkTest(Build.VERSION_CODES.Q) {
}

signal.apply {
dbm shouldBe CSI_RSRP
dbm shouldBe SS_RSRP
csiRsrp shouldBe CSI_RSRP
csiRsrq shouldBe CSI_RSRQ
csiSinr shouldBe CSI_SINR
Expand Down

0 comments on commit bf87bb4

Please sign in to comment.