Kumar Gala
a1b77fd589
zephyr: replace zephyr integer types with C99 types
...
git grep -l 'u\(8\|16\|32\|64\)_t' | \
xargs sed -i "s/u\(8\|16\|32\|64\)_t/uint\1_t/g"
git grep -l 's\(8\|16\|32\|64\)_t' | \
xargs sed -i "s/s\(8\|16\|32\|64\)_t/int\1_t/g"
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-06-08 08:23:57 -05:00
Ravi kumar Veeramally
b9d8884c25
net: tcp2: tp: Simplify pkt creation in test protocol
...
Use existing network stack calls to create net pkt,
ip header and udp header creation. Also simplify
finalize api calls.
Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
2020-04-03 17:12:21 +03:00
Oleg Zhurakivskyy
bab5e7bd96
net: tp: Add IPv6 support for test protocol
...
In order to suport using test protocol over IPv6,
add IPv6 support.
Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
2020-03-11 16:24:52 +02:00
Oleg Zhurakivskyy
75820c9bdf
net: tcp2: Register test inputs for TTCN-3 based TCP2 sanity check
...
In order to support TTCN-3 based TCP2 sanity check,
register test inputs with net_conn_register() and adjust
test functions to account for this.
Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
2020-03-11 16:24:52 +02:00
Oleg Zhurakivskyy
0d67e3cb32
net: tcp2: Support tracking of net_buf_clone()
...
Support tracking of net_buf_clone().
Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
2020-01-08 14:10:21 +02:00
Kumar Gala
9415a114a0
include: Fix use of <json.h> -> <data/json.h>
...
Fix #include <json.h> as it has been deprecated and
should be #include <data/json.h>.
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-12-10 08:39:37 -05:00
Oleg Zhurakivskyy
fb9288bf39
net: tp: Add test protocol
...
Add test protocol.
Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
2019-10-25 14:33:37 +03:00