Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated ICT SFMX1 r3-1's Lorawan Mac Version #9

Merged
merged 4 commits into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions vendor/ict-international/sfm1x-r3-1-profile-us915.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Whether the end device supports class B
supportsClassB: false
# Whether the end device supports class C
supportsClassC: false
# LoRaWAN MAC version: 1.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4 or 1.1
macVersion: 1.0.3
# LoRaWAN Regional Parameters version. Values depend on the LoRaWAN version:
# 1.0: TS001-1.0
# 1.0.1: TS001-1.0.1
# 1.0.2: RP001-1.0.2 or RP001-1.0.2-RevB
# 1.0.3: RP001-1.0.3-RevA
# 1.0.4: RP002-1.0.0 or RP002-1.0.1
# 1.1: RP001-1.1-RevA or RP001-1.1-RevB
regionalParametersVersion: RP001-1.0.3-RevA
# Whether the end device supports join (OTAA) or not (ABP)
supportsJoin: true
# Maximum EIRP
maxEIRP: 16 #NOTE: don't know what is the actual value - FL
# Whether the end device supports 32-bit frame counters
supports32bitFCnt: true #NOTE: don't know what is the actual value - FL
4 changes: 2 additions & 2 deletions vendor/ict-international/sfm1x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ firmwareVersions:
- '1.0'
profiles:
US902-928:
id: sfm1x-profile-us915
id: sfm1x-r1-1-profile-us915
lorawanCertified: false
codec: sfm1x-r1-1-codec
- version: '3.1'
Expand All @@ -21,7 +21,7 @@ firmwareVersions:
- '1.0'
profiles:
US902-928:
id: sfm1x-profile-us915
id: sfm1x-r3-1-profile-us915
lorawanCertified: false
codec: sfm1x-r3-1-codec

Expand Down