u16id: Add maps for identifiers id of 16 bits 55/23155/1
authorJose Bollo <jose.bollo@iot.bzh>
Tue, 19 Nov 2019 12:43:06 +0000 (13:43 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 29 Nov 2019 11:48:17 +0000 (12:48 +0100)
commit0fd887b7ab896e47b2f7ffe78f41738f3824a962
treec8e1e39c1969f65387543bec49d460a4787f2624
parent5ac7bb0d9d16260d2235820e97ab47943ffc307b
u16id: Add maps for identifiers id of 16 bits

These maps will shortly be used by protocol to handle
tokens/sessions/events.

Bug-AGL: SPEC-2968

Change-Id: Iadef7d6e01c8ef021516749524b10ccc1abec340
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
coverage/.gitignore
coverage/bin/Makefile
coverage/scripts/run-test.sh
src/CMakeLists.txt
src/tests/CMakeLists.txt
src/tests/u16id/CMakeLists.txt [new file with mode: 0644]
src/tests/u16id/test-u16id.c [new file with mode: 0644]
src/u16id.c [new file with mode: 0644]
src/u16id.h [new file with mode: 0644]