Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
64e9661
RDKB-46678 : Testing CoreNetLib APIs - Do not Merge
vijayanc23 Jun 1, 2025
e968b34
RDKB-46678 : Testing CoreNetLib APIs - Do not Merge
vijayanc23 Jun 1, 2025
a22ca2e
Merge branch 'feature/CNL_Tests2' of github.com:rdkcentral/core-net-l…
harik012 Sep 25, 2025
31b2823
RDKB-46678 : Testing CoreNetLib APIs - Do not Merge
harik012 Sep 25, 2025
0e87b96
Merge branch 'feature/CNL_Tests2' of github.com:rdkcentral/core-net-l…
harik012 Sep 26, 2025
70868cb
RDKB-46678 : Testing CoreNetLib APIs - Do not Merge
harik012 Sep 26, 2025
99c195d
Merge branch 'feature/CNL_Tests2' of github.com:rdkcentral/core-net-l…
harik012 Sep 26, 2025
2f81679
RDKB-46678 : Testing CoreNetLib APIs - Do not Merge
harik012 Sep 29, 2025
0da7e49
RDKB-46678 : Testing CoreNetLib APIs - Do not Merge
harik012 Sep 29, 2025
6ef7971
Merge branch 'feature/CNL_Tests2' of github.com:rdkcentral/core-net-l…
harik012 Sep 30, 2025
32dd727
RDKB-46678 : Testing CoreNetLib APIs - Do not Merge
harik012 Sep 30, 2025
043f659
Merge branch 'feature/CNL_Tests2' of github.com:rdkcentral/core-net-l…
harik012 Sep 30, 2025
16d5a07
Merge branch 'feature/CNL_Tests2' of github.com:rdkcentral/core-net-l…
harik012 Sep 30, 2025
8959ebf
Merge branch 'feature/CNL_Tests2' of github.com:rdkcentral/core-net-l…
harik012 Sep 30, 2025
7c31194
RDKB-46678 : Testing CoreNetLib APIs - Do not Merge
harik012 Sep 30, 2025
ba2b388
RDKB-46678 : Testing CoreNetLib APIs - Do not Merge
harik012 Sep 30, 2025
0771878
Merge branch 'feature/CNL_Tests2' of github.com:rdkcentral/core-net-l…
harik012 Sep 30, 2025
11b8e3e
RDKB-46678 : Testing CoreNetLib APIs - Do not Merge
harik012 Sep 30, 2025
6bb165a
RDKB-46678 : Testing CoreNetLib APIs - Do not Merge
harik012 Sep 30, 2025
48b5237
RDKB-59386 : corenetlib_api binary interface for test code
harik012 Sep 30, 2025
4dcd833
RDKB-59386 : corenetlib_api binary interface for test code
harik012 Oct 1, 2025
6dc8b2d
Update source/corenetlib_tests.xml
veeraputhiran-thangavel Nov 5, 2025
3eb1b66
Merge branch 'develop' into feature/CNL_Tests2
veeraputhiran-thangavel Nov 5, 2025
0e8f03c
test corenetlib using json
veeraputhiran-thangavel Nov 6, 2025
c68ae8a
commit test json file corenetlib_tests.json
veeraputhiran-thangavel Nov 30, 2025
f07b385
Fix json parsing API
veeraputhiran-thangavel Nov 30, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions source/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ libnet_la_LDFLAGS = -lnl-route-3 -lnl-3 -lnl-nf-3

libnet_la_includedir = ${includedir}
libnet_la_include_HEADERS = libnet.h

bin_PROGRAMS = corenetlib_api
corenetlib_api_CPPFLAGS = $(shell pkg-config --cflags libcjson)
corenetlib_api_SOURCES = corenetlib_api.c
corenetlib_api_LDFLAGS = $(shell pkg-config --libs libcjson)
corenetlib_api_LDADD = libnet.la
Loading
Loading