Skip to content

Commit a8fffca

Browse files
lodup29nashif
authored andcommitted
net: lwm2m: Remove IPSO objects maximum number of instances limitation.
Fixes #16156 by removing kconfig maximum number of instances. Signed-off-by: Louis Dupont <[email protected]>
1 parent 4de9999 commit a8fffca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

subsys/net/lib/lwm2m/Kconfig.ipso

-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ config LWM2M_IPSO_TEMP_SENSOR_INSTANCE_COUNT
2323
int "Maximum # of IPSO Temperature Sensor object instances"
2424
default 1
2525
depends on LWM2M_IPSO_TEMP_SENSOR
26-
range 1 20
2726
help
2827
This setting establishes the total count of IPSO Temperature
2928
Sensor instances available to the LWM2M client.
@@ -40,7 +39,6 @@ config LWM2M_IPSO_LIGHT_CONTROL_INSTANCE_COUNT
4039
int "Maximum # of IPSO Light Control object instances"
4140
default 1
4241
depends on LWM2M_IPSO_LIGHT_CONTROL
43-
range 1 20
4442
help
4543
This setting establishes the total count of IPSO Light Control
4644
instances available to the LWM2M client.
@@ -54,7 +52,6 @@ config LWM2M_IPSO_TIMER_INSTANCE_COUNT
5452
int "Maximum # of IPSO Timer object instances"
5553
default 1
5654
depends on LWM2M_IPSO_TIMER
57-
range 1 20
5855
help
5956
This setting establishes the total count of IPSO Timer
6057
instances available to the LWM2M client.

0 commit comments

Comments
 (0)