Skip to content

Commit

Permalink
tests: add uecapability with ul tx switch combos
Browse files Browse the repository at this point in the history
  • Loading branch information
handymenny committed Nov 10, 2024
1 parent 491e919 commit 61e3a67
Show file tree
Hide file tree
Showing 5 changed files with 34,169 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,14 @@ internal class ImportCapabilityInformationTest :
fun ueRedCapTDD() {
parse("ueRedCapTDD.json", "ueRedCapTDD.json")
}

@Test
fun ueCapNrUlTxSwitchR16() {
parse("ueCapNrUlTxSwitchR16.json", "ueCapNrUlTxSwitchR16.json")
}

@Test
fun ueCapNrUlTxSwitchR16_2() {
parse("ueCapNrUlTxSwitchR16_2.json", "ueCapNrUlTxSwitchR16_2.json")
}
}
Loading

0 comments on commit 61e3a67

Please sign in to comment.