Skip to content

Commit

Permalink
samples: dect_phy: hello_dect: modem 1.1 support
Browse files Browse the repository at this point in the history
Updates for libmodem 3.0.0 API changes. Adds support for configuring
the band group index for using band 4 with the sample.

Signed-off-by: Eivind Jølsgard <[email protected]>
  • Loading branch information
eivindj-nordic authored and NordicBuilder committed Jan 22, 2025
1 parent ad628d2 commit 568dccd
Show file tree
Hide file tree
Showing 2 changed files with 207 additions and 77 deletions.
9 changes: 9 additions & 0 deletions samples/dect/dect_phy/hello_dect/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ config CARRIER
The availability of the channels and the exact regulation to use them varies in different countries.
See ETSI TS 103 636-2 5.4.2 for the calculation.

config BAND_GROUP_INDEX
int "Band group index"
default 0
range 0 1
help
Value 0 refers to RF frequencies operating near 2GHz.
Value 1 to RF frequencies near 1 GHz.


config NETWORK_ID
int "Network ID"
range 1 4294967295
Expand Down
Loading

0 comments on commit 568dccd

Please sign in to comment.