We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the different LwM2M TS versions, the syntax for object versioning seems to be different (with or without quote for version string
OMA-TS-LightweightM2M-V1_0-20170208-A and OMA-TS-LightweightM2M-V1_0_2-20180209-A §5.2.7.3: lwm2m="2.0",</0/0>,</0/1>;ssid=101, </1/0/>;ssid=101, </3/0>,</5>,</4>,</55>;ver=1.9, </55/0> §6.2.3: ep=nodename,</1/0>,</1/1>,</3/0>,</44>;ver= “2.2”,</44/0>
lwm2m="2.0",</0/0>,</0/1>;ssid=101, </1/0/>;ssid=101, </3/0>,</5>,</4>,</55>;ver=1.9, </55/0>
ep=nodename,</1/0>,</1/1>,</3/0>,</44>;ver= “2.2”,</44/0>
OMA-TS-LightweightM2M_Core-V1_1-20180710-A §6.1.7.3: lwm2m="1.1",</0/0>,</0/1>;ssid=101;uri="coaps://server_1.example.com", </1/0/>;ssid=101, </3/0>,</5>,</4>,</55>;ver="1.9",</55/0> §7.2.3: ep=nodename,</1/0>,</1/1>,</3/0>,</44>;ver="2.2",</44/0>
lwm2m="1.1",</0/0>,</0/1>;ssid=101;uri="coaps://server_1.example.com", </1/0/>;ssid=101, </3/0>,</5>,</4>,</55>;ver="1.9",</55/0>
ep=nodename,</1/0>,</1/1>,</3/0>,</44>;ver="2.2",</44/0>
OMA-TS-LightweightM2M_Core-V1_1_1-20190617-A §6.1.7.3: </>;lwm2m=1.1,</0/0>,</0/1>;ssid=101;uri="coaps://server_1.example.com", </1/0/>;ssid=101, </3/0>,</5>,</4>,</55>;ver=1.9,</55/0> §7.2.3: ep=nodename,</1/0>,</1/1>,</3/0>,</44>;ver=2.2,</44/0>
</>;lwm2m=1.1,</0/0>,</0/1>;ssid=101;uri="coaps://server_1.example.com", </1/0/>;ssid=101, </3/0>,</5>,</4>,</55>;ver=1.9,</55/0>
ep=nodename,</1/0>,</1/1>,</3/0>,</44>;ver=2.2,</44/0>
Better for Leshan to support both versions ? (with and without quote)
The text was updated successfully, but these errors were encountered:
#732: fix rt and ver attributes of Link format.
3938e72
It should be fixed by #774
Sorry, something went wrong.
8120415
#774 is now integrated in master
Successfully merging a pull request may close this issue.
In the different LwM2M TS versions, the syntax for object versioning seems to be different (with or without quote for version string
OMA-TS-LightweightM2M-V1_0-20170208-A and OMA-TS-LightweightM2M-V1_0_2-20180209-A
§5.2.7.3:
lwm2m="2.0",</0/0>,</0/1>;ssid=101, </1/0/>;ssid=101, </3/0>,</5>,</4>,</55>;ver=1.9, </55/0>
§6.2.3:
ep=nodename,</1/0>,</1/1>,</3/0>,</44>;ver= “2.2”,</44/0>
OMA-TS-LightweightM2M_Core-V1_1-20180710-A
§6.1.7.3:
lwm2m="1.1",</0/0>,</0/1>;ssid=101;uri="coaps://server_1.example.com", </1/0/>;ssid=101, </3/0>,</5>,</4>,</55>;ver="1.9",</55/0>
§7.2.3:
ep=nodename,</1/0>,</1/1>,</3/0>,</44>;ver="2.2",</44/0>
OMA-TS-LightweightM2M_Core-V1_1_1-20190617-A
§6.1.7.3:
</>;lwm2m=1.1,</0/0>,</0/1>;ssid=101;uri="coaps://server_1.example.com", </1/0/>;ssid=101, </3/0>,</5>,</4>,</55>;ver=1.9,</55/0>
§7.2.3:
ep=nodename,</1/0>,</1/1>,</3/0>,</44>;ver=2.2,</44/0>
Better for Leshan to support both versions ? (with and without quote)
The text was updated successfully, but these errors were encountered: