Skip to content

Commit

Permalink
Add R16 RRC UL Segmentation NV items for Pixel 9 series (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
high3eam authored Nov 16, 2024
1 parent b06afbd commit f588ec9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ class Segmentation : NvItemTweak(), Parcelable {
NvItem(id = "!NRCAPA_SEGMENTATION_ALLOWED_DS", value = "01"),
NvItem(id = "UECAPA_REL16_UL_RRC_SEGMENTATION_SUPPORT", value = "01"),
NvItem(id = "UECAPA_REL16_UL_RRC_SEGMENTATION_SUPPORT", index = 1, value = "01"),
NvItem(id = "!NRRRC_R16_UL_RRC_SEGMENTATION", value = "01"),
NvItem(id = "!NRRRC_R16_UL_RRC_SEGMENTATION_DS", value = "01"),
)
}

0 comments on commit f588ec9

Please sign in to comment.