mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
WiFi: Sync DataElements with decollector
This commit is contained in:
parent
a50855795e
commit
e50bcfd013
2 changed files with 752 additions and 256 deletions
|
|
@ -96,7 +96,7 @@ static int bbfdm_ubus_invoke(const char *obj, const char *method, struct blob_at
|
|||
}
|
||||
|
||||
if (!ubus_lookup_id(ctx, obj, &id))
|
||||
rc = ubus_invoke(ctx, id, method, msg, bbfdm_ubus_callback, callback_arg, 20000);
|
||||
rc = ubus_invoke(ctx, id, method, msg, bbfdm_ubus_callback, callback_arg, 30000);
|
||||
else
|
||||
rc = -1;
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue