ConnectivityFoundry / AwaLWM2M

Awa LWM2M is an implementation of the OMA Lightweight M2M protocol in C.
BSD 3-Clause "New" or "Revised" License
102 stars 66 forks source link

error messages while call to awa-server-explore #284

Closed thetoster closed 8 years ago

thetoster commented 8 years ago

When execution tool awa-server-explore I'm getting list of all defined objects/resources but: 1) every even line message "ResourceOperationToString table is wrong size!" is printed 2) every resource operation is returned as 'BAD OPERATION'

example of my screen dump: Object: ID:3303 name:IPSO Temperature Sensor minInstances:0 maxInstances:10 ResourceOperationToString table is wrong size! Resource: ID:5712 name:Average Value in 24h type:Float minInstances:1 maxInstances:1 operations:BAD OPERATION ResourceOperationToString table is wrong size! Resource: ID:5711 name:Average Value in 12h type:Float minInstances:1 maxInstances:1 operations:BAD OPERATION ResourceOperationToString table is wrong size!

datachi7d commented 8 years ago

Which version are you using? I fixed a similar issue in #210

thetoster commented 8 years ago

Sorry I'm using old build 0.1.10, didn't verified against new one.

DavidAntliff commented 8 years ago

This was fixed in 0.2.1.