From 7c0256f5f2377fbead8978298654f75a26ea8912 Mon Sep 17 00:00:00 2001 From: FranciscoLozCoding Date: Wed, 27 Nov 2024 10:18:14 -0600 Subject: [PATCH 1/4] seperated profile files for r1-1 and r3-1 --- ...915.yaml => sfm1x-r1-1-profile-us915.yaml} | 0 .../sfm1x-r3-1-profile-us915.yaml | 20 +++++++++++++++++++ 2 files changed, 20 insertions(+) rename vendor/ict-international/{sfm1x-profile-us915.yaml => sfm1x-r1-1-profile-us915.yaml} (100%) create mode 100644 vendor/ict-international/sfm1x-r3-1-profile-us915.yaml diff --git a/vendor/ict-international/sfm1x-profile-us915.yaml b/vendor/ict-international/sfm1x-r1-1-profile-us915.yaml similarity index 100% rename from vendor/ict-international/sfm1x-profile-us915.yaml rename to vendor/ict-international/sfm1x-r1-1-profile-us915.yaml diff --git a/vendor/ict-international/sfm1x-r3-1-profile-us915.yaml b/vendor/ict-international/sfm1x-r3-1-profile-us915.yaml new file mode 100644 index 0000000000..b895b1db0e --- /dev/null +++ b/vendor/ict-international/sfm1x-r3-1-profile-us915.yaml @@ -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.2 +# 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.2 +# 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 From 494a05b131c58684b0d7d503a140d0704f99efc1 Mon Sep 17 00:00:00 2001 From: FranciscoLozCoding Date: Wed, 27 Nov 2024 10:19:05 -0600 Subject: [PATCH 2/4] updated mac version --- vendor/ict-international/sfm1x-r3-1-profile-us915.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/ict-international/sfm1x-r3-1-profile-us915.yaml b/vendor/ict-international/sfm1x-r3-1-profile-us915.yaml index b895b1db0e..e07b6b2056 100644 --- a/vendor/ict-international/sfm1x-r3-1-profile-us915.yaml +++ b/vendor/ict-international/sfm1x-r3-1-profile-us915.yaml @@ -3,7 +3,7 @@ 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.2 +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 From 442f5813faa6611a0eeaf7bbd64cccb9d9dc49c2 Mon Sep 17 00:00:00 2001 From: FranciscoLozCoding Date: Wed, 27 Nov 2024 10:19:36 -0600 Subject: [PATCH 3/4] updated config with new profile files --- vendor/ict-international/sfm1x.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/ict-international/sfm1x.yaml b/vendor/ict-international/sfm1x.yaml index 51381cca28..76330a73dc 100644 --- a/vendor/ict-international/sfm1x.yaml +++ b/vendor/ict-international/sfm1x.yaml @@ -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' @@ -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 From 346ca24130c8675f9ee5415ff8a4a79ac5a33417 Mon Sep 17 00:00:00 2001 From: FranciscoLozCoding Date: Wed, 27 Nov 2024 10:26:47 -0600 Subject: [PATCH 4/4] updated regionalParametersVersion to conform with new mac version --- vendor/ict-international/sfm1x-r3-1-profile-us915.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/ict-international/sfm1x-r3-1-profile-us915.yaml b/vendor/ict-international/sfm1x-r3-1-profile-us915.yaml index e07b6b2056..636b09921e 100644 --- a/vendor/ict-international/sfm1x-r3-1-profile-us915.yaml +++ b/vendor/ict-international/sfm1x-r3-1-profile-us915.yaml @@ -11,7 +11,7 @@ macVersion: 1.0.3 # 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.2 +regionalParametersVersion: RP001-1.0.3-RevA # Whether the end device supports join (OTAA) or not (ABP) supportsJoin: true # Maximum EIRP