2020-03-04 22:29:49 +08:00
|
|
|
common:
|
2022-09-29 09:49:03 +08:00
|
|
|
tags: lorawan
|
2022-09-29 10:21:16 +08:00
|
|
|
depends_on: lora
|
2022-09-29 09:49:03 +08:00
|
|
|
harness: console
|
|
|
|
harness_config:
|
|
|
|
type: one_line
|
|
|
|
regex:
|
|
|
|
- "<inf> lorawan_class_a: Joining network over OTAA"
|
2020-03-04 22:29:49 +08:00
|
|
|
sample:
|
2022-09-29 09:49:03 +08:00
|
|
|
description: Demonstration of Class-A LoRaWAN functionality
|
|
|
|
name: LoRaWAN Class-A
|
2020-03-04 22:29:49 +08:00
|
|
|
tests:
|
2022-09-29 09:49:03 +08:00
|
|
|
sample.lorawan.class_a.as923:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_LORAMAC_REGION_AS923=y
|
|
|
|
sample.lorawan.class_a.au915:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_LORAMAC_REGION_AU915=y
|
|
|
|
sample.lorawan.class_a.cn470:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_LORAMAC_REGION_CN470=y
|
|
|
|
sample.lorawan.class_a.cn779:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_LORAMAC_REGION_CN779=y
|
|
|
|
sample.lorawan.class_a.eu433:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_LORAMAC_REGION_EU433=y
|
|
|
|
sample.lorawan.class_a.eu868:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_LORAMAC_REGION_EU868=y
|
|
|
|
sample.lorawan.class_a.kr920:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_LORAMAC_REGION_KR920=y
|
|
|
|
sample.lorawan.class_a.in865:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_LORAMAC_REGION_IN865=y
|
|
|
|
sample.lorawan.class_a.us915:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_LORAMAC_REGION_US915=y
|
|
|
|
sample.lorawan.class_a.ru864:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_LORAMAC_REGION_RU864=y
|
2022-11-08 00:37:24 +08:00
|
|
|
sample.lorawan.class_a.multiregion:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_LORAMAC_REGION_EU868=y
|
|
|
|
- CONFIG_LORAMAC_REGION_US915=y
|