Age | Commit message (Collapse) | Author | Files | Lines |
|
It is better to init jresp as NULL, and allocate new memory when it is
used, this will avoid the memory leak if the function return during the
process.
jobj should be freed before function returns.
Bug-AGL: SPEC-3584
Change-Id: I4b917f7ecd06a1800d453ec43ffeccee89d923c6
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
|
|
This reverts commit 089807fbbc4429ede68ef4fa846367345259de36.
I need to revert this as it breaks the build and CI due to the failures described in:
Bug-AGL: SPEC-2539
Change-Id: Id117df8d3197095efb41967147db1334827d3f80
|
|
- Remove agl-service-network-ctl.c from tests folder.
- Create the file and folders structure required.
for building test bindings. Add all required Cmake files.
- Create aft-agl-network.json configuration file for
testing binding.
- Create network.lua for testing bindings.
Bug-AGL: SPEC-2515
Signed-off-by: Stoyan Bogdanov <stoyan.bogdanov@konsulko.com>
Change-Id: I9df72a2d9d03189d3917c6e84f633af7603436b0
|
|
counter_event wasn't implemented, and the respective reset_counters
verb doesn't really have any use.
Change-Id: Ibc2142b7f58c06e67430b31307bc7139837c9866
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Change the DEFAULT_TOKEN to the AGL default of HELLO
Bug-AGL: SPEC-1660
Change-Id: I53b94b76d3f63d566105b35a63cebd3d9cc8ae2d
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
The AGL network service binding exposes connman apis via the
AGL application framework. All network connectivity technologies
are supported via the binding, limited only by the underlying
connman daemon.
Bug-AGL: SPEC-1540
Change-Id: Id73cfc98c7abe97cb655a4fc40d440422fa75803
Signed-off-by: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
[Cleanups to whitespace and naming to match other services]
Signed-off-by: Matt Porter <mporter@konsulko.com>
|